HomeSort by relevance Sort by last modified time
    Searched full:foo2 (Results 251 - 275 of 444) sorted by null

<<1112131415161718

  /external/chromium_org/net/base/
expiring_cache_unittest.cc 226 cache.Put("test2", "foo2", now, now + kTTL);
232 EXPECT_THAT(cache.Get("test2", now), Pointee(StrEq("foo2")));
269 cache.Put("test2", "foo2", kNow, kLater);
280 EXPECT_THAT(cache.Get("test2", kNow), Pointee(StrEq("foo2")));
  /external/chromium_org/sync/test/accounts_client/
test_accounts_client_unittest.cc 60 usernames.push_back("foo2@gmail.com");
  /external/chromium_org/third_party/android_crazy_linker/src/tests/
Android.mk 15 LOCAL_SRC_FILES := foo2.cpp
  /external/clang/test/Analysis/
nullptr.cpp 10 void foo2(void) { function
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/
p1.cpp 80 void Foo2() {
  /external/clang/test/CodeGen/
asm-variable.c 29 unsigned long long foo2(unsigned long long addr, double a0, function
  /external/clang/test/CodeGenCXX/
debug-info-decl-nested.cpp 49 class Foo2;
  /external/clang/test/Parser/
MicrosoftExtensions.cpp 12 int foo2([SA_Post(attr=1)] void *param);
212 virtual void foo2() = 0;
217 void foo2() override;
225 b->foo2();
  /external/clang/test/Sema/
self-comparison.c 7 int foo2(int x) { function
  /external/clang/test/SemaObjC/
property.m 56 @interface Foo2
  /external/clang/test/SemaOpenCL/
invalid-kernel-attrs.cl 25 constant int foo2 __attribute__((work_group_size_hint(8,16,32))) = 0; // expected-error {{'work_group_size_hint' attribute only applies to functions}}
  /external/clang/unittests/libclang/
LibclangTest.cpp 134 " 'name': \"foo2.h\",\n"
135 " 'external-contents': \"/real/foo2.h\"\n"
170 T.map("/another/dir/foo2.h", "/real/foo2.h");
  /external/eigen/Eigen/src/Core/
Ref.h 39 * void foo2(const Ref<const VectorXf>& x);
56 * foo2(A.row()); // The row is copied into a contiguous temporary
57 * foo2(2*a); // The expression is evaluated into a temporary
58 * foo2(A.col().segment(2,4)); // No temporary
  /external/llvm/test/Analysis/BlockFrequencyInfo/
nested_loop_with_branches.ll 52 declare i1 @foo2(i32)
  /external/llvm/test/CodeGen/X86/
sibcall-5.ll 44 define hidden { double, double } @foo2(%0* %self, i8* nocapture %_cmd) uwtable optsize ssp {
sibcall.ll 20 ; 32: jmp {{_?}}foo2
23 ; 64: jmp {{_?}}foo2
24 %0 = tail call i32 @foo2() nounwind
28 declare i32 @foo2()
  /external/llvm/test/TableGen/
MultiClassInherit.td 81 defm FOO2 : s2<99>;
  /external/llvm/test/Transforms/InstCombine/
2011-05-28-swapmulsub.ll 22 define zeroext i16 @foo2(i32 %on_off, i32 %q) nounwind uwtable ssp {
  /ndk/sources/android/crazy_linker/tests/
Android.mk 15 LOCAL_SRC_FILES := foo2.cpp
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
dump.py 30 "INSERT INTO \"t1\" VALUES(2,'foo2',30,30);"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
dump.py 30 "INSERT INTO \"t1\" VALUES(2,'foo2',30,30);"
  /external/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp 526 LateFoo Foo2;
590 BarA.Foo2.a = 2; // \
591 // expected-warning{{writing variable 'a' requires holding mutex 'BarA.Foo2.mu' exclusively}} \
1608 void foo2() { function in struct:test_scoped_lockable::TestScopedLockable
1672 void foo2() { function in struct:TryLockTest::TestTryLock
3635 void Foo::foo2() { function in class:MultipleAttributeTest::Foo
    [all...]
  /external/chromium_org/content/browser/frame_host/
navigation_controller_impl_unittest.cc 355 const GURL url2("http://foo2");
458 const GURL url2("http://foo2");
675 const GURL url2("http://foo2");
    [all...]
  /external/chromium_org/extensions/test/
extension_test_message_listener.h 31 // ExtensionTestMessageListener listener2("foo2", true); // will reply
35 // listener1.Reply("foo2 is ready");
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1229.js 38 function foo2(x, y, z) { function
52 var foob2 = foo2.bind({}, 1);

Completed in 893 milliseconds

<<1112131415161718