Searched defs:symbol (Results 101 - 125 of 246) sorted by relevance

12345678910

/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/chromium_org/third_party/icu/source/test/intltest/
H A Dtsdtfmsy.cpp42 DateFormatSymbols *symbol; local
44 symbol=new DateFormatSymbols(Locale::getDefault(), status);
46 month=symbol->getMonths(cnt);
55 delete symbol;
61 DateFormatSymbols *symbol; local
63 symbol=new DateFormatSymbols(Locale::getDefault(), status);
71 const UnicodeString * month = symbol->getMonths(cnt,context[i],width[j]);
80 delete symbol;
86 DateFormatSymbols *symbol; local
88 symbol
114 DateFormatSymbols *symbol; local
145 DateFormatSymbols *symbol=new DateFormatSymbols(Locale::getEnglish(), status); local
[all...]
/external/chromium_org/third_party/libwebp/utils/
H A Dhuffman.c113 int symbol; local
125 for (symbol = 0; symbol < code_lengths_size; ++symbol) {
126 if (code_lengths[symbol] > max_code_length) {
127 max_code_length = code_lengths[symbol];
133 for (symbol = 0; symbol < code_lengths_size; ++symbol) {
134 ++code_length_hist[code_lengths[symbol]];
188 TreeAddSymbol(HuffmanTree* const tree, int symbol, int code, int code_length) argument
235 int symbol; local
[all...]
H A Dhuffman_encode.c22 // Util function to optimize the symbol map for RLE coding
50 uint32_t symbol = counts[0]; local
53 if (i == length || counts[i] != symbol) {
54 if ((symbol == 0 && stride >= 5) ||
55 (symbol != 0 && stride >= 7)) {
63 symbol = counts[i];
150 // bit_depths[]: how many bits are used for the symbol.
375 // 0 bit-depth means that the symbol does not exist.
388 depth_count[0] = 0; // ignore unused symbol
/external/chromium_org/tools/memory_inspector/memory_inspector/backends/
H A Dandroid_backend.py24 from memory_inspector.core import symbol namespace
78 """Performs symbolization. Returns a |symbol.Symbols| from |NativeHeap|s.
81 symbol/source info) to the stack frames of |native_heaps|. The heaps
89 sym_paths: either a list of or a string of semicolon-sep. symbol paths.
92 symbols = symbol.Symbols()
111 # callback is invoked every time the symbol info for a stack frame is ready.
115 sym = symbol.Symbol(name=sym_info.name,
123 # Look up the full path of the symbol in the sym paths.
131 # First try to locate the symbol file following the full relative path
/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/icu/icu4c/source/test/intltest/
H A Dtsdtfmsy.cpp42 DateFormatSymbols *symbol; local
44 symbol=new DateFormatSymbols(Locale::getDefault(), status);
46 month=symbol->getMonths(cnt);
55 delete symbol;
61 DateFormatSymbols *symbol; local
63 symbol=new DateFormatSymbols(Locale::getDefault(), status);
71 const UnicodeString * month = symbol->getMonths(cnt,context[i],width[j]);
80 delete symbol;
86 DateFormatSymbols *symbol; local
88 symbol
114 DateFormatSymbols *symbol; local
145 DateFormatSymbols *symbol=new DateFormatSymbols(Locale::getEnglish(), status); local
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DJavaExpression.java134 public final String symbol; field in class:JavaExpression.Type
142 private Type(String symbol) { argument
143 this.symbol = symbol;
348 * An untyped symbol (e.g. myVariable).
350 public static JavaExpression symbol(final String value) { method in class:JavaExpression
360 * A typed symbol (e.g. myVariable).
362 public static JavaExpression symbol(Type type, final String value) { method in class:JavaExpression
372 return symbol(Type.MACRO, value);
398 JavaSourceWriter.writeJavaSymbol(out, type.symbol);
[all...]
H A DJavaSourceWriter.java315 public static void writeJavaSymbol(PrintWriter out, String symbol) { argument
316 out.append(symbol); // TODO Make safe and validate.
/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...]
H A Dprobe-event.h12 char *symbol; /* Base symbol */ member in struct:probe_trace_point
14 unsigned long offset; /* Offset from symbol */
/external/lldb/source/API/
H A DSBSymbolContext.cpp165 Symbol *symbol = NULL; local
168 symbol = m_opaque_ap->symbol;
170 SBSymbol sb_symbol (symbol);
175 m_opaque_ap.get(), symbol);
215 SBSymbolContext::SetSymbol (lldb::SBSymbol symbol) argument
217 ref().symbol = symbol.get();
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp53 // vtable.) We can then look up the symbol containing this "address point" and that symbol's name
96 // Now find the symbol that contains this address:
105 Symbol *symbol = sc.symbol; local
106 if (symbol != NULL)
108 const char *name = symbol->GetMangled().GetDemangledName().AsCString();
113 log->Printf ("0x%16.16" PRIx64 ": static-type = '%s' has vtable symbol '%s'\n",
124 // First look in the module that the vtable symbol came from
135 // If we didn't find a symbol, the
[all...]
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp329 const Symbol *symbol = objc_module_sp->FindFirstSymbolWithNameAndType(g_objc_debug_class_hash, lldb::eSymbolTypeData); local
330 if (symbol)
336 lldb::addr_t objc_debug_class_hash_addr = symbol->GetAddress().GetLoadAddress(&process->GetTarget());
/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/llvm/include/llvm/Object/
H A DArchive.h146 Symbol symbol; member in class:llvm::object::Archive::symbol_iterator
148 symbol_iterator(const Symbol &s) : symbol(s) {}
150 return &symbol;
154 return symbol == other.symbol;
162 symbol = symbol.getNext();
191 // check if a symbol is in the archive
/external/lzma/CPP/7zip/Compress/
H A DRangeCoder.h89 void EncodeBit(UInt32 size0, UInt32 numTotalBits, UInt32 symbol) argument
92 if (symbol == 0)
184 UInt32 symbol; local
187 symbol = 0;
192 symbol = 1;
197 return symbol;
/external/openfst/src/include/fst/script/
H A Ddraw-impl.h130 string symbol = syms->Find(id); local
131 if (symbol == "") {
133 << " is not mapped to any textual symbol"
134 << ", symbol table = " << syms->Name()
136 symbol = "?";
139 EscapeChars(symbol, &nsymbol);
211 const SymbolTable *isyms_; // ilabel symbol table
212 const SymbolTable *osyms_; // olabel symbol table
213 const SymbolTable *ssyms_; // slabel symbol table
/external/openfst/src/include/fst/
H A Dstring.h132 << "\" is not mapped to any integer label, symbol table = "
149 TokenType token_type_; // Token type: symbol, byte or utf8 encoded
150 const SymbolTable *syms_; // Symbol table used when token type is symbol
151 Label unknown_label_; // Label for token missing from symbol table
248 string symbol = syms_->Find(lab); local
249 if (symbol == "") {
251 << "mapped to any textual symbol, symbol table = "
255 ostrm << symbol; local
262 TokenType token_type_; // Token type: symbol, byt
[all...]
/external/oprofile/libpp/
H A Dformat_output.h3 * outputting format for symbol lists
22 #include "symbol.h"
55 /// use global count rather symbol count for details percent
89 : symbol(sym), sample(s), pclass(pc),
91 symbol_entry const & symbol; member in struct:format_output::formatter::field_datum
135 void do_output(std::ostream & out, symbol_entry const & symbol,
167 /// symbol count
191 /** output one symbol symb to out according to the output format
195 /// output details for the symbol
231 /// output a single symbol
[all...]
H A Dprofile_container.cpp20 #include "symbol.h"
71 // the range of sample_entry inside each symbol entry are valid
125 symbol_entry const * symbol = symbols->insert(symb_entry); local
128 add_samples(abfd, i, p_it, symbol, pclass, start);
136 symbol_entry const * symbol, size_t pclass,
159 samples->insert(symbol, sample);
201 // contain sample does not work: a symbol can contain samples and this
202 // symbol is in a source file that contain zero sample because only
276 profile_container::find_sample(symbol_entry const * symbol, bfd_vma vma) const argument
278 return samples->find_by_vma(symbol, vm
134 add_samples(op_bfd const & abfd, symbol_index_t sym_index, profile_t::iterator_pair const & p_it, symbol_entry const * symbol, size_t pclass, unsigned long start) argument
[all...]
/external/oprofile/libutil++/
H A Dop_bfd.cpp47 bool operator()(op_bfd_symbol const & symbol) { argument
48 return !filter_.match(symbol.name());
68 // we name the symbol after the section.
111 // after creating all symbol it's convenient for user code to access
184 // make the fake symbol fit within the fake file
249 // we need to ensure than for a given vma only one symbol exist else
266 // now we can calculate the symbol size, we can't first include/exclude
267 // symbols because the size of symbol is calculated from the difference
268 // between the vma of a symbol and the next one.
283 // images with no symbols debug info available get a placeholder symbol
[all...]
H A Dop_bfd.h33 /// all symbol vector indexing uses this type
37 * A symbol description from a bfd point of view. This duplicate
39 * the symbol is an artificial symbol
56 asymbol const * symbol() const { return bfd_symbol; } function in class:op_bfd_symbol
67 /// the original bfd symbol, this can be null if the symbol is an
68 /// artificial symbol
70 /// the offset of this symbol relative to the begin of the section's
71 /// symbol
[all...]
/external/qemu/android/
H A Dopengles.c92 void* symbol; local
96 symbol = adynamicLibrary_findSymbol(rendererLib, #name, &error); \
97 if (symbol != NULL) { \
98 name = symbol; \
100 derror("GLES emulation: Could not find required symbol (%s): %s", #name, error); \
/external/qemu/
H A Ddisas.c391 /* Look up symbol for debugging purpose. Returns "" if unknown. */
394 const char *symbol = ""; local
398 symbol = s->lookup_symbol(s, orig_addr);
399 if (symbol[0] != '\0') {
404 return symbol;

Completed in 3650 milliseconds

12345678910