Searched refs:of (Results 1 - 25 of 1477) sorted by relevance

1234567891011>>

/external/valgrind/main/helgrind/tests/
H A Dpth_spinlock.stderr.exp1 Start of test.
/external/valgrind/main/drd/tests/
H A Dunit_bitmap.stderr.exp1 Start of DRD BM unit test.
2 End of DRD BM unit test.
H A Dpth_spinlock.stderr.exp2 Start of test.
/external/valgrind/main/memcheck/tests/
H A Dmanuel2.stderr.exp1 Use of uninitialised value of size 4
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DWebKitPluginHostTypes.defs7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.
10 * notice, this list of conditions and the following disclaimer in the
31 type plist_bytes_t = ^array [] of uint8_t;
32 type application_name_t = ^array [] of uint8_t;
33 type data_t = ^array [] of char;
/external/kernel-headers/original/asm-mips/
H A Dwar.h2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
30 * a delay slot of a taken branch or a jump:
76 * Another R4600 erratum. Due to the lack of errata information the exact
82 #error Check setting of R4600_V1_INDEX_ICACHEOP_WAR for your platform
86 * Pleasures of the R4600 V1.x. Cite from the IDT R4600 V1.7 errata:
95 * four instructions that are not any kind of load or store
112 #error Check setting of R4600_V1_HIT_CACHEOP_WAR for your platform
128 #error Check setting of R4600_V2_HIT_CACHEOP_WAR for your platform
133 * lock up or read corrupted values of CP
[all...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoken.ml5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
12 | Ident of string | Number of float
15 | Kwd of char
H A Dast.ml8 | Number of float
11 | Variable of string
14 | Binary of char * expr * expr
17 | Call of string * expr array
20 * its name, and its argument names (thus implicitly the number of arguments the
22 type proto = Prototype of string * string array
25 type func = Function of proto * expr
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoken.ml5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
12 | Ident of string | Number of float
15 | Kwd of char
H A Dast.ml8 | Number of float
11 | Variable of string
14 | Binary of char * expr * expr
17 | Call of string * expr array
20 * its name, and its argument names (thus implicitly the number of arguments the
22 type proto = Prototype of string * string array
25 type func = Function of proto * expr
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoken.ml5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
12 | Ident of string | Number of float
15 | Kwd of char
H A Dast.ml8 | Number of float
11 | Variable of string
14 | Binary of char * expr * expr
17 | Call of string * expr array
20 * its name, and its argument names (thus implicitly the number of arguments the
22 type proto = Prototype of string * string array
25 type func = Function of proto * expr
/external/valgrind/main/none/tests/x86/
H A Dint.stderr.exp3 Process terminating with default action of signal 11 (SIGSEGV)
4 GPF (Pointer out of bounds?)
/external/valgrind/main/none/tests/s390x/
H A Dstfle.stdout.exp1 the value of cc is 0 and #double words is 2
2 the value of cc is 0 and #double words is 2
4 the value of cc is 0 and #double words is 2
6 the value of cc is 3 and #double words is 2
7 the value of cc is 3 and #double words is 2
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dast.ml8 | Number of float
11 | Variable of string
14 | Unary of char * expr
17 | Binary of char * expr * expr
20 | Call of string * expr array
23 | If of expr * expr * expr
26 | For of string * expr * expr * expr option * expr
29 | Var of (string * expr option) array * expr
32 * its name, and its argument names (thus implicitly the number of arguments the
35 | Prototype of strin
[all...]
H A Dtoken.ml5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
12 | Ident of string | Number of float
15 | Kwd of char
/external/guava/guava/src/com/google/common/net/
H A DTldPatterns.java24 static final Set<String> EXACT = ImmutableSet.of(
408 "of.by",
2082 "of.no",
2103 "gs.of.no",
4098 static final Set<String> UNDER = ImmutableSet.of(
4197 static final Set<String> EXCLUDED = ImmutableSet.of(
/external/valgrind/main/gdbserver_tests/
H A Dmcmain_pic.stdout.exp1 address of main 0x........
3 address of another_func 0x........
/external/guava/guava-tests/test/com/google/common/base/
H A DOptionalTest.java6 * You may obtain a copy of the License at
46 assertEquals("training", Optional.of("training").get());
51 Optional.of(null);
72 assertTrue(Optional.of("training").isPresent());
85 assertEquals("training", Optional.of("training").get());
89 assertEquals("a", Optional.of("a").or("default"));
97 assertEquals("a", Optional.of("a").or(Suppliers.ofInstance("fallback")));
115 assertEquals(Optional.of("a"), Optional.of("a").or(Optional.of("fallbac
[all...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dast.ml8 | Number of float
11 | Variable of string
14 | Unary of char * expr
17 | Binary of char * expr * expr
20 | Call of string * expr array
23 | If of expr * expr * expr
26 | For of string * expr * expr * expr option * expr
29 * its name, and its argument names (thus implicitly the number of arguments the
32 | Prototype of string * string array
33 | BinOpPrototype of strin
[all...]
H A Dtoken.ml5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
12 | Ident of string | Number of float
15 | Kwd of char
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestIntervalSet.java9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in the
14 * 3. The name of the author may not be used to endorse or promote products
45 IntervalSet s = IntervalSet.of(99);
69 IntervalSet s = IntervalSet.of(10,20);
70 IntervalSet s2 = IntervalSet.of(13,15);
77 IntervalSet s = IntervalSet.of('a','z');
78 IntervalSet s2 = IntervalSet.of('d');
85 IntervalSet s = IntervalSet.of('
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DEmptyImmutableTableTest.java6 * You may obtain a copy of the License at
28 ImmutableTable.of();
32 return ImmutableSet.of(INSTANCE);
43 .addEqualityGroup(ArrayTable.create(ImmutableSet.of("A"),
44 ImmutableSet.of(1)))
65 assertEquals(ImmutableSet.of(), INSTANCE.cellSet());
69 assertEquals(ImmutableMap.of(), INSTANCE.column(1));
73 assertEquals(ImmutableSet.of(), INSTANCE.columnKeySet());
77 assertEquals(ImmutableMap.of(), INSTANCE.columnMap());
97 assertEquals(ImmutableMap.of(), INSTANC
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DCharacter_UnicodeBlockTest.java6 * the License. You may obtain a copy of the License at
24 assertEquals(Character.UnicodeBlock.BASIC_LATIN, Character.UnicodeBlock.of((char)0x0));
25 assertEquals(Character.UnicodeBlock.BASIC_LATIN, Character.UnicodeBlock.of((char)0x7f));
26 assertEquals(Character.UnicodeBlock.LATIN_1_SUPPLEMENT, Character.UnicodeBlock.of((char)0x80));
27 assertEquals(Character.UnicodeBlock.LATIN_1_SUPPLEMENT, Character.UnicodeBlock.of((char)0xff));
28 assertEquals(Character.UnicodeBlock.LATIN_EXTENDED_A, Character.UnicodeBlock.of((char)0x100));
29 assertEquals(Character.UnicodeBlock.LATIN_EXTENDED_A, Character.UnicodeBlock.of((char)0x17f));
30 assertEquals(Character.UnicodeBlock.LATIN_EXTENDED_B, Character.UnicodeBlock.of((char)0x180));
31 assertEquals(Character.UnicodeBlock.LATIN_EXTENDED_B, Character.UnicodeBlock.of((char)0x24f));
32 assertEquals(Character.UnicodeBlock.IPA_EXTENSIONS, Character.UnicodeBlock.of((cha
[all...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoken.ml5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
12 | Ident of string | Number of float
15 | Kwd of char

Completed in 3133 milliseconds

1234567891011>>