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

1234567891011>>

/external/valgrind/main/helgrind/tests/
H A Dpth_spinlock.stderr.exp1 Start of test.
/external/chromium_org/v8/test/mjsunit/es6/
H A Diteration-syntax.js6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
12 // * Neither the name of Google Inc. nor the names of its
30 // Test for-of syntax.
34 function f() { for (x of y) { } }
35 function f() { for (var x of y) { } }
36 function f() { for (let x of y) { } }
38 assertThrows("function f() { for (x of) { } }", SyntaxErro
[all...]
/external/chromium_org/v8/test/webkit/fast/js/kde/
H A Dj-comment-4.js7 // 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
25 --> end of HTML comment (not ECMA)
/external/valgrind/main/drd/tests/
H A Dunit_bitmap.stderr.exp1 Start of DRD BM unit test.
2 End of DRD BM unit test.
/external/valgrind/main/memcheck/tests/
H A Dmanuel2.stderr.exp1 Use of uninitialised value of size 4
H A Dmalloc1_ks_none.stderr.exp1 Invalid write of size 1
3 Address 0x........ is 1 bytes inside a block of size 10 free'd
6 Invalid write of size 1
8 Address 0x........ is 1 bytes before a block of size 10 alloc'd
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
H A DImmutableInstruction.java9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
15 * * Neither the name of Google Inc. nor the names of its
53 public static ImmutableInstruction of(Instruction instruction) { method in class:ImmutableInstruction
60 return ImmutableInstruction10t.of((Instruction10t)instruction);
63 return ImmutableUnknownInstruction.of((UnknownInstruction)instruction);
65 return ImmutableInstruction10x.of((Instruction10x)instruction);
67 return ImmutableInstruction11n.of((Instruction11
[all...]
/external/chromium_org/v8/test/mjsunit/harmony/
H A Darray-of.js2 // Use of this source code is governed by a BSD-style license that can be
5 // Based on Mozilla Array.of() tests at http://dxr.mozilla.org/mozilla-central/source/js/src/jit-test/tests/collections
11 // Array.of makes real arrays.
21 check(Array.of());
22 check(Array.of(0));
23 check(Array.of(0, 1, 2));
24 var f = Array.of;
28 // Array.of basics
30 var a = Array.of();
33 a = Array.of(undefine
[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
/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
/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
/external/chromium_org/tools/idl_parser/test_parser/
H A Dinline_ppapi.idl2 Use of this source code is governed by a BSD-style license that can be
8 reflect the state of the Nodes.
11 This comment signals that a node of type <Type> is created with the
15 This comment signals that a error of <Error String> is generated. The error
28 This comment signals that a tree of nodes matching the BUILD comment
37 This is my block of C code
44 This is my block of CC code
/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/clang/test/Sema/
H A Dvector-cast.c14 't2' (vector of 16 'char' values) and 't1' (vector of 1 'long long' value) of different size}}
16 't1' (vector of 1 'long long' value) and 't2' (vector of 16 'char' values) of different size}}
20 type 't1' (vector of 1 'long long' value) and scalar type 'char *'}}
23 type 't1' (vector of 1 'long long' value) and integer type 'short' of different size}}
27 type 't1' (vector of
[all...]
/external/owasp/sanitizer/src/tests/org/owasp/html/
H A DTagBalancingHtmlStreamRendererTest.java8 // Redistributions of source code must retain the above copyright
9 // notice, this list of conditions and the following disclaimer.
11 // notice, this list of conditions and the following disclaimer in the
13 // Neither the name of the OWASP nor the names of its contributors may
61 balancer.openTag("html", ImmutableList.<String>of());
62 balancer.openTag("head", ImmutableList.<String>of());
63 balancer.openTag("title", ImmutableList.<String>of());
68 balancer.openTag("body", ImmutableList.<String>of());
69 balancer.openTag("p", ImmutableList.of("i
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/value/
H A DImmutableEncodedValueFactory.java9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
15 * * Neither the name of Google Inc. nor the names of its
46 public static ImmutableEncodedValue of(@Nonnull EncodedValue encodedValue) { method in class:ImmutableEncodedValueFactory
49 return ImmutableByteEncodedValue.of((ByteEncodedValue)encodedValue);
51 return ImmutableShortEncodedValue.of((ShortEncodedValue)encodedValue);
53 return ImmutableCharEncodedValue.of((CharEncodedValue)encodedValue);
55 return ImmutableIntEncodedValue.of((IntEncodedValu
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/reference/
H A DImmutableReferenceFactory.java9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
15 * * Neither the name of Google Inc. nor the names of its
42 public static ImmutableReference of(Reference reference) { method in class:ImmutableReferenceFactory
44 return ImmutableStringReference.of((StringReference)reference);
47 return ImmutableTypeReference.of((TypeReference)reference);
50 return ImmutableFieldReference.of((FieldReference)reference);
53 return ImmutableMethodReference.of((MethodReferenc
59 public static ImmutableReference of(int referenceType, Reference reference) { method in class:ImmutableReferenceFactory
[all...]
/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...]
/external/llvm/tools/llvm-config/
H A DLibraryDependencies.inc10 /// The name of the component.
13 /// The name of the library for this component (or NULL).
19 /// The list of libraries required when linking this component.
/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/llvm/test/MC/Mips/
H A Dmips-pc16-fixup.s3 # CHECK-NOT: LLVM ERROR: out of range PC16 fixup
7 .space 131072 - 8, 1 # -8 = size of b instr plus size of automatically inserted nop
/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
9 the value of cc is 3 and #double words is 2
/external/clang/test/SemaCXX/
H A Dwarn-unused-variables-error.cpp7 X<char> str (read_from_file()); // expected-error{{use of undeclared identifier 'read_from_file'}} \
8 expected-error{{implicit instantiation of undefined template 'PR6948::X<char>'}}
/external/mockito/src/org/mockito/internal/util/
H A DRemoveFirstLine.java3 * This program is made available under the terms of the MIT License.
13 public String of(String text) { method in class:RemoveFirstLine
/external/valgrind/main/gdbserver_tests/
H A Dmcmain_pic.stdout.exp1 address of main 0x........
3 address of another_func 0x........

Completed in 457 milliseconds

1234567891011>>