HomeSort by relevance Sort by last modified time
    Searched refs:of (Results 1 - 25 of 7955) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/helgrind/tests/
pth_spinlock.stderr.exp 1 Start of test.
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/detector/api/
ScopeTest.java 6 * You may obtain a copy of the License at
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
29 assertEquals(EnumSet.of(Scope.RESOURCE_FILE),
31 EnumSet.of(Scope.RESOURCE_FILE),
32 EnumSet.of(Scope.RESOURCE_FILE)));
34 assertEquals(EnumSet.of(Scope.RESOURCE_FILE),
36 EnumSet.of(Scope.RESOURCE_FILE, Scope.JAVA_FILE),
37 EnumSet.of(Scope.RESOURCE_FILE)));
39 assertEquals(EnumSet.of(Scope.JAVA_FILE),
41 EnumSet.of(Scope.RESOURCE_FILE, Scope.JAVA_FILE)
    [all...]
  /external/valgrind/main/drd/tests/
unit_bitmap.stderr.exp 1 Start of DRD BM unit test.
2 End of DRD BM unit test.
  /external/valgrind/main/memcheck/tests/
manuel2.stderr.exp 1 Use of uninitialised value of size 4
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebKitPluginHostTypes.defs 7 * 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
15 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
19 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
21 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
23 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    [all...]
  /bionic/libc/kernel/arch-mips/asm/
war.h 5 *** of the same name, to make information necessary for userspace to
10 *** To edit the content of this header, modify the corresponding
27 #error Check setting of R4600_V1_INDEX_ICACHEOP_WAR for your platform
31 #error Check setting of R4600_V1_HIT_CACHEOP_WAR for your platform
35 #error Check setting of R4600_V2_HIT_CACHEOP_WAR for your platform
39 #error Check setting of R5432_CP0_INTERRUPT_WAR for your platform
42 #error Check setting of BCM1250_M3_WAR for your platform
46 #error Check setting of SIBYTE_1956_WAR for your platform
50 #error Check setting of MIPS4K_ICACHE_REFILL_WAR for your platform
54 #error Check setting of MIPS_CACHE_SYNC_WAR for your platfor
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/
war.h 5 *** of the same name, to make information necessary for userspace to
10 *** To edit the content of this header, modify the corresponding
27 #error Check setting of R4600_V1_INDEX_ICACHEOP_WAR for your platform
31 #error Check setting of R4600_V1_HIT_CACHEOP_WAR for your platform
35 #error Check setting of R4600_V2_HIT_CACHEOP_WAR for your platform
39 #error Check setting of R5432_CP0_INTERRUPT_WAR for your platform
42 #error Check setting of BCM1250_M3_WAR for your platform
46 #error Check setting of SIBYTE_1956_WAR for your platform
50 #error Check setting of MIPS4K_ICACHE_REFILL_WAR for your platform
54 #error Check setting of MIPS_CACHE_SYNC_WAR for your platfor
    [all...]
  /external/kernel-headers/original/asm-mips/
war.h 2 * 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 CP0 registers after it enter
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
war.h 5 *** of the same name, to make information necessary for userspace to
10 *** To edit the content of this header, modify the corresponding
27 #error Check setting of R4600_V1_INDEX_ICACHEOP_WAR for your platform
31 #error Check setting of R4600_V1_HIT_CACHEOP_WAR for your platform
35 #error Check setting of R4600_V2_HIT_CACHEOP_WAR for your platform
39 #error Check setting of R5432_CP0_INTERRUPT_WAR for your platform
42 #error Check setting of BCM1250_M3_WAR for your platform
46 #error Check setting of SIBYTE_1956_WAR for your platform
50 #error Check setting of MIPS4K_ICACHE_REFILL_WAR for your platform
54 #error Check setting of MIPS_CACHE_SYNC_WAR for your platfor
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
war.h 5 *** of the same name, to make information necessary for userspace to
10 *** To edit the content of this header, modify the corresponding
27 #error Check setting of R4600_V1_INDEX_ICACHEOP_WAR for your platform
31 #error Check setting of R4600_V1_HIT_CACHEOP_WAR for your platform
35 #error Check setting of R4600_V2_HIT_CACHEOP_WAR for your platform
39 #error Check setting of R5432_CP0_INTERRUPT_WAR for your platform
42 #error Check setting of BCM1250_M3_WAR for your platform
46 #error Check setting of SIBYTE_1956_WAR for your platform
50 #error Check setting of MIPS4K_ICACHE_REFILL_WAR for your platform
54 #error Check setting of MIPS_CACHE_SYNC_WAR for your platfor
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
token.ml 5 (* 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/llvm/examples/OCaml-Kaleidoscope/Chapter3/
token.ml 5 (* 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/llvm/examples/OCaml-Kaleidoscope/Chapter4/
token.ml 5 (* 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/valgrind/main/none/tests/x86/
int.stderr.exp 3 Process terminating with default action of signal 11 (SIGSEGV)
4 GPF (Pointer out of bounds?)
  /external/valgrind/main/none/tests/s390x/
stfle.stdout.exp 1 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/
ast.ml 8 | 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 string * string arra
    [all...]
  /external/guava/guava/src/com/google/common/net/
TldPatterns.java 24 static final Set<String> EXACT = ImmutableSet.of(
408 "of.by",
    [all...]
  /external/valgrind/main/gdbserver_tests/
mcmain_pic.stdout.exp 1 address of main 0x........
3 address of another_func 0x........
  /external/guava/guava-tests/test/com/google/common/base/
OptionalTest.java 6 * You may obtain a copy of the License at
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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("fallback")))
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
ast.ml 8 | 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 string * string array * in
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestIntervalSet.java 9 * 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
19 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
22 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
EmptyImmutableTableTest.java 6 * You may obtain a copy of the License at
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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())
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
Character_UnicodeBlockTest.java 6 * the License. You may obtain a copy of the License at
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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))
    [all...]
  /cts/tests/tests/webkitsecurity/assets/
number-parsing-crash.js 2 "This tests edge cases of number parsing."
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
token.ml 5 (* 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 1306 milliseconds

1 2 3 4 5 6 7 8 91011>>