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

1 2 3 4 5 6 7 8

  /external/markdown/tests/misc/
headers.txt 7 # [Markdown](http://some.link.com/)
15 Some other text
  /external/llvm/unittests/IR/
ConstantRangeTest.cpp 23 static ConstantRange Some;
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.contains(APInt(16, 0xaaa)))
    [all...]
  /external/chromium_org/third_party/markdown/extensions/
headerid.py 42 >>> text = "# Some Header #"
45 <h1 id="some-header">Some Header</h1>
62 ... #Some Header
66 <h3 id="some-header">Some Header</h3>
71 >>> text = '#Some *Header* with [markup](http://example.com).'
74 <h1 id="some-header-with-markup">Some <em>Header</em> with <a href="http://example.com">markup</a>.</h1>
79 ... # Some Heade
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
toplevel.ml 11 | Some (Token.Kwd ';') ->
15 | Some token ->
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
toplevel.ml 13 | Some (Token.Kwd ';') ->
17 | Some token ->
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toplevel.ml 14 | Some (Token.Kwd ';') ->
18 | Some token ->
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toplevel.ml 14 | Some (Token.Kwd ';') ->
18 | Some token ->
codegen.ml 38 | 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/examples/OCaml-Kaleidoscope/Chapter6/
toplevel.ml 14 | Some (Token.Kwd ';') ->
18 | Some token ->
codegen.ml 25 | 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 ->
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toplevel.ml 14 | Some (Token.Kwd ';') ->
18 | Some token ->
  /external/markdown/markdown/extensions/
wikilinks.py 12 >>> text = "Some text with a [[WikiLink]]."
15 u'<p>Some text with a <a class="wikilink" href="/WikiLink/">WikiLink</a>.</p>'
29 u'<p>Some text with a <a class="foo" href="/wiki/WikiLink.html">WikiLink</a>.</p>'
41 u'<p>Some text with a <a href="http://example.com/WikiLink.html">WikiLink</a>.</p>'
49 ... Some text with a [[WikiLink]]."""
52 u'<p>Some text with a <a href="http://example.com/WikiLink.html">WikiLink</a>.</p>'
abbr.py 11 ... Some text with an ABBR and a REF. Ignore REFERENCE and ref.
17 u'<p>Some text with an <abbr title="Abbreviation">ABBR</abbr> and a <abbr title="Abbreviation Reference">REF</abbr>. Ignore REFERENCE and ref.</p>'
  /external/mdnsresponder/
Makefile 24 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/
rep_prefix.S 14 # Some SSE2 instructions start with 0xf2 or 0xf3
  /device/generic/arm64/
BoardConfig.mk 25 # Some framework code requires this to enable BT
  /device/generic/armv7-a-neon/
BoardConfig.mk 18 # Some framework code requires this to enable BT
  /device/generic/x86_64/
BoardConfig.mk 24 # Some framework code requires this to enable BT
  /external/chromium_org/chrome/browser/ui/webui/options/
settings_app_browsertest.js 23 // Test opening Settings App, and do some checks on section visibility.
27 // Some things are hidden via a parent, so make a helper function.
36 // Spot-check some regular settings items that should be hidden.
45 // uses. Do spot checks, so the test is not too fragile. Some of the content
  /external/llvm/bindings/ocaml/analysis/
llvm_analysis.mli 16 [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/llvm/test/Bindings/Ocaml/
analysis.ml 33 Some msg -> bomb "valid module failed verification!"
45 Some msg -> ()
irreader.ml 40 | Some foo ->
  /external/chromium_org/content/shell/renderer/test_runner/resources/fonts/
fonts.conf 36 <!-- Some layout tests specify Helvetica as a family and we need to make sure
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
mmx_main.asm 3 ; Some routines Copyright (c) 1998 Christian Nentwich (c.nentwich@cs.ucl.ac.uk)
x86_main.asm 3 ; Some routines Copyright (c) 1998 Christian Nentwich (brn@eleet.mcb.at)

Completed in 149 milliseconds

1 2 3 4 5 6 7 8