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

1 2

  /external/llvm/test/CodeGen/X86/
2009-02-21-ExtWeakInitializer.ll 8 %struct.lock_object = type <{ i8*, i32, i32, %struct.witness* }>
15 %struct.witness = type opaque
  /ndk/sources/host-tools/sed-4.2.1/m4/
00gnulib.m4 28 # Witness macro that this file has been included. Needed to force
  /external/bison/m4/
00gnulib.m4 28 # Witness macro that this file has been included. Needed to force
fcntl.m4 73 dnl No witness macro needed for this bug.
locale-zh.m4 98 # broken. One witness is the test case in gl_MBRTOWC_SANITYCHECK.
99 # Another witness is that "LC_ALL=zh_CN.GB18030 bash -c true" dumps core.
  /external/chromium_org/v8/src/
bootstrapper.cc 400 DescriptorArray::WhitenessWitness witness(*descriptors);
416 map->AppendDescriptor(&d, witness);
420 map->AppendDescriptor(&d, witness);
424 map->AppendDescriptor(&d, witness);
428 map->AppendDescriptor(&d, witness);
436 map->AppendDescriptor(&d, witness);
538 DescriptorArray::WhitenessWitness witness(*descriptors);
556 map->AppendDescriptor(&d, witness);
560 map->AppendDescriptor(&d, witness);
565 map->AppendDescriptor(&d, witness);
    [all...]
objects.cc     [all...]
objects-inl.h     [all...]
  /external/v8/src/
bootstrapper.cc 391 DescriptorArray::WhitenessWitness witness(*descriptors);
396 descriptors->Set(0, &d, witness);
401 descriptors->Set(1, &d, witness);
406 descriptors->Set(2, &d, witness);
411 descriptors->Set(3, &d, witness);
420 descriptors->Set(4, &d, witness);
422 descriptors->Sort(witness);
536 DescriptorArray::WhitenessWitness witness(*descriptors);
541 descriptors->Set(0, &d, witness);
546 descriptors->Set(1, &d, witness);
    [all...]
factory.cc 873 DescriptorArray::WhitenessWitness witness(*result);
878 DescriptorArray::CopyFrom(result, descriptor_count++, array, i, witness);
898 result->Set(descriptor_count, &desc, witness);
912 DescriptorArray::CopyFrom(new_result, i, result, i, witness);
918 result->Sort(witness);
    [all...]
objects.cc     [all...]
heap.cc     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tabnanny.py 294 witness = indents[-1].not_less_witness(thisguy)
295 msg = "indent not greater e.g. " + format_witnesses(witness)
323 witness = indents[-1].not_equal_witness(thisguy)
324 msg = "indent not equal e.g. " + format_witnesses(witness)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tabnanny.py 294 witness = indents[-1].not_less_witness(thisguy)
295 msg = "indent not greater e.g. " + format_witnesses(witness)
323 witness = indents[-1].not_equal_witness(thisguy)
324 msg = "indent not equal e.g. " + format_witnesses(witness)
  /external/chromium_org/v8/test/cctest/
test-alloc.cc 142 v8::internal::DescriptorArray::WhitenessWitness witness(*new_descriptors);
148 map->AppendDescriptor(&d, witness);
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_prime.c 129 static int witness(BIGNUM *w, const BIGNUM *a, const BIGNUM *a1,
328 j = witness(check, A, A1, A1_odd, k, ctx, mont);
352 static int witness(BIGNUM *w, const BIGNUM *a, const BIGNUM *a1, function
  /external/openssl/crypto/bn/
bn_prime.c 129 static int witness(BIGNUM *w, const BIGNUM *a, const BIGNUM *a1,
328 j = witness(check, A, A1, A1_odd, k, ctx, mont);
352 static int witness(BIGNUM *w, const BIGNUM *a, const BIGNUM *a1, function
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
c_mac.php 5 * Author: M. Uli Kusterer (witness.of.teachtext@gmx.net)
cpp.php 7 * - M. Uli Kusterer (witness.of.teachtext@gmx.net)
objc.php 5 * Author: M. Uli Kusterer (witness.of.teachtext@gmx.net)
  /external/bison/lib/
fcntl.in.h 173 /* Witness variable: 1 if gnulib defined F_DUPFD_CLOEXEC, 0 otherwise. */
  /external/llvm/test/Analysis/ScalarEvolution/
avoid-infinite-recursion-1.ll 84 %struct.lock_object = type <{ i8*, i32, i32, %struct.witness* }>
203 %struct.witness = type opaque
  /external/bison/darwin-lib/
fcntl.h 485 /* Witness variable: 1 if gnulib defined F_DUPFD_CLOEXEC, 0 otherwise. */
  /external/bison/linux-lib/
fcntl.h 485 /* Witness variable: 1 if gnulib defined F_DUPFD_CLOEXEC, 0 otherwise. */
  /external/guava/guava-tests/test/com/google/common/io/testdata/
alice_in_wonderland.txt     [all...]

Completed in 800 milliseconds

1 2