HomeSort by relevance Sort by last modified time
    Searched full:symbol (Results 26 - 50 of 5049) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas32/
gas-macho32.asm 7 # [1] Define and export a global text-section symbol
8 # [2] Define and export a global data-section symbol
9 # [3] Define and export a global BSS-section symbol
10 # [4] Define a non-global text-section symbol
11 # [5] Define a non-global data-section symbol
12 # [6] Define a non-global BSS-section symbol
13 # [7] Define a COMMON symbol
16 # [10] Import an external symbol (note: printf replaced by another call)
17 # [11] Make a PC-relative call to an external symbol
18 # [12] Reference a text-section symbol in the text sectio
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm32/
machotest.asm 7 ; [1] Define and export a global text-section symbol
8 ; [2] Define and export a global data-section symbol
9 ; [3] Define and export a global BSS-section symbol
10 ; [4] Define a non-global text-section symbol
11 ; [5] Define a non-global data-section symbol
12 ; [6] Define a non-global BSS-section symbol
13 ; [7] Define a COMMON symbol
16 ; [10] Import an external symbol (note: printf replaced by another call)
17 ; [11] Make a PC-relative call to an external symbol
18 ; [12] Reference a text-section symbol in the text sectio
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
machotest64.asm 7 ; [1] Define and export a global text-section symbol
8 ; [2] Define and export a global data-section symbol
9 ; [3] Define and export a global BSS-section symbol
10 ; [4] Define a non-global text-section symbol
11 ; [5] Define a non-global data-section symbol
12 ; [6] Define a non-global BSS-section symbol
13 ; [7] Define a COMMON symbol
16 ; [10] Import an external symbol (note: printf replaced by another call)
17 ; [11] Make a PC-relative call to an external symbol
18 ; [12] Reference a text-section symbol in the text sectio
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/
win32test.asm 7 ; [1] Define and export a global text-section symbol
8 ; [2] Define and export a global data-section symbol
9 ; [3] Define and export a global BSS-section symbol
10 ; [4] Define a non-global text-section symbol
11 ; [5] Define a non-global data-section symbol
12 ; [6] Define a non-global BSS-section symbol
13 ; [7] Define a COMMON symbol
16 ; [10] Import an external symbol
17 ; [11] Make a PC-relative call to an external symbol
18 ; [12] Reference a text-section symbol in the text sectio
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
symbol-table.h 0 // symbol-table.h
17 // Classes to provide symbol-to-integer and integer-to-symbol mappings.
48 int64 AddSymbol(const string& symbol, int64 key);
50 int64 AddSymbol(const string& symbol) {
51 int64 key = Find(symbol);
52 return (key == -1) ? AddSymbol(symbol, available_key_++) : key;
82 // Return the key associated with the symbol. If the symbol
84 int64 Find(const string& symbol) const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
MakeQualifiedNames.cpp.tmpl 27 DEFINE_GLOBAL(QualifiedName, {{tag|symbol}}Tag)
35 (WebCore::QualifiedName*)&{{tag|symbol}}Tag,
45 DEFINE_GLOBAL(QualifiedName, {{attr|symbol}}Attr)
52 (WebCore::QualifiedName*)&{{attr|symbol}}Attr,
67 StringImpl* {{tag_list[0]|symbol}}Impl = StringImpl::createStatic("{{name}}", {{name|length}}, {{name|hash}});
72 createQualifiedName((void*)&{{tag|symbol}}Tag, {{tag|symbol}}Impl, {{namespace_prefix}}NS);
78 createQualifiedName((void*)&{{attr|symbol}}Attr, {{attr|symbol}}Impl, {{namespace_prefix}}NS);
80 createQualifiedName((void*)&{{attr|symbol}}Attr, {{attr|symbol}}Impl)
    [all...]
  /frameworks/base/core/res/
MakeJavaSymbols.sed 2 # to generate the set of <java-symbol> commands to have aapt generate
3 # the symbol for them.
7 s|.*R.id.\([a-zA-Z0-9_]*\).*| <java-symbol type="id" name="\1" />|gp
8 s|.*R.attr.\([a-zA-Z0-9_]*\).*| <java-symbol type="attr" name="\1" />|gp
9 s|.*R.bool.\([a-zA-Z0-9_]*\).*| <java-symbol type="bool" name="\1" />|gp
10 s|.*R.integer.\([a-zA-Z0-9_]*\).*| <java-symbol type="integer" name="\1" />|gp
11 s|.*R.color.\([a-zA-Z0-9_]*\).*| <java-symbol type="color" name="\1" />|gp
12 s|.*R.dimen.\([a-zA-Z0-9_]*\).*| <java-symbol type="dimen" name="\1" />|gp
13 s|.*R.fraction.\([a-zA-Z0-9_]*\).*| <java-symbol type="fraction" name="\1" />|gp
14 s|.*R.string.\([a-zA-Z0-9_]*\).*| <java-symbol type="string" name="\1" />|g
    [all...]
  /external/chromium_org/chrome/common/extensions/api/test_presubmit/
invalid_idl_2.idl 8 // Unexpected symbol DOMString after symbol a.
invalid_idl_3.idl 8 // Unexpected symbol name2 after symbol name1.
invalid_idl_7.idl 8 // Unexpected symbol Events after symbol interace.
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/angle/
ANGLEPlatformBridge.cpp 70 // The maximum allowed symbol name length is 256 characters.
75 ANGLEShaderSymbol symbol; local
79 symbol.symbolType = SHADER_SYMBOL_TYPE_ATTRIBUTE;
81 ShGetVariableInfo(compiler, symbolType, i, &nameLength, &symbol.size, &symbol.dataType, &symbol.precision, &symbol.staticUse, nameBuffer.data(), mappedNameBuffer.data());
83 ShGetVariableInfo(compiler, symbolType, i, &nameLength, &symbol.size, &symbol.dataType, &symbol.precision, nameBuffer.data(), mappedNameBuffer.data())
    [all...]
  /external/llvm/test/MC/MachO/
zerofill-4.s 12 // CHECK: # Symbol 0
15 // CHECK: # Symbol 1
18 // CHECK: # Symbol 2
21 // CHECK: # Symbol 3
24 // CHECK: # Symbol 4
27 // CHECK: # Symbol 5
30 // CHECK: # Symbol 6
33 // CHECK: # Symbol 7
  /external/openfst/src/lib/
Makefile.am 5 symbol-table.cc util.cc symbol-table-ops.cc mapped-file.cc
  /external/valgrind/main/none/tests/
require-text-symbol-2.stderr.exp-libcso6 4 valgrind: Cannot find any text symbol with a name that matches the pattern
6 valgrind: as required by a --require-text-symbol= specification.
  /external/oprofile/libpp/
symbol_container.cpp 32 symbol_entry * symbol = const_cast<symbol_entry*>(&*p.first); local
33 symbol->sample.counts += symb.sample.counts;
45 symbol_entry symbol; local
46 symbol.sample.file_loc.filename = filename;
47 symbol.sample.file_loc.linenr = linenr;
52 pair<it, it> p_it = symbols_by_loc.equal_range(&symbol);
65 symbol_entry symbol; local
66 symbol.sample.file_loc.filename = filename;
67 symbol.sample.file_loc.linenr = 0;
70 it first = symbols_by_loc.lower_bound(&symbol);
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
DiagRelocations.inc 4 DIAG(non_pic_relocation, DiagnosticEngine::Error, "attempt to generate unsupported relocation type `%0' for symbol `%1', recompile with -fPIC", "attempt to generate unsupported relocation type `%0' for symbol `%1, recompile with -fPIC")
5 DIAG(base_relocation, DiagnosticEngine::Fatal, "relocation type `%0' is not supported for symbol `%1'\nPlease report to %2", "relocation type `%0' is not supported for symbol `%1'\nPlease report to %2")
8 DIAG(unknown_relocation, DiagnosticEngine::Fatal, "encounter unknown relocation type `%0' for symbol `%1'", "encounter unknown relocation type `%0' for symbol `%1'")
9 DIAG(invalid_global_relocation, DiagnosticEngine::Unreachable, "relocation type `%0' is invalid for global symbol `%1'", "relocation type `%0' is invalid for global symbol `%1'")
10 DIAG(result_overflow, DiagnosticEngine::Error, "applying relocation `%0' causes overflow on symbol `%1'","applying relocation `%0' causes overflow on symbol `%1'"
    [all...]
  /frameworks/compile/mclinker/lib/LD/
StaticResolver.cpp 50 // * when a dynamic defined symbol meets a dynamic weak defined symbol, act
52 // * when a undefined symbol meets a dynamic defined symbol, override by
53 // dynamic defined first, then recover back to undefined symbol later.
54 // * when a dynamic defined symbol meets a undefined symbol or a weak
55 // undefined symbol, do not override, instead of marking.
56 // * When a undefined symbol meets a dynamic defined symbol or a wea
    [all...]
  /external/chromium_org/tools/deep_memory_profiler/lib/
symbol.py 31 """Manages symbol data sources in a process.
33 The symbol data sources consist of maps (/proc/<pid>/maps), nm, readelf and
41 Note that loading the symbol data sources takes a long time. They are often
52 """Prepares symbol data sources by extracting mapping from a binary.
54 The prepared symbol data sources are stored in a directory. The directory
60 LOGGER.info('Preparing symbol mapping...')
69 LOGGER.info(' Prepared symbol mapping.')
71 LOGGER.warn(' Using a temporary directory for symbol mapping.')
76 LOGGER.warn(' Failed to prepare symbol mapping.')
80 """Returns the prepared symbol data sources
    [all...]
  /external/chromium_org/third_party/libwebp/utils/
huffman.c 74 int symbol; local
86 for (symbol = 0; symbol < code_lengths_size; ++symbol) {
87 if (code_lengths[symbol] > max_code_length) {
88 max_code_length = code_lengths[symbol];
94 for (symbol = 0; symbol < code_lengths_size; ++symbol) {
95 ++code_length_hist[code_lengths[symbol]];
148 int symbol; local
    [all...]
  /external/webp/src/utils/
huffman.c 74 int symbol; local
86 for (symbol = 0; symbol < code_lengths_size; ++symbol) {
87 if (code_lengths[symbol] > max_code_length) {
88 max_code_length = code_lengths[symbol];
94 for (symbol = 0; symbol < code_lengths_size; ++symbol) {
95 ++code_length_hist[code_lengths[symbol]];
148 int symbol; local
    [all...]
  /external/llvm/lib/MC/
WinCOFFStreamer.cpp 47 void AddCommonSymbol(MCSymbol *Symbol, uint64_t Size,
54 virtual void EmitLabel(MCSymbol *Symbol);
55 virtual void EmitDebugLabel(MCSymbol *Symbol);
58 virtual void EmitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute);
59 virtual void EmitSymbolDesc(MCSymbol *Symbol, unsigned DescValue);
60 virtual void BeginCOFFSymbolDef(MCSymbol const *Symbol);
64 virtual void EmitCOFFSecRel32(MCSymbol const *Symbol);
65 virtual void EmitELFSize(MCSymbol *Symbol, const MCExpr *Value);
66 virtual void EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size,
68 virtual void EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/chromevox/background/mathmaps/symbols/
greek-symbols.json 5 "default": "greek beta symbol",
15 "default": "greek theta symbol",
25 "default": "greek phi symbol",
35 "default": "greek pi symbol",
45 "default": "greek kai symbol",
54 "default": "greek kappa symbol",
64 "default": "greek rho symbol",
74 "default": "greek lunate epsilon symbol",
83 "default": "greek reversed lunate epsilon symbol",
92 "default": "greek capital theta symbol",
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
bintest.asm 10 ; [1] Define a text-section symbol
11 ; [2] Define a data-section symbol
12 ; [3] Define a BSS-section symbol
15 ; [6] Reference a text-section symbol in the text section
16 ; [7] Reference a data-section symbol in the text section
17 ; [8] Reference a BSS-section symbol in the text section
18 ; [9] Reference a text-section symbol in the data section
19 ; [10] Reference a data-section symbol in the data section
20 ; [11] Reference a BSS-section symbol in the data section
  /external/chromium_org/media/base/simd/
empty_register_state_mmx.asm 17 %define SYMBOL EmptyRegisterState_MMX
18 EXPORT SYMBOL
21 mangle(SYMBOL):
  /external/chromium_org/native_client_sdk/src/libraries/xray/
demangle.c 17 const char* XRayDemangle(char* demangle, size_t size, const char* symbol) {
20 __cxa_demangle(symbol, demangle, &size, &stat);
24 return symbol;

Completed in 583 milliseconds

12 3 4 5 6 7 8 91011>>