Home
last modified time | relevance | path

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

123

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_timer.c183 struct sctp_nets *alt, *mnet, *min_errors_net = NULL , *max_cwnd_net = NULL; local
479 struct sctp_nets *alt,
819 struct sctp_nets *alt; local
1040 struct sctp_nets *alt; local
1063 struct sctp_nets *alt; local
1126 struct sctp_nets *alt, *net; local
1190 struct sctp_nets *alt; local
1309 struct sctp_nets *alt; local
1332 struct sctp_nets *alt; local
/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/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/flutter/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/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/flutter/flutter/dev/tools/gen_keycodes/data/
Dsynonyms.json4 "alt": ["AltLeft", "AltRight"], array
/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/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/python/Modules/_sqlite/
Dmicroprotocols.c77 pysqlite_microprotocols_adapt(PyObject *obj, PyObject *proto, PyObject *alt) in pysqlite_microprotocols_adapt()
/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/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/flutter/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/elfutils/tests/
Ddwarf-die-addr-die.c130 Dwarf *alt = dwarf_getalt (dbg); in check_dbg() local
/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()
/third_party/musl/src/time/
D__tz.c263 static size_t scan_trans(long long t, int local, size_t *alt) in scan_trans()
372 size_t alt, i = scan_trans(t, local, &alt); in __secs_to_zone() local
/third_party/flutter/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/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/python/Tools/peg_generator/pegen/
Dgrammar_parser.py338 def alt(self) -> Optional[Alt]: member in GeneratedParser

123