/external/libchrome/ |
D | Android.mk | 40 base/at_exit.cc \ 41 base/base64.cc \ 42 base/base64url.cc \ 43 base/base_switches.cc \ 44 base/bind_helpers.cc \ 45 base/build_time.cc \ 46 base/callback_helpers.cc \ 47 base/callback_internal.cc \ 48 base/command_line.cc \ 49 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 …]
|
D | ToStringHelperTest_gwt.java | 16 package com.google.common.base; 22 …com.google.common.base.ToStringHelperTest testCase = new com.google.common.base.ToStringHelperTest… in testConstructorLenient_anonymousClass() 27 …com.google.common.base.ToStringHelperTest testCase = new com.google.common.base.ToStringHelperTest… in testConstructorLenient_classObject() 32 …com.google.common.base.ToStringHelperTest testCase = new com.google.common.base.ToStringHelperTest… in testConstructorLenient_innerClass() 37 …com.google.common.base.ToStringHelperTest testCase = new com.google.common.base.ToStringHelperTest… in testConstructorLenient_instance() 42 …com.google.common.base.ToStringHelperTest testCase = new com.google.common.base.ToStringHelperTest… in testConstructor_stringObject() 47 …com.google.common.base.ToStringHelperTest testCase = new com.google.common.base.ToStringHelperTest… in testToStringHelperLenient_localInnerClass() 52 …com.google.common.base.ToStringHelperTest testCase = new com.google.common.base.ToStringHelperTest… in testToStringHelperLenient_localInnerNestedClass() 57 …com.google.common.base.ToStringHelperTest testCase = new com.google.common.base.ToStringHelperTest… in testToStringHelperLenient_moreThanNineAnonymousClasses() 62 …com.google.common.base.ToStringHelperTest testCase = new com.google.common.base.ToStringHelperTest… in testToStringLenient_addValue() [all …]
|
/external/v8/test/mjsunit/ |
D | array-bounds-check-removal.js | 34 function test_do_not_assert_on_non_int32(vector, base) { argument 36 var a1 = base + 1; 37 var a2 = base + 2; 38 var a3 = base + 3; 39 var a4 = base + 4; 55 function test_base(a, base, condition) { argument 56 a[base + 1] = 1; 57 a[base + 4] = 2; 58 a[base + 3] = 3; 59 a[base + 2] = 4; [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/libchrome/base/ |
D | sys_info_unittest.cc | 17 using base::FilePath; 22 EXPECT_GT(base::SysInfo::MaxSharedMemorySize(), 0u); in TEST_F() 28 EXPECT_GE(base::SysInfo::NumberOfProcessors(), 1); in TEST_F() 33 EXPECT_GT(base::SysInfo::AmountOfPhysicalMemory(), 0); in TEST_F() 34 EXPECT_GT(base::SysInfo::AmountOfPhysicalMemoryMB(), 0); in TEST_F() 36 EXPECT_GE(base::SysInfo::AmountOfVirtualMemory(), 0); in TEST_F() 42 ASSERT_TRUE(base::GetTempDir(&tmp_path)); in TEST_F() 43 EXPECT_GT(base::SysInfo::AmountOfFreeDiskSpace(tmp_path), 0) in TEST_F() 52 base::SysInfo::OperatingSystemVersionNumbers(&os_major_version, in TEST_F() 62 base::TimeDelta up_time_1 = base::SysInfo::Uptime(); in TEST_F() [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/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/boringssl/src/crypto/bytestring/ |
D | cbb.c | 29 struct cbb_buffer_st *base; in cbb_init() local 31 base = OPENSSL_malloc(sizeof(struct cbb_buffer_st)); in cbb_init() 32 if (base == NULL) { in cbb_init() 36 base->buf = buf; in cbb_init() 37 base->len = 0; in cbb_init() 38 base->cap = cap; in cbb_init() 39 base->can_resize = 1; in cbb_init() 41 cbb->base = base; in cbb_init() 69 cbb->base->can_resize = 0; in CBB_init_fixed() 74 if (cbb->base) { in CBB_cleanup() [all …]
|
/external/mesa3d/src/gallium/state_trackers/gbm/ |
D | gbm_drm.c | 143 bo->base.base.gbm = gbm; in gbm_gallium_drm_bo_import() 144 bo->base.base.width = resource->width0; in gbm_gallium_drm_bo_import() 145 bo->base.base.height = resource->height0; in gbm_gallium_drm_bo_import() 149 bo->base.base.format = GBM_BO_FORMAT_XRGB8888; in gbm_gallium_drm_bo_import() 152 bo->base.base.format = GBM_BO_FORMAT_ARGB8888; in gbm_gallium_drm_bo_import() 165 bo->base.base.handle.u32 = whandle.handle; in gbm_gallium_drm_bo_import() 166 bo->base.base.stride = whandle.stride; in gbm_gallium_drm_bo_import() 168 return &bo->base.base; in gbm_gallium_drm_bo_import() 186 bo->base.base.gbm = gbm; in gbm_gallium_drm_bo_create() 187 bo->base.base.width = width; in gbm_gallium_drm_bo_create() [all …]
|
/external/mesa3d/src/gbm/backends/dri/ |
D | gbm_dri.c | 71 struct gbm_dri_device *dri = gbm_dri_device(surf->base.gbm); in dri_get_buffers() 84 struct gbm_dri_device *dri = gbm_dri_device(surf->base.gbm); in dri_flush_front_buffer() 97 struct gbm_dri_device *dri = gbm_dri_device(surf->base.gbm); in dri_get_buffers_with_format() 194 "%.*s/tls/%s_dri.so", len, p, dri->base.driver_name); in dri_load_driver() 199 "%.*s/%s_dri.so", len, p, dri->base.driver_name); in dri_load_driver() 235 dri->base.driver_name = dri_fd_get_driver_name(dri->base.base.fd); in dri_screen_create() 236 if (dri->base.driver_name == NULL) in dri_screen_create() 241 fprintf(stderr, "failed to load driver: %s\n", dri->base.driver_name); in dri_screen_create() 245 dri->extensions[0] = &image_lookup_extension.base; in dri_screen_create() 246 dri->extensions[1] = &use_invalidate.base; in dri_screen_create() [all …]
|
/external/libchrome/base/files/ |
D | file_unittest.cc | 17 using base::File; 18 using base::FilePath; 21 base::ScopedTempDir temp_dir; in TEST() 29 EXPECT_EQ(base::File::FILE_ERROR_FAILED, file.error_details()); in TEST() 31 File file2(base::File::FILE_ERROR_TOO_MANY_OPENED); in TEST() 33 EXPECT_EQ(base::File::FILE_ERROR_TOO_MANY_OPENED, file2.error_details()); in TEST() 38 File file(file_path, base::File::FLAG_OPEN | base::File::FLAG_READ); in TEST() 40 EXPECT_EQ(base::File::FILE_ERROR_NOT_FOUND, file.error_details()); in TEST() 45 File file(file_path, base::File::FLAG_OPEN_ALWAYS | base::File::FLAG_READ); in TEST() 48 EXPECT_EQ(base::File::FILE_OK, file.error_details()); in TEST() [all …]
|
/external/libchrome/base/timer/ |
D | timer_unittest.cc | 15 using base::TimeDelta; 16 using base::SingleThreadTaskRunner; 21 const base::MessageLoop::Type testing_message_loops[] = { 22 base::MessageLoop::TYPE_DEFAULT, 23 base::MessageLoop::TYPE_IO, 25 base::MessageLoop::TYPE_UI, 53 base::MessageLoop::current()->QuitWhenIdle(); in Run() 58 base::OneShotTimer timer_; 66 : did_run_(did_run), timer_(new base::OneShotTimer()) {} in OneShotSelfDeletingTimerTester() 77 base::MessageLoop::current()->QuitWhenIdle(); in Run() [all …]
|
/external/mesa3d/src/gallium/state_trackers/egl/wayland/ |
D | native_shm.c | 48 struct wayland_display base; member 66 if (shmdpy->base.configs) in wayland_shm_display_destroy() 67 FREE(shmdpy->base.configs); in wayland_shm_display_destroy() 68 if (shmdpy->base.own_dpy) in wayland_shm_display_destroy() 69 wl_display_disconnect(shmdpy->base.dpy); in wayland_shm_display_destroy() 82 struct pipe_screen *screen = shmdpy->base.base.screen; in wayland_create_shm_buffer() 124 shmdpy->base.formats |= HAS_ARGB8888; in shm_handle_format() 127 shmdpy->base.formats |= HAS_XRGB8888; in shm_handle_format() 158 shmdpy->base.queue = wl_display_create_queue(shmdpy->base.dpy); in wayland_shm_display_init_screen() 159 shmdpy->base.registry = wl_display_get_registry(shmdpy->base.dpy); in wayland_shm_display_init_screen() [all …]
|
/external/libchrome/dbus/ |
D | values_util.cc | 24 bool PopListElements(MessageReader* reader, base::ListValue* list_value) { in PopListElements() 26 base::Value* element_value = PopDataAsValue(reader); in PopListElements() 36 base::DictionaryValue* dictionary_value) { in PopDictionaryEntries() 50 scoped_ptr<base::Value> key(PopDataAsValue(&entry_reader)); in PopDictionaryEntries() 54 base::JSONWriter::Write(*key, &key_string); in PopDictionaryEntries() 57 base::Value* value = PopDataAsValue(&entry_reader); in PopDictionaryEntries() 66 std::string GetTypeSignature(const base::Value& value) { in GetTypeSignature() 68 case base::Value::TYPE_BOOLEAN: in GetTypeSignature() 70 case base::Value::TYPE_INTEGER: in GetTypeSignature() 72 case base::Value::TYPE_DOUBLE: in GetTypeSignature() [all …]
|