Searched refs:symbol (Results 26 - 50 of 670) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas32/
H A Dgas-macho32.asm7 # [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 i
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/
H A Dwin32test.asm7 ; [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 i
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddcfmtsym.h15 * 08/26/97 aliu Added currency/intl currency symbol support.
87 * Constants for specifying a number format symbol.
107 /** The currency symbol */
109 /** The international currency symbol */
113 /** The exponential symbol */
115 /** Per mill symbol - replaces kPermillSymbol */
119 /** Infinity symbol */
121 /** Nan symbol */
123 /** Significant digit symbol
166 /** count symbol constant
442 setSymbol(ENumberFormatSymbol symbol, const UnicodeString &value, const UBool propogateDigits = TRUE) argument
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Ddcfmtsym.h15 * 08/26/97 aliu Added currency/intl currency symbol support.
87 * Constants for specifying a number format symbol.
107 /** The currency symbol */
109 /** The international currency symbol */
113 /** The exponential symbol */
115 /** Per mill symbol - replaces kPermillSymbol */
119 /** Infinity symbol */
121 /** Nan symbol */
123 /** Significant digit symbol
166 /** count symbol constant
450 setSymbol(ENumberFormatSymbol symbol, const UnicodeString &value, const UBool propogateDigits = TRUE) argument
[all...]
/external/chromium_org/tools/memory_inspector/memory_inspector/core/
H A Dstacktrace.py7 from memory_inspector.core import symbol namespace
42 self.symbol = None
63 assert(isinstance(sym, symbol.Symbol))
64 assert(not self.symbol)
65 self.symbol = sym
82 if self.symbol:
83 return str(self.symbol)
/external/libpng/scripts/
H A Dchecksym.awk19 symbol[1] = "" # defined symbols from png.h
32 # symbol @ordinal
45 print master ": duplicated symbol:", official[o] ":", $0
62 # just be symbol definitions. Lines will be commented out for
67 # symbol @ordinal # two fields, exported symbol
68 # ; symbol @ordinal # three fields, removed symbol
80 NF==3 && $1 == ";" && $3 ~ /^@[1-9][0-9]*$/ { # removed symbol
86 print "png.h: duplicated removed symbol",
[all...]
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DValidateLimitations.cpp34 virtual void visitSymbol(TIntermSymbol *symbol) argument
40 mValid = (symbol->getQualifier() == EvqConst) ||
41 (mLoopStack.findLoop(symbol));
218 bool ValidateLimitations::isLoopIndex(TIntermSymbol *symbol) argument
220 return mLoopStack.findLoop(symbol) != NULL;
287 TIntermSymbol *symbol = declInit->getLeft()->getAsSymbolNode(); local
288 if (symbol == NULL)
294 TBasicType type = symbol->getBasicType();
296 error(symbol->getLine(),
305 symbol
332 TIntermSymbol *symbol = binOp->getLeft()->getAsSymbolNode(); local
395 TIntermSymbol *symbol = NULL; local
467 TIntermSymbol *symbol = (*params)[i]->getAsSymbolNode(); local
478 TSymbol* symbol = symbolTable.find(node->getName(), GetGlobalParseContext()->shaderVersion); local
[all...]
H A DFlagStd140Structs.cpp39 void FlagStd140Structs::visitSymbol(TIntermSymbol *symbol) argument
41 if (isInStd140InterfaceBlock(symbol) && symbol->getBasicType() == EbtStruct)
43 mFlaggedNodes.push_back(symbol);
H A DLoopInfo.h57 // Search loop stack for a loop whose index matches the input symbol.
58 TIntermLoop *findLoop(TIntermSymbol *symbol);
60 // Find the loop index info in the loop stack by the input symbol.
61 TLoopIndexInfo *getIndexInfo(TIntermSymbol *symbol);
69 // Check if the symbol is the index of a loop that's unrolled.
70 bool needsToReplaceSymbolWithValue(TIntermSymbol *symbol);
72 // Return the current value of a given loop index symbol.
73 int getLoopIndexValue(TIntermSymbol *symbol);
/external/llvm/bindings/python/llvm/tests/
H A Dtest_object.py37 for symbol in o.get_symbols():
39 assert isinstance(symbol, Symbol)
40 assert isinstance(symbol.name, str)
41 assert isinstance(symbol.address, long)
42 assert isinstance(symbol.size, long)
46 for symbol in o.get_symbols():
47 symbol.cache()
52 for symbol in o.get_symbols():
53 section = symbol.section
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DEventClass.py24 def create_event(name, comm, dso, symbol, raw_buf):
26 event = PebsEvent(name, comm, dso, symbol, raw_buf)
28 event = PebsNHM(name, comm, dso, symbol, raw_buf)
30 event = PerfEvent(name, comm, dso, symbol, raw_buf)
36 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_GENERIC):
40 self.symbol = symbol
46 print "PMU event: name=%12s, symbol=%24s, comm=%8s, dso=%12s" % (self.name, self.symbol, self.comm, self.dso)
55 def __init__(self, name, comm, dso, symbol, raw_bu
[all...]
/external/lldb/include/lldb/Host/
H A DDynamicLibrary.h33 void* symbol = Host::DynamicLibraryGetSymbol (m_handle, name, err); local
34 if (!symbol)
36 return (T)symbol;
/external/qemu/distrib/sdl-1.2.15/src/loadso/mint/
H A DSDL_sysloadso.c48 void *symbol = (void *)ldg_find((char *)name, (LDG *)handle); local
49 if ( symbol == NULL ) {
52 return(symbol);
/external/chromium_org/native_client_sdk/src/libraries/xray/
H A Dsymtable.c5 /* XRay symbol table */
57 const char* XRaySymbolGetName(struct XRaySymbol* symbol) { argument
58 return (NULL == symbol) ? "(null)" : symbol->name;
65 struct XRaySymbol* symbol; local
66 symbol = XRaySymbolPoolAlloc(sympool);
67 symbol->name = name;
68 return symbol;
73 struct XRaySymbol* symbol; local
81 symbol
120 XRaySymbolTableAdd(struct XRaySymbolTable* symtab, struct XRaySymbol* symbol, uint32_t addr) argument
132 struct XRaySymbol* symbol; local
156 struct XRaySymbol* symbol = XRaySymbolCreate(symtab->symbol_pool, name); local
[all...]
/external/zlib/src/contrib/blast/
H A Dblast.c95 * symbol[] are the symbol values in canonical order, where the number of
101 short *symbol; /* canonically ordered symbols */ member in struct:huffman
105 * Decode a code from the stream s using huffman table h. Return the symbol or
131 int index; /* index of first code of length len in symbol table */
146 if (code < first + count) { /* if length len, return symbol */
149 return h->symbol[index + (code - first)];
183 * enough bits will resolve to a symbol. If the return value is positive, then
189 int symbol; /* current symbol whe local
282 int symbol; /* decoded symbol, extra bits for distance */ local
[all...]
/external/bison/src/
H A Dreader.h45 void grammar_start_symbol_set (symbol *sym, location loc);
46 void grammar_current_rule_begin (symbol *lhs, location loc,
50 void grammar_current_rule_prec_set (symbol *precsym, location loc);
53 void grammar_current_rule_symbol_append (symbol *sym, location loc,
/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Ddescriptor_database.py78 def FindFileContainingSymbol(self, symbol):
79 """Finds the file descriptor proto containing the specified symbol.
81 The symbol should be a fully qualified name including the file descriptor's
87 The file descriptor proto containing the specified symbol must be added to
91 symbol: The fully qualified symbol name.
94 The file descriptor proto containing the symbol.
97 KeyError if no file contains the specified symbol.
100 return self._file_desc_protos_by_symbol[symbol]
117 for symbol i
[all...]
/external/elfutils/0.153/src/
H A Dsymbolhash.c35 /* Definitions for the symbol hash table. */
36 #define TYPE struct symbol *
H A Dsymbolhash.h29 /* Definitions for the symbol hash table. */
30 #define TYPE struct symbol *
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dannotate.h7 #include "symbol.h"
120 struct symbol symbol; member in struct:sannotation
129 static inline struct annotation *symbol__annotation(struct symbol *sym)
131 struct sannotation *a = container_of(sym, struct sannotation, symbol);
135 int symbol__inc_addr_samples(struct symbol *sym, struct map *map,
137 int symbol__alloc_hist(struct symbol *sym);
138 void symbol__annotate_zero_histograms(struct symbol *sym);
140 int symbol__annotate(struct symbol *sym, struct map *map, size_t privsize);
141 int symbol__annotate_init(struct map *map __maybe_unused, struct symbol *sy
[all...]
/external/lldb/examples/python/
H A Dgdb_disassemble.py8 elif lldb.frame.symbol:
9 instructions = lldb.frame.symbol.instructions
10 start_addr = lldb.frame.symbol.addr.load_addr
11 name = lldb.frame.symbol.name
/external/lldb/test/python_api/default-constructor/
H A Dsb_module.py23 for symbol in obj.symbol_in_section_iter(lldb.SBSection()):
24 print symbol
25 for symbol in obj:
26 print symbol
/external/llvm/test/MC/ELF/
H A Dsubtraction-error.s8 ; CHECK: symbol 'a' could not be evaluated in a subtraction expression
/external/qemu/distrib/sdl-1.2.15/src/loadso/os2/
H A DSDL_sysloadso.c52 void *symbol = NULL; local
53 APIRET ulrc = DosQueryProcAddr((HMODULE)handle, 0, (char *)name, &symbol);
59 if (symbol == NULL)
62 return(symbol);
/external/llvm/test/MC/Mips/
H A Dmips-expansions.s20 # CHECK: lui $10, %hi(symbol) # encoding: [A,A,0x0a,0x3c]
21 # CHECK: # fixup A - offset: 0, value: symbol@ABS_HI, kind: fixup_Mips_HI16
23 # CHECK: lw $10, %lo(symbol)($10) # encoding: [A,A,0x4a,0x8d]
24 # CHECK: # fixup A - offset: 0, value: symbol@ABS_LO, kind: fixup_Mips_LO16
25 # CHECK: lui $1, %hi(symbol) # encoding: [A,A,0x01,0x3c]
26 # CHECK: # fixup A - offset: 0, value: symbol@ABS_HI, kind: fixup_Mips_HI16
28 # CHECK: sw $10, %lo(symbol)($1) # encoding: [A,A,0x2a,0xac]
29 # CHECK: # fixup A - offset: 0, value: symbol@ABS_LO, kind: fixup_Mips_LO16
37 # CHECK: lui $1, %hi(symbol)
38 # CHECK: ldc1 $f0, %lo(symbol)(
[all...]

Completed in 881 milliseconds

1234567891011>>