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

1 2 3 4 56 7

  /external/chromium_org/third_party/icu/source/test/cintltst/
cloctst.c 611 static const char *testL[] = { "en_US",
621 for(i=0;i<LENGTHOF(testL);i++) {
623 uloc_getDisplayName(aLocale, testL[i], buffer, LENGTHOF(buffer), &errorCode);
625 log_err("FAIL in uloc_getDisplayName(%s,%s,..) -> %s\n", aLocale, testL[i], u_errorName(errorCode));
629 log_data_err("FAIL in uloc_getDisplayName(%s,%s,..) expected '%s' got '%s' (Are you missing data?)\n", aLocale, testL[i], expect[i], austrdup(buffer));
631 log_verbose("pass in uloc_getDisplayName(%s,%s,..) got '%s'\n", aLocale, testL[i], expect[i]);
    [all...]
  /external/icu4c/test/cintltst/
cloctst.c 688 static const char *testL[] = { "en_US",
698 for(i=0;i<LENGTHOF(testL);i++) {
700 uloc_getDisplayName(aLocale, testL[i], buffer, LENGTHOF(buffer), &errorCode);
702 log_err("FAIL in uloc_getDisplayName(%s,%s,..) -> %s\n", aLocale, testL[i], u_errorName(errorCode));
706 log_data_err("FAIL in uloc_getDisplayName(%s,%s,..) expected '%s' got '%s' (Are you missing data?)\n", aLocale, testL[i], expect[i], austrdup(buffer));
708 log_verbose("pass in uloc_getDisplayName(%s,%s,..) got '%s'\n", aLocale, testL[i], expect[i]);
    [all...]
  /external/chromium_org/v8/src/x64/
regexp-macro-assembler-x64.cc 462 __ testl(current_character(), Immediate(mask));
476 __ testl(current_character(), Immediate(mask));
    [all...]
codegen-x64.cc 202 __ testl(rax, Immediate(0x400 /* C2 */));
  /dalvik/vm/compiler/codegen/x86/
LowerGetPut.cpp 410 compare_imm_reg 0, valReg (testl valReg, valReg)
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
x86_64-mont5.S 7 testl $3,%r9d
x86_64-mont.S 7 testl $3,%r9d
  /external/llvm/test/MC/Disassembler/X86/
x86-32.txt 403 # CHECK: testl $0, %eax
simple-tests.txt 398 # CHECK: testl $0, %eax
  /external/openssl/crypto/bn/asm/
x86_64-mont5.S 7 testl $3,%r9d
x86_64-mont.S 7 testl $3,%r9d
  /external/v8/src/x64/
codegen-x64.cc 171 __ testl(rax, Immediate(0x400 /* C2 */));
full-codegen-x64.cc 77 __ testl(rax, Immediate(delta_to_patch_site));
343 __ testl(rax, Immediate(Min(loop_depth(), Code::kMaxLoopNestingMarker)));
    [all...]
  /system/core/libcutils/arch-x86/
sse2-memset16-atom.S 319 testl $0xf, %edx
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aes-586.S     [all...]
aesni-x86_64.S 450 testl %r8d,%r8d
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
  /external/openssl/crypto/aes/asm/
aes-586.S     [all...]
aesni-x86_64.S 450 testl %r8d,%r8d
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pnggccrd.c     [all...]
  /external/grub/stage2/
asm.S 250 testl %eax, %eax
    [all...]
  /bionic/libc/arch-x86/string/
sse2-memset-atom.S 297 testl $0xf, %edx
  /dalvik/vm/mterp/x86/
footer.S 536 testl $$ACC_NATIVE, offMethod_accessFlags(%eax) # check for native call
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/passwin64/
dwarfwin64_testhd.asm 103 testl %eax, %eax
  /external/valgrind/main/VEX/priv/
host_x86_defs.c 947 vex_printf("testl $%d,", (Int)i->Xin.Test32.imm32);
    [all...]

Completed in 875 milliseconds

1 2 3 4 56 7