/external/linux-kselftest/tools/testing/selftests/arm64/signal/ |
D | test_signals_utils.c | 60 static void default_result(struct tdescr *td, bool force_exit) in default_result() 84 static bool handle_signal_unsupported(struct tdescr *td, in handle_signal_unsupported() 106 static bool handle_signal_trigger(struct tdescr *td, in handle_signal_trigger() 116 static bool handle_signal_ok(struct tdescr *td, in handle_signal_ok() 162 static bool handle_signal_copyctx(struct tdescr *td, in handle_signal_copyctx() 201 static int default_setup(struct tdescr *td) in default_setup() 237 static inline int default_trigger(struct tdescr *td) in default_trigger() 242 int test_init(struct tdescr *td) in test_init() 289 int test_setup(struct tdescr *td) in test_setup() 305 int test_run(struct tdescr *td) in test_run() [all …]
|
D | test_signals_utils.h | 19 static inline bool feats_ok(struct tdescr *td) in feats_ok() 56 static __always_inline bool get_current_context(struct tdescr *td, in get_current_context()
|
/external/liburing/test/ |
D | poll-v-poll.c | 31 struct thread_data *td = data; in epoll_wait_fn() local 46 struct thread_data *td = data; in iou_poll() local 75 struct thread_data *td = data; in poll_pipe() local 92 struct thread_data td; in do_pipe_pollin_test() local 131 struct thread_data td; in do_pipe_pollout_test() local 171 struct thread_data td; in do_fd_test() local 236 struct thread_data td; in do_test_epoll() local
|
D | wakeup-hang.c | 26 struct thread_data *td = data; in listener_thread() local 48 struct thread_data *td = data; in wakeup_io_uring() local 62 struct thread_data td; in test_pipes() local 103 struct thread_data td; in test_eventfd() local
|
/external/pdfium/third_party/libtiff/ |
D | tif_write.c | 50 register TIFFDirectory *td; in TIFFWriteScanline() local 185 TIFFDirectory *td = &tif->tif_dir; in _TIFFReserveLargeEnoughWriteBuffer() local 215 TIFFDirectory *td = &tif->tif_dir; in TIFFWriteEncodedStrip() local 319 TIFFDirectory *td = &tif->tif_dir; in TIFFWriteRawStrip() local 394 TIFFDirectory *td; in TIFFWriteEncodedTile() local 525 TIFFDirectory* td = &tif->tif_dir; in TIFFSetupStrips() local 694 TIFFDirectory *td = &tif->tif_dir; in TIFFGrowStrips() local 731 TIFFDirectory *td = &tif->tif_dir; in TIFFAppendToStrip() local
|
D | tif_strip.c | 39 TIFFDirectory *td = &tif->tif_dir; in TIFFComputeStrip() local 61 TIFFDirectory *td = &tif->tif_dir; in TIFFNumberOfStrips() local 79 TIFFDirectory *td = &tif->tif_dir; in TIFFVStripSize64() local 195 TIFFDirectory* td = &tif->tif_dir; in TIFFStripSize64() local 260 TIFFDirectory *td = &tif->tif_dir; in TIFFScanlineSize64() local 332 TIFFDirectory *td = &tif->tif_dir; in TIFFRasterScanlineSize64() local
|
D | tif_read.c | 187 register TIFFDirectory *td = &tif->tif_dir; in TIFFFillStripPartial() local 331 register TIFFDirectory *td = &tif->tif_dir; in TIFFSeek() local 491 TIFFDirectory *td = &tif->tif_dir; in TIFFReadEncodedStripGetStripSize() local 530 TIFFDirectory *td = &tif->tif_dir; in TIFFReadEncodedStrip() local 727 TIFFDirectory *td = &tif->tif_dir; in TIFFReadRawStrip() local 771 TIFFDirectory *td = &tif->tif_dir; in TIFFFillStrip() local 983 TIFFDirectory *td = &tif->tif_dir; in TIFFReadEncodedTile() local 1055 TIFFDirectory *td = &tif->tif_dir; in _TIFFReadEncodedTileAndAllocBuffer() local 1172 TIFFDirectory *td = &tif->tif_dir; in TIFFReadRawTile() local 1209 TIFFDirectory *td = &tif->tif_dir; in TIFFFillTile() local [all …]
|
D | tif_tile.c | 38 TIFFDirectory *td = &tif->tif_dir; in TIFFComputeTile() local 75 TIFFDirectory *td = &tif->tif_dir; in TIFFCheckTile() local 115 TIFFDirectory *td = &tif->tif_dir; in TIFFNumberOfTiles() local 145 TIFFDirectory *td = &tif->tif_dir; in TIFFTileRowSize64() local 195 TIFFDirectory *td = &tif->tif_dir; in TIFFVTileSize64() local
|
D | tif_extension.c | 37 TIFFDirectory* td = &tif->tif_dir; in TIFFGetTagListCount() local 45 TIFFDirectory* td = &tif->tif_dir; in TIFFGetTagListEntry() local
|
/external/curl/lib/ |
D | asyn-thread.c | 174 struct thread_data *td; /* for thread-self cleanup */ member 217 int init_thread_sync_data(struct thread_data *td, in init_thread_sync_data() 296 struct thread_data *td = tsd->td; in getaddrinfo_thread() local 349 struct thread_data *td = tsd->td; in gethostbyname_thread() local 382 struct thread_data *td = async->tdata; in destroy_async_data() local 434 struct thread_data *td = calloc(1, sizeof(struct thread_data)); in init_resolve_thread() local 492 struct thread_data *td; in thread_wait_resolv() local 532 struct thread_data *td = data->state.async.tdata; in Curl_resolver_kill() local 570 struct thread_data *td = data->state.async.tdata; in Curl_resolver_is_resolved() local 628 struct thread_data *td = data->state.async.tdata; in Curl_resolver_getsock() local
|
/external/testng/doc/ |
D | testng.css | 1 body, td, th { selector 6 table,th,tr,td { selector 14 td { selector 18 td { selector
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/ |
D | PercentageColumn.java | 65 public void footer(final HTMLElement td, final ICoverageNode total, in footer() 71 public void item(final HTMLElement td, final ITableItem item, in item() 77 private void cell(final HTMLElement td, final ICoverageNode node) in cell()
|
D | BarColumn.java | 75 public void footer(final HTMLElement td, final ICoverageNode total, in footer() 84 public void item(final HTMLElement td, final ITableItem item, in item() 96 private void bar(final HTMLElement td, final int count, final String image, in bar()
|
D | IColumnRenderer.java | 56 void footer(HTMLElement td, ICoverageNode total, Resources resources, in footer() 73 void item(HTMLElement td, ITableItem item, Resources resources, in item()
|
D | LabelColumn.java | 41 public void footer(final HTMLElement td, final ICoverageNode total, in footer() 47 public void item(final HTMLElement td, final ITableItem item, in item()
|
/external/libphonenumber/demo/war/stylesheets/ |
D | main.css | 4 table, th, td { selector 10 td, th { selector
|
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowTouchDelegateTest.java | 20 private ShadowTouchDelegate td; field in ShadowTouchDelegateTest 50 TouchDelegate td = in testRealObjectIsFunctional() local
|
/external/javassist/src/main/javassist/bytecode/stackmap/ |
D | MapMaker.java | 317 TypeData td = data[index]; in validateTypeData() local 479 TypeData td = bb.stackTypes[0]; in toStackMapBody() local 484 TypeData td = bb.stackTypes[0]; in toStackMapBody() local 505 TypeData td = types[offset + i]; in fillStackMap() local 547 TypeData td = types[offset++]; in diffSize() local 597 TypeData td = types[i]; in writeVerifyTypeInfo() local 606 TypeData td = types[i]; in writeVerifyTypeInfo() local
|
/external/musl/src/sched/ |
D | affinity.c | 12 int pthread_setaffinity_np(pthread_t td, size_t size, const cpu_set_t *set) in pthread_setaffinity_np() 30 int pthread_getaffinity_np(pthread_t td, size_t size, cpu_set_t *set) in pthread_getaffinity_np()
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
D | ModuleTest.java | 57 public TestData td; field in ModuleTest.TestDataPair 60 public TestDataPair(TestData td, DataMap dm) { in TestDataPair()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/ |
D | ModuleTest.java | 60 public TestData td; field in ModuleTest.TestDataPair 63 public TestDataPair(TestData td, DataMap dm) { in TestDataPair()
|
/external/clang/tools/scan-build/share/scan-build/ |
D | scanview.css | 15 th, td { padding:5px; padding-left:8px; text-align:left } selector 19 td { text-align:left } selector
|
/external/catch2/projects/SelfTest/UsageTests/ |
D | Approx.tests.cpp | 30 inline std::ostream& operator<<( std::ostream& os, StrongDoubleTypedef td ) { in operator <<() 195 StrongDoubleTypedef td(10.0); variable
|
/external/clang/tools/scan-build-py/libscanbuild/resources/ |
D | scanview.css | 15 th, td { padding:5px; padding-left:8px; text-align:left } selector 19 td { text-align:left } selector
|
/external/clang/docs/ |
D | InternalsManual.rst | 1688 Spellings 1717 Subjects 1748 Documentation 1791 Arguments 1808 Other Properties
|