/external/v8/test/mjsunit/ |
D | string-charcodeat.js | 190 var medium = "12345678"; variable 191 medium += medium; // 16. 192 medium += medium; // 32. 193 medium += medium; // 64. 194 medium += medium; // 128. 195 medium += medium; // 256. 197 var long = medium; 203 assertTrue(isNaN(medium.charCodeAt(-1)), 31); 204 assertEquals(49, medium.charCodeAt(0), 32); 205 assertEquals(56, medium.charCodeAt(255), 33); [all …]
|
/external/icu/icu4c/source/test/cintltst/ |
D | sorttest.c | 31 int32_t medium[]={ 10, 8, 1, 2, 5, 5, -1, 6, 4, 3, 9, 7, 5 }; in SortTest() local 53 for(i=0; i<UPRV_LENGTHOF(medium); ++i) { in SortTest() 54 medium[i]=(medium[i]<<4)|i; in SortTest() 58 …uprv_sortArray(medium, UPRV_LENGTHOF(medium), sizeof(medium[0]), uprv_int32Comparator, NULL, TRUE,… in SortTest() 63 for(i=1; i<UPRV_LENGTHOF(medium); ++i) { in SortTest() 64 if(medium[i-1]>=medium[i]) { in SortTest() 65 … log_err("uprv_sortArray(medium) mis-sorted [%d]=%u > [%d]=%u\n", i-1, medium[i-1], i, medium[i]); in SortTest()
|
/external/iproute2/ip/ |
D | iptunnel.c | 63 char medium[IFNAMSIZ]; in parse_args() local 67 memset(&medium, 0, sizeof(medium)); in parse_args() 144 strncpy(medium, *argv, IFNAMSIZ - 1); in parse_args() 222 if (medium[0]) { in parse_args() 223 p->link = ll_name_to_index(medium); in parse_args() 225 fprintf(stderr, "Cannot find device \"%s\"\n", medium); in parse_args() 477 char medium[IFNAMSIZ]; in do_prl() local 480 memset(&medium, 0, sizeof(medium)); in do_prl() 501 strncpy(medium, *argv, IFNAMSIZ-1); in do_prl() 520 return tnl_prl_ioctl(cmd, medium, &p); in do_prl() [all …]
|
D | ip6tunnel.c | 136 char medium[IFNAMSIZ]; in parse_args() local 138 memset(medium, 0, sizeof(medium)); in parse_args() 180 strncpy(medium, *argv, IFNAMSIZ - 1); in parse_args() 281 if (medium[0]) { in parse_args() 282 p->link = ll_name_to_index(medium); in parse_args() 284 fprintf(stderr, "Cannot find device \"%s\"\n", medium); in parse_args()
|
/external/clang/test/CodeGen/ |
D | sparcv9-abi.c | 37 struct medium { struct 43 struct medium f_medium(struct medium x) { in f_medium() 180 s += *va_arg(ap, struct medium).a; in f_variable()
|
/external/tcpdump/tests/ |
D | icmpv6_opt24-v.out | 2 …hop limit 0, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0s, … 6 route info option (24), length 16 (2): fd8d:4fb3:5b2e::/48, pref=medium, lifetime=7200s 10 …hop limit 0, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0s, … 14 route info option (24), length 16 (2): fd8d:4fb3:5b2e::/48, pref=medium, lifetime=7200s
|
/external/llvm/test/CodeGen/PowerPC/ |
D | mcm-12.ll | 1 ; RUN: llc -mcpu=pwr7 -O1 -code-model=medium -mattr=-vsx < %s | FileCheck %s 2 ; RUN: llc -mcpu=pwr7 -O1 -code-model=medium -mattr=+vsx < %s | FileCheck -check-prefix=CHECK-VSX %s 4 ; Test peephole optimization for medium code model (32-bit TOC offsets)
|
D | mcm-4.ll | 1 ; RUN: llc -mcpu=pwr7 -O0 -code-model=medium -fast-isel=false -mattr=-vsx <%s | FileCheck -check-pr… 2 ; RUN: llc -mcpu=pwr7 -O0 -code-model=medium -fast-isel=false -mattr=+vsx <%s | FileCheck -check-pr… 6 ; Test correct code generation for medium and large code model
|
D | mcm-10.ll | 1 ; RUN: llc -mcpu=pwr7 -O1 -code-model=medium <%s | FileCheck %s 3 ; Test peephole optimization for medium code model (32-bit TOC offsets)
|
D | mcm-11.ll | 1 ; RUN: llc -mcpu=pwr7 -O1 -code-model=medium <%s | FileCheck %s 3 ; Test peephole optimization for medium code model (32-bit TOC offsets)
|
D | mcm-8.ll | 1 ; RUN: llc -mcpu=pwr7 -O0 -code-model=medium < %s | FileCheck %s 4 ; Test correct code generation for medium and large code model
|
D | mcm-1.ll | 1 ; RUN: llc -mcpu=pwr7 -O0 -code-model=medium <%s | FileCheck %s 4 ; Test correct code generation for medium and large code model
|
D | mcm-13.ll | 1 ; RUN: llc -mcpu=pwr7 -O0 -code-model=medium <%s | FileCheck %s 4 ; Test correct code generation for medium and large code model
|
D | mcm-6.ll | 1 ; RUN: llc -mcpu=pwr7 -O0 -code-model=medium < %s | FileCheck %s 4 ; Test correct code generation for medium and large code model
|
D | mcm-9.ll | 1 ; RUN: llc -mcpu=pwr7 -O0 -code-model=medium <%s | FileCheck %s 4 ; Test correct code generation for medium and large code model
|
D | mcm-7.ll | 1 ; RUN: llc -mcpu=pwr7 -O0 -code-model=medium < %s | FileCheck %s 4 ; Test correct code generation for medium and large code model
|
D | blockaddress.ll | 2 ; RUN: llc < %s -code-model=medium -march=ppc64 -mtriple=powerpc64-unknown-linux-gnu | FileCheck %s… 5 ; RUN: llc < %s -code-model=medium -march=ppc64 -mtriple=powerpc64le-unknown-linux-gnu | FileCheck …
|
D | mcm-2.ll | 1 ; RUN: llc -mcpu=pwr7 -O0 -code-model=medium <%s | FileCheck -check-prefix=MEDIUM %s 4 ; Test correct code generation for medium and large code model
|
/external/autotest/client/tests/pi_tests/ |
D | control | 10 main thread: low, medium and high priority threads that use SCHED_FIFO as 12 starts "working". The medium priority thread starts and preempts the low 17 which allows the high priority thread to run and finish and then the medium
|
/external/llvm/test/CodeGen/SPARC/ |
D | constpool.ll | 3 ; RUN: llc < %s -march=sparcv9 -relocation-model=static -code-model=medium | FileCheck --check-pref… 5 ; RUN: llc < %s -march=sparc -relocation-model=pic -code-model=medium | FileCheck --check-pref… 6 ; RUN: llc < %s -march=sparcv9 -relocation-model=pic -code-model=medium | FileCheck --check-pref…
|
D | globals.ll | 3 ; RUN: llc < %s -march=sparcv9 -relocation-model=static -code-model=medium | FileCheck --check-pref… 5 ; RUN: llc < %s -march=sparc -relocation-model=pic -code-model=medium | FileCheck --check-pref… 6 ; RUN: llc < %s -march=sparcv9 -relocation-model=pic -code-model=medium | FileCheck --check-pref…
|
D | blockaddr.ll | 3 ; RUN: llc < %s -march=sparcv9 -relocation-model=static -code-model=medium | FileCheck --check-pref… 5 ; RUN: llc < %s -march=sparc -relocation-model=pic -code-model=medium | FileCheck --check-pref… 6 ; RUN: llc < %s -march=sparcv9 -relocation-model=pic -code-model=medium | FileCheck --check-pref…
|
/external/skia/gm/ |
D | verylargebitmap.cpp | 92 int medium = 5*1024; in onDraw() local 110 show_image(canvas, medium, medium, colors, fProc); in onDraw()
|
/external/valgrind/memcheck/tests/ |
D | suppfreecollision.vgtest | 5 # However, when a medium resolution is used to compare 2 errors, 9 # This side effect of a medium (or low) resolution for error matching
|
/external/autotest/client/tests/kvm/tests/ |
D | unattended_install.py | 250 if self.medium == 'nfs': 278 if self.medium == "cdrom": 280 elif self.medium == "url": 282 elif self.medium == "nfs": 554 if self.medium == "cdrom": 557 elif self.medium == "url": 559 elif self.medium == "nfs": 563 self.medium)
|