Searched refs:symbol (Results 351 - 375 of 670) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/brotli/src/brotli/dec/
H A Ddecode.c138 int symbol = 0; local
153 while (symbol < num_symbols && space > 0) {
166 code_lengths[symbol++] = code_len;
190 if (symbol + repeat_delta > num_symbols) {
193 memset(&code_lengths[symbol], repeat_code_len, (size_t)repeat_delta);
194 symbol += repeat_delta;
204 memset(&code_lengths[symbol], 0, (size_t)(num_symbols - symbol));
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dunum.h124 * locale like the currency symbol, the grouping seperator , monetary seperator
149 * Currency format with a currency symbol, e.g., "$1.00".
1104 * Constants for specifying a number format symbol.
1124 /** The currency symbol */
1126 /** The international currency symbol */
1130 /** The exponential symbol */
1132 /** Per mill symbol */
1136 /** Infinity symbol */
1138 /** Nan symbol */
1140 /** Significant digit symbol
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dunum.cpp683 UNumberFormatSymbol symbol,
691 if(fmt==NULL || symbol< 0 || symbol>=UNUM_FORMAT_SYMBOL_COUNT) {
704 getConstSymbol((DecimalFormatSymbols::ENumberFormatSymbol)symbol).
710 UNumberFormatSymbol symbol,
718 if(fmt==NULL || symbol< 0 || symbol>=UNUM_FORMAT_SYMBOL_COUNT || value==NULL || length<-1) {
730 symbols.setSymbol((DecimalFormatSymbols::ENumberFormatSymbol)symbol,
682 unum_getSymbol(const UNumberFormat *fmt, UNumberFormatSymbol symbol, UChar *buffer, int32_t size, UErrorCode *status) argument
709 unum_setSymbol(UNumberFormat *fmt, UNumberFormatSymbol symbol, const UChar *value, int32_t length, UErrorCode *status) argument
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
H A Dsymrec.pxi114 symbol = Symbol(__pass_voidp(symrec, Symbol))
117 <void *>symbol)
118 Py_INCREF(symbol) # We're keeping a reference on the C side!
119 return symbol
/external/chromium_org/tools/memory_inspector/memory_inspector/data/
H A Dfile_storage.py22 from memory_inspector.core import symbol namespace
94 """Stores the symbol db (one per the overall archive)."""
95 assert(isinstance(symbols, symbol.Symbols))
/external/icu/icu4c/source/i18n/
H A Dunum.cpp687 UNumberFormatSymbol symbol,
695 if(fmt==NULL || symbol< 0 || symbol>=UNUM_FORMAT_SYMBOL_COUNT) {
708 getConstSymbol((DecimalFormatSymbols::ENumberFormatSymbol)symbol).
714 UNumberFormatSymbol symbol,
722 if(fmt==NULL || symbol< 0 || symbol>=UNUM_FORMAT_SYMBOL_COUNT || value==NULL || length<-1) {
734 symbols.setSymbol((DecimalFormatSymbols::ENumberFormatSymbol)symbol,
686 unum_getSymbol(const UNumberFormat *fmt, UNumberFormatSymbol symbol, UChar *buffer, int32_t size, UErrorCode *status) argument
713 unum_setSymbol(UNumberFormat *fmt, UNumberFormatSymbol symbol, const UChar *value, int32_t length, UErrorCode *status) argument
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DJavaSourceWriter.java315 public static void writeJavaSymbol(PrintWriter out, String symbol) { argument
316 out.append(symbol); // TODO Make safe and validate.
/external/lldb/include/lldb/Symbol/
H A DSymtab.h31 eDebugNo, // Not a debug symbol
32 eDebugYes, // A debug symbol
47 uint32_t AddSymbol(const Symbol& symbol);
51 uint32_t GetIndexForSymbol (const Symbol *symbol) const;
113 mutable Mutex m_mutex; // Provide thread safety for this symbol table
/external/lldb/scripts/Python/interface/
H A DSBAddress.i101 /// GetSymbolContext() and the following can lookup symbol information for a given address.
115 /// are less efficient if you want more than one symbol related objects.
116 /// Use one of the following when you want multiple debug symbol related
121 /// OR'ed together to more efficiently retrieve multiple symbol objects.
181 __swig_getmethods__["symbol"] = GetSymbol
182 if _newclass: symbol = property(GetSymbol, None, doc='''A read only property that returns an lldb object that represents the symbol (lldb.SBSymbol) that this address resides within.''')
H A DSBSymbolContextList.i13 "Represents a list of symbol context object. See also SBSymbolContext.
108 obj = self.GetContextAtIndex(i).symbol
135 if _newclass: symbols = property(get_symbol_array, None, doc='''Returns a list() of lldb.SBSymbol objects, one for each symbol in each SBSymbolContext object in this list.''')
/external/lldb/source/Core/
H A DDisassembler.cpp464 else if ((sc.function || sc.symbol) && (sc.function != prev_sc.function || sc.symbol != prev_sc.symbol))
466 if (prev_sc.function || prev_sc.symbol)
529 else if (sc.symbol && sc.symbol->ValueIsAddress())
531 range.GetBaseAddress() = sc.symbol->GetAddress();
532 range.SetByteSize (sc.symbol->GetByteSize());
/external/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp53 return "Reads debug symbols from an object file's symbol table.";
100 // The snippet of code below will get the indexes the module symbol
236 NULL, // no return type for a code symbol...
316 sc.symbol = m_obj_file->GetSymtab()->FindSymbolContainingFileAddress(so_addr.GetFileAddress());
317 if (sc.symbol)
350 // debug information. Any symbol queries should go through the symbol
364 // debug information. Any symbol queries should go through the symbol
/external/llvm/tools/lto/
H A Dlto.cpp239 const char *symbol) {
240 unwrap(cg)->addMustPreserveSymbol(symbol);
238 lto_codegen_add_must_preserve_symbol(lto_code_gen_t cg, const char *symbol) argument
/external/stlport/test/eh/
H A Dsunpro42.mak48 echo 'Info: For CC 4.x, warnings from ld in the form "symbol `XXX' has differing sizes" are normal.'
/external/valgrind/main/helgrind/tests/
H A Dpth_cond_destroy_busy.stderr.exp30 Address 0x........ is 4 bytes inside data symbol "s_cond"
/external/bison/doc/
H A Drefcard.tex337 \key{Declare a terminal symbol.}{\%token <{\it t\/}>
340 \key{Declare a terminal symbol, and define its association.}
360 definition, {\it n} is a {\it terminal} symbol name, {\it m} is a
361 {\it non-terminal} symbol name, and {\it association} can be one of
424 For altering the precedence of a symbol use:
442 \key{Access data associated with a symbol.} {\$\$, \$0\dots\${\it n}}
445 \key{Access symbol's location.} {@\$, @0\dots@{\it n}}
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddfa.rb54 each step, the machine examines the next symbol on the input stream, checks the
69 The smallest value of the next input symbol that has
72 The largest value of the next input symbol that has
76 the current input symbol.
79 situations where a non-matching input symbol does
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/
H A Dwww_server.py594 # Use the fallback libname.so+0xaddr if symbol info is not available.
595 symbol_name = frame.symbol.name if frame.symbol else '??'
596 source_info = (str(frame.symbol.source_info[0]) if
597 frame.symbol and frame.symbol.source_info else frame.raw_address)
/external/lldb/source/Symbol/
H A DObjectFile.cpp342 Symbol *symbol = symtab->FindSymbolContainingFileAddress(file_addr); local
343 if (symbol)
345 if (symbol->ValueIsAddress())
347 const SectionSP section_sp (symbol->GetAddress().GetSection());
395 const SymbolType symbol_type = symbol->GetType();
/external/oprofile/pp/
H A Dopannotate.cpp260 string symbol_annotation(symbol_entry const * symbol) argument
262 if (!symbol)
265 string annot = count_str(symbol->sample.counts,
268 string const & symname = symbol_names.demangle(symbol->name);
272 str += count_str(symbol->sample.counts, samples->samples_count());
278 /// return true if this line contains a symbol name in objdump formatting
279 /// symbol are on the form 08030434 <symbol_name>: we need to be strict
280 /// here to avoid any interpretation of a source line as a symbol line
313 // this regexp dis-ambiguate between a symbol line and an asm line. If
343 // ! complexity: linear in number of symbol mus
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dprobe-finder.c39 #include "symbol.h"
690 const char *symbol; local
709 /* Get an appropriate symbol from symtab */
710 symbol = dwfl_module_addrsym(mod, paddr, &sym, NULL);
711 if (!symbol) {
712 pr_warning("Failed to find symbol at 0x%lx\n",
717 tp->symbol = strdup(symbol);
718 if (!tp->symbol)
1028 return DWARF_CB_ABORT; /* Exit; no same symbol i
[all...]
/external/valgrind/main/coregrind/
H A Dm_redir.c74 (shared object symbol table, basically) appears. Appearance of new
86 pattern, function name pattern) pair which is encoded in the symbol
118 from reading symbol tables of the currently loaded objects.
120 Active is a pure function of Specs and the current symbol table
224 If ld.so does not have a visible 'strlen' symbol, Memcheck
285 TopSpec* parent_sym; /* the TopSpec which supplied the symbol */
314 HChar* symbol, Addr addr );
333 /* Copy all the names from a given symbol into an AR_DINFO allocated,
495 /* scan this DebugInfo's symbol table, pulling out and demangling
505 /* Set up to conveniently iterate over all names for this symbol
1465 handle_maybe_load_notifier( const HChar* soname, HChar* symbol, Addr addr ) argument
[all...]
/external/deqp/modules/glshared/
H A DglsShaderExecUtil.cpp478 const Symbol& symbol = m_inputs[inputNdx]; local
480 const glu::DataType basicType = symbol.varType.getBasicType();
484 vertexArrays.push_back(glu::va::Float(symbol.name, vecSize, numValues, 0, (const float*)ptr));
486 vertexArrays.push_back(glu::va::Int32(symbol.name, vecSize, numValues, 0, (const deInt32*)ptr));
488 vertexArrays.push_back(glu::va::Uint32(symbol.name, vecSize, numValues, 0, (const deUint32*)ptr));
496 vertexArrays.push_back(glu::va::Float(symbol.name, colNdx, numRows, numValues, stride, ((const float*)ptr) + colNdx * numRows));
529 const Symbol& symbol = m_outputs[outputNdx]; local
531 const int scalarSize = symbol.varType.getScalarSize();
722 const Symbol& symbol = m_inputs[inputNdx]; local
723 const std::string attribName = "a_" + symbol
946 const Symbol& symbol = symbols[varNdx]; local
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DObjectPropertiesSection.js133 if (propertyA.symbol && !propertyB.symbol)
135 if (propertyB.symbol && !propertyA.symbol)
194 if (this.property.symbol)
195 this.nameElement.addEventListener("contextmenu", this._contextMenuFired.bind(this, this.property.symbol), false);
213 // Render \n as a nice unicode cr symbol.
406 var property = WebInspector.RemoteObject.toCallArgument(this.property.symbol || this.property.name);
/external/pixman/pixman/
H A Dpixman-mips-dspr2-asm.h72 #define LEAF_MIPS32R2(symbol) \
73 .globl symbol; \
75 .type symbol, @function; \
76 .ent symbol, 0; \
77 symbol: .frame sp, 0, ra; \
86 #define LEAF_MIPS_DSPR2(symbol) \
87 LEAF_MIPS32R2(symbol) \

Completed in 2001 milliseconds

<<11121314151617181920>>