/external/antlr/antlr-3.4/runtime/Python/tests/ |
t039labels.g | 14 D: a='FOOBAR' { print $a };
|
t026actions.py | 52 cStream = antlr3.StringStream('foobar _Ab98 \n A12sdf') 63 'action;u\'foobar\' 4 1 0 -1 0 0 5;attribute;action;u\'_Ab98\' 4 1 7 -1 0 7 11;attribute;action;u\'A12sdf\' 4 2 1 -1 0 15 20;attribute;')
|
/external/chromium/net/http/ |
url_security_manager_unittest.cc | 23 const char* kTestAuthWhitelist = "*example.com,*foobar.com,baz"; 35 { "http://foobar.com", false, true }, 36 { "http://boo.foobar.com", false, true }, 40 { "http://foobar.net", false, false },
|
/external/chromium_org/content/test/data/ |
browser_plugin_post_message_guest.html | 6 event.source.postMessage('foobar', '*');
|
/external/chromium_org/net/http/ |
url_security_manager_unittest.cc | 23 const char* kTestAuthWhitelist = "*example.com,*foobar.com,baz"; 35 { "http://foobar.com", false, true }, 36 { "http://boo.foobar.com", false, true }, 40 { "http://foobar.net", false, false },
|
/external/chromium_org/tools/gyp/test/actions/generated-header/ |
test.gyp | 17 '<(SHARED_INTERMEDIATE_DIR)/MyHeader.h', 'foobar output' ],
|
/external/clang/test/CodeGen/ |
global-with-initialiser.c | 25 struct Struct globalStruct = { 1, 2.0f, "foobar"};
|
/external/clang/test/PCH/ |
chain-macro.c | 8 FOOBAR
|
modified-header-crash.c | 5 // RUN: echo 'int foobar;' >> %t.h
|
/external/clang/test/Preprocessor/ |
traditional-cpp.c | 95 FOO_NO_STRINGIFY(foobar) 96 /* CHECK: {{^}}test(# foobar){{$}} 105 BAR_NO_STRINGIFY(foobar) 106 /* CHECK: {{^}}test(#foobar){{$}}
|
/external/llvm/test/CodeGen/X86/ |
pr9127.ll | 4 define i8 @foobar(double %d, double* %x) {
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
CameraTest.java | 115 shadowCamera.invokePreviewCallback("foobar".getBytes()); 118 assertThat(callback.data, equalTo("foobar".getBytes())); 128 shadowCamera.invokePreviewCallback("foobar".getBytes()); 131 assertThat(callback.data, equalTo("foobar".getBytes())); 141 shadowCamera.invokePreviewCallback("foobar".getBytes()); 144 assertThat(callback.data, equalTo("foobar".getBytes())); 156 shadowCamera.invokePreviewCallback("foobar".getBytes()); 163 shadowCamera.invokePreviewCallback("foobar".getBytes()); 170 shadowCamera.invokePreviewCallback("foobar".getBytes());
|
PreferenceManagerTest.java | 26 editor.putInt("foobar", 13); 32 assertEquals(13, prefs.getInt("foobar", 0));
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t026actions.html | 19 var stream = new org.antlr.runtime.ANTLRStringStream("foobar _Ab98 \n A12sdf"), 28 assertArrayEquals(lexer.xlog, ["action;", "foobar 4 1 0 -1 0 0 5", "attribute;", "action;", "_Ab98 4 1 7 -1 0 7 11", "attribute;", "action;", "A12sdf 4 2 1 -1 0 15 20", "attribute;"]);
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
scopes.rb | 29 example "parsing 'foobar'" do 30 lexer = SimpleScope::Lexer.new( 'foobar' ) 177 example "parsing 'foobar' with rule a" do 178 lexer = LotsaScopes::Lexer.new( "foobar" ) 183 example "failing to parse 'foobar' with rule b[false]" do 184 lexer = LotsaScopes::Lexer.new( "foobar" ) 189 example "parsing 'foobar' with rule b[true]" do 190 lexer = LotsaScopes::Lexer.new( "foobar" )
|
/external/chromium/build/ |
sanitize-mac-build-log.sed | 17 # Xcode prints a short "compiling foobar.o" line followed by the lengthy 30 # Shorten the "compiling foobar.o" line.
|
/external/chromium_org/build/ |
sanitize-mac-build-log.sed | 15 # Xcode prints a short "compiling foobar.o" line followed by the lengthy 31 # Shorten the "compiling foobar.o" line.
|
/external/chromium_org/tools/gyp/test/actions/ |
gyptest-generated-header.py | 22 expect = 'foobar output\n' 29 test.read('generated-header/test.gyp').replace('foobar', 'barbaz'))
|
/external/clang/test/SemaCXX/ |
format-strings-0x.cpp | 18 R"foobar(%)foobar"
|
/external/clang/test/SemaObjC/ |
check-dup-decl-methods-1.m | 5 + (int) foobar; 31 + (int) foobar;
|
protocols.m | 5 - (int) FooBar; 20 - (int) FooBar;
|
/external/libexif/m4m/ |
gp-check-shell-environment.m4 | 20 if test "x$(pwd)" = "x`pwd`" && test "y$(echo "foobar")" = "y`echo foobar`" # ''''
|
/external/llvm/unittests/IR/ |
TypesTest.cpp | 21 StructType *Struct = StructType::create(C, "FooBar"); 22 EXPECT_EQ("FooBar", Struct->getName());
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_shlex.py | 66 "foo\ x\x\\""foobar"|"foo\ x\x\\"|"foobar"| 67 "foo\ x\x\\"\''"foobar"|"foo\ x\x\\"|\|''|"foobar"| 129 "foo\ x\x\\""foobar"|foo\ x\x\foobar| 130 "foo\ x\x\\"\'"foobar"|foo\ x\x\'foobar|
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_shlex.py | 66 "foo\ x\x\\""foobar"|"foo\ x\x\\"|"foobar"| 67 "foo\ x\x\\"\''"foobar"|"foo\ x\x\\"|\|''|"foobar"| 129 "foo\ x\x\\""foobar"|foo\ x\x\foobar| 130 "foo\ x\x\\"\'"foobar"|foo\ x\x\'foobar|
|