HomeSort by relevance Sort by last modified time
    Searched refs:symbols (Results 1 - 25 of 314) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu4c/tools/memcheck/
ICUMemCheck.pl 48 $symbols = `nm -u -C $f`;
49 if ($symbols =~ /U +operator delete\(void\*\)/) {
52 if ($symbols =~ /U +operator delete\[\]\(void\*\)/) {
55 if ($symbols =~ /U +operator new\(unsigned int\)/) {
58 if ($symbols =~ /U +operator new\[\]\(unsigned int\)/) {
61 if ($symbols =~ /U +malloc.*/) {
64 if ($symbols =~ /U +free.*/) {
  /external/valgrind/main/drd/tests/
run_openmp_test 32 if [ "${line%: no symbols}" != "${line}" ]; then
  /external/oprofile/libpp/
symbol_container.cpp 3 * Internal container for symbols
23 return symbols.size();
29 pair<symbols_t::iterator, bool> p = symbols.insert(symb);
87 symbols_t::const_iterator cit = symbols.begin();
88 symbols_t::const_iterator end = symbols.end();
99 for (it = symbols.begin(); it != symbols.end(); ++it) {
111 return symbols.begin();
117 return symbols.end();
122 symbols_t::const_iterator it = symbols.find(symbol)
    [all...]
symbol_container.h 3 * Internal container for symbols
22 * An arbitrary container of symbols. Supports lookup
35 /// return the number of symbols stored
49 /// find the symbols at the given filename and line number, if any
52 /// find the symbols defined in the given filename, if any
62 /// return start of symbols
65 /// return end of symbols
73 * The main container of symbols. Multiple symbols with the same
76 symbols_t symbols; member in class:symbol_container
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
scopes.rb 87 symbols
90 $c::symbols = Set.new;
93 { $res = $c::symbols; }
97 : 'int' ID {$c::symbols.add($ID.text)} ';'
103 $c::symbols.include?($ID.text) or raise RuntimeError, $ID.text
111 symbols
114 $d::symbols = Set.new
117 { $res = $d::symbols; }
121 : 'int' ID {$d::symbols.add($ID.text)} ';'
129 $d[s].symbols.include?($ID.text) and throw(:found
    [all...]
  /frameworks/native/libs/utils/
CallStack.cpp 105 backtrace_symbol_t symbols[mCount]; local
107 get_backtrace_symbols(mStack, mCount, symbols);
110 format_backtrace_line(i, &mStack[i], &symbols[i],
116 free_backtrace_symbols(symbols, mCount);
121 backtrace_symbol_t symbols[mCount]; local
123 get_backtrace_symbols(mStack, mCount, symbols);
126 format_backtrace_line(i, &mStack[i], &symbols[i],
134 free_backtrace_symbols(symbols, mCount);
  /system/core/libcorkscrew/
symbol_table.c 83 // Search for the dynamic symbols section
126 // Iterate through the dynamic symbol table, and count how many symbols
137 // Iterate through the symbol table, and count how many symbols
151 table->symbols = malloc(table->num_symbols * sizeof(symbol_t));
152 if (!table->symbols) {
163 table->symbols[symbol_index].name = strdup(dynstr + dynsyms[i].st_name);
164 table->symbols[symbol_index].start = dynsyms[i].st_value;
165 table->symbols[symbol_index].end = dynsyms[i].st_value + dynsyms[i].st_size;
167 symbol_index, table->symbols[symbol_index].name,
168 table->symbols[symbol_index].start, table->symbols[symbol_index].end)
    [all...]
test.c 25 symbol_table_t* symbols = NULL; local
27 symbols = load_symbol_table(backtrace_symbols[i].map_name);
30 if (symbols != NULL) {
31 symbol = find_symbol(symbols, frames[i].absolute_pc);
39 free_symbol_table(symbols);
  /system/core/include/corkscrew/
symbol_table.h 34 symbol_t* symbols; member in struct:__anon43837
  /frameworks/compile/libbcc/tools/build/
gen-sha1-stamp.py 51 def print_asm_header(symbols):
61 for sym in symbols:
107 symbols = [get_symbol_name(item[0]) for item in x]
108 print_asm_header(symbols)
109 for (symbol, y) in zip(symbols, x):
  /external/icu4c/test/intltest/
miscdtfm.cpp 161 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); local
166 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), *symbols, status);
173 symbols->setLocalPatternChars(UnicodeString("abcdefghijklmonpqr")); // change value of field
187 delete symbols;
196 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); local
200 df->setDateFormatSymbols(*symbols);
206 symbols->setLocalPatternChars(UnicodeString("abcdefghijklmonpqr")); // change value of field
220 delete symbols;
227 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); local
229 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), symbols, status)
256 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); local
328 DateFormatSymbols *symbols = new DateFormatSymbols(Locale::getJapan(), status); local
    [all...]
  /external/llvm/lib/Archive/
ArchiveInternals.h 73 // Get just the externally visible defined symbols from the bitcode
76 std::vector<std::string>& symbols,
82 std::vector<std::string>& symbols,
  /external/llvm/test/MC/MachO/ARM/
llvm-objdump-macho-stripped.s 4 # We are checking that disassembly happens when there are no symbols.
no-subsections-reloc.s 5 @ When not using subsections-via-symbols, references to non-local symbols
  /external/oprofile/libutil++/
op_bfd.cpp 42 /// function object for filtering symbols to remove
65 // Some sections have unnamed symbols in them. If
112 // symbols through a vector. We use an intermediate list to avoid a
114 symbols_found_t symbols; local
176 get_symbols(symbols);
179 add_symbols(symbols, symbol_filter);
208 void op_bfd::get_symbols(op_bfd::symbols_found_t & symbols)
212 // On separate debug file systems, the main bfd has no symbols,
228 symbols.push_back(op_bfd_symbol(ibfd.syms[i]));
236 // debug file symbols. We probably need to be mor
    [all...]
  /external/oprofile/pp/
opreport_options.h 28 extern bool symbols;
opannotate.cpp 291 symbol_collection const & symbols,
298 // to filter output of symbols (filter based on command line options)
345 // Note this use a pointer comparison. It work because symbols
347 if (find(symbols.begin(), symbols.end(), last_symbol)
348 != symbols.end())
357 // the beginning of this symbols
375 void output_objdump_str_list(symbol_collection const & symbols,
380 annotate_objdump_str_list(app_name, symbols, asm_lines);
394 void do_one_output_objdump(symbol_collection const & symbols,
502 symbol_collection symbols = samples->select_symbols(choice); local
540 symbol_collection const symbols = samples->find_symbol(filename, linenr); local
621 symbol_collection const symbols = samples->select_symbols(filename); local
    [all...]
  /bionic/libc/tools/
check-symbols.py 13 sys.stderr.write('Checking symbols for arch "%s"...\n' % arch)
19 path = '%s/development/ndk/platforms/android-%s/arch-%s/symbols/%s.so.%s.txt' % (os.environ['ANDROID_BUILD_TOP'], api, arch, library, functions_or_variables)
20 symbols = set()
22 symbols.add(line.rstrip())
23 #sys.stdout.write('%d %s in %s for %s\n' % (len(symbols), functions_or_variables, library, arch))
24 return symbols
  /external/bison/src/
conflicts.c 81 symbols[token]->tag);
90 symbols[token]->tag);
98 symbols[token]->tag);
109 symbols[token]->tag);
115 symbols[token]->tag,
122 symbols[token]->tag);
128 symbols[token]->tag);
134 symbols[token]->tag);
153 xml_escape (symbols[token]->tag));
162 xml_escape (symbols[token]->tag))
    [all...]
