HomeSort by relevance Sort by last modified time
    Searched refs:symbols (Results 76 - 100 of 280) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/bluetooth/glib/gio/tests/
sleepy-stream.c 24 gint symbols, index = 0; local
26 symbols = g_test_rand_int_range (1, MAX_PIECE_SIZE + 1);
28 while (symbols--)
  /external/icu4c/test/intltest/
sdtfmtts.cpp 77 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/oprofile/libpp/
format_output.h 176 /// 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_filter const & sf)
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/
NativeSymbolResolverTask.java 59 String symbols = System.getenv("ANDROID_SYMBOLS"); typedefs
60 DEFAULT_SYMBOLS_FOLDER = symbols != null ? symbols : DdmUiPreferences.getSymbolDirectory();
106 monitor.beginTask("Resolving symbols", IProgressMonitor.UNKNOWN);
244 * Locate on local disk the debug library w/ symbols corresponding to the
  /sdk/emulator/qtools/
trace_reader.cpp 677 DexSym *symbols = dexfile->symbols; local
679 delete[] symbols[ii].name;
681 delete[] dexfile->symbols;
823 DexSym *symbols = NULL;
825 symbols = new DexSym[num_symbols];
828 dexfile->symbols = symbols;
835 symbols[next_index].addr = sym->sym.addr;
836 symbols[next_index].len = sym->sym.len
    [all...]
  /external/v8/tools/
