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

12345

/external/markdown/tests/misc/
H A Dheaders.txt15 Some other text
/external/llvm/unittests/Support/
H A DConstantRangeTest.cpp23 static ConstantRange Some; member in class:__anon22800::ConstantRangeTest
30 ConstantRange ConstantRangeTest::Some(APInt(16, 0xa), APInt(16, 0xaaa));
64 EXPECT_FALSE(Some.isFullSet());
65 EXPECT_FALSE(Some.isEmptySet());
66 EXPECT_FALSE(Some.isWrappedSet());
67 EXPECT_FALSE(Some.contains(APInt(16, 0x0)));
68 EXPECT_FALSE(Some.contains(APInt(16, 0x9)));
69 EXPECT_TRUE(Some.contains(APInt(16, 0xa)));
70 EXPECT_TRUE(Some.contains(APInt(16, 0xaa9)));
71 EXPECT_FALSE(Some
[all...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoplevel.ml11 | Some (Token.Kwd ';') ->
15 | Some token ->
H A Dparser.ml54 | Some (Token.Kwd c) when Hashtbl.mem binop_precedence c ->
69 | Some (Token.Kwd c2) ->
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoplevel.ml13 | Some (Token.Kwd ';') ->
17 | Some token ->
H A Dcodegen.ml38 | Some callee -> callee
60 | Some f ->
H A Dparser.ml54 | Some (Token.Kwd c) when Hashtbl.mem binop_precedence c ->
69 | Some (Token.Kwd c2) ->
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoplevel.ml14 | Some (Token.Kwd ';') ->
18 | Some token ->
H A Dcodegen.ml38 | Some callee -> callee
60 | Some f ->
H A Dparser.ml54 | Some (Token.Kwd c) when Hashtbl.mem binop_precedence c ->
69 | Some (Token.Kwd c2) ->
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoplevel.ml14 | Some (Token.Kwd ';') ->
18 | Some token ->
H A Dcodegen.ml38 | Some callee -> callee
123 try Some (Hashtbl.find named_values var_name) with Not_found -> None
135 | Some step -> codegen_expr step
164 | Some old_val -> Hashtbl.add named_values var_name old_val
182 | Some f ->
H A Dparser.ml69 | [< 'Token.Kwd ','; step=parse_expr >] -> Some step
90 | Some (Token.Kwd c) when Hashtbl.mem binop_precedence c ->
105 | Some (Token.Kwd c2) ->
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoplevel.ml14 | Some (Token.Kwd ';') ->
18 | Some token ->
H A Dcodegen.ml25 | Some callee -> callee
47 | Some callee -> callee
56 | Some callee -> callee
141 try Some (Hashtbl.find named_values var_name) with Not_found -> None
153 | Some step -> codegen_expr step
182 | Some old_val -> Hashtbl.add named_values var_name old_val
200 | Some f ->
H A Dparser.ml69 | [< 'Token.Kwd ','; step=parse_expr >] -> Some step
101 | Some (Token.Kwd c) when Hashtbl.mem binop_precedence c ->
116 | Some (Token.Kwd c2) ->
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoplevel.ml14 | Some (Token.Kwd ';') ->
18 | Some token ->
/external/llvm/test/Bindings/Ocaml/
H A Danalysis.ml30 Some msg -> bomb "valid module failed verification!"
42 Some msg -> ()
/external/mdnsresponder/
H A DMakefile24 cd "$(SRCROOT)/mDNSMacOSX"; xcodebuild install OBJROOT=$(OBJROOT) SYMROOT=$(SYMROOT) DSTROOT=$(DSTROOT) MVERS=$(MVERS) SDKROOT=$(SDKROOT) -target Build\ Some
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Drep_prefix.S14 # Some SSE2 instructions start with 0xf2 or 0xf3
/external/llvm/bindings/ocaml/analysis/
H A Dllvm_analysis.mli16 [Some reason] if it is invalid. [reason] is a string containing a
21 [Some reason] if it is invalid. [reason] is a string containing a
/external/chromium_org/third_party/WebKit/Source/testing/data/fonts/
H A Dfonts.conf36 <!-- Some layout tests specify Helvetica as a family and we need to make sure
/external/qemu/distrib/sdl-1.2.15/src/hermes/
H A Dmmx_main.asm3 ; Some routines Copyright (c) 1998 Christian Nentwich (c.nentwich@cs.ucl.ac.uk)
H A Dx86_main.asm3 ; Some routines Copyright (c) 1998 Christian Nentwich (brn@eleet.mcb.at)
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Dpascal.php23 * - Pascal is OO language. Some new words.

Completed in 2053 milliseconds

12345