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

1 2 3 4 5 6 7 8 91011>>

  /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/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
ast.ml 8 | 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/
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
ast.ml 8 | 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/
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
ast.ml 8 | 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/chromium_org/tools/idl_parser/test_parser/
inline_ppapi.idl 2 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/clang/test/Sema/
vector-cast.c 14 '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 1 'long long' value) and integer type 'short' of different size}
    [all...]
  /external/chromium_org/v8/test/mjsunit/es6/
iteration-syntax.js 6 // * 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
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 // 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 US
    [all...]
  /external/owasp/sanitizer/src/tests/org/owasp/html/
TagBalancingHtmlStreamRendererTest.java 8 // 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
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
22 // BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
23 // LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
24 // CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 // ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF TH
    [all...]
  /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...]
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/guava/guava/src/com/google/common/net/
TldPatterns.java 24 static final Set<String> EXACT = ImmutableSet.of(
408 "of.by",
    [all...]
  /external/llvm/test/MC/Mips/
mips-pc16-fixup.s 3 # 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/clang/test/SemaCXX/
warn-unused-variables-error.cpp 7 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/
RemoveFirstLine.java 3 * This program is made available under the terms of the MIT License.
13 public String of(String text) { method in class:RemoveFirstLine
  /external/chromium_org/v8/test/mjsunit/harmony/
array-of.js 2 // 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(undefined, null, 3.14, [])
    [all...]
  /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...]
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/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/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
segoff-err.asm 1 ; all of these should be illegal
  /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 994 milliseconds

1 2 3 4 5 6 7 8 91011>>