/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/ |
vmcore.ml | 139 let cd = const_float double_type 3.1459 in var 140 ignore (define_global "const_double" cd m); 141 insist (double_type = type_of cd); 143 let cd = const_float_of_string double_type "1.25" in var 144 ignore (define_global "const_double_string" cd m); 145 insist (double_type = type_of cd) [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/ |
fp.go | 17 func manysub_ssa(a, b, c, d float64) (aa, ab, ac, ad, ba, bb, bc, bd, ca, cb, cc, cd, da, db, dc, dd float64) { 29 cd = c - d 247 cd = 0x10000 292 lt += cd 344 le += cd 396 eq += cd 448 ne += cd 500 ge += cd 552 gt += cd 609 lt += cd 246 cd = 0x10000 const [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/ |
fp.go | 17 func manysub_ssa(a, b, c, d float64) (aa, ab, ac, ad, ba, bb, bc, bd, ca, cb, cc, cd, da, db, dc, dd float64) { 29 cd = c - d 247 cd = 0x10000 292 lt += cd 344 le += cd 396 eq += cd 448 ne += cd 500 ge += cd 552 gt += cd 609 lt += cd 246 cd = 0x10000 const [all...] |
/system/vold/ |
VolumeManager.cpp | 1562 ContainerData* cd = *it; local [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
m32c-desc.c | 63065 CGEN_CPU_TABLE *cd = (CGEN_CPU_TABLE *) xmalloc (sizeof (CGEN_CPU_TABLE)); local [all...] |
/tools/apksig/src/main/java/com/android/apksig/ |
ApkSigner.java | 653 ByteBuffer cd = apk.getByteBuffer(cdOffset, (int) cdSizeBytes); local 654 cd.order(ByteOrder.LITTLE_ENDIAN); 655 return cd; 659 ByteBuffer cd, 667 int offsetInsideCd = cd.position(); 669 cdRecord = CentralDirectoryRecord.getRecord(cd); 683 if (cd.hasRemaining()) { 685 "Unused space at the end of ZIP Central Directory: " + cd.remaining() 686 + " bytes starting at file offset " + (cdOffset + cd.position())); [all...] |
/external/guice/extensions/multibindings/test/com/google/inject/multibindings/ |
MapBinderTest.java | 771 Module cd = new AbstractModule() { local 786 Module abcd = Modules.override(ab).with(cd); 827 Module cd = new AbstractModule() { local [all...] |
MultibinderTest.java | 629 Module cd = new AbstractModule() { local 644 Module abcd = Modules.override(ab).with(cd); 666 Module cd = new AbstractModule() { local 683 Module abcd = Modules.override(abc).with(cd); [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
CompatibilityTest.java | 618 int cd = c.get(Calendar.DATE); local 621 cd == day) { 625 errln("FAIL: " + msg + cy + "/" + (cm+1) + "/" + cd + [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
CollationTest.java | 276 CollationData cd = CollationRoot.getData(); local 306 UTF16CollationIterator ci = new UTF16CollationIterator(cd, false, "", 0); [all...] |
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
CollationTest.java | 275 CollationData cd = CollationRoot.getData(); local 305 UTF16CollationIterator ci = new UTF16CollationIterator(cd, false, "", 0); [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
CompatibilityTest.java | 617 int cd = c.get(Calendar.DATE); local 620 cd == day) { 624 errln("FAIL: " + msg + cy + "/" + (cm+1) + "/" + cd + [all...] |
/external/ipsec-tools/src/racoon/ |
ipsec_doi.c | 751 iconv_t cd = (iconv_t) -1; local 787 cd = iconv_open("latin1", "utf-16le"); 788 if (cd == (iconv_t) -1) { 808 rv = iconv(cd, (__iconv_const char **)&src, &srcleft, 834 if (cd != (iconv_t)-1) 835 (void)iconv_close(cd); 2889 iconv_t cd; local [all...] |
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_llvm.c | 1153 unsigned cd[2]; local [all...] |
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
AndroidFacade.java | 615 ClipData cd = cm.getPrimaryClip(); local 616 for(int i=0; i<cd.getItemCount(); i++) { 617 texts.add(cd.getItemAt(i).coerceToText(mService).toString()); [all...] |
/external/valgrind/none/tests/ppc32/ |
test_isa_2_07_part2.c | 871 unsigned int * cd = (unsigned int *)&calc_diff; local 873 *dv, *rd, *cd); [all...] |
/external/valgrind/none/tests/ppc64/ |
test_isa_2_07_part2.c | 871 unsigned int * cd = (unsigned int *)&calc_diff; local 873 *dv, *rd, *cd); [all...] |
/libcore/ojluni/src/main/java/java/util/ |
JapaneseImperialCalendar.java | 1738 CalendarDate cd = eras[getEraIndex(jdate)].getSinceDate(); local 1769 CalendarDate cd = eras[nextEraIndex].getSinceDate(); local [all...] |
/packages/apps/ExactCalculator/src/com/android/calculator2/ |
CalculatorResult.java | 1144 ClipData cd = new ClipData("calculator result", mimeTypes, newItem); local [all...] |
/prebuilts/go/darwin-x86/src/cmd/go/ |
go_test.go | 177 tg.t.Fatal("internal testsuite error: call to parallel after cd") 200 // cd changes the current directory to the named directory. Note that 203 func (tg *testgoData) cd(dir string) { func 763 tg.cd(runtime.GOROOT() + "/src") 790 tg.cd(tg.path("src/mycmd")) 813 tg.cd(tg.path(".")) 883 tg.cd(tg.path("src/mypkg")) 894 tg.cd(tg.path("./src")) 909 tg.cd(tg.path("src/mycmd")) 1030 tg.cd(tg.path(".") [all...] |
/prebuilts/go/linux-x86/src/cmd/go/ |
go_test.go | 177 tg.t.Fatal("internal testsuite error: call to parallel after cd") 200 // cd changes the current directory to the named directory. Note that 203 func (tg *testgoData) cd(dir string) { func 763 tg.cd(runtime.GOROOT() + "/src") 790 tg.cd(tg.path("src/mycmd")) 813 tg.cd(tg.path(".")) 883 tg.cd(tg.path("src/mypkg")) 894 tg.cd(tg.path("./src")) 909 tg.cd(tg.path("src/mycmd")) 1030 tg.cd(tg.path(".") [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
od-macho.c | 1142 struct mach_o_codesign_codedirectory_v1 cd; local [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-frv.c | 1654 CGEN_CPU_DESC cd = gas_cgen_cpu_desc; local [all...] |
/external/icu/icu4c/source/test/intltest/ |
calregts.cpp | 473 UDate cd = gc->getTime(status); local 475 if (cd != exp->getTime(status)) 476 errln(UnicodeString("Fail: Calendar::set broken. Got ") + cd + " Want " + exp->getTime(status)); [all...] |
/external/libusb/libusb/os/ |
windows_winusb.c | 3033 struct libusb_config_descriptor *cd; local [all...] |