/external/e2fsprogs/debian/ |
D | e2fslibs.symbols | 2 e2p_edit_feature2@Base 1.40.7 3 e2p_edit_feature@Base 1.37 4 e2p_edit_mntopts@Base 1.37 5 e2p_encmode2string@Base 1.43 6 e2p_feature2string@Base 1.37 7 e2p_hash2string@Base 1.37 8 e2p_is_null_uuid@Base 1.37 9 e2p_jrnl_feature2string@Base 1.41.1 10 e2p_jrnl_string2feature@Base 1.41.1 11 e2p_mntopt2string@Base 1.37 [all …]
|
D | libblkid1.symbols | 2 blkid__scan_dir@Base 1.41.1 3 blkid_debug_mask@Base 1.33 4 blkid_dev_devname@Base 1.33 5 blkid_dev_has_tag@Base 1.38 6 blkid_dev_iterate_begin@Base 1.33 7 blkid_dev_iterate_end@Base 1.33 8 blkid_dev_next@Base 1.33 9 blkid_dev_set_search@Base 1.38 10 #MISSING: 1.41.1# blkid_devdirs@Base 1.34 11 blkid_devno_to_devname@Base 1.33 [all …]
|
D | libss2.symbols | 2 _ss_pager_name@Base 1.01 3 _ss_table@Base 1.01 4 et_ss_error_table@Base 1.35 5 initialize_ss_error_table@Base 1.01 6 initialize_ss_error_table_r@Base 1.34 7 ss_abort_subsystem@Base 1.01 8 ss_add_info_dir@Base 1.01 9 ss_add_request_table@Base 1.01 10 ss_create_invocation@Base 1.01 11 ss_delete_info_dir@Base 1.01 [all …]
|
/external/libchrome/ |
D | Android.bp | 80 "base/at_exit.cc", 81 "base/base64.cc", 82 "base/base64url.cc", 83 "base/base_switches.cc", 84 "base/bind_helpers.cc", 85 "base/build_time.cc", 86 "base/callback_helpers.cc", 87 "base/callback_internal.cc", 88 "base/command_line.cc", 89 "base/cpu.cc", [all …]
|
/external/selinux/libsepol/tests/ |
D | test-linker-types.c | 39 * - type in base, no modules 40 * - type in base optional, no modules 41 * - type a in base, b in module 42 * - type a in base optional, b in module 43 * - type a in base, b in module optional 44 * - type a in base optional, b in module optional 45 * - attr in base, no modules 46 * - attr in base optional, no modules 47 * - attr a in base, b in module 48 * - attr a in base optional, b in module [all …]
|
D | test-linker-roles.c | 38 * - role in base, no modules 39 * - role in base optional, no modules 40 * - role a in base, b in module 41 * - role a in base and module (additive) 42 * - role a in base and 2 module 43 * - role a in base optional, b in module 44 * - role a in base, b in module optional 45 * - role a in base optional, b in module optional 46 * - role a in base optional and module 47 * - role a in base and module optional [all …]
|
/external/libcxxabi/test/ |
D | catch_pointer_reference.pass.cpp | 16 // * the handler is of type cv T or cv T& and T is an unambiguous base 35 struct Base {}; struct 36 struct Derived : Base {}; 37 struct Derived2 : Base {}; 39 struct Private : private Base {}; 40 struct Protected : protected Base {}; 101 // cv1 Base * cv2 in f1() 104 assert_catches< Base * , Derived *, Derived>(); in f1() 105 assert_catches<const Base * , Derived *, Derived>(); in f1() 106 assert_catches< volatile Base * , Derived *, Derived>(); in f1() [all …]
|
/external/mesa3d/src/mesa/sparc/ |
D | sparc_matrix.h | 52 #define LDMATRIX_0_1_2_3_12_13_14_15(BASE) \ argument 53 ldd [BASE + ( 0 * 0x4)], M0; \ 54 ldd [BASE + ( 2 * 0x4)], M2; \ 55 ldd [BASE + (12 * 0x4)], M12; \ 56 ldd [BASE + (14 * 0x4)], M14 58 #define LDMATRIX_0_1_12_13(BASE) \ argument 59 ldd [BASE + ( 0 * 0x4)], M0; \ 60 ldd [BASE + (12 * 0x4)], M12 62 #define LDMATRIX_0_12_13(BASE) \ argument 63 ld [BASE + ( 0 * 0x4)], M0; \ [all …]
|
/external/guava/guava-gwt/test/com/google/common/base/ |
D | SplitterTest_gwt.java | 16 package com.google.common.base; 19 return "com.google.common.base.testModule"; in getModuleName() 22 com.google.common.base.SplitterTest testCase = new com.google.common.base.SplitterTest(); in testCharacterSimpleSplit() 27 com.google.common.base.SplitterTest testCase = new com.google.common.base.SplitterTest(); in testCharacterSimpleSplitToList() 32 com.google.common.base.SplitterTest testCase = new com.google.common.base.SplitterTest(); in testCharacterSimpleSplitWithNoDelimiter() 37 com.google.common.base.SplitterTest testCase = new com.google.common.base.SplitterTest(); in testCharacterSplitEmptyToken() 42 com.google.common.base.SplitterTest testCase = new com.google.common.base.SplitterTest(); in testCharacterSplitEmptyTokenOmitEmptyStrings() 47 com.google.common.base.SplitterTest testCase = new com.google.common.base.SplitterTest(); in testCharacterSplitOnEmptyString() 52 com.google.common.base.SplitterTest testCase = new com.google.common.base.SplitterTest(); in testCharacterSplitOnEmptyStringOmitEmptyStrings() 57 com.google.common.base.SplitterTest testCase = new com.google.common.base.SplitterTest(); in testCharacterSplitOnOnlyDelimiter() [all …]
|
D | PredicatesTest_gwt.java | 16 package com.google.common.base; 19 return "com.google.common.base.testModule"; in getModuleName() 22 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); in testAlwaysFalse_apply() 27 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); in testAlwaysFalse_equality() 32 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); in testAlwaysTrue_apply() 37 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); in testAlwaysTrue_equality() 42 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); in testAnd_applyBinary() 47 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); in testAnd_applyIterable() 52 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); in testAnd_applyNoArgs() 57 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); in testAnd_applyOneArg() [all …]
|
D | OptionalTest_gwt.java | 16 package com.google.common.base; 19 return "com.google.common.base.testModule"; in getModuleName() 22 com.google.common.base.OptionalTest testCase = new com.google.common.base.OptionalTest(); in testAbsent() 27 com.google.common.base.OptionalTest testCase = new com.google.common.base.OptionalTest(); in testAsSet_absent() 32 com.google.common.base.OptionalTest testCase = new com.google.common.base.OptionalTest(); in testAsSet_absentIsImmutable() 37 com.google.common.base.OptionalTest testCase = new com.google.common.base.OptionalTest(); in testAsSet_present() 42 com.google.common.base.OptionalTest testCase = new com.google.common.base.OptionalTest(); in testAsSet_presentIsImmutable() 47 com.google.common.base.OptionalTest testCase = new com.google.common.base.OptionalTest(); in testEqualsAndHashCode_absent() 52 com.google.common.base.OptionalTest testCase = new com.google.common.base.OptionalTest(); in testEqualsAndHashCode_present() 57 com.google.common.base.OptionalTest testCase = new com.google.common.base.OptionalTest(); in testFromNullable() [all …]
|
D | PreconditionsTest_gwt.java | 16 package com.google.common.base; 19 return "com.google.common.base.testModule"; in getModuleName() 22 …com.google.common.base.PreconditionsTest testCase = new com.google.common.base.PreconditionsTest(); in testCheckArgument_complexMessage_failure() 27 …com.google.common.base.PreconditionsTest testCase = new com.google.common.base.PreconditionsTest(); in testCheckArgument_complexMessage_success() 32 …com.google.common.base.PreconditionsTest testCase = new com.google.common.base.PreconditionsTest(); in testCheckArgument_nullMessage_failure() 37 …com.google.common.base.PreconditionsTest testCase = new com.google.common.base.PreconditionsTest(); in testCheckArgument_simpleMessage_failure() 42 …com.google.common.base.PreconditionsTest testCase = new com.google.common.base.PreconditionsTest(); in testCheckArgument_simpleMessage_success() 47 …com.google.common.base.PreconditionsTest testCase = new com.google.common.base.PreconditionsTest(); in testCheckArgument_simple_failure() 52 …com.google.common.base.PreconditionsTest testCase = new com.google.common.base.PreconditionsTest(); in testCheckArgument_simple_success() 57 …com.google.common.base.PreconditionsTest testCase = new com.google.common.base.PreconditionsTest(); in testCheckElementIndex_badSize() [all …]
|
D | CaseFormatTest_gwt.java | 16 package com.google.common.base; 19 return "com.google.common.base.testModule"; in getModuleName() 22 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); in testConverterToBackward() 27 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); in testConverterToForward() 32 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); in testConverter_nullConversions() 37 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); in testConverter_serialization() 42 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); in testConverter_toString() 47 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); in testIdentity() 52 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); in testLowerCamelToLowerCamel() 57 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); in testLowerCamelToLowerHyphen() [all …]
|
/external/webrtc/webrtc/p2p/ |
D | p2p.gyp | 16 '<(webrtc_root)/base/base.gyp:rtc_base', 23 'base/asyncstuntcpsocket.cc', 24 'base/asyncstuntcpsocket.h', 25 'base/basicpacketsocketfactory.cc', 26 'base/basicpacketsocketfactory.h', 27 'base/candidate.h', 28 'base/common.h', 29 'base/constants.cc', 30 'base/constants.h', 31 'base/dtlstransportchannel.cc', [all …]
|
/external/libmojo/base/android/jni_generator/ |
D | testConstantsFromJavaP.golden | 6 // base/android/jni_generator/jni_generator.py 15 #include "base/android/jni_generator/jni_generator_helper.h" 17 #include "base/android/jni_int_wrapper.h" 23 base::subtle::AtomicWord g_MotionEvent_clazz __attribute__((unused)) = 0; 24 #define MotionEvent_clazz(env) base::android::LazyGetClass(env, kMotionEventClassPath, &g_MotionEve… 115 static base::subtle::AtomicWord g_MotionEvent_finalize = 0; 117 base::android::JavaRefOrBare<jobject>& obj) __attribute__ ((unused)); 119 base::android::JavaRefOrBare<jobject>& obj) { 123 base::android::MethodID::LazyGet< 124 base::android::MethodID::TYPE_INSTANCE>( [all …]
|
D | testCalledByNatives.golden | 6 // base/android/jni_generator/jni_generator.py 15 #include "base/android/jni_generator/jni_generator_helper.h" 17 #include "base/android/jni_int_wrapper.h" 24 base::subtle::AtomicWord g_TestJni_clazz __attribute__((unused)) = 0; 25 #define TestJni_clazz(env) base::android::LazyGetClass(env, kTestJniClassPath, &g_TestJni_clazz) 27 base::subtle::AtomicWord g_InfoBar_clazz __attribute__((unused)) = 0; 28 #define InfoBar_clazz(env) base::android::LazyGetClass(env, kInfoBarClassPath, &g_InfoBar_clazz) 34 static base::subtle::AtomicWord g_TestJni_showConfirmInfoBar = 0; 35 static base::android::ScopedJavaLocalRef<jobject> 37 base::android::JavaRefOrBare<jobject>& obj, JniIntWrapper nativeInfoBar, [all …]
|
/external/libevent/ |
D | event.c | 142 static void event_queue_make_later_events_active(struct event_base *base); 144 static int evthread_make_base_notifiable_nolock_(struct event_base *base); 162 static int evthread_notify_base(struct event_base *base); 360 #define EVENT_BASE_ASSERT_LOCKED(base) \ argument 361 EVLOCK_ASSERT_LOCKED((base)->th_base_lock) 367 /** Set 'tp' to the current time according to 'base'. We must hold the lock 368 * on 'base'. If there is a cached time, return it. Otherwise, use 373 gettime(struct event_base *base, struct timeval *tp) 375 EVENT_BASE_ASSERT_LOCKED(base); 377 if (base->tv_cache.tv_sec) { [all …]
|
/external/toolchain-utils/dejagnu/gdb_baseline/ |
D | x86_64-cros-linux-gnu | 672 Running ./gdb.base/a2-run.exp ... 673 Running ./gdb.base/advance.exp ... 674 PASS: gdb.base/advance.exp: advance line number 675 PASS: gdb.base/advance.exp: malformed advance 676 PASS: gdb.base/advance.exp: advance func 677 PASS: gdb.base/advance.exp: advance function not called by current frame 678 PASS: gdb.base/advance.exp: set breakpoint at call to func3 679 PASS: gdb.base/advance.exp: continue to call to func3 in main 680 PASS: gdb.base/advance.exp: advance function called as param 681 PASS: gdb.base/advance.exp: advance with no argument [all …]
|
D | i686-pc-linux-gnu | 438 Running ./gdb.base/a2-run.exp ... 439 Running ./gdb.base/advance.exp ... 440 PASS: gdb.base/advance.exp: advance line number 441 PASS: gdb.base/advance.exp: malformed advance 442 PASS: gdb.base/advance.exp: advance func 443 PASS: gdb.base/advance.exp: advance function not called by current frame 444 PASS: gdb.base/advance.exp: set breakpoint at call to func3 445 PASS: gdb.base/advance.exp: continue to call to func3 in main 446 PASS: gdb.base/advance.exp: advance function called as param 447 PASS: gdb.base/advance.exp: advance with no argument [all …]
|
D | armv7a-cros-linux-gnueabi | 486 Running ./gdb.base/a2-run.exp ... 487 Running ./gdb.base/advance.exp ... 488 PASS: gdb.base/advance.exp: advance line number 489 PASS: gdb.base/advance.exp: malformed advance 490 PASS: gdb.base/advance.exp: advance func 491 PASS: gdb.base/advance.exp: advance function not called by current frame 492 PASS: gdb.base/advance.exp: set breakpoint at call to func3 493 PASS: gdb.base/advance.exp: continue to call to func3 in main 494 PASS: gdb.base/advance.exp: advance function called as param 495 PASS: gdb.base/advance.exp: advance with no argument [all …]
|
/external/libchrome/base/files/ |
D | file_unittest.cc | 5 #include "base/files/file.h" 11 #include "base/files/file_util.h" 12 #include "base/files/memory_mapped_file.h" 13 #include "base/files/scoped_temp_dir.h" 14 #include "base/time/time.h" 18 using base::File; 19 using base::FilePath; 22 base::ScopedTempDir temp_dir; in TEST() 30 EXPECT_EQ(base::File::FILE_ERROR_FAILED, file.error_details()); in TEST() 32 File file2(base::File::FILE_ERROR_TOO_MANY_OPENED); in TEST() [all …]
|
/external/libmojo/mojo/common/ |
D | common_custom_types_unittest.cc | 5 #include "base/files/file_path.h" 6 #include "base/files/scoped_temp_dir.h" 7 #include "base/memory/ptr_util.h" 8 #include "base/message_loop/message_loop.h" 9 #include "base/numerics/safe_math.h" 10 #include "base/run_loop.h" 11 #include "base/strings/utf_string_conversions.h" 12 #include "base/values.h" 35 struct PassTraits<base::Time> { 36 using Type = base::Time; [all …]
|
/external/libmojo/base/android/ |
D | base_jni_registrar.cc | 5 #include "base/android/base_jni_registrar.h" 7 #include "base/android/animation_frame_time_histogram.h" 8 #include "base/android/application_status_listener.h" 9 #include "base/android/command_line_android.h" 10 #include "base/android/context_utils.h" 11 #include "base/android/cpu_features.h" 12 #include "base/android/early_trace_event_binding.h" 13 #include "base/android/field_trial_list.h" 14 #include "base/android/important_file_writer_android.h" 15 #include "base/android/java_exception_reporter.h" [all …]
|
/external/libmojo/ipc/ |
D | ipc_message_utils.cc | 10 #include "base/files/file_path.h" 11 #include "base/json/json_writer.h" 12 #include "base/strings/nullable_string16.h" 13 #include "base/strings/string_number_conversions.h" 14 #include "base/strings/utf_string_conversions.h" 15 #include "base/time/time.h" 16 #include "base/unguessable_token.h" 17 #include "base/values.h" 25 #include "base/file_descriptor_posix.h" 30 #include "base/memory/shared_memory_handle.h" [all …]
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
D | p5-var.cpp | 5 struct Base { }; struct 6 struct Derived : Base { }; // expected-note{{candidate constructor (the implicit copy constructor) … 11 struct Derived2 : Base { }; 15 operator Base&() const; 32 operator Base() const; 51 void bind_lvalue_to_lvalue(Base b, Derived d, in bind_lvalue_to_lvalue() 52 const Base bc, const Derived dc, in bind_lvalue_to_lvalue() 56 Base &br1 = b; in bind_lvalue_to_lvalue() 57 Base &br2 = d; in bind_lvalue_to_lvalue() 59 …ror{{non-const lvalue reference to type 'Derived' cannot bind to a value of unrelated type 'Base'}} in bind_lvalue_to_lvalue() [all …]
|