Home
last modified time | relevance | path

Searched refs:Some (Results 1 – 25 of 684) sorted by relevance

12345678910>>...28

/external/llvm/unittests/IR/
DConstantRangeTest.cpp23 static ConstantRange Some; member in __anon10950d6f0111::ConstantRangeTest
30 ConstantRange ConstantRangeTest::Some(APInt(16, 0xa), APInt(16, 0xaaa)); member in __anon10950d6f0111::ConstantRangeTest
64 EXPECT_FALSE(Some.isFullSet()); in TEST_F()
65 EXPECT_FALSE(Some.isEmptySet()); in TEST_F()
66 EXPECT_FALSE(Some.isWrappedSet()); in TEST_F()
67 EXPECT_FALSE(Some.contains(APInt(16, 0x0))); in TEST_F()
68 EXPECT_FALSE(Some.contains(APInt(16, 0x9))); in TEST_F()
69 EXPECT_TRUE(Some.contains(APInt(16, 0xa))); in TEST_F()
70 EXPECT_TRUE(Some.contains(APInt(16, 0xaa9))); in TEST_F()
71 EXPECT_FALSE(Some.contains(APInt(16, 0xaaa))); in TEST_F()
[all …]
/external/clang/test/CodeGenObjC/
Dsuper-message-fragileabi.m3 @class Some;
6 - (id)initSome:(Some *)anArg; argument
15 - (id)initSome:(Some *)arg; argument
21 - (id)initSome:(Some *)arg { argument
/external/lzma/
Dhistory.txt25 - Some bugs were fixed
30 - Some changes in ANSI-C 7z Decoder interfaces.
41 - Some minor fixes
46 - Some minor fixes
54 - Some changes in ANSI-C 7z Decoder interfaces.
60 - Some minor fixes.
147 - Some GUIDs/interfaces in C++ were changed.
221 - Some internal minor changes
244 - Some detection of data corruption was enabled.
265 Some milestones:
/external/mdnsresponder/Clients/
DReadMe.txt4 Some of the clients are command-line oriented; some are graphical.
6 Some of the clients, like the "dns-sd" command-line tool, can be built
7 for a variety of platforms. Some of the clients only build for one
11 Some of the clients can be built more than one way. For example, the
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/
Daliastest.ll49 ; Some type.
51 ; Some other non-aliasing type.
54 ; Some type.
56 ; Some type in a different type system.
Ddse.ll54 ; Some type.
56 ; Some other non-aliasing type.
59 ; Some type.
61 ; Some type in a different type system.
/external/markdown/docs/extensions/
DHeaderId.txt65 ... #Some Header
69 <h3 id="some_header">Some Header</h3>
76 ... # Some Header
80 <h1>Some Header</h1>
/external/libxml2/test/schematron/
Dzvon8.sct5 <assert test="count(//BBB) &lt;= count(//AAA)">Some AAA are missing</assert>
6 <report test="count(//BBB) &lt; count(//AAA)">Some BBB are missing</report>
/external/markdown/tests/misc/
Dbr.txt3 <p>Some of these words <em>are emphasized</em>.
4 Some of these words <em>are emphasized also</em>.</p>
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dtoplevel.ml11 | Some (Token.Kwd ';') ->
15 | Some token ->
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dtoplevel.ml13 | Some (Token.Kwd ';') ->
17 | Some token ->
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
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 ->
Dtoplevel.ml14 | Some (Token.Kwd ';') ->
18 | Some token ->
/external/llvm/lib/Target/ARM/
DARMInstrVFP.td97 // Some single precision VFP instructions may be executed on both NEON and VFP
111 // Some single precision VFP instructions may be executed on both NEON and VFP
159 // Some single precision VFP instructions may be executed on both NEON and
172 // Some single precision VFP instructions may be executed on both NEON and
185 // Some single precision VFP instructions may be executed on both NEON and
294 // Some single precision VFP instructions may be executed on both NEON and
310 // Some single precision VFP instructions may be executed on both NEON and
338 // Some single precision VFP instructions may be executed on both NEON and
352 // Some single precision VFP instructions may be executed on both NEON and
417 // Some single precision VFP instructions may be executed on both NEON and
[all …]
/external/valgrind/
DREADME_DEVELOPERS_processes58 Some special cases:
60 Some bugs or changes only touch the VEX SVN repository, so it is not
66 Some changes or bug fixes are very big and might be implemented over
73 Some bugs are reported more than once in bugzilla.
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dtoplevel.ml14 | Some (Token.Kwd ';') ->
18 | Some token ->
Dcodegen.ml34 | Some callee -> callee
76 | Some callee -> callee
86 | Some callee -> callee
194 try Some (Hashtbl.find named_values var_name) with Not_found -> None
206 | Some step -> codegen_expr step
235 | Some old_val -> Hashtbl.add named_values var_name old_val
255 | Some init -> codegen_expr init
298 | Some f ->
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dtoplevel.ml14 | Some (Token.Kwd ';') ->
18 | Some token ->
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dtoplevel.ml14 | Some (Token.Kwd ';') ->
18 | Some token ->
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 ->
/external/llvm/test/Bindings/OCaml/
Danalysis.ml33 Some msg -> bomb "valid module failed verification!"
45 Some msg -> ()
Dcore.ml107 insist (Some (-1L) = int64_of_const c);
115 insist (Some (-1L) = int64_of_const c);
123 insist (Some 4294967295L = int64_of_const c);
133 insist (Some (-1L) = int64_of_const c);
141 insist (Some 9223372036854775807L = int64_of_const c);
155 insist ((Some "cruel\000world") = (string_of_const c));
174 insist (float_of_const cs = Some 2.75);
179 insist (float_of_const cd = Some 3.1459);
184 insist (float_of_const cd = Some 2.);
189 insist (float_of_const cd = Some 2.);
[all …]
/external/elfutils/src/m4/
Dgettext.m4282 dnl Some extra flags are needed during linking.
323 dnl For backward compatibility. Some packages may be using this.
346 dnl For backward compatibility. Some configure.ins may be using this.
350 dnl For backward compatibility. Some Makefiles may be using this.
354 dnl For backward compatibility. Some Makefiles may be using this.
358 dnl For backward compatibility. Some Makefiles may be using this.
362 dnl For backward compatibility. Some Makefiles may be using this.
374 dnl For backward compatibility. Some Makefiles may be using this.
/external/bison/m4/
Dgettext.m4282 dnl Some extra flags are needed during linking.
323 dnl For backward compatibility. Some packages may be using this.
346 dnl For backward compatibility. Some configure.ins may be using this.
350 dnl For backward compatibility. Some Makefiles may be using this.
354 dnl For backward compatibility. Some Makefiles may be using this.
358 dnl For backward compatibility. Some Makefiles may be using this.
362 dnl For backward compatibility. Some Makefiles may be using this.
374 dnl For backward compatibility. Some Makefiles may be using this.
/external/chromium-trace/trace-viewer/third_party/Paste/docs/
Dfuture.txt47 Some proxyish app... maybe WSGIProxy?
50 Some... other place. Something loggy.
74 …Well, these all need to be refactored, and replacements exist in AuthKit and repoze.who. Some pie…

12345678910>>...28