Home
last modified time | relevance | path

Searched defs:alt (Results 1 – 25 of 66) sorted by relevance

123

/third_party/python/Tools/c-analyzer/c_parser/
Dsource.py23 def good_file(filename, alt=None): argument
41 def _resolve_filename(filename, alt=None): argument
/third_party/elfutils/libdw/
Ddwarf_setalt.c36 dwarf_setalt (Dwarf *main, Dwarf *alt) in dwarf_setalt()
Ddwarf_die_addr_die.c49 Dwarf *alt = INTUSE (dwarf_getalt) (dbg); in dwarf_die_addr_die() local
Ddwarf_getalt.c152 Dwarf *alt = dwarf_begin (fd, O_RDONLY); in find_debug_altlink() local
/third_party/node/deps/icu-small/source/i18n/
Dastro.h231 : 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/
Dastro.h231 : altitude(alt), azimuth(azim) { } in altitude() argument
239 void set(double alt, double azim) { in set()
/third_party/icu/icu4c/source/i18n/
Dastro.h231 : altitude(alt), azimuth(azim) { } in altitude() argument
239 void set(double alt, double azim) { in set()
/third_party/curl/docs/examples/
Dsmtp-mime.c82 curl_mime *alt; in main() local
/third_party/python/Modules/_sqlite/
Dmicroprotocols.c77 pysqlite_microprotocols_adapt(PyObject *obj, PyObject *proto, PyObject *alt) in pysqlite_microprotocols_adapt()
/third_party/musl/porting/liteos_m/kernel/src/time/
D__tz.c56 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.c56 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.c52 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/
Dregexp-dotprinter.cc106 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/
Ddpp-nfc.py269 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/
DCollationMapperTest.java153 private static CldrValue collationRule(String type, String alt, String... lines) { in collationRule()
DBreakIteratorMapperTest.java141 private static CldrValue boundaries(BoundaryType type, String dependency, String alt) { in boundaries()
/third_party/elfutils/tests/
Ddwarf-die-addr-die.c130 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/
DViewableTaggedData.java167 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()
DTaggedData.java35 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/
DTaggedData.java35 void tagField(int position, int width, int value, String alt, String label); in tagField()
/third_party/curl/src/
Dtool_operhlp.c240 char *alt = aprintf("%s/%s", tdir, *filename); in get_url_file_name() local
/third_party/python/Tools/peg_generator/pegen/
Dgrammar_parser.py338 def alt(self) -> Optional[Alt]: member in GeneratedParser
/third_party/musl/src/time/
D__tz.c346 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.c348 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/
Dmod.rs47 pub fn alt<I: Clone, O, E: ParseError<I>, List: Alt<I, O, E>>( in alt() function

123