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

1 2

  /gdk/sources/llvm-ndk-cc/tests/P_hello/
hello-llvm.c 4 int foobar = bar() + 123; local
5 return (double)foobar;
  /external/clang/test/CodeGen/
2010-02-16-DbgScopes.c 5 extern void foobar();
10 foobar();
  /external/clang/test/Sema/
attr-unknown.c 3 int x __attribute__((foobar)); // expected-warning {{unknown attribute 'foobar' ignored}}
predefined-function.c 28 int foobar(int); // note {{previous declaration is here}}
29 int foobar() // error {{conflicting types for 'foobar'}} function
  /external/android-mock/tests/com/google/android/testing/mocking/
ClassHasFinalMethods.java 32 public final int foobar() { method in class:ClassHasFinalMethods
  /external/e2fsprogs/lib/et/
init_et.c 27 struct foobar { struct
36 struct foobar * new_et;
41 new_et = (struct foobar *) malloc(sizeof(struct foobar));
com_right.c 73 struct foobar { struct
93 struct foobar *f;
  /external/clang/test/CodeGenCXX/
union-dtor.cpp 16 union FooBar {
17 FooBar() {}
18 ~FooBar() {}
32 FooBar foobar; variable
template-instantiation.cpp 70 void foobar(T2 foo) { function in class:test2::C
79 // or foobar(test at the top).
80 a.foobar(0.0);
  /external/clang/test/Index/
complete-macros.c 4 #define FOO(Arg1,Arg2) foobar
  /external/llvm/test/MC/COFF/
diff.s 11 _foobar: # @foobar
  /external/llvm/test/MC/ELF/
tls.s 12 foobar: label
15 // CHECK: (('st_name', 0x0000001f) # 'foobar'
  /external/webkit/LayoutTests/fast/url/script-tests/
port.js 20 shouldBe("canonicalize('foobar://www.example.com:80/')",
21 "'foobar://www.example.com:80/'");
relative.js 52 ["data:foobar", "baz.html", ""],
53 ["data:foobar", "data:baz", "data:baz"],
54 ["data:foobar", "data:/base", "data:/base"],
56 ["data:foobar", "http://host/", "http://host/"],
57 ["data:foobar", "http:host", "http://host/"],
standard-url.js 16 ["http://%25DOMAIN:foobar@foodomain.com/", "http://%25DOMAIN:foobar@foodomain.com/"],
  /external/clang/test/Analysis/
unreachable-code-path.c 128 enum foobar { FOO, BAR }; enum
130 void test11(enum foobar fb) {
  /external/clang/test/FixIt/
fixit.c 42 int test_cond(int y, int fooBar) { // expected-note {{here}}
43 // CHECK: int x = y ? 1 : 4+fooBar;
44 int x = y ? 1 4+foobar; // expected-error {{expected ':'}} expected-error {{undeclared identifier}} expected-note {{to match}}
  /external/antlr/antlr-3.4/runtime/Python/tests/
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/v8/test/mjsunit/
object-define-property.js 261 Object.defineProperty(obj1, "foobar", dataConfigurable);
262 desc = Object.getOwnPropertyDescriptor(obj1, "foobar");
263 assertEquals(obj1.foobar, 1000);
271 obj1.foobar = 1001;
272 assertEquals(obj1.foobar, 1000);
275 // Redefine to writable descriptor - now writing to foobar should be allowed.
276 Object.defineProperty(obj1, "foobar", dataWritable);
277 desc = Object.getOwnPropertyDescriptor(obj1, "foobar");
278 assertEquals(obj1.foobar, 3000);
288 obj1.foobar = 1001
    [all...]
argument-named-arguments.js 61 var arguments = "foobar";
64 assertEquals("foobar", '' + arguments);
function.js 69 assertEquals('foobar', f('foo', 'bar'));
72 assertEquals('foobar', f('foo', 'bar'));
multiline.js 30 assertEquals("foobar", s);
array-splice.js 87 assertEquals([1, 2, 3], array.splice("foobar"));
95 assertEquals([], array.splice("foobar", undefined));
99 assertEquals([], array.splice(undefined, "foobar"));
103 assertEquals([], array.splice("foobar", "foobar"));
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
actions.rb 62 @lexer::init { @foobar = 'attribute' }
82 say(@foobar)
91 lexer = AllKindsOfActions::Lexer.new( "foobar _Ab98 \n A12sdf" )
103 "foobar" 4 1 0 -1 :default 0 5
141 lexer = Finally::Lexer.new( 'foobar' )
  /external/chromium/net/data/proxy_resolver_v8_unittest/
bindings.js 56 dnsResolveEx("foobar");

Completed in 171 milliseconds

1 2