HomeSort by relevance Sort by last modified time
    Searched full:testb (Results 126 - 150 of 255) sorted by null

1 2 3 4 56 7 8 91011

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
IdentityHashMapTest.java 524 assertTrue("testB can not find null key", map.containsKey(null));
525 assertTrue("testB can not find a value with null key", map
527 assertTrue("testB can not get value for null key",
529 assertNull("testB put returned wrong value", result);
687 assertTrue("TestB. removed entries incorrectly", map.size() == 11
689 assertTrue("TestB. removed key incorrectly", map.containsKey(key));
690 assertTrue("TestB. removed value incorrectly", map.containsValue(value));
693 assertTrue("TestB. Did not remove entry as expected", map.size() == 10
695 assertTrue("TestB. Did not remove key as expected", !map
697 assertTrue("TestB. Did not remove value as expected", !ma
    [all...]
  /external/v8/src/x64/
codegen-x64.cc 409 __ testb(result, Immediate(kIsIndirectStringMask));
414 __ testb(result, Immediate(kSlicedNotConsMask));
445 __ testb(result, Immediate(kStringRepresentationMask));
453 __ testb(result, Immediate(kIsIndirectStringMask));
458 __ testb(result, Immediate(kShortExternalStringTag));
462 __ testb(result, Immediate(kStringEncodingMask));
478 __ testb(result, Immediate(kStringEncodingMask));
  /bionic/libc/arch-x86/silvermont/string/
sse2-memcpy-slm.S 274 testb $24, %cl
276 testb $4, %cl
283 testb $2, %cl
  /bionic/libc/arch-x86_64/string/
sse2-memcpy-slm.S 265 testb $24, %dl
267 testb $4, %dl
274 testb $2, %dl
  /external/llvm/test/CodeGen/X86/
cmov.ll 92 ; CHECK: testb
95 ; CHECK: testb
152 ; CHECK: testb $1, %dil
cmp.ll 44 ; CHECK: testb $31, (%rsi)
167 ; CHECK: testb
187 ; CHECK: testb $8, %dil
avx512-cmp.ll 90 ; CHECK: testb
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p6.cpp 20 only<unsigned long long> testB = b;
  /external/e2fsprogs/debugfs/
debug_cmds.ct 95 testb;
  /external/google-breakpad/src/testing/gtest/test/
gtest_filter_unittest_.cc 85 TEST(BazTest, TestB) {
gtest_filter_unittest.py 159 'BazTest.TestB',
406 BAZ_TESTS = ['BazTest.TestOne', 'BazTest.TestA', 'BazTest.TestB']
451 'BazTest.TestB', ] + DEATH_TESTS + PARAM_TESTS)
466 'BazTest.TestB',
521 'BazTest.TestB',
  /external/gtest/test/
gtest_filter_unittest_.cc 85 TEST(BazTest, TestB) {
gtest_filter_unittest.py 159 'BazTest.TestB',
406 BAZ_TESTS = ['BazTest.TestOne', 'BazTest.TestA', 'BazTest.TestB']
451 'BazTest.TestB', ] + DEATH_TESTS + PARAM_TESTS)
466 'BazTest.TestB',
521 'BazTest.TestB',
  /external/llvm/test/Transforms/GVN/
pre-compare.ll 22 ; testb %r12b, %r12b
  /external/protobuf/gtest/test/
gtest_filter_unittest_.cc 85 TEST(BazTest, TestB) {
gtest_filter_unittest.py 159 'BazTest.TestB',
406 BAZ_TESTS = ['BazTest.TestOne', 'BazTest.TestA', 'BazTest.TestB']
451 'BazTest.TestB', ] + DEATH_TESTS + PARAM_TESTS)
466 'BazTest.TestB',
521 'BazTest.TestB',
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_filter_unittest_.cc 85 TEST(BazTest, TestB) {
gtest_filter_unittest.py 159 'BazTest.TestB',
406 BAZ_TESTS = ['BazTest.TestOne', 'BazTest.TestA', 'BazTest.TestB']
451 'BazTest.TestB', ] + DEATH_TESTS + PARAM_TESTS)
466 'BazTest.TestB',
521 'BazTest.TestB',
  /ndk/sources/third_party/googletest/googletest/test/
gtest_filter_unittest_.cc 85 TEST(BazTest, TestB) {
  /packages/apps/Email/tests/src/com/android/email/
TestUtils.java 54 public void testB() {
  /external/zlib/src/contrib/inflate86/
inffast.S 476 testb %al, %al
504 testb $16, %al
584 testb $16, %al /* if ((op & 16) == 0) */
674 testb $64, %al
692 testb $64, %al
936 testb %al, %al
948 testb $16, %al
988 testb $16, %al /* if ((op & 16) == 0) */
    [all...]
inffas86.c 197 " testb %%al, %%al\n"
213 " testb %%al, %%al\n"
226 " testb $16, %%al\n"
264 " testb $16, %%al\n" /* if ((op & 16) == 0) */
329 " testb $64, %%al\n"
343 " testb $64, %%al\n"
436 " testb $32, %%al\n"
513 " testb %%al, %%al\n"
527 " testb $16, %%al\n"
578 " testb $16, %%al\n" /* if ((op & 16) == 0) *
    [all...]
  /external/clang/test/Analysis/
unused-ivars.m 26 @interface TestB : NSObject {
33 @implementation TestB
  /bionic/libm/x86/
libm_sincos_huge.S 192 testb $2, %dl
289 testb $2, 36(%esp)
293 testb $2, %dl
393 testb $1, 36(%esp)
397 testb $2, %dl
libm_tancot_huge.S 186 testb $2, %dl
319 testb $2, %bl
325 testb $2, %dl
435 testb $1, %bl
441 testb $2, %dl

Completed in 718 milliseconds

1 2 3 4 56 7 8 91011