Searched refs:symbols (Results 126 - 150 of 394) sorted by relevance

1234567891011>>

/external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/
H A Dpublish.js7 symbolsDir: "symbols/",
8 srcDir: "symbols/src/"
19 IO.mkPath((publish.conf.outDir+"symbols/src").split("/"));
40 var symbols = symbolSet.toArray();
46 var srcDir = publish.conf.outDir + "symbols/src/";
51 var classes = symbols.filter(isaClass).sort(makeSortby("alias"));
84 IO.saveFile(publish.conf.outDir+"symbols/", ((JSDOC.opt.u)? Link.filemap[symbol.alias] : symbol.alias) + publish.conf.ext, output);
107 var documentedFiles = symbols.filter(isaFile); // files that have file-level docs
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
H A Dabstract_tts.js95 var symbols = [];
97 symbols.push(symbol);
99 var expr = '(' + symbols.join('|') + ')';
229 // Substitute all symbols in the substitution dictionary. This is pretty
230 // efficient because we use a single regexp that matches all symbols
445 * Character dictionary. These symbols are replaced with their human readable
493 * no symbols.
528 * Substitution dictionary. These symbols or patterns are ALWAYS substituted
/external/chromium_org/native_client_sdk/src/libraries/xray/
H A Dxray_priv.h105 struct XRaySymbolTable* symbols, const char* mapfilename);
112 struct XRaySymbolTable* symbols, uint32_t addr);
114 struct XRaySymbolTable* symbols, int i);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dsdtfmtts.cpp77 DateFormatSymbols *symbols = new DateFormatSymbols(Locale::getFrench(), status); local
83 SimpleDateFormat cust1(pattern, symbols, status);
85 dataerrln("ERROR: Could not create SimpleDateFormat (pattern, symbols*) - exitting");
90 SimpleDateFormat cust2(pattern, *symbols, status);
92 errln("ERROR: Could not create SimpleDateFormat (pattern, symbols)");
H A Ddcfmtest.cpp319 DecimalFormatSymbols symbols(Locale::getUS(), status);
321 DecimalFormat format(pattern, symbols, status);
386 DecimalFormatSymbols symbols(Locale::getUS(), status);
388 DecimalFormat fmtr(pattern, symbols, status);
/external/chromium_org/third_party/mesa/src/scons/
H A Dcustom.py253 symbols = names
255 symbols = sym_table.keys()
259 for sym in symbols:
/external/chromium_org/tools/memory_inspector/memory_inspector/data/
H A Dfile_storage.py39 This is for backend and device settings (e.g., symbols path, adb path)."""
93 def StoreSymbols(self, symbols):
95 assert(isinstance(symbols, symbol.Symbols))
98 json.dump(symbols, f, cls=serialization.Encoder)
/external/icu/icu4c/source/test/intltest/
H A Dsdtfmtts.cpp77 DateFormatSymbols *symbols = new DateFormatSymbols(Locale::getFrench(), status); local
83 SimpleDateFormat cust1(pattern, symbols, status);
85 dataerrln("ERROR: Could not create SimpleDateFormat (pattern, symbols*) - exitting");
90 SimpleDateFormat cust2(pattern, *symbols, status);
92 errln("ERROR: Could not create SimpleDateFormat (pattern, symbols)");
/external/mesa3d/scons/
H A Dcustom.py253 symbols = names
255 symbols = sym_table.keys()
259 for sym in symbols:
/external/nanopb-c/generator/
H A Dnanopb_generator.py106 def __init__(self, value = 0, symbols = []):
108 symbols = [str(value)]
111 self.symbols = symbols
115 return EncodedSize(self.value + other, self.symbols)
117 return EncodedSize(self.value, self.symbols + [str(other)])
119 return EncodedSize(self.value + other.value, self.symbols + other.symbols)
125 return EncodedSize(self.value * other, [str(other) + '*' + s for s in self.symbols])
130 if not self.symbols
[all...]
/external/oprofile/libpp/
H A Dformat_output.h176 /// class to output in a columned format symbols and associated samples
182 /** output a vector of symbols to out according to the output format
201 /// true if we need to show details for each symbols
217 /// class to output a columned format symbols plus diff values
225 * Output a vector of symbols to out according to the output
242 symbol_collection & symbols, extra_images const & extra,
268 // ordered collection of symbols associated with this profile
269 symbol_collection & symbols; member in class:format_output::xml_formatter
271 /// true if we need to show details for each symbols
304 symbol_collection & symbols, string_filte
[all...]
/external/chromium_org/tools/valgrind/asan/third_party/
H A Dasan_symbolize.py269 self.symbols = {}
287 self.symbols[int(fragments[1], 16)] = ' '.join(fragments[3:])
292 if not cur_function_addr in self.symbols.keys():
293 self.symbols[cur_function_addr] = ' '.join(fragments[4:])
316 symbol = self.symbols[sym_id]
/external/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py257 self.symbols = {}
275 self.symbols[int(fragments[1], 16)] = ' '.join(fragments[3:])
280 if not cur_function_addr in self.symbols.keys():
281 self.symbols[cur_function_addr] = ' '.join(fragments[4:])
304 symbol = self.symbols[sym_id]
/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dencode.cc238 int symbols[4]; local
242 symbols[k] = code.symbols_[k];
246 if (depth[symbols[j]] < depth[symbols[k]]) {
247 int t = symbols[k];
248 symbols[k] = symbols[j];
249 symbols[j] = t;
253 // Small tree marker to encode 1-4 symbols.
257 WriteBits(max_bits, symbols[
[all...]
/external/chromium_org/native_client_sdk/src/tools/
H A Dhost_gcc.mk23 # Adding -Wl,-Bsymbolic means that symbols defined within the module are always
24 # used by the moulde, and not shadowed by symbols already loaded in, for
25 # exmaple, libc. Without this the libc symbols (or anything injected with
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dmap.c108 * symbols we'll know where it starts and ends.
116 * ->end will be filled after we load all the symbols
131 struct rb_root *symbols = &map->dso->symbols[map->type]; local
132 struct rb_node *nd = rb_first(symbols);
141 struct rb_root *symbols = &map->dso->symbols[map->type]; local
142 struct rb_node *nd = rb_last(symbols);
172 pr_warning(", continuing without symbols\n");
185 pr_warning("no symbols foun
[all...]
/external/bison/src/
H A Doutput.c146 | Prepare the muscles related to the symbols: translate, tname, and |
173 char *cp = quotearg_alloc (symbols[i]->tag, -1, qo);
204 values[i] = symbols[i]->user_token_number;
352 symbol *sym = symbols[i];
356 part of SYMBOLS, so we should not find their aliased symbols
406 symbol *sym = symbols[i];
H A Dnullable.c50 fprintf (out, "\t%s: %s\n", symbols[i]->tag,
H A Dstate.h30 state. These symbols at these items are the allowable inputs that
172 symbol *symbols[1]; member in struct:__anon386
/external/oprofile/pp/
H A Dopgprof.cpp190 symbol_collection symbols = samples.select_symbols(choice); local
192 symbol_collection::const_iterator sit = symbols.begin();
193 symbol_collection::const_iterator send = symbols.end();
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DPlatformLocale.cpp237 void Locale::setLocaleData(const Vector<String, DecimalSymbolsSize>& symbols, const String& positivePrefix, const String& positiveSuffix, const String& negativePrefix, const String& negativeSuffix) argument
239 for (size_t i = 0; i < symbols.size(); ++i) {
240 ASSERT(!symbols[i].isEmpty());
241 m_decimalSymbols[i] = symbols[i];
/external/chromium_org/third_party/android_platform/development/scripts/
H A Dstack29 DEFAULT_SYMROOT='/tmp/symbols'
37 print " --symbols-dir=path"
38 print " the path to a symbols dir, such as =/tmp/out/target/product/dream/symbols"
40 print " --chrome-symbols-dir=path"
41 print " the path to a Chrome symbols dir (can be absolute or relative"
46 print " --symbols-zip=path"
47 print " the path to a symbols zip file, such as =dream-symbols-12345.zip"
78 the path to the "symbols" director
[all...]
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkg_genc.c1013 IMAGE_SYMBOL symbols[1]; local
1122 uprv_memset(&symbols, 0, sizeof(symbols));
1154 uprv_strncpy((char *)symbols[0].N.ShortName, entry, entryLength);
1157 symbols[0].N.Name.Short=0;
1158 symbols[0].N.Name.Long=4;
1162 symbols[0].SectionNumber=2;
1163 symbols[0].StorageClass=IMAGE_SYM_CLASS_EXTERNAL;
1182 T_FileStream_write(out, symbols, IMAGE_SIZEOF_SYMBOL);
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_reader.cpp150 const glsl_type *type = state->symbols->get_type(type_sym->value());
195 ir_function *f = state->symbols->get_function(name->value());
198 added = state->symbols->add_function(f);
238 state->symbols->push_scope();
270 state->symbols->pop_scope();
288 state->symbols->pop_scope();
389 ir_read_error(expr, "qualifier list must contain only symbols");
425 state->symbols->add_variable(var);
645 ir_function *f = state->symbols->get_function(name->value());
859 ir_variable *var = state->symbols
[all...]
/external/chromium_org/tools/mac/
H A Dsymbolicate_crash.py87 # This returns a list of just symbols. The indices will match up with the
91 print 'Error loading symbols for ' + image_name
319 """Takes a base path for the symbols and an image name. It looks the name up
349 def _AddSymbolsToFrames(self, symbols, address_tuples):
351 a smart-zip with the data returned by atos in |symbols|. Note that the
353 if len(symbols) != len(address_tuples):
354 print 'symbols do not match'
361 for i in range(len(symbols)):
362 symbol_parts = line_regex.match(symbols[i])
467 '[symbolicate_crash.py -s ./symbols/ repor
[all...]

Completed in 812 milliseconds

1234567891011>>