tickprocessor.js 612 this.symbols = [];
623 this.symbols = [
629 this.symbols = ['', ''];
635 if (this.symbols.length == 0) {
638 var lineEndPos = this.symbols[0].indexOf('\n', this.parsePos);
640 this.symbols.shift();
645 var line = this.symbols[0].substring(this.parsePos, lineEndPos);
670 this.symbols = [os.system(this.nmExec, ['-n', '-f', libName], -1, -1), ''];
673 this.symbols = '';
679 this.symbols = ''
    [all...]
  /external/icu4c/common/unicode/
uniset.h 385 * @param symbols a symbol table mapping variable names to values
393 const SymbolTable* symbols,
404 * @param symbols a symbol table mapping variable names to values
411 const SymbolTable* symbols,
599 * @param symbols a symbol table mapping variable names to
609 const SymbolTable* symbols,
636 * @param symbols a symbol table mapping variable names to
646 const SymbolTable* symbols,
    [all...]
  /external/llvm/bindings/python/llvm/
object.py 18 symbols, and relocations. These are represented by the classes ObjectFile,
28 Once you have an object file, you can inspect its sections and symbols directly
35 The LLVM bindings expose iteration over sections, symbols, and relocations in a
59 symbols = list(obj.get_symbols())
60 for symbol in symbols:
64 symbols = []
66 symbols.append(symbol)
69 for symbol in symbols:
74 symbols = list(obj.get_symbols(cache=True))
75 for symbol in symbols
    [all...]
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
SimpleDateFormatTest.java 115 assertTrue("Wrong symbols", f2.getDateFormatSymbols().equals(
131 assertTrue("Wrong symbols", f2.getDateFormatSymbols().equals(
161 DateFormatSymbols symbols = new DateFormatSymbols(Locale.ENGLISH); local
162 symbols.setEras(new String[] { "Before", "After" });
163 SimpleDateFormat f2 = new SimpleDateFormat("y'y'yy", symbols);
166 assertTrue("Wrong symbols", f2.getDateFormatSymbols().equals(symbols));
182 assertTrue("Wrong symbols", f2.getDateFormatSymbols().equals(
568 assertTrue("Symbols identical", dfs != df.getDateFormatSymbols());
812 DateFormatSymbols symbols = new DateFormatSymbols(); local
    [all...]
DecimalFormatTest.java 112 DecimalFormatSymbols symbols = new DecimalFormatSymbols(); local
113 number = form.parse(symbols.getNaN(), new ParsePosition(0));
121 symbols = new DecimalFormatSymbols();
122 number = form.parse(symbols.getInfinity(), new ParsePosition(0));
171 symbols = new DecimalFormatSymbols();
172 number = form.parse(symbols.getNaN() + "", new ParsePosition(0));
176 number = form.parse(symbols.getNaN() + "", new ParsePosition(0));
183 symbols = new DecimalFormatSymbols();
185 number = form.parse(symbols.getInfinity(), new ParsePosition(0));
192 symbols = new DecimalFormatSymbols()
1378 DecimalFormatSymbols symbols = new DecimalFormatSymbols(); local
1578 DecimalFormatSymbols symbols = new DecimalFormatSymbols(); local
1591 DecimalFormatSymbols symbols = new DecimalFormatSymbols(); local
    [all...]
  /cts/tools/dasm/src/java_cup/
parser.java 389 MAX_RHS + " symbols and actions");
409 /** table of declared symbols -- contains production parts indexed by name */
410 protected Hashtable symbols = new Hashtable(); field in class:CUP$actions
478 if (symbols.get((/*non_term_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val) != null)
493 /* build a production_part and put it in the symbols table */
494 symbols.put((/*non_term_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val, new symbol_part(this_nt));
506 if (symbols.get((/*term_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val) != null)
515 symbols.put((/*term_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val,
595 production_part symb = (production_part)symbols.get((/*symid*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-1)).str_val);
    [all...]
  /external/icu4c/common/
uniset_props.cpp 359 const SymbolTable* symbols,
372 applyPattern(pattern, options, symbols, status);
380 const SymbolTable* symbols,
393 applyPattern(pattern, pos, options, symbols, status);
419 const SymbolTable* symbols,
426 applyPattern(pattern, pos, options, symbols, status);
445 const SymbolTable* symbols,
453 RuleCharacterIterator chars(pattern, symbols, pos);
454 applyPattern(chars, symbols, rebuiltPat, options, status);
504 * @param symbols symbol table to use to parse and dereferenc
    [all...]
  /external/linux-tools-perf/util/
map.c 81 struct rb_root *symbols = &self->dso->symbols[self->type]; local
82 struct rb_node *nd = rb_first(symbols);
91 struct rb_root *symbols = &self->dso->symbols[self->type]; local
92 struct rb_node *nd = rb_last(symbols);
122 pr_warning(", continuing without symbols\n");
134 pr_warning("no symbols found in %s, maybe install "
  /external/bison/src/
output.c 136 | Prepare the muscles related to the symbols: translate, tname, and |
161 char const *cp = quotearg_style (c_quoting_style, symbols[i]->tag);
192 values[i] = symbols[i]->user_token_number;
344 symbol *sym = symbols[i];
348 SYMBOLS, so we should not find symbols which are the aliases
392 if (symbols[i]->destructor)
394 symbol *sym = symbols[i];
425 if (symbols[i]->printer)
427 symbol *sym = symbols[i]
    [all...]
nullable.c 52 fprintf (out, "\t%s: %s\n", symbols[i]->tag,
state.h 32 state. These symbols at these items are the allowable inputs that
175 symbol *symbols[1]; member in struct:__anon1900
  /external/mesa3d/src/glsl/
linker.cpp 576 sh->symbols = new(sh) glsl_symbol_table(sh);
584 sh->symbols->add_function(func);
586 sh->symbols->add_variable(var);
606 * \param symbols Symbol table containing global scope symbols in the
621 this->symbols = target->symbols;
638 this->symbols->get_variable(ir->var->name);
644 this->symbols->add_variable(copy);
654 glsl_symbol_table *symbols; member in class:remap_visitor
    [all...]
glsl_parser_extras.h 68 glsl_symbol_table *symbols; member in struct:_mesa_glsl_parse_state
ast_to_hir.cpp 65 state->symbols->language_version = state->language_version;
82 state->symbols->push_scope();
    [all...]
  /external/oprofile/pp/
opgprof.cpp 190 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/icu4c/tools/toolutil/
pkg_genc.c 984 IMAGE_SYMBOL symbols[1]; local
1093 uprv_memset(&symbols, 0, sizeof(symbols));
    [all...]
  /external/llvm/lib/Archive/
ArchiveWriter.cpp 234 std::vector<std::string> symbols; local
238 GetBitcodeSymbols(data, fSize, FullMemberName, Context, symbols, ErrMsg);
242 for (std::vector<std::string>::iterator SI = symbols.begin(),
243 SE = symbols.end(); SI != SE; ++SI) {
321 // Write out the symbols sequentially
  /ndk/build/tools/
gen-system-symbols.sh 17 # gen-system-symbols.sh
40 For some of these libraries, it will remove symbols that are not meant
102 # Temp file used to filter symbols
103 SYMBOL_TMPFILE=/tmp/ndk-$USER/ndk-symbols-list.txt
111 # __INIT_ARRAY__ and __FINI_ARRAY__ are special symbols that should
136 # Filter the list of symbols from a file
144 # $2+: List of symbols (functions or variables)
145 # Out: sorted list of filtered symbols, based on library name
150 local SYMBOLS="$@"
151 (echo "$SYMBOLS" | tr ' ' '\n' | sort -u) > $SYMBOL_TMPFIL
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_spos.h 81 struct dsp_symbol_entry *symbols; member in struct:dsp_symbol_desc
148 struct dsp_symbol_desc symbol_table; /* currently availble loaded symbols in SP */
171 /* cache this symbols */
  /external/elfutils/src/
unstrip.c 1 /* Combine stripped files with separate symbols and debug information.
314 /* The binutils linker leaves gratuitous section symbols in .symtab
543 /* The original file probably had section symbols for all of its
545 possible, add in section symbols for the added sections. */
571 /* Copy the existing section symbols. */
587 /* Add in the new section symbols. */
605 /* Now copy the rest of the existing symbols. */
625 /* This has the side effect of updating STT_SECTION symbols' values,
748 /* Collect input symbols into our internal form. */
810 /* Compare symbols with a consistent ordering
1594 struct symbol symbols[total_syms]; local
    [all...]

Completed in 1981 milliseconds

1 2 34 5 6 7 8 91011>>