/external/libchrome/ |
D | Android.bp | 70 "base/at_exit.cc", 71 "base/base64.cc", 72 "base/base64url.cc", 73 "base/base_switches.cc", 74 "base/bind_helpers.cc", 75 "base/build_time.cc", 76 "base/callback_helpers.cc", 77 "base/callback_internal.cc", 78 "base/command_line.cc", 79 "base/cpu.cc", [all …]
|
/external/selinux/libsepol/tests/ |
D | test-linker-types.c | 125 void base_type_tests(policydb_t * base) in base_type_tests() argument 136 decls[0] = (test_find_decl_by_sym(base, SYM_TYPES, "tag_g_b"))->decl_id; in base_type_tests() 137 test_sym_presence(base, "g_b_type_1", SYM_TYPES, SCOPE_DECL, decls, 1); in base_type_tests() 138 test_type_datum(base, "g_b_type_1", NULL, 0, 1); in base_type_tests() 140 test_sym_presence(base, "g_b_attr_1", SYM_TYPES, SCOPE_DECL, decls, 1); in base_type_tests() 142 test_attr_types(base, "g_b_attr_1", NULL, types, 1); in base_type_tests() 145 decls[0] = (test_find_decl_by_sym(base, SYM_TYPES, "tag_o1_b"))->decl_id; in base_type_tests() 146 test_sym_presence(base, "o1_b_type_1", SYM_TYPES, SCOPE_DECL, decls, 1); in base_type_tests() 147 test_type_datum(base, "o1_b_type_1", NULL, 0, 1); in base_type_tests() 149 test_sym_presence(base, "o1_b_attr_1", SYM_TYPES, SCOPE_DECL, decls, 1); in base_type_tests() [all …]
|
D | test-linker-roles.c | 70 void base_role_tests(policydb_t * base) in base_role_tests() argument 81 decls[0] = (test_find_decl_by_sym(base, SYM_TYPES, "tag_g_b"))->decl_id; in base_role_tests() 82 test_sym_presence(base, "g_b_role_1", SYM_ROLES, SCOPE_DECL, decls, 1); in base_role_tests() 85 role = test_role_type_set(base, "g_b_role_1", NULL, types, 1, 0); in base_role_tests() 87 only_dominates_self(base, role); in base_role_tests() 90 decl = test_find_decl_by_sym(base, SYM_TYPES, "tag_o1_b"); in base_role_tests() 92 test_sym_presence(base, "o1_b_role_1", SYM_ROLES, SCOPE_DECL, decls, 1); in base_role_tests() 95 role = test_role_type_set(base, "o1_b_role_1", decl, types, 1, 0); in base_role_tests() 97 only_dominates_self(base, role); in base_role_tests() 100 void module_role_tests(policydb_t * base) in module_role_tests() argument [all …]
|
/external/guava/guava-gwt/test/com/google/common/base/ |
D | SplitterTest_gwt.java | 16 package com.google.common.base; 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() 62 com.google.common.base.SplitterTest testCase = new com.google.common.base.SplitterTest(); in testCharacterSplitOnOnlyDelimitersOmitEmptyStrings() [all …]
|
D | PredicatesTest_gwt.java | 16 package com.google.common.base; 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() 62 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); in testAnd_applyTernary() [all …]
|
D | PreconditionsTest_gwt.java | 16 package com.google.common.base; 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() 62 …com.google.common.base.PreconditionsTest testCase = new com.google.common.base.PreconditionsTest(); in testCheckElementIndex_negative() [all …]
|
D | OptionalTest_gwt.java | 16 package com.google.common.base; 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() 62 com.google.common.base.OptionalTest testCase = new com.google.common.base.OptionalTest(); in testFromNullable_null() [all …]
|
D | CaseFormatTest_gwt.java | 16 package com.google.common.base; 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() 62 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); in testLowerCamelToLowerUnderscore() [all …]
|
D | StopwatchTest_gwt.java | 16 package com.google.common.base; 22 com.google.common.base.StopwatchTest testCase = new com.google.common.base.StopwatchTest(); in testCreateStarted() 27 com.google.common.base.StopwatchTest testCase = new com.google.common.base.StopwatchTest(); in testCreateUnstarted() 32 com.google.common.base.StopwatchTest testCase = new com.google.common.base.StopwatchTest(); in testElapsedMillis() 37 com.google.common.base.StopwatchTest testCase = new com.google.common.base.StopwatchTest(); in testElapsedMillis_multipleSegments() 42 com.google.common.base.StopwatchTest testCase = new com.google.common.base.StopwatchTest(); in testElapsedMillis_notRunning() 47 com.google.common.base.StopwatchTest testCase = new com.google.common.base.StopwatchTest(); in testElapsedMillis_whileRunning() 52 com.google.common.base.StopwatchTest testCase = new com.google.common.base.StopwatchTest(); in testElapsed_micros() 57 com.google.common.base.StopwatchTest testCase = new com.google.common.base.StopwatchTest(); in testElapsed_millis() 62 com.google.common.base.StopwatchTest testCase = new com.google.common.base.StopwatchTest(); in testElapsed_multipleSegments() [all …]
|
/external/libevent/ |
D | event.c | 146 static int evthread_notify_base(struct event_base *base); 325 #define EVENT_BASE_ASSERT_LOCKED(base) \ argument 326 EVLOCK_ASSERT_LOCKED((base)->th_base_lock) 357 gettime(struct event_base *base, struct timeval *tp) in gettime() argument 359 EVENT_BASE_ASSERT_LOCKED(base); in gettime() 361 if (base->tv_cache.tv_sec) { in gettime() 362 *tp = base->tv_cache; in gettime() 375 if (base->last_updated_clock_diff + CLOCK_SYNC_INTERVAL in gettime() 379 evutil_timersub(&tv, tp, &base->tv_clock_diff); in gettime() 380 base->last_updated_clock_diff = ts.tv_sec; in gettime() [all …]
|
D | signal.c | 119 evsig_set_base(struct event_base *base) in evsig_set_base() argument 122 evsig_base = base; in evsig_set_base() 123 evsig_base_n_signals_added = base->sig.ev_n_signals_added; in evsig_set_base() 124 evsig_base_fd = base->sig.ev_signal_pair[0]; in evsig_set_base() 136 struct event_base *base; in evsig_cb() local 138 base = arg; in evsig_cb() 160 EVBASE_ACQUIRE_LOCK(base, th_base_lock); in evsig_cb() 163 evmap_signal_active(base, i, ncaught[i]); in evsig_cb() 165 EVBASE_RELEASE_LOCK(base, th_base_lock); in evsig_cb() 169 evsig_init(struct event_base *base) in evsig_init() argument [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/libchrome/components/timers/ |
D | alarm_timer_chromeos.cc | 29 class RtcAlarmIOThread : public base::Thread { 33 StartWithOptions(base::Thread::Options(base::MessageLoop::TYPE_IO, 0))); in RtcAlarmIOThread() 38 base::LazyInstance<RtcAlarmIOThread> g_io_thread = LAZY_INSTANCE_INITIALIZER; 45 : public base::MessageLoop::DestructionObserver { 50 MessageLoopObserver(base::MessageLoop* message_loop, in MessageLoopObserver() 51 base::Closure on_will_be_destroyed_callback) in MessageLoopObserver() 75 base::MessageLoop* message_loop_; 78 base::Closure on_will_be_destroyed_callback_; 94 : public base::RefCountedThreadSafe<AlarmTimer::Delegate>, 95 public base::MessageLoopForIO::Watcher { [all …]
|
/external/libmojo/ipc/ |
D | ipc_message_utils.cc | 60 base::StringPrintf("[%02X]", static_cast<unsigned char>(data[i]))); in LogBytes() 63 out->append(base::StringPrintf( in LogBytes() 70 bool ReadValue(const base::Pickle* m, 71 base::PickleIterator* iter, 72 base::Value** value, 75 void GetValueSize(base::PickleSizer* sizer, in GetValueSize() 76 const base::Value* value, in GetValueSize() 85 case base::Value::TYPE_NULL: in GetValueSize() 87 case base::Value::TYPE_BOOLEAN: in GetValueSize() 90 case base::Value::TYPE_INTEGER: in GetValueSize() [all …]
|
/external/boringssl/src/crypto/bytestring/ |
D | cbb.c | 31 struct cbb_buffer_st *base; in cbb_init() local 33 base = OPENSSL_malloc(sizeof(struct cbb_buffer_st)); in cbb_init() 34 if (base == NULL) { in cbb_init() 38 base->buf = buf; in cbb_init() 39 base->len = 0; in cbb_init() 40 base->cap = cap; in cbb_init() 41 base->can_resize = 1; in cbb_init() 42 base->error = 0; in cbb_init() 44 cbb->base = base; in cbb_init() 72 cbb->base->can_resize = 0; in CBB_init_fixed() [all …]
|
/external/libchrome/base/ |
D | sys_info_unittest.cc | 17 using base::FilePath; 21 EXPECT_GE(base::SysInfo::NumberOfProcessors(), 1); in TEST_F() 26 EXPECT_GT(base::SysInfo::AmountOfPhysicalMemory(), 0); in TEST_F() 27 EXPECT_GT(base::SysInfo::AmountOfPhysicalMemoryMB(), 0); in TEST_F() 29 EXPECT_GE(base::SysInfo::AmountOfVirtualMemory(), 0); in TEST_F() 35 ASSERT_TRUE(base::GetTempDir(&tmp_path)); in TEST_F() 36 EXPECT_GE(base::SysInfo::AmountOfFreeDiskSpace(tmp_path), 0) in TEST_F() 43 ASSERT_TRUE(base::GetTempDir(&tmp_path)); in TEST_F() 44 EXPECT_GT(base::SysInfo::AmountOfTotalDiskSpace(tmp_path), 0) in TEST_F() 53 base::SysInfo::OperatingSystemVersionNumbers(&os_major_version, in TEST_F() [all …]
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftgloadr.c | 90 FT_GlyphLoad base = &loader->base; in FT_GlyphLoader_Rewind() local 94 base->outline.n_points = 0; in FT_GlyphLoader_Rewind() 95 base->outline.n_contours = 0; in FT_GlyphLoader_Rewind() 96 base->num_subglyphs = 0; in FT_GlyphLoader_Rewind() 98 *current = *base; in FT_GlyphLoader_Rewind() 110 FT_FREE( loader->base.outline.points ); in FT_GlyphLoader_Reset() 111 FT_FREE( loader->base.outline.tags ); in FT_GlyphLoader_Reset() 112 FT_FREE( loader->base.outline.contours ); in FT_GlyphLoader_Reset() 113 FT_FREE( loader->base.extra_points ); in FT_GlyphLoader_Reset() 114 FT_FREE( loader->base.subglyphs ); in FT_GlyphLoader_Reset() [all …]
|
/external/freetype/src/base/ |
D | ftgloadr.c | 90 FT_GlyphLoad base = &loader->base; in FT_GlyphLoader_Rewind() local 94 base->outline.n_points = 0; in FT_GlyphLoader_Rewind() 95 base->outline.n_contours = 0; in FT_GlyphLoader_Rewind() 96 base->num_subglyphs = 0; in FT_GlyphLoader_Rewind() 98 *current = *base; in FT_GlyphLoader_Rewind() 110 FT_FREE( loader->base.outline.points ); in FT_GlyphLoader_Reset() 111 FT_FREE( loader->base.outline.tags ); in FT_GlyphLoader_Reset() 112 FT_FREE( loader->base.outline.contours ); in FT_GlyphLoader_Reset() 113 FT_FREE( loader->base.extra_points ); in FT_GlyphLoader_Reset() 114 FT_FREE( loader->base.subglyphs ); in FT_GlyphLoader_Reset() [all …]
|
/external/libmojo/base/android/ |
D | base_jni_registrar.cc | 38 namespace base { namespace 43 base::android::RegisterAnimationFrameTimeHistogram}, 44 {"ApkAssets", base::android::RegisterApkAssets}, 46 base::android::ApplicationStatusListener::RegisterBindings}, 47 {"BuildInfo", base::android::BuildInfo::RegisterBindings}, 48 {"CallbackAndroid", base::android::RegisterCallbackAndroid}, 49 {"CommandLine", base::android::RegisterCommandLine}, 50 {"ContentUriUtils", base::RegisterContentUriUtils}, 51 {"ContextUtils", base::android::RegisterContextUtils}, 52 {"CpuFeatures", base::android::RegisterCpuFeatures}, [all …]
|
/external/v8/ |
D | Android.base.mk | 9 src/base/bits.cc \ 10 src/base/cpu.cc \ 11 src/base/debug/stack_trace.cc \ 12 src/base/division-by-constant.cc \ 13 src/base/file-utils.cc \ 14 src/base/functional.cc \ 15 src/base/ieee754.cc \ 16 src/base/logging.cc \ 17 src/base/once.cc \ 18 src/base/platform/condition-variable.cc \ [all …]
|
/external/libchrome/dbus/ |
D | values_util.cc | 26 bool PopListElements(MessageReader* reader, base::ListValue* list_value) { in PopListElements() 28 std::unique_ptr<base::Value> element_value = PopDataAsValue(reader); in PopListElements() 38 base::DictionaryValue* dictionary_value) { in PopDictionaryEntries() 52 std::unique_ptr<base::Value> key(PopDataAsValue(&entry_reader)); in PopDictionaryEntries() 56 base::JSONWriter::Write(*key, &key_string); in PopDictionaryEntries() 59 std::unique_ptr<base::Value> value = PopDataAsValue(&entry_reader); in PopDictionaryEntries() 68 std::string GetTypeSignature(const base::Value& value) { in GetTypeSignature() 70 case base::Value::TYPE_BOOLEAN: in GetTypeSignature() 72 case base::Value::TYPE_INTEGER: in GetTypeSignature() 74 case base::Value::TYPE_DOUBLE: in GetTypeSignature() [all …]
|
/external/v8/tools/clang/value_cleanup/tests/ |
D | list-value-append-original.cc | 11 base::ListValue* ReturnsRawPtr() { in ReturnsRawPtr() 15 std::unique_ptr<base::Value> ReturnsUniquePtr() { in ReturnsUniquePtr() 20 void DoesItTakeOwnership(base::Value*) {} in DoesItTakeOwnership() 23 std::unique_ptr<base::Value> ToValue() { return nullptr; } in ToValue() 27 base::ListValue list; in F() 28 list.Append(new base::FundamentalValue(1 == 0)); in F() 29 list.Append(new base::FundamentalValue(true)); in F() 30 list.Append(new base::FundamentalValue(static_cast<unsigned char>(1.0))); in F() 31 list.Append(new base::FundamentalValue(double{3})); in F() 32 list.Append(new base::StringValue("abc")); in F() [all …]
|
/external/libchrome/base/timer/ |
D | timer_unittest.cc | 19 using base::TimeDelta; 20 using base::SingleThreadTaskRunner; 25 const base::MessageLoop::Type testing_message_loops[] = { 26 base::MessageLoop::TYPE_DEFAULT, 27 base::MessageLoop::TYPE_IO, 29 base::MessageLoop::TYPE_UI, 57 base::MessageLoop::current()->QuitWhenIdle(); in Run() 62 base::OneShotTimer timer_; 70 : did_run_(did_run), timer_(new base::OneShotTimer()) {} in OneShotSelfDeletingTimerTester() 81 base::MessageLoop::current()->QuitWhenIdle(); in Run() [all …]
|
/external/libmojo/mojo/public/cpp/bindings/tests/ |
D | associated_interface_unittest.cc | 41 const base::Callback<void(int32_t)>& callback) { in set_notify_send_method_called() 52 void set_connection_error_handler(const base::Closure& handler) { in set_connection_error_handler() 58 base::Callback<void(int32_t)> notify_send_method_called_; 72 base::Bind(&DeleteSender, sender_impl)); in GetSender() 95 ~AssociatedInterfaceTest() override { base::RunLoop().RunUntilIdle(); } in ~AssociatedInterfaceTest() 97 void PumpMessages() { base::RunLoop().RunUntilIdle(); } in PumpMessages() 121 void QuitRunLoop(base::RunLoop* run_loop) { in QuitRunLoop() 127 base::Bind(&AssociatedInterfaceTest::QuitRunLoop, in QuitRunLoop() 128 base::Unretained(this), base::Unretained(run_loop))); in QuitRunLoop() 133 base::MessageLoop loop_; [all …]
|
/external/libmojo/gen/mojo/common/ |
D | common_custom_types__type_mappings | 4 "typename": "base::ListValue", 12 "base/files/file_path.h", 13 "base/strings/string16.h", 14 "base/time/time.h", 15 "base/values.h" 19 "typename": "base::string16", 28 "base/files/file_path.h", 29 "base/strings/string16.h", 30 "base/time/time.h", 31 "base/values.h" [all …]
|