/external/icu/icu4c/source/i18n/ |
D | udat.cpp | 605 const DateFormatSymbols *syms; in udat_getSymbols() local 752 const DateFormatSymbols *syms; in udat_countSymbols() local 926 setEra(DateFormatSymbols *syms, int32_t index, in setEra() 933 setEraName(DateFormatSymbols *syms, int32_t index, in setEraName() 940 setMonth(DateFormatSymbols *syms, int32_t index, in setMonth() 947 setShortMonth(DateFormatSymbols *syms, int32_t index, in setShortMonth() 954 setNarrowMonth(DateFormatSymbols *syms, int32_t index, in setNarrowMonth() 961 setStandaloneMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneMonth() 968 setStandaloneShortMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneShortMonth() 975 setStandaloneNarrowMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneNarrowMonth() [all …]
|
/external/rust/crates/libz-sys/src/zlib/examples/ |
D | enough.c | 203 local big_t count(int syms, int len, int left) in count() 258 local int beenhere(int syms, int len, int left, int mem, int rem) in beenhere() 322 local void examine(int syms, int len, int left, int mem, int rem) in examine() 403 local void enough(int syms) in enough() 460 int syms; /* total number of symbols to code */ in main() local
|
/external/llvm-project/lld/COFF/ |
D | LLDMapFile.cpp | 58 static SymbolMapTy getSectionSyms(ArrayRef<DefinedRegular *> syms) { in getSectionSyms() 75 getSymbolStrings(ArrayRef<DefinedRegular *> syms) { in getSymbolStrings() 99 std::vector<DefinedRegular *> syms = getSymbols(); in writeLLDMapFile() local
|
D | MapFile.cpp | 70 static void sortUniqueSymbols(std::vector<Defined *> &syms) { in sortUniqueSymbols() 101 static void getSymbols(std::vector<Defined *> &syms, in getSymbols() 145 getSymbolStrings(ArrayRef<Defined *> syms) { in getSymbolStrings() 217 std::vector<Defined *> syms; in writeMapFile() local
|
/external/llvm-project/lld/wasm/ |
D | MapFile.cpp | 64 static SymbolMapTy getSectionSyms(ArrayRef<Symbol *> syms) { in getSectionSyms() 75 getSymbolStrings(ArrayRef<Symbol *> syms) { in getSymbolStrings() 114 std::vector<Symbol *> syms = getSymbols(); in writeMapFile() local
|
/external/turbine/java/com/google/turbine/processing/ |
D | TurbineRoundEnvironment.java | 36 private final ImmutableSet<ClassSymbol> syms; field in TurbineRoundEnvironment 63 ImmutableSet<ClassSymbol> syms, in TurbineRoundEnvironment()
|
/external/bcc/examples/cpp/ |
D | TCPSendStack.cc | 98 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/llvm-project/lld/ELF/ |
D | MapFile.cpp | 67 static SymbolMapTy getSectionSyms(ArrayRef<Defined *> syms) { in getSectionSyms() 86 getSymbolStrings(ArrayRef<Defined *> syms) { in getSymbolStrings() 157 std::vector<Defined *> syms = getSymbols(); in writeMapFile() local
|
D | SymbolTable.cpp | 173 std::vector<Symbol *> syms; in handleDynamicList() local 192 std::vector<Symbol *> syms = findByVersion(ver); in assignExactVersion() local
|
D | Thunks.h | 61 llvm::SmallVector<Defined *, 3> syms; variable
|
/external/turbine/java/com/google/turbine/binder/ |
D | Binder.java | 120 ImmutableSet<ClassSymbol> syms = ienv.asMap().keySet(); in bind() local 264 Iterable<ClassSymbol> syms, in bindHierarchy() 287 ImmutableSet<ClassSymbol> syms, in bindTypes() 299 ImmutableSet<ClassSymbol> syms, in canonicalizeTypes() 348 ImmutableSet<ClassSymbol> syms, in constants() 435 ImmutableSet<ClassSymbol> syms, in disambiguateTypeAnnotations()
|
/external/google-breakpad/src/common/linux/ |
D | dump_symbols_unittest.cc | 113 SymbolTable syms(kLittleEndian, TypeParam::kAddrSize, table); in TYPED_TEST() local 170 SymbolTable syms(kLittleEndian, TypeParam::kAddrSize, table); in TYPED_TEST() local
|
/external/clang/test/CodeGen/ |
D | 2003-08-21-WideString.c | 16 } syms = { L"NUL" }; variable
|
/external/llvm-project/clang/test/CodeGen/ |
D | 2003-08-21-WideString.c | 16 } syms = { L"NUL" }; variable
|
/external/libaom/libaom/av1/decoder/ |
D | accounting.h | 51 AccountingSymbol *syms; member 63 AccountingSymbols syms; member
|
/external/python/cpython2/Lib/lib2to3/fixes/ |
D | fix_map.py | 26 from ..pygram import python_symbols as syms unknown
|
/external/llvm-project/flang/include/flang/Lower/ |
D | Coarray.h | 59 SymMap &syms) in CoarrayExprHelper()
|
/external/python/cpython3/Lib/lib2to3/fixes/ |
D | fix_zip.py | 13 from ..pygram import python_symbols as syms unknown
|
D | fix_filter.py | 19 from ..pygram import python_symbols as syms unknown
|
D | fix_map.py | 26 from ..pygram import python_symbols as syms unknown
|
/external/grpc-grpc/tools/codegen/core/ |
D | gen_hpack_tables.cc | 169 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/rust/crates/grpcio-sys/grpc/tools/codegen/core/ |
D | gen_hpack_tables.cc | 169 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/ |
D | viterbi27.c | 134 int update_viterbi27_blk(void *p,unsigned char syms[],int nbits){ in update_viterbi27_blk()
|
D | viterbi39.c | 135 int update_viterbi39_blk(void *p,unsigned char syms[],int nbits){ in update_viterbi39_blk()
|
D | viterbi615.c | 136 int update_viterbi615_blk(void *p,unsigned char syms[],int nbits){ in update_viterbi615_blk()
|