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

1 2 3 4 5 6 7 8 91011>>

  /external/testng/src/test/java/test/
CtorCalledOnce.java 7 * this test verifys that the test class is instantiated exactly once
12 public static int instantiated = 0; field in class:CtorCalledOnce
14 instantiated++;
19 assert instantiated == 1 : "Expected 1, was invoked " + instantiated + " times";
24 assert instantiated == 1 : "Expected 1, was invoked " + instantiated + " times";
29 assert instantiated == 1 : "Expected 1, was invoked " + instantiated + " times";
34 instantiated = 0
    [all...]
  /external/clang/test/SemaCXX/
templated-friend-decl.cpp 8 // The templated declaration for class Bar should not be instantiated when
many-template-parameter-lists.cpp 8 struct A { // expected-note {{not-yet-instantiated member is declared here}}
31 friend void A<U>::template B<V>::template C<W>::template D<X>::template E<Y>::operator+=(Z); // expected-warning {{not supported}} expected-error {{no member 'A' in 'X<int>'; it has not yet been instantiated}}
  /external/skia/tools/debugger/
SkOverdrawMode.h 22 SkOverdrawMode(); // can't be instantiated
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
ResultProcessorCreator.java 43 throw new UserCodeException("ResultProcessor %s could not be instantiated", e.getCause());
45 throw new UserCodeException("ResultProcessor %s could not be instantiated", e);
47 throw new UserCodeException("ResultProcessor %s could not be instantiated", e);
  /external/clang/test/SemaTemplate/
instantiate-complete.cpp 12 // expected-error@+2{{data member instantiated with function type 'long (long)'}}
14 T f; // expected-error{{data member instantiated with function type 'float (int)'}} \
15 // expected-error{{data member instantiated with function type 'int (int)'}} \
16 // expected-error{{data member instantiated with function type 'char (char)'}} \
17 // expected-error{{data member instantiated with function type 'short (short)'}} \
18 // 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.
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
CharStream.js 3 * This class should not be instantiated directly. Instead, use one of its subclasses.
  /external/clang/test/CodeGen/
arm-asm-deprecated.c 7 // expected-note@1 {{instantiated into assembly here}}
x86-64-inline-asm.c 6 // expected-note@1 {{instantiated into assembly here}}
  /external/v8/test/mjsunit/harmony/
promise-species.js 9 // Another constructor with no species will not be instantiated
21 // If there is a species, it will be instantiated
  /external/icu/icu4c/source/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/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
invoke_function_object.pass.cpp 34 // Trigger a compile error if this function is instantiated.
35 // The constexpr is needed so that it is instantiated while checking
45 // instantiated when checking if BadUnaryFunction is a nested bind
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherAppWidgetInfo.java 25 * Represents a widget (either instantiated or about to be) in the Launcher.
30 * Indicates that the widget hasn't been instantiated yet.
59 // Since the widget isn't instantiated yet, we don't know these values. Set them to -1
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p1-0x.cpp 23 template enum Z<int>::E; // expected-error {{enumerations cannot be explicitly instantiated}}
p8.cpp 12 template class X0<int(int)>; // ok; nothing gets instantiated.
  /external/clang/test/CodeGenCUDA/
ptx-kernels.cu 20 // Make sure host-instantiated kernels are preserved on device side.
  /external/guava/guava-gwt/src/com/google/common/collect/
ForwardingImmutableList_CustomFieldSerializer.java 20 * Even though {@link ForwardingImmutableList} cannot be instantiated, we still
ForwardingImmutableSet_CustomFieldSerializer.java 20 * Even though {@link ForwardingImmutableSet} cannot be instantiated, we still
ImmutableAsList_CustomFieldSerializer.java 20 * Even though {@link ImmutableAsList} cannot be instantiated, we still need
ImmutableBiMap_CustomFieldSerializer.java 20 * Even though {@link ImmutableBiMap} cannot be instantiated, we still need
ImmutableList_CustomFieldSerializer.java 20 * Even though {@link ImmutableList} cannot be instantiated, we still need
ImmutableMultiset_CustomFieldSerializer.java 20 * Even though {@link ImmutableMultiset} cannot be instantiated, we still need
ImmutableSet_CustomFieldSerializer.java 20 * Even though {@link ImmutableSet} cannot be instantiated, we still need

Completed in 1630 milliseconds

1 2 3 4 5 6 7 8 91011>>