/external/swiftshader/third_party/llvm-7.0/llvm/utils/ |
D | extract_symbols.py | 321 get_symbols, should_keep_symbol, calling_convention_decoration, lib = arg 323 for symbol in get_symbols(lib): 349 get_symbols = None variable 356 get_symbols = None variable 371 if not get_symbols: 372 get_symbols = tools[exe][0] variable 375 if get_symbols and is_32bit_windows: 379 if not get_symbols: 426 vals = [(get_symbols, should_keep_symbol, calling_convention_decoration, x) for x in libs]
|
/external/llvm/utils/ |
D | extract_symbols.py | 313 get_symbols, should_keep_symbol, calling_convention_decoration, lib = arg 315 for symbol in get_symbols(lib): 341 get_symbols = None variable 348 get_symbols = None variable 363 if not get_symbols: 364 get_symbols = tools[exe][0] variable 367 if get_symbols and is_32bit_windows: 371 if not get_symbols: 418 vals = [(get_symbols, should_keep_symbol, calling_convention_decoration, x) for x in libs]
|
/external/llvm/bindings/python/llvm/tests/ |
D | test_object.py | 37 for symbol in o.get_symbols(): 46 for symbol in o.get_symbols(): 52 for symbol in o.get_symbols():
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/tests/ |
D | test_object.py | 37 for symbol in o.get_symbols(): 46 for symbol in o.get_symbols(): 52 for symbol in o.get_symbols():
|
/external/icu/icu4c/source/samples/cal/ |
D | cal.c | 50 static void get_symbols(const UDateFormat *fmt, 290 static void get_symbols(const UDateFormat *fmt, in get_symbols() function 351 get_symbols(fmt, dayType, days, DAY_COUNT, 1, fdow, status); in get_days() 372 …get_symbols(fmt, monthType, months, MONTH_COUNT - 1, 0, 0, status); /* some locales have 13 months… in get_months()
|
/external/swiftshader/third_party/LLVM/tools/gold/ |
D | gold-plugin.cpp | 52 ld_plugin_get_symbols get_symbols = NULL; variable 201 get_symbols = tv->tv_u.tv_get_symbols; in onload() 386 (*get_symbols)(I->handle, I->syms.size(), &I->syms[0]); in all_symbols_read_hook()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/gold/ |
D | gold-plugin.cpp | 113 static ld_plugin_get_symbols get_symbols = nullptr; variable 386 if (!get_symbols) in onload() 387 get_symbols = tv->tv_u.tv_get_symbols; in onload() 390 get_symbols = tv->tv_u.tv_get_symbols; in onload() 642 ld_plugin_status status = get_symbols(F.handle, F.syms.size(), F.syms.data()); in getSymbolsAndView()
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 144 static ld_plugin_get_symbols get_symbols = nullptr; variable 347 if (!get_symbols) in onload() 348 get_symbols = tv->tv_u.tv_get_symbols; in onload() 351 get_symbols = tv->tv_u.tv_get_symbols; in onload() 647 ld_plugin_status status = get_symbols(F.handle, F.syms.size(), F.syms.data()); in getSymbolsAndView()
|
/external/python/cpython2/Lib/compiler/ |
D | symbols.py | 420 return [s for s in [s.get_name() for s in syms.get_symbols()] 450 for s in syms.get_symbols():
|
/external/python/cpython2/Lib/test/ |
D | test_symtable.py | 121 len(self.top.get_symbols()))
|
/external/python/cpython3/Lib/ |
D | symtable.py | 100 def get_symbols(self): member in SymbolTable
|
/external/python/cpython2/Lib/ |
D | symtable.py | 105 def get_symbols(self): member in SymbolTable
|
/external/python/cpython3/Lib/test/ |
D | test_symtable.py | 112 len(self.top.get_symbols()))
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/ |
D | object.py | 151 def get_symbols(self, cache=False): member in ObjectFile
|
/external/llvm/bindings/python/llvm/ |
D | object.py | 151 def get_symbols(self, cache=False): member in ObjectFile
|
/external/python/cpython2/Doc/library/ |
D | symtable.rst | 86 .. method:: get_symbols()
|
/external/python/cpython3/Doc/library/ |
D | symtable.rst | 82 .. method:: get_symbols()
|
/external/u-boot/tools/buildman/ |
D | kconfiglib.py | 335 def get_symbols(self, all_symbols=True): member in Config 2632 def get_symbols(self, recursive=False): member in Menu 2840 def get_symbols(self): member in Choice
|