Home
last modified time | relevance | path

Searched refs:to (Results 1 – 25 of 9548) sorted by relevance

12345678910>>...382

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dglsl_parser.output954 VERSION_TOK shift, and go to state 1
958 translation_unit go to state 2
959 version_statement go to state 3
966 INTCONSTANT shift, and go to state 4
973 $end shift, and go to state 5
982 extension_statement_list go to state 6
989 EOL shift, and go to state 7
1004 EXTENSION shift, and go to state 8
1008 $@1 go to state 9
1009 extension_statement go to state 10
[all …]
Dglcpp-parse.output254 input go to state 1
262 $end shift, and go to state 2
263 ELIF_EXPANDED shift, and go to state 3
264 HASH shift, and go to state 4
265 HASH_DEFINE shift, and go to state 5
266 HASH_ELIF shift, and go to state 6
267 HASH_ELSE shift, and go to state 7
268 HASH_ENDIF shift, and go to state 8
269 HASH_IF shift, and go to state 9
270 HASH_IFDEF shift, and go to state 10
[all …]
/external/llvm/test/Transforms/DeadStoreElimination/
Dinst-limits.ll3 ; If there are two stores to the same location, DSE should be able to remove
13 ; The first store; later there is a second store to the same location,
19 %0 = bitcast i32 0 to i32
20 %1 = bitcast i32 0 to i32
21 %2 = bitcast i32 0 to i32
22 %3 = bitcast i32 0 to i32
23 %4 = bitcast i32 0 to i32
24 %5 = bitcast i32 0 to i32
25 %6 = bitcast i32 0 to i32
26 %7 = bitcast i32 0 to i32
[all …]
/external/chromium_org/v8/test/mjsunit/tools/
Dprofviz-test.default12 "set object 1 rect from 87.51699999999991, 7 to 87.60371656249991, 3 fc rgb \"#9944CC\"",
13 "set object 2 rect from 110.7114999999999, 7 to 110.7982165624999, 3 fc rgb \"#9944CC\"",
14 "set object 3 rect from 133.5129999999999, 7 to 133.59971656249988, 3 fc rgb \"#9944CC\"",
15 …"set object 4 rect from 61.49249999999995, 7 to 61.57921656249995, 5.020618556701031 fc rgb \"#994…
16 …"set object 5 rect from 101.40849999999992, 7 to 101.49521656249992, 5.103092783505154 fc rgb \"#9…
17 …"set object 6 rect from 57.242999999999974, 7 to 57.329716562499975, 6.766323024054983 fc rgb \"#9…
18 …"set object 7 rect from 58.751499999999965, 7 to 58.838216562499966, 6.766323024054983 fc rgb \"#9…
19 …"set object 8 rect from 60.72499999999996, 7 to 60.81171656249996, 6.766323024054983 fc rgb \"#994…
21 "set object 9 rect from 42.11000000000001, 12.83 to 42.28050000000001, 12.17 fc rgb \"#000000\"",
22 …"set object 10 rect from 42.298000000000016, 12.83 to 42.30000000000002, 12.17 fc rgb \"#000000\"",
[all …]
/external/guava/guava-tests/test/com/google/common/base/
DCaseFormatTest.java39 assertSame(from + " to " + from, "foo", from.to(from, "foo")); in testIdentity()
40 for (CaseFormat to : CaseFormat.values()) { in testIdentity()
41 assertEquals(from + " to " + to, "", from.to(to, "")); in testIdentity()
42 assertEquals(from + " to " + to, " ", from.to(to, " ")); in testIdentity()
49 LOWER_CAMEL.to(null, ""); in testNullPointer()
53 LOWER_CAMEL.to(LOWER_HYPHEN, null); in testNullPointer()
59 assertEquals("foo", LOWER_HYPHEN.to(LOWER_HYPHEN, "foo")); in testLowerHyphenToLowerHyphen()
60 assertEquals("foo-bar", LOWER_HYPHEN.to(LOWER_HYPHEN, "foo-bar")); in testLowerHyphenToLowerHyphen()
64 assertEquals("foo", LOWER_HYPHEN.to(LOWER_UNDERSCORE, "foo")); in testLowerHyphenToLowerUnderscore()
65 assertEquals("foo_bar", LOWER_HYPHEN.to(LOWER_UNDERSCORE, "foo-bar")); in testLowerHyphenToLowerUnderscore()
[all …]
/external/llvm/test/ExecutionEngine/MCJIT/
Dtest-cast.ll9 zext i1 true to i8 ; <i8>:2 [#uses=0]
10 zext i1 true to i8 ; <i8>:3 [#uses=0]
11 zext i1 true to i16 ; <i16>:4 [#uses=0]
12 zext i1 true to i16 ; <i16>:5 [#uses=0]
13 zext i1 true to i32 ; <i32>:6 [#uses=0]
14 zext i1 true to i32 ; <i32>:7 [#uses=0]
15 zext i1 true to i64 ; <i64>:8 [#uses=0]
16 zext i1 true to i64 ; <i64>:9 [#uses=0]
17 uitofp i1 true to float ; <float>:10 [#uses=0]
18 uitofp i1 true to double ; <double>:11 [#uses=0]
[all …]
/external/llvm/test/ExecutionEngine/
Dtest-cast.ll9 zext i1 true to i8 ; <i8>:2 [#uses=0]
10 zext i1 true to i8 ; <i8>:3 [#uses=0]
11 zext i1 true to i16 ; <i16>:4 [#uses=0]
12 zext i1 true to i16 ; <i16>:5 [#uses=0]
13 zext i1 true to i32 ; <i32>:6 [#uses=0]
14 zext i1 true to i32 ; <i32>:7 [#uses=0]
15 zext i1 true to i64 ; <i64>:8 [#uses=0]
16 zext i1 true to i64 ; <i64>:9 [#uses=0]
17 uitofp i1 true to float ; <float>:10 [#uses=0]
18 uitofp i1 true to double ; <double>:11 [#uses=0]
[all …]
Dtest-interp-vec-cast.ll4 zext <2 x i1> <i1 true,i1 true> to <2 x i8>
5 zext <3 x i1> <i1 true,i1 true,i1 true> to <3 x i8>
6 zext <2 x i1> <i1 true,i1 true> to <2 x i16>
7 zext <3 x i1> <i1 true,i1 true,i1 true> to <3 x i16>
8 zext <2 x i1> <i1 true,i1 true> to <2 x i32>
9 zext <3 x i1> <i1 true,i1 true,i1 true> to <3 x i32>
10 zext <2 x i1> <i1 true,i1 true> to <2 x i64>
11 zext <3 x i1> <i1 true,i1 true,i1 true> to <3 x i64>
12 zext <3 x i8> <i8 4, i8 4, i8 4> to <3 x i16>
13 zext <2 x i8> <i8 -4, i8 -4> to <2 x i16>
[all …]
/external/llvm/test/CodeGen/X86/
DAtomics-64.ll21 %2 = bitcast i8* bitcast (i16* @ss to i8*) to i16*
23 %4 = bitcast i8* bitcast (i16* @us to i8*) to i16*
25 %6 = bitcast i8* bitcast (i32* @si to i8*) to i32*
27 %8 = bitcast i8* bitcast (i32* @ui to i8*) to i32*
29 %10 = bitcast i8* bitcast (i64* @sl to i8*) to i64*
31 %12 = bitcast i8* bitcast (i64* @ul to i8*) to i64*
33 %14 = bitcast i8* bitcast (i64* @sll to i8*) to i64*
35 %16 = bitcast i8* bitcast (i64* @ull to i8*) to i64*
39 %20 = bitcast i8* bitcast (i16* @ss to i8*) to i16*
41 %22 = bitcast i8* bitcast (i16* @us to i8*) to i16*
[all …]
/external/bison/tests/
Dexisting.at33 dnl diff comments with line numbers might be a pain to maintain. When that
34 dnl time comes, just use sed to drop the line numbers. For now, as LR(1)
35 dnl support is rapidly evolving, let's keep that information to be careful.
73 # We have been careful to strip all the actions excepts the
76 # There are 65 SR conflicts. Bison was once wrong, due to an incorrect
95 /* Lowest to highest */
168 * is a regexp so it should read up to the closing slash.
420 dnl and the Open Group awk specification seem to agree:
438 dnl Isocore map from LALR(1) state number to new state number plus descriptions
453 NAME shift, and go to state 9
[all …]
/external/icu/icu4c/source/data/translit/
DFullwidth_Halfwidth.txt10 ガ↔ガ; # to KATAKANA LETTER GA
11 ギ↔ギ; # to KATAKANA LETTER GI
12 グ↔グ; # to KATAKANA LETTER GU
13 ゲ↔ゲ; # to KATAKANA LETTER GE
14 ゴ↔ゴ; # to KATAKANA LETTER GO
15 ザ↔ザ; # to KATAKANA LETTER ZA
16 ジ↔ジ; # to KATAKANA LETTER ZI
17 ズ↔ズ; # to KATAKANA LETTER ZU
18 ゼ↔ゼ; # to KATAKANA LETTER ZE
19 ゾ↔ゾ; # to KATAKANA LETTER ZO
[all …]
/external/chromium_org/third_party/icu/source/data/translit/
DFullwidth_Halfwidth.txt10 ガ↔ガ; # to KATAKANA LETTER GA
11 ギ↔ギ; # to KATAKANA LETTER GI
12 グ↔グ; # to KATAKANA LETTER GU
13 ゲ↔ゲ; # to KATAKANA LETTER GE
14 ゴ↔ゴ; # to KATAKANA LETTER GO
15 ザ↔ザ; # to KATAKANA LETTER ZA
16 ジ↔ジ; # to KATAKANA LETTER ZI
17 ズ↔ズ; # to KATAKANA LETTER ZU
18 ゼ↔ゼ; # to KATAKANA LETTER ZE
19 ゾ↔ゾ; # to KATAKANA LETTER ZO
[all …]
/external/llvm/test/CodeGen/Mips/
Dconst6.ll34 call void bitcast (void (...)* @hoo to void ()*)()
35 call void bitcast (void (...)* @hoo to void ()*)()
36 call void bitcast (void (...)* @hoo to void ()*)()
37 call void bitcast (void (...)* @hoo to void ()*)()
38 call void bitcast (void (...)* @hoo to void ()*)()
39 call void bitcast (void (...)* @hoo to void ()*)()
40 call void bitcast (void (...)* @hoo to void ()*)()
41 call void bitcast (void (...)* @hoo to void ()*)()
42 call void bitcast (void (...)* @hoo to void ()*)()
43 call void bitcast (void (...)* @hoo to void ()*)()
[all …]
Dconst4a.ll30 call void bitcast (void (...)* @foo to void ()*)()
34 call void bitcast (void (...)* @goo to void ()*)()
38 call void bitcast (void (...)* @hoo to void ()*)()
39 call void bitcast (void (...)* @hoo to void ()*)()
40 call void bitcast (void (...)* @hoo to void ()*)()
41 call void bitcast (void (...)* @hoo to void ()*)()
42 call void bitcast (void (...)* @hoo to void ()*)()
43 call void bitcast (void (...)* @hoo to void ()*)()
44 call void bitcast (void (...)* @hoo to void ()*)()
45 call void bitcast (void (...)* @hoo to void ()*)()
[all …]
/external/llvm/test/CodeGen/PowerPC/
DAtomics-64.ll3 ; This test is disabled until PPCISelLowering learns to insert proper 64-bit
5 ; 64-bit operands which causes the machine code verifier to throw a tantrum.
27 %2 = bitcast i8* bitcast (i16* @ss to i8*) to i16*
29 %4 = bitcast i8* bitcast (i16* @us to i8*) to i16*
31 %6 = bitcast i8* bitcast (i32* @si to i8*) to i32*
33 %8 = bitcast i8* bitcast (i32* @ui to i8*) to i32*
35 %10 = bitcast i8* bitcast (i64* @sl to i8*) to i64*
37 %12 = bitcast i8* bitcast (i64* @ul to i8*) to i64*
41 %16 = bitcast i8* bitcast (i16* @ss to i8*) to i16*
43 %18 = bitcast i8* bitcast (i16* @us to i8*) to i16*
[all …]
DAtomics-32.ll20 %2 = bitcast i8* bitcast (i16* @ss to i8*) to i16*
22 %4 = bitcast i8* bitcast (i16* @us to i8*) to i16*
24 %6 = bitcast i8* bitcast (i32* @si to i8*) to i32*
26 %8 = bitcast i8* bitcast (i32* @ui to i8*) to i32*
28 %10 = bitcast i8* bitcast (i32* @sl to i8*) to i32*
30 %12 = bitcast i8* bitcast (i32* @ul to i8*) to i32*
34 %16 = bitcast i8* bitcast (i16* @ss to i8*) to i16*
36 %18 = bitcast i8* bitcast (i16* @us to i8*) to i16*
38 %20 = bitcast i8* bitcast (i32* @si to i8*) to i32*
40 %22 = bitcast i8* bitcast (i32* @ui to i8*) to i32*
[all …]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
Dprogram_parse.output856 ARBvp_10 shift, and go to state 1
857 ARBfp_10 shift, and go to state 2
859 program go to state 3
860 language go to state 4
881 $end shift, and go to state 5
890 optionSequence go to state 6
905 OPTION shift, and go to state 7
909 option go to state 8
910 statementSequence go to state 9
917 IDENTIFIER shift, and go to state 10
[all …]
/external/llvm/test/Analysis/CostModel/ARM/
Dcast.ll9 %r0 = sext i1 undef to i8
11 %r1 = zext i1 undef to i8
13 %r2 = sext i1 undef to i16
15 %r3 = zext i1 undef to i16
17 %r4 = sext i1 undef to i32
19 %r5 = zext i1 undef to i32
21 %r6 = sext i1 undef to i64
23 %r7 = zext i1 undef to i64
25 %r8 = trunc i8 undef to i1
27 %r9 = sext i8 undef to i16
[all …]
/external/e2fsprogs/lib/
Dconfig.h.in6 /* Define to 1 if debugging the blkid library */
9 /* Define to 1 to compile findfs */
12 /* Define to 1 if debugging ext3/4 journal code */
15 /* Define to 1 to enable quota support */
18 /* Define to 1 if the testio I/O manager should be enabled */
21 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
26 /* Define to 1 if using `alloca.c'. */
29 /* Define to 1 to disable use of backtrace */
32 /* Define to 1 if ext2 compression enabled */
35 /* Define to 1 if ext3/4 htree support enabled */
[all …]
/external/icu/icu4c/source/data/curr/
DsupplementalData.txt43 to:intvector{
54 to:intvector{
65 to:intvector{
94 to:intvector{
132 to:intvector{
152 to:intvector{
163 to:intvector{
183 to:intvector{
194 to:intvector{
205 to:intvector{
[all …]
/external/chromium_org/third_party/icu/source/data/curr/
DsupplementalData.txt43 to:intvector{
54 to:intvector{
65 to:intvector{
94 to:intvector{
132 to:intvector{
152 to:intvector{
163 to:intvector{
183 to:intvector{
194 to:intvector{
205 to:intvector{
[all …]
/external/e2fsprogs/tests/f_expand/
Dexpect.1.gz
/external/llvm/include/llvm/Config/
Dconfig.h.in18 /* Define to enable crash handling overrides */
27 /* Define to 1 if you have the `backtrace' function. */
30 /* Define to 1 if you have the `ceilf' function. */
33 /* Define to 1 if you have the <CrashReporterClient.h> header file. */
39 /* Define to 1 if you have the <cxxabi.h> header file. */
42 /* Define to 1 if you have the declaration of `arc4random', and to 0 if you
46 /* Define to 1 if you have the declaration of `FE_ALL_EXCEPT', and to 0 if you
50 /* Define to 1 if you have the declaration of `FE_INEXACT', and to 0 if you
54 /* Define to 1 if you have the declaration of `strerror_s', and to 0 if you
58 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
[all …]
/external/libedit/
Dconfig.h.in3 /* Define to 1 if the `closedir' function returns void instead of `int'. */
6 /* Define to 1 if you have the <curses.h> header file. */
9 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
13 /* Define to 1 if you have the <dlfcn.h> header file. */
16 /* Define to 1 if you have the `endpwent' function. */
19 /* Define to 1 if you have the <fcntl.h> header file. */
22 /* Define to 1 if you have the `fgetln' function. */
25 /* Define to 1 if you have the `fork' function. */
28 /* Define to 1 if you have getpwnam_r and getpwuid_r that are draft POSIX.1
32 /* Define to 1 if you have getpwnam_r and getpwuid_r that are POSIX.1
[all …]
/external/llvm/test/MC/Mips/
Dmips-bad-branches.s3 # CHECK: error: branch to misaligned address
5 # CHECK: error: branch to misaligned address
7 # CHECK: error: branch to misaligned address
11 # CHECK: error: branch to misaligned address
13 # CHECK: error: branch to misaligned address
15 # CHECK: error: branch to misaligned address
20 # CHECK: error: branch to misaligned address
22 # CHECK: error: branch to misaligned address
24 # CHECK: error: branch to misaligned address
28 # CHECK: error: branch to misaligned address
[all …]

12345678910>>...382