OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Some
(Results
1 - 25
of
96
) sorted by null
1
2
3
4
/external/markdown/tests/misc/
headers.txt
7
# [Markdown](http://
some
.link.com/)
15
Some
other text
/external/llvm/unittests/Support/
ConstantRangeTest.cpp
24
static ConstantRange
Some
;
31
ConstantRange ConstantRangeTest::
Some
(APInt(16, 0xa), APInt(16, 0xaaa));
65
EXPECT_FALSE(
Some
.isFullSet());
66
EXPECT_FALSE(
Some
.isEmptySet());
67
EXPECT_FALSE(
Some
.isWrappedSet());
68
EXPECT_FALSE(
Some
.contains(APInt(16, 0x0)));
69
EXPECT_FALSE(
Some
.contains(APInt(16, 0x9)));
70
EXPECT_TRUE(
Some
.contains(APInt(16, 0xa)));
71
EXPECT_TRUE(
Some
.contains(APInt(16, 0xaa9)));
72
EXPECT_FALSE(
Some
.contains(APInt(16, 0xaaa)))
[
all
...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
toplevel.ml
11
|
Some
(Token.Kwd ';') ->
15
|
Some
token ->
parser.ml
54
|
Some
(Token.Kwd c) when Hashtbl.mem binop_precedence c ->
69
|
Some
(Token.Kwd c2) ->
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
toplevel.ml
13
|
Some
(Token.Kwd ';') ->
17
|
Some
token ->
codegen.ml
38
|
Some
callee -> callee
60
|
Some
f ->
parser.ml
54
|
Some
(Token.Kwd c) when Hashtbl.mem binop_precedence c ->
69
|
Some
(Token.Kwd c2) ->
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toplevel.ml
14
|
Some
(Token.Kwd ';') ->
18
|
Some
token ->
codegen.ml
38
|
Some
callee -> callee
60
|
Some
f ->
parser.ml
54
|
Some
(Token.Kwd c) when Hashtbl.mem binop_precedence c ->
69
|
Some
(Token.Kwd c2) ->
/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 ->
parser.ml
69
| [< '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/
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 ->
parser.ml
69
| [< '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/
toplevel.ml
14
|
Some
(Token.Kwd ';') ->
18
|
Some
token ->
/external/llvm/test/Bindings/Ocaml/
analysis.ml
30
Some
msg -> bomb "valid module failed verification!"
42
Some
msg -> ()
/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/valgrind/main/exp-bbv/tests/amd64-linux/
rep_prefix.S
14
#
Some
SSE2 instructions start with 0xf2 or 0xf3
/external/webkit/Tools/DumpRenderTree/chromium/
fonts.conf
36
<!--
Some
layout tests specify Helvetica as a family and we need to make sure
/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/qemu/distrib/sdl-1.2.12/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 71 milliseconds
1
2
3
4