/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/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 | 176 struct thread_data *td; /* for thread-self cleanup */ member 219 int init_thread_sync_data(struct thread_data *td, in init_thread_sync_data() 298 struct thread_data *td = tsd->td; in getaddrinfo_thread() local 351 struct thread_data *td = tsd->td; in gethostbyname_thread() local 384 struct thread_data *td = (struct thread_data*) async->os_specific; in destroy_async_data() local 437 struct thread_data *td = calloc(1, sizeof(struct thread_data)); in init_resolve_thread() local 522 struct thread_data *td = (struct thread_data*) conn->async.os_specific; in thread_wait_resolv() local 560 struct thread_data *td = (struct thread_data*) conn->async.os_specific; in Curl_resolver_kill() local 599 struct thread_data *td = (struct thread_data*) conn->async.os_specific; in Curl_resolver_is_resolved() local 659 struct thread_data *td = (struct thread_data*)conn->async.os_specific; 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/libphonenumber/demo/war/stylesheets/ |
D | main.css | 4 table, th, td { selector 10 td, th { selector
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/ |
D | PercentageColumn.java | 64 public void footer(final HTMLElement td, final ICoverageNode total, in footer() 70 public void item(final HTMLElement td, final ITableItem item, in item() 76 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 | 55 void footer(HTMLElement td, ICoverageNode total, Resources resources, in footer() 72 void item(HTMLElement td, ITableItem item, Resources resources, in item()
|
D | LabelColumn.java | 40 public void footer(final HTMLElement td, final ICoverageNode total, in footer() 46 public void item(final HTMLElement td, final ITableItem item, in item()
|
/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/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/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/llvm-project/clang/test/SemaCXX/ |
D | exception-spec.cpp | 22 ThrowingDtor td; member 38 ThrowingDtor td; member
|
/external/llvm-project/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/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/llvm-project/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/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/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/docs/ |
D | InternalsManual.rst | 1688 Spellings 1717 Subjects 1748 Documentation 1791 Arguments 1808 Other Properties
|
/external/llvm-project/compiler-rt/test/msan/ |
D | textdomain.cpp | 9 const char *td = textdomain("abcd"); in main() local
|