print.c 108 fprintf (out, " %s", symbols[*sp]->tag);
111 fprintf (out, " %s", symbols[*sp]->tag);
140 symbol *sym = symbols[TRANSITION_SYMBOL (trans, i)];
156 symbol *sym = symbols[TRANSITION_SYMBOL (trans, i)];
185 if (errp->symbols[i])
186 max_length (&width, errp->symbols[i]->tag);
197 if (errp->symbols[i])
199 const char *tag = errp->symbols[i]->tag;
260 if (s->errs->symbols[i])
261 bitset_set (no_reduce_set, s->errs->symbols[i]->number)
    [all...]
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DecimalFormatSymbolsTest.java 58 assertEquals("Returned incorrect symbols", '%', dfs.getPercent());
159 DecimalFormatSymbols symbols = DecimalFormatSymbols.getInstance(locale); local
160 assertNotNull(symbols);
161 assertEquals(DecimalFormatSymbols.getInstance(), symbols); local
179 DecimalFormatSymbols symbols = DecimalFormatSymbols.getInstance(locale); local
180 assertNotNull(symbols);
181 assertEquals(DecimalFormatSymbols.getInstance(), symbols); local
195 DecimalFormatSymbols symbols = DecimalFormatSymbols
197 assertTrue(symbols instanceof MockedDecimalFormatSymbols);
219 DecimalFormatSymbols symbols = DecimalFormatSymbol
587 DecimalFormatSymbols symbols = new DecimalFormatSymbols(Locale.FRANCE); local
669 DecimalFormatSymbols symbols = new DecimalFormatSymbols(Locale.US); local
679 DecimalFormatSymbols symbols = new DecimalFormatSymbols(Locale.ITALIAN); local
    [all...]
  /bionic/libdl/
Android.mk 9 # NOTE: --exclude-libs=libgcc.a makes sure that any symbols libdl.so pulls from
11 # a) pull symbols from libgcc.a and b) depend on libdl.so will not rely on libdl.so
12 # to provide those symbols, but will instead pull them from libgcc.a. Specifically,
31 # few symbols from libc. Using --no-undefined here results in having to link
33 # with missing symbols. Since this library is just a bunch of stubs, we set
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
make.php 70 'SYMBOLS' => array(
98 'BRACKETS' => array( # keep same as symbols so as to make ${} and $() equiv.
107 'SYMBOLS' => array(
  /external/webp/src/utils/
huffman.h 59 // and symbols. Verifies that all symbols added are smaller than max_symbol.
64 const int* const symbols, int max_symbol,
  /external/icu4c/common/
uniset_closure.cpp 49 const SymbolTable* symbols,
62 applyPattern(pattern, options, symbols, status);
70 const SymbolTable* symbols,
83 applyPattern(pattern, pos, options, symbols, status);
95 const SymbolTable* symbols,
98 applyPattern(pattern, pos, options, symbols, status);
117 const SymbolTable* symbols,
129 RuleCharacterIterator chars(pattern, symbols, pos);
130 applyPattern(chars, symbols, rebuiltPat, options, &UnicodeSet::closeOver, status);

Completed in 1588 milliseconds

1 2 3 4 5 6 7 8 91011>>