Home
last modified time | relevance | path

Searched defs:td (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/external/linux-kselftest/tools/testing/selftests/arm64/signal/
Dtest_signals_utils.c60 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 …]
Dtest_signals_utils.h19 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/
Dtif_write.c50 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
Dtif_strip.c39 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
Dtif_read.c187 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 …]
Dtif_tile.c38 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
Dtif_extension.c37 TIFFDirectory* td = &tif->tif_dir; in TIFFGetTagListCount() local
45 TIFFDirectory* td = &tif->tif_dir; in TIFFGetTagListEntry() local
/external/curl/lib/
Dasyn-thread.c176 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/
Dtestng.css1 body, td, th { selector
6 table,th,tr,td { selector
14 td { selector
18 td { selector
/external/libphonenumber/demo/war/stylesheets/
Dmain.css4 table, th, td { selector
10 td, th { selector
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/
DPercentageColumn.java64 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()
DBarColumn.java75 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()
DIColumnRenderer.java55 void footer(HTMLElement td, ICoverageNode total, Resources resources, in footer()
72 void item(HTMLElement td, ITableItem item, Resources resources, in item()
DLabelColumn.java40 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/
DMapMaker.java317 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/
DModuleTest.java60 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/
DModuleTest.java57 public TestData td; field in ModuleTest.TestDataPair
60 public TestDataPair(TestData td, DataMap dm) { in TestDataPair()
/external/llvm-project/clang/test/SemaCXX/
Dexception-spec.cpp22 ThrowingDtor td; member
38 ThrowingDtor td; member
/external/llvm-project/clang/tools/scan-build-py/libscanbuild/resources/
Dscanview.css15 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/
Dscanview.css15 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/
Dscanview.css15 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/
Dscanview.css15 th, td { padding:5px; padding-left:8px; text-align:left } selector
19 td { text-align:left } selector
/external/catch2/projects/SelfTest/UsageTests/
DApprox.tests.cpp30 inline std::ostream& operator<<( std::ostream& os, StrongDoubleTypedef td ) { in operator <<()
195 StrongDoubleTypedef td(10.0); variable
/external/clang/docs/
DInternalsManual.rst1688 Spellings
1717 Subjects
1748 Documentation
1791 Arguments
1808 Other Properties
/external/llvm-project/compiler-rt/test/msan/
Dtextdomain.cpp9 const char *td = textdomain("abcd"); in main() local

12345678910>>...13