/external/kernel-headers/original/asm-x86/ |
D | desc_defs.h | 19 unsigned limit : 4, avl : 1, l : 1, d : 1, g : 1, base2 : 8; member 56 unsigned limit1 : 4, zero0 : 3, g : 1, base2 : 8; member
|
/external/bluetooth/glib/tests/gobject/ |
D | ifaceinit.c | 173 static gboolean base1, base2, base3, base4, base5, base6; variable 293 base2 = TRUE; in test_iface2_base_init() 349 g_assert (!base1 && !base2 && !base3 && !base4 && !base5 && !base6); in base_object_base_init() 362 g_assert (base1 && base2 && base3 && base4 && !base5 && !base6); in test_object_class_init() 405 g_assert (base1 && base2 && base3 && base4 && base5 && base6); in DEFINE_TYPE()
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/inherit/ |
D | proto_12.js | 78 this.base2 = Hobbyist; 79 this.base2( hobby );
|
/external/llvm/test/CodeGen/ARM/ |
D | shifter_operand.ll | 31 define i32 @test3(i32 %base, i32 %base2, i32 %offset) { 44 %tmp4 = add i32 %base2, %tmp1
|
/external/chromium/third_party/libevent/test/ |
D | regress.c | 687 struct event_base *base1, *base2; in test_signal_pipeloss() local 693 base2 = event_init(); in test_signal_pipeloss() 694 event_base_free(base2); in test_signal_pipeloss() 715 struct event_base *base1, *base2; in test_signal_switchbase() local 720 base2 = event_init(); in test_signal_switchbase() 725 event_base_set(base2, &ev2) || in test_signal_switchbase() 735 event_base_loop(base2, EVLOOP_NONBLOCK); in test_signal_switchbase() 749 event_base_loop(base2, EVLOOP_NONBLOCK); in test_signal_switchbase() 753 event_base_free(base2); in test_signal_switchbase()
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
D | p5-0x.cpp | 34 Base&& base2 = prvalue<Base>(); in test_rvalue_refs()
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 18 char* base2 = (char*)strrchr(path, '\\'); in basename() local 19 if (base1 && base2) in basename() 20 return((base1 > base2) ? base1 + 1 : base2 + 1); in basename() 23 else if (base2) in basename() 24 return(base2 + 1); in basename()
|
/external/webkit/Tools/android/webkitmerge/ |
D | webkitmerge.cpp | 463 const char* base2, const char* dir2, const char* file2, bool* ex1, bool* ex2) in CheckForExec() argument 473 base2, dir2, file2, file2Ex ? "" : "no "); in CheckForExec() 480 const char* base2, const char* dir2, const char* file2) in CompareFiles() argument 485 CheckForExec(base1, dir1, file1, base2, dir2, file2, &file1Ex, &file2Ex); in CompareFiles() 488 base2, dir2, (int) strlen(file2) - (int) file2Ex, file2, in CompareFiles() 498 bool CompareFiles(const char* base1, const char* base2, const char* dir, const char* file) in CompareFiles() argument 500 return CompareFiles(base1, dir, file, base2, dir, file); in CompareFiles()
|
/external/bluetooth/glib/gio/ |
D | glocalfile.c | 1576 char *path2, *base2; in try_make_relative() local 1580 base2 = expand_all_symlinks (base); in try_make_relative() 1583 if (path_has_prefix (path2, base2)) in try_make_relative() 1585 relative = path2 + strlen (base2); in try_make_relative() 1591 g_free (base2); in try_make_relative()
|
/external/chromium/testing/gmock/test/ |
D | gmock-matchers_test.cc | 970 Base base, base2; in TEST() local 974 EXPECT_FALSE(m1.Matches(base2)); in TEST() 980 EXPECT_FALSE(m1.Matches(base2)); in TEST()
|
/external/v8/test/cctest/ |
D | test-api.cc | 1163 v8::Handle<v8::FunctionTemplate> base2 = v8::FunctionTemplate::New(); in THREADED_TEST() local 1164 base2->Inherit(super); in THREADED_TEST() 1165 base2->PrototypeTemplate()->Set("v2", v8_num(10.1)); in THREADED_TEST() 1171 env->Global()->Set(v8_str("base2"), base2->GetFunction()); in THREADED_TEST() 1193 base2->GetFunction()->NewInstance()); in THREADED_TEST()
|