OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:foobar
(Results
76 - 100
of
587
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/robolectric/src/test/java/com/xtremelabs/robolectric/tester/org/apache/http/
ParamsParserTest.java
20
response.setResponseBody("param1=
foobar
");
25
assertThat("
foobar
", equalTo(params.get("param1")));
32
response.setResponseBody("param1=
foobar
");
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
BaseViewRuleTest.java
30
assertEquals("
FooBar
", BaseViewRule.getAttributeDisplayName("
fooBar
"));
33
// assertEquals("Foo Bar", BaseViewRule.getAttributeDisplayName("
fooBar
"));
/external/llvm/test/CodeGen/Hexagon/
BranchPredict.ll
19
%call = tail call i32 bitcast (i32 (...)* @
foobar
to i32 (i32)*)(i32 %add) nounwind
23
%call2 = tail call i32 bitcast (i32 (...)* @
foobar
to i32 (i32)*)(i32 4) nounwind
31
declare i32 @
foobar
(...)
41
%call = tail call i32 bitcast (i32 (...)* @
foobar
to i32 (i32)*)(i32 %add) nounwind
45
%call2 = tail call i32 bitcast (i32 (...)* @
foobar
to i32 (i32)*)(i32 4) nounwind
62
%call = tail call i32 bitcast (i32 (...)* @
foobar
to i32 (i32)*)(i32 %add) nounwind
67
%call2 = tail call i32 bitcast (i32 (...)* @
foobar
to i32 (i32)*)(i32 %add1) nounwind
/external/owasp/sanitizer/tools/findbugs/doc/
FilterFile.txt
56
reports for classes "com.
foobar
.A" and "com.
foobar
.B", you would use
59
<Match class="com.
foobar
.A">
63
<Match class="com.
foobar
.B">
77
<Match class="com.
foobar
.MyClass" />
80
<Match class="com.
foobar
.MyClass">
92
<Match class="com.
foobar
.MyClass">
105
<Match class="com.
foobar
.ClassNotToBeAnalyzed" />
107
<Match class="com.
foobar
.ClassWithSomeBugsMatched">
117
<Match class="com.
foobar
.AnotherClass"
[
all
...]
/ndk/sources/host-tools/make-3.81/tests/scripts/misc/
general3
81
'', '
foobar
82
foobar
147
'', '
foobar
148
foobar
177
foobar
179
foobar
214
'', '
foobar
216
foobar
297
foobar
299
foobar
[
all
...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
SpannableStringTest.java
24
"Visit us at http://www.
foobar
.com for more selections";
38
URLSpan s1 = new URLSpan("http://www.
foobar
.com");
48
URLSpan s1 = new URLSpan("http://www.
foobar
.com");
62
URLSpan s1 = new URLSpan("http://www.
foobar
.com");
95
URLSpan s1 = new URLSpan("http://www.
foobar
.com");
110
URLSpan s1 = new URLSpan("http://www.
foobar
.com");
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());
/external/antlr/antlr-3.4/runtime/Python/tests/
t014parser.py
11
cStream = antlr3.StringStream('var
foobar
; gnarz(); var blupp; flupp ( ) ;')
19
('decl', '
foobar
'),
41
cStream = antlr3.StringStream('var
foobar
(); gnarz();')
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/clang/test/CodeGen/
asm-inout.c
8
// CHECK: call void asm "
foobar
", "=*m,*m,~{dirflag},~{fpsr},~{flags}"(i32* [[REGCALLRESULT]], i32* [[REGCALLRESULT]])
9
asm ("
foobar
" : "+m"(*foo()));
18
asm ("
foobar
" : "+r"(*foo()));
global-with-initialiser.c
25
struct Struct globalStruct = { 1, 2.0f, "
foobar
"};
/external/clang/test/SemaObjC/
check-dup-objc-decls-1.m
12
@implementation
FooBar
// expected-warning {{cannot find interface declaration for '
FooBar
'}}
27
int Bar, Foo,
FooBar
;
/external/chromium-trace/trace-viewer/tracing/tracing/extras/chrome/cc/
util_test.html
21
assert.equal(tr.e.cc.convertNameToJSConvention('foo_bar'), '
fooBar
');
38
fooBar
: {
58
{
fooBar
: 7},
59
{
fooBar
: 8}
/external/clang/test/PCH/
chain-macro.c
8
FOOBAR
modified-header-crash.c
5
// RUN: echo 'int
foobar
;' >> %t.h
/external/clang/test/Parser/
cxx-decl.cpp
227
struct
Foobar
{ // expected-note 2{{declared here}}
228
FooBar
(); // expected-error {{missing return type for function '
FooBar
'; did you mean the constructor name '
Foobar
'?}}
229
~
FooBar
(); // expected-error {{expected the class name after '~' to name a destructor}}
231
FooBar
::
FooBar
() {} // expected-error {{undeclared}} expected-error {{missing return type}}
232
FooBar
::~
FooBar
() {} // expected-error {{undeclared}} expected-error {{expected the class name}}
/external/elfutils/src/tests/
run-addr2line-i-lex-test.sh
22
# void
foobar
()
30
# void (*bar) () =
foobar
;
61
foobar
inlined at /tmp/x.cpp:12 in _Z3foov
65
foobar
inlined at /tmp/x.cpp:12 in _Z3foov
/external/libxml2/python/tests/
inbuf.py
16
f = str_io("
foobar
")
/external/llvm/test/CodeGen/X86/
pr9127.ll
4
define i8 @
foobar
(double %d, double* %x) {
/external/llvm/test/MC/ARM/
cpu-test.s
13
.cpu
foobar
/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/clang/test/FixIt/
fixit-class-method-messaging.m
14
I*
foobar
();
18
[
foobar
() ClassMeth]; // expected-warning {{instance method '-ClassMeth' not found (return type defaults to 'id')}} \
/external/clang/test/SemaCXX/
format-strings-0x.cpp
21
R"
foobar
(%)
foobar
"
Completed in 258 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>