Home
last modified time | relevance | path

Searched refs:medium (Results 1 – 25 of 414) sorted by relevance

12345678910>>...17

/external/v8/test/mjsunit/
Dstring-charcodeat.js190 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/
Dsorttest.c31 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/
Diptunnel.c63 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 …]
Dip6tunnel.c136 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/
Dsparcv9-abi.c37 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/
Dicmpv6_opt24-v.out2 …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/
Dmcm-12.ll1 ; 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)
Dmcm-4.ll1 ; 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
Dmcm-10.ll1 ; RUN: llc -mcpu=pwr7 -O1 -code-model=medium <%s | FileCheck %s
3 ; Test peephole optimization for medium code model (32-bit TOC offsets)
Dmcm-11.ll1 ; RUN: llc -mcpu=pwr7 -O1 -code-model=medium <%s | FileCheck %s
3 ; Test peephole optimization for medium code model (32-bit TOC offsets)
Dmcm-8.ll1 ; RUN: llc -mcpu=pwr7 -O0 -code-model=medium < %s | FileCheck %s
4 ; Test correct code generation for medium and large code model
Dmcm-1.ll1 ; RUN: llc -mcpu=pwr7 -O0 -code-model=medium <%s | FileCheck %s
4 ; Test correct code generation for medium and large code model
Dmcm-13.ll1 ; RUN: llc -mcpu=pwr7 -O0 -code-model=medium <%s | FileCheck %s
4 ; Test correct code generation for medium and large code model
Dmcm-6.ll1 ; RUN: llc -mcpu=pwr7 -O0 -code-model=medium < %s | FileCheck %s
4 ; Test correct code generation for medium and large code model
Dmcm-9.ll1 ; RUN: llc -mcpu=pwr7 -O0 -code-model=medium <%s | FileCheck %s
4 ; Test correct code generation for medium and large code model
Dmcm-7.ll1 ; RUN: llc -mcpu=pwr7 -O0 -code-model=medium < %s | FileCheck %s
4 ; Test correct code generation for medium and large code model
Dblockaddress.ll2 ; 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 …
Dmcm-2.ll1 ; 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/
Dcontrol10 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/
Dconstpool.ll3 ; 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…
Dglobals.ll3 ; 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…
Dblockaddr.ll3 ; 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/
Dverylargebitmap.cpp92 int medium = 5*1024; in onDraw() local
110 show_image(canvas, medium, medium, colors, fProc); in onDraw()
/external/valgrind/memcheck/tests/
Dsuppfreecollision.vgtest5 # 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/
Dunattended_install.py250 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)

12345678910>>...17