HomeSort by relevance Sort by last modified time
    Searched refs:instantiated (Results 1 - 18 of 18) sorted by null

  /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/CodeGenCXX/
condition.cpp 244 int instantiated(T x) { function
317 template int instantiated(X);
  /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/google-breakpad/src/testing/scripts/
gmock_doctor.py 170 + _GCC_FILE_LINE_RE + r'instantiated from here\n'
190 gcc_regex = (_GCC_FILE_LINE_RE + r'(instantiated from here\n.'
217 gcc_regex = (_GCC_FILE_LINE_RE + r'instantiated from here\n'
254 gcc_regex = (_GCC_FILE_LINE_RE + r'instantiated from here\n'
415 gcc_regex = ('instantiated from \'testing::internal::ReturnAction<R>'
417 _GCC_FILE_LINE_RE + r'instantiated from here\n'
  /device/google/dragon/audio/hal/
cras_dsp_pipeline.c 87 int instantiated; member in struct:instance
645 instance->instantiated = 1;
720 if (instance->instantiated) {
722 instance->instantiated = 0;
879 if (instance->instantiated) {
881 instance->instantiated = 0;
  /external/v8/test/mjsunit/
fast-prototype.js 54 // instantiated object is used so that the allocation is not optimized away.
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pickle.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pickle.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickle.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickle.py     [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 163 | DFA cannot be instantiated without providing state array information.
recognizers.rb 181 Parser, and TreeParser are abstract classes. They can be instantiated, but
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 345 arrays for the cube map texture, partially instantiated image arrays
    [all...]
  /external/v8/src/
objects-printer.cc     [all...]
objects-inl.h     [all...]
objects.h     [all...]
api.cc     [all...]
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 

Completed in 1349 milliseconds