/third_party/python/Tools/c-analyzer/c_parser/ |
D | source.py | 23 def good_file(filename, alt=None): argument 41 def _resolve_filename(filename, alt=None): argument
|
/third_party/elfutils/libdw/ |
D | dwarf_setalt.c | 36 dwarf_setalt (Dwarf *main, Dwarf *alt) in dwarf_setalt()
|
D | dwarf_die_addr_die.c | 49 Dwarf *alt = INTUSE (dwarf_getalt) (dbg); in dwarf_die_addr_die() local
|
D | dwarf_getalt.c | 152 Dwarf *alt = dwarf_begin (fd, O_RDONLY); in find_debug_altlink() local
|
/third_party/node/deps/icu-small/source/i18n/ |
D | astro.h | 231 : altitude(alt), azimuth(azim) { } in altitude() argument 239 void set(double alt, double azim) { in set()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | astro.h | 231 : altitude(alt), azimuth(azim) { } in altitude() argument 239 void set(double alt, double azim) { in set()
|
/third_party/icu/icu4c/source/i18n/ |
D | astro.h | 231 : altitude(alt), azimuth(azim) { } in altitude() argument 239 void set(double alt, double azim) { in set()
|
/third_party/curl/docs/examples/ |
D | smtp-mime.c | 82 curl_mime *alt; in main() local
|
/third_party/python/Modules/_sqlite/ |
D | microprotocols.c | 77 pysqlite_microprotocols_adapt(PyObject *obj, PyObject *proto, PyObject *alt) in pysqlite_microprotocols_adapt()
|
/third_party/musl/porting/liteos_m/kernel/src/time/ |
D | __tz.c | 56 static size_t scan_trans(long long t, int local, size_t *alt) in scan_trans() 167 size_t alt, i = scan_trans(t, local, &alt); in __secs_to_zone() local
|
/third_party/musl/porting/uniproton/kernel/src/time/ |
D | __tz.c | 56 static size_t scan_trans(long long t, int local, size_t *alt) in scan_trans() 167 size_t alt, i = scan_trans(t, local, &alt); in __secs_to_zone() local
|
/third_party/musl/porting/liteos_a/kernel/src/time/ |
D | __tz.c | 52 static size_t scan_trans(long long t, int local, size_t *alt) in scan_trans() 161 size_t alt, i = scan_trans(t, local, &alt); in __secs_to_zone() local
|
/third_party/node/deps/v8/src/regexp/ |
D | regexp-dotprinter.cc | 106 GuardedAlternative alt = that->alternatives()->at(i); in VisitChoice() local 110 GuardedAlternative alt = that->alternatives()->at(i); in VisitChoice() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/ |
D | dpp-nfc.py | 269 def dpp_handover_client(handover, alt=False): argument 276 def run_client_alt(handover, alt): argument 329 def run_dpp_handover_client(handover, alt=False): argument
|
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
D | CollationMapperTest.java | 153 private static CldrValue collationRule(String type, String alt, String... lines) { in collationRule()
|
D | BreakIteratorMapperTest.java | 141 private static CldrValue boundaries(BoundaryType type, String dependency, String alt) { in boundaries()
|
/third_party/elfutils/tests/ |
D | dwarf-die-addr-die.c | 130 Dwarf *alt = dwarf_getalt (dbg); in check_dbg() local
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/ |
D | ViewableTaggedData.java | 167 public void tagField(int position, int width, int value, String alt, String label) { in tagField() 257 String alt; in tagRangeField() local 506 private void drawLine(int position, int value, int width, String alt, String label) { in drawLine() 797 private final String alt; field in ViewableTaggedData.Field 800 private Field(int position, int width, int value, String alt, String label) { in Field()
|
D | TaggedData.java | 35 void tagField(int position, int width, int value, String alt, String label); in tagField()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
D | TaggedData.java | 35 void tagField(int position, int width, int value, String alt, String label); in tagField()
|
/third_party/curl/src/ |
D | tool_operhlp.c | 240 char *alt = aprintf("%s/%s", tdir, *filename); in get_url_file_name() local
|
/third_party/python/Tools/peg_generator/pegen/ |
D | grammar_parser.py | 338 def alt(self) -> Optional[Alt]: member in GeneratedParser
|
/third_party/musl/src/time/ |
D | __tz.c | 346 static size_t scan_trans(long long t, int local, size_t *alt) in scan_trans() 455 size_t alt, i = scan_trans(t, local, &alt); in __secs_to_zone() local
|
/third_party/musl/porting/linux/user/src/time/ |
D | __tz.c | 348 static size_t scan_trans(long long t, int local, size_t *alt) in scan_trans() 457 size_t alt, i = scan_trans(t, local, &alt); in __secs_to_zone() local
|
/third_party/rust/crates/nom/src/branch/ |
D | mod.rs | 47 pub fn alt<I: Clone, O, E: ParseError<I>, List: Alt<I, O, E>>( in alt() function
|