Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/symbol/
Dexported_symbol_set_test.cpp27 ExportedSymbolSet symbols; in TEST() local
28 symbols.AddFunction("global", ElfSymbolIR::ElfSymbolBinding::Global); in TEST()
29 symbols.AddFunction("weak", ElfSymbolIR::ElfSymbolBinding::Weak); in TEST()
31 const ExportedSymbolSet::FunctionMap &funcs = symbols.GetFunctions(); in TEST()
44 ExportedSymbolSet symbols; in TEST() local
45 symbols.AddVar("global", ElfSymbolIR::ElfSymbolBinding::Global); in TEST()
46 symbols.AddVar("weak", ElfSymbolIR::ElfSymbolBinding::Weak); in TEST()
48 const ExportedSymbolSet::VarMap &vars = symbols.GetVars(); in TEST()
61 ExportedSymbolSet symbols; in TEST() local
62 symbols.AddGlobPattern("test1*"); in TEST()
[all …]
/development/scripts/
Dsymbol.py291 symbols = SYMBOLS_DIR + lib
292 if not os.path.exists(symbols):
293 symbols = lib
294 if not os.path.exists(symbols):
298 if os.path.isdir(symbols):
302 "--demangle", "--exe=" + symbols]
386 symbols = SYMBOLS_DIR + lib
387 if not os.path.exists(symbols):
388 symbols = lib
389 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/src/linker/
Dheader_abi_linker.cpp154 const SymbolMap &symbols);
348 const SymbolMap &symbols) { in LinkExportedSymbols() argument
349 for (auto &&symbol : symbols) { in LinkExportedSymbols()
/development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/
DSoftInputWindow.java77 mSymbolKeyboard = new Keyboard(context, R.xml.symbols); in SoftInputWindow()
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DSoftKeyboard.java135 mSymbolsKeyboard = new LatinKeyboard(displayContext, R.xml.symbols); in onInitializeInterface()
/development/vndk/tools/definition-tool/
Dvndk_definition_tool.py2181 symbols = set()
2184 symbols.add(symbol)
2185 return sorted(symbols)
3904 if args.symbols:
3942 for assoc_lib, symbols in assoc_libs:
3946 for symbol in symbols:
4186 for dep, symbols in lib.imported_ext_symbols.items():
4190 for symbol in symbols:
/development/tools/winscope/
Dyarn.lock262 assign-symbols@^1.0.0:
264 …resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20c…
2042 assign-symbols "^1.0.0"
2293 has-symbols@^1.0.0:
2295 …resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c8…
2528 icss-replace-symbols@^1.1.0:
2530 …resolved "https://registry.yarnpkg.com/icss-replace-symbols/-/icss-replace-symbols-1.1.0.tgz#06ea6…
2817 has-symbols "^1.0.0"
3975 icss-replace-symbols "^1.1.0"