HomeSort by relevance Sort by last modified time
    Searched full:instantiated (Results 1 - 25 of 723) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
templated-friend-decl.cpp 8 // The templated declaration for class Bar should not be instantiated when
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p8.cpp 13 template class X0<int(int)>; // okay; nothing gets instantiated.
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherAppWidgetInfo.java 24 * Represents a widget (either instantiated or about to be) in the Launcher.
29 * Indicates that the widget hasn't been instantiated yet.
52 * Constructor for use with AppWidgets that haven't been instantiated yet.
58 // Since the widget isn't instantiated yet, we don't know these values. Set them to -1
  /external/clang/test/SemaTemplate/
instantiate-complete.cpp 10 T f; // expected-error{{data member instantiated with function type 'float (int)'}} \
11 // expected-error{{data member instantiated with function type 'int (int)'}} \
12 // expected-error{{data member instantiated with function type 'char (char)'}} \
13 // expected-error{{data member instantiated with function type 'short (short)'}} \
14 // expected-error{{data member instantiated with function type 'float (float)'}}
instantiate-field.cpp 6 T y; // expected-error{{data member instantiated with function type}}
9 // expected-error{{data member instantiated with function type}}
11 mutable T x2; // expected-error{{data member instantiated with function type}}
inject-templated-friend.cpp 3 // PR8007: friend function not instantiated.
temp_explicit.cpp 56 void f1(X3<int&>); // okay, Inner, not instantiated
68 void f2(X4<int&>); // okay, Inner, not instantiated
69 void f3(X4<int&>::Inner); // okay, Inner::VeryInner, not instantiated
  /external/icu4c/tools/ctestfw/unicode/
tstdtmod.h 32 * unit (such as a resource bundle. It is instantiated using
71 * @param index index of the test to be instantiated
72 * @return an instantiated TestData object, ready to provide settings and cases for
78 * @param name name of the test to be instantiated
79 * @return an instantiated TestData object, ready to provide settings and cases for
  /external/chromium/chrome/browser/
browsing_data_helper_browsertest.h 18 // helper classes. It is supposed to be instantiated with the respective
  /external/chromium/chrome/browser/chromeos/
proxy_config_service.h 15 // instantiated in ProfileIOData::CreateProxyConfigService.
  /external/chromium/testing/gtest/test/
gtest-typed-test2_test.cc 40 // instantiated in different translation units linked together.
41 // (ContainerTest is also instantiated in gtest-typed-test_test.cc.)
gtest-typed-test_test.h 42 // instantiated in different translation units linked together.
43 // ContainerTest will be instantiated in both gtest-typed-test_test.cc
gtest-param-test2_test.cc 50 // and instantiated in another. The test is defined in gtest-param-test_test.cc
57 // Tests that a parameterized test case can be instantiated
  /external/clang/test/CXX/temp/temp.arg/temp.arg.type/
p2.cpp 3 static T t; // expected-error{{static data member instantiated with function type 'int ()'}}
9 B() { T t; } // expected-error{{variable instantiated with function type 'int ()'}}
  /external/gtest/test/
gtest-typed-test2_test.cc 40 // instantiated in different translation units linked together.
41 // (ContainerTest is also instantiated in gtest-typed-test_test.cc.)
gtest-typed-test_test.h 42 // instantiated in different translation units linked together.
43 // ContainerTest will be instantiated in both gtest-typed-test_test.cc
gtest-param-test2_test.cc 50 // and instantiated in another. The test is defined in gtest-param-test_test.cc
57 // Tests that a parameterized test case can be instantiated
  /external/protobuf/gtest/test/
gtest-typed-test2_test.cc 40 // instantiated in different translation units linked together.
41 // (ContainerTest is also instantiated in gtest-typed-test_test.cc.)
gtest-typed-test_test.h 42 // instantiated in different translation units linked together.
43 // ContainerTest will be instantiated in both gtest-typed-test_test.cc
gtest-param-test2_test.cc 50 // and instantiated in another. The test is defined in gtest-param-test_test.cc
57 // Tests that a parameterized test case can be instantiated
  /frameworks/base/core/java/com/android/internal/policy/
PolicyManager.java 47 POLICY_IMPL_CLASS_NAME + " could not be instantiated", ex);
50 POLICY_IMPL_CLASS_NAME + " could not be instantiated", ex);
  /libcore/luni/src/main/java/java/lang/reflect/
ParameterizedType.java 50 * if one of the type arguments cannot be instantiated for some
64 * if the owner type cannot be instantiated for some reason
WildcardType.java 47 * if any bound points to a type that cannot be instantiated for
64 * instantiated for some reason
  /development/samples/ActionBarCompat/
_index.html 19 11 or greater. The example 'compatible' action bar, instantiated on pre-Android 3.0 devices,
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/util/
EnvironmentHelper.java 31 * Can't be instantiated.

Completed in 696 milliseconds

1 2 3 4 5 6 7 8 91011>>