OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rdef
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/JSON/JSON-2.59/t/
07_pc_esc.t
59
$obj = {test => "abc\
rdef
"};
61
is($str,q|{"test":"abc\
rdef
"}|);
/libcore/json/src/test/java/org/json/
JSONTokenerTest.java
392
assertEquals("abc\
rdef
", new JSONTokener("abc\\
rdef
\"ghi").nextString('"'));
436
JSONTokener tokener = new JSONTokener("ABC\
rDEF
\nGHI\r\nJKL");
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
CodeGenTreeWalker.g
975
Rule
rdef
= grammar.getRule(scopeName, $r.text);
977
if ( !
rdef
.getHasReturnValue() ) {
981
$code.add("rule",
rdef
);
986
else if (
rdef
.grammar != this.grammar ) { // nonlocal
988
List<Grammar> rdefDelegates =
rdef
.grammar.getDelegates();
990
$code.add("scope",
rdef
.grammar);
996
if ( this.grammar !=
rdef
.grammar.composite.delegateGrammarTreeRoot.grammar ) {
998
rdef
.grammar.composite.delegateGrammarTreeRoot.grammar);
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_compile.py
20
compile("this_is\rreally_old_mac\
rdef
f():\n pass", "<test>", "exec")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_compile.py
20
compile("this_is\rreally_old_mac\
rdef
f():\n pass", "<test>", "exec")
/external/protobuf/src/google/protobuf/
descriptor.pb.cc
534
"type_name\030\006 \001(\t\022\020\n\010extendee\030\002 \001(\t\022\025\n\
rdef
"
[
all
...]
Completed in 2645 milliseconds