Home
last modified time | relevance | path

Searched defs:syms (Results 1 – 25 of 90) sorted by relevance

1234

/external/icu/icu4c/source/i18n/
Dudat.cpp600 const DateFormatSymbols *syms; in udat_getSymbols() local
747 const DateFormatSymbols *syms; in udat_countSymbols() local
921 setEra(DateFormatSymbols *syms, int32_t index, in setEra()
928 setEraName(DateFormatSymbols *syms, int32_t index, in setEraName()
935 setMonth(DateFormatSymbols *syms, int32_t index, in setMonth()
942 setShortMonth(DateFormatSymbols *syms, int32_t index, in setShortMonth()
949 setNarrowMonth(DateFormatSymbols *syms, int32_t index, in setNarrowMonth()
956 setStandaloneMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneMonth()
963 setStandaloneShortMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneShortMonth()
970 setStandaloneNarrowMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneNarrowMonth()
[all …]
/external/turbine/java/com/google/turbine/binder/
DBinder.java80 ImmutableSet<ClassSymbol> syms = ienv.asMap().keySet(); in bind() local
216 Iterable<ClassSymbol> syms, in bindHierarchy()
239 ImmutableSet<ClassSymbol> syms, in bindTypes()
251 ImmutableSet<ClassSymbol> syms, in canonicalizeTypes()
297 ImmutableSet<ClassSymbol> syms, in constants()
380 ImmutableSet<ClassSymbol> syms, in disambiguateTypeAnnotations()
/external/bcc/examples/cpp/
DTCPSendStack.cc98 auto syms = stacks.get_stack_symbol(it.first.kernel_stack, -1); in main() local
111 auto syms = stacks.get_stack_symbol(it.first.user_stack, it.first.pid); in main() local
/external/google-breakpad/src/common/linux/
Ddump_symbols_unittest.cc102 SymbolTable syms(kLittleEndian, 4, table); in TEST_F() local
142 SymbolTable syms(kLittleEndian, 8, table); in TEST_F() local
/external/adeb/bcc/misc/
Dlockstat.py219 def print_syms(syms): argument
225 def is_android_monitor_lock(syms): argument
/external/clang/test/CodeGen/
D2003-08-21-WideString.c16 } syms = { L"NUL" }; variable
/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_map.py26 from ..pygram import python_symbols as syms unknown
Dfix_next.py10 from ..pygram import python_symbols as syms unknown
/external/python/cpython3/Lib/lib2to3/fixes/
Dfix_zip.py13 from ..pygram import python_symbols as syms unknown
Dfix_filter.py19 from ..pygram import python_symbols as syms unknown
Dfix_map.py26 from ..pygram import python_symbols as syms unknown
Dfix_next.py10 from ..pygram import python_symbols as syms unknown
/external/libaom/libaom/av1/decoder/
Daccounting.h51 AccountingSymbol *syms; member
63 AccountingSymbols syms; member
/external/grpc-grpc/tools/codegen/core/
Dgen_hpack_tables.cc169 symset syms; member
181 static unsigned state_index(unsigned bitofs, symset syms, unsigned *isnew) { in state_index()
214 unsigned bitofs, unsigned emit, symset syms) { in build_dec_tbl()
/external/fec/
Dviterbi29.c134 int update_viterbi29_blk(void *p,unsigned char syms[],int nbits){ in update_viterbi29_blk()
Dviterbi39.c135 int update_viterbi39_blk(void *p,unsigned char syms[],int nbits){ in update_viterbi39_blk()
Dviterbi27.c134 int update_viterbi27_blk(void *p,unsigned char syms[],int nbits){ in update_viterbi27_blk()
Dviterbi615.c136 int update_viterbi615_blk(void *p,unsigned char syms[],int nbits){ in update_viterbi615_blk()
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtrace_helpers.c14 static struct ksym syms[MAX_SYMS]; variable
/external/libxkbcommon/xkbcommon/test/
Dcommon.c66 const xkb_keysym_t *syms; in test_key_seq_va() local
357 const xkb_keysym_t *syms; in test_print_keycode_state() local
Dstate.c108 const xkb_keysym_t *syms; in test_update_key() local
495 const xkb_keysym_t *syms; in test_caps_keysym_transformation() local
/external/python/cpython2/Lib/lib2to3/
Dbtm_utils.py7 syms = pattern_symbols variable
/external/python/cpython3/Lib/lib2to3/
Dbtm_utils.py7 syms = pattern_symbols variable
/external/libcxx/utils/libcxx/sym_check/
Dutil.py258 def filter_stdlib_symbols(syms): argument
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestSimpleDateFormatAPI.java116 final DateFormatSymbols syms = pat.getDateFormatSymbols(); in TestAPI() local

1234