Home
last modified time | relevance | path

Searched refs:symbols (Results 1 – 9 of 9) sorted by relevance

/development/scripts/
Dsymbol.py285 symbols = SYMBOLS_DIR + lib
286 if not os.path.exists(symbols):
287 symbols = lib
288 if not os.path.exists(symbols):
292 if os.path.isdir(symbols):
296 "--demangle", "--exe=" + symbols]
376 symbols = SYMBOLS_DIR + lib
377 if not os.path.exists(symbols):
378 symbols = lib
379 if not os.path.exists(symbols):
[all …]
/development/vndk/tools/definition-tool/assets/visual/
Ddep-graph.js149 let symbols = violates[j][1];
151 + tag.substring(tag.lastIndexOf(".") + 1) + "]", symbols.length);
152 for (let k = 0; k < symbols.length; k++) {
155 domDepSym.innerHTML = symbols[k];
156 if (symbols[k].indexOf("_Z") === 0) {
160 changeFormat(symbols[k].substr(2, symbols[k].length));
/development/ide/eclipse/
DREADME.importing-to-eclipse.txt18 To import the symbols, go to Project > Properties > C/C++ General >
20 Choose development/ide/eclipse/android-symbols.xml and hit Finish.
/development/vndk/tools/header-checker/
DREADME.md75 * `1`: Changes to APIs unreferenced by symbols in the `.dynsym` table
78 * `16`: ELF incompatible (Some symbols in the `.dynsym` table, not exported by
/development/vndk/tools/header-checker/header-abi-util/src/
Dso_file_parser.cpp70 for (auto symbol_it : obj_->symbols()) { in GetSymbols()
/development/vndk/tools/header-checker/header-abi-linker/src/
Dheader_abi_linker.cpp139 static bool AddElfSymbols(abi_util::IRDumper *dst, const Iterable &symbols) { in AddElfSymbols() argument
140 for (auto &&symbol : symbols) { in AddElfSymbols()
/development/vndk/tools/definition-tool/
Dvndk_definition_tool.py1716 symbols = set()
1719 symbols.add(symbol)
1720 return sorted(symbols)
3196 if args.symbols:
3228 for assoc_lib, symbols in assoc_libs:
3232 for symbol in symbols:
3444 for dep, symbols in lib.imported_ext_symbols.items():
3448 for symbol in symbols:
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DSoftKeyboard.java106 mSymbolsKeyboard = new LatinKeyboard(this, R.xml.symbols); in onInitializeInterface()
/development/tools/winscope/
Dyarn.lock2078 icss-replace-symbols@^1.1.0:
2080 …resolved "https://registry.yarnpkg.com/icss-replace-symbols/-/icss-replace-symbols-1.1.0.tgz#06ea6…
3161 icss-replace-symbols "^1.1.0"