Home
last modified time | relevance | path

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

123456789

/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_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_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_extension.c37 TIFFDirectory* td = &tif->tif_dir; in TIFFGetTagListCount() local
45 TIFFDirectory* td = &tif->tif_dir; in TIFFGetTagListEntry() local
/external/u-boot/drivers/mtd/nand/raw/
Dnand_bbt.c93 static int check_pattern_no_oob(uint8_t *buf, struct nand_bbt_descr *td) in check_pattern_no_oob()
110 static int check_pattern(uint8_t *buf, int len, int paglen, struct nand_bbt_descr *td) in check_pattern()
131 static int check_short_pattern(uint8_t *buf, struct nand_bbt_descr *td) in check_short_pattern()
145 static u32 add_marker_len(struct nand_bbt_descr *td) in add_marker_len()
170 struct nand_bbt_descr *td, int offs) in read_bbt()
262 static int read_abs_bbt(struct mtd_info *mtd, uint8_t *buf, struct nand_bbt_descr *td, int chip) in read_abs_bbt()
289 struct nand_bbt_descr *td) in scan_read_data()
343 size_t len, struct nand_bbt_descr *td) in scan_read()
367 static u32 bbt_get_ver_offs(struct mtd_info *mtd, struct nand_bbt_descr *td) in bbt_get_ver_offs()
387 struct nand_bbt_descr *td, struct nand_bbt_descr *md) in read_abs_bbts()
[all …]
/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/curl/lib/
Dasyn-thread.c177 struct thread_data *td; /* for thread-self cleanup */ member
220 int init_thread_sync_data(struct thread_data * td, in init_thread_sync_data()
299 struct thread_data *td = tsd->td; in getaddrinfo_thread() local
352 struct thread_data *td = tsd->td; in gethostbyname_thread() local
385 struct thread_data *td = (struct thread_data*) async->os_specific; in destroy_async_data() local
438 struct thread_data *td = calloc(1, sizeof(struct thread_data)); in init_resolve_thread() local
517 struct thread_data *td = (struct thread_data*) conn->async.os_specific; in thread_wait_resolv() local
555 struct thread_data *td = (struct thread_data*) conn->async.os_specific; in Curl_resolver_kill() local
594 struct thread_data *td = (struct thread_data*) conn->async.os_specific; in Curl_resolver_is_resolved() local
653 struct thread_data *td = (struct thread_data*)conn->async.os_specific; in Curl_resolver_getsock() local
/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()
DIColumnRenderer.java55 void footer(HTMLElement td, ICoverageNode total, Resources resources, in footer()
72 void item(HTMLElement td, ITableItem item, Resources resources, in item()
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()
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/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/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/catch2/projects/SelfTest/UsageTests/
DApprox.tests.cpp30 inline std::ostream& operator<<( std::ostream& os, StrongDoubleTypedef td ) { in operator <<()
194 StrongDoubleTypedef td(10.0); variable
/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/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/u-boot/drivers/usb/host/
Dohci.h112 struct td { struct
122 struct td *next_dl_td; argument
129 typedef struct td td_t; argument
358 td_t *td[N_URB_TD]; /* list pointer to all corresponding TDs associated with this request */ member
/external/compiler-rt/test/msan/
Dtextdomain.cc7 const char *td = textdomain("abcd"); in main() local
/external/doclava/res/assets/templates/
Dtodo.cs21 table td { property
/external/lua/doc/
Dindex.css15 td { selector
/external/clang/docs/
DInternalsManual.rst1688 Spellings
1717 Subjects
1748 Documentation
1791 Arguments
1808 Other Properties

123456789