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

1 2

  /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);
  /art/test/952-invoke-custom/generator/
TestInvokeCustomWithConcurrentThreads.java 46 // Array of call sites instantiated, one per thread
47 private static final CallSite[] instantiated = new CallSite[NUMBER_OF_THREADS]; field in class:TestInvokeCustomWithConcurrentThreads
49 // Array of counters for how many times each instantiated call site is called
107 instantiated[getThreadIndex()] = new ConstantCallSite(mh);
108 return instantiated[getThreadIndex()];
134 assertNotEquals(instantiated[i], null);
  /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'
  /external/googletest/googlemock/scripts/
gmock_doctor.py 170 + _GCC_FILE_LINE_RE + r'instantiated from here\n'
194 gcc_regex = (_GCC_FILE_LINE_RE + r'(instantiated from here\n.'
221 gcc_regex = (_GCC_FILE_LINE_RE + r'instantiated from here\n'
258 gcc_regex = (_GCC_FILE_LINE_RE + r'instantiated from here\n'
419 gcc_regex = ('instantiated from \'testing::internal::ReturnAction<R>'
421 _GCC_FILE_LINE_RE + r'instantiated from here\n'
  /external/v8/testing/gmock/scripts/
gmock_doctor.py 170 + _GCC_FILE_LINE_RE + r'instantiated from here\n'
194 gcc_regex = (_GCC_FILE_LINE_RE + r'(instantiated from here\n.'
221 gcc_regex = (_GCC_FILE_LINE_RE + r'instantiated from here\n'
258 gcc_regex = (_GCC_FILE_LINE_RE + r'instantiated from here\n'
419 gcc_regex = ('instantiated from \'testing::internal::ReturnAction<R>'
421 _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;
  /prebuilts/tools/common/intellij-core/171.2455.10/
picocontainer.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pickle.py     [all...]
  /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/v8/src/
objects-debug.cc     [all...]
objects-printer.cc     [all...]
objects-inl.h     [all...]
factory.cc     [all...]
objects.h     [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/ImageMagick/www/api/
module.php 222 <p>IsModuleTreeInstantiated() determines if the module tree is instantiated. If not, it instantiates the tree and returns it.</p>
drawing-wand.php     [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 345 arrays for the cube map texture, partially instantiated image arrays
    [all...]
  /build/blueprint/
context.go 309 // bool. The Context will panic if a Module gets instantiated with a properties
361 // generate build actions. Each registered singleton type is instantiated and
    [all...]
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 

Completed in 2724 milliseconds

1 2