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

1 2 3 4 5 6 7 8 910

  /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/mesa3d/src/glsl/
ir_import_prototypes.cpp 46 import_prototype_visitor(exec_list *list, glsl_symbol_table *symbols,
51 this->symbols = symbols;
59 this->function = this->symbols->get_function(ir->name);
67 this->symbols->add_function(this->function);
99 glsl_symbol_table *symbols; member in class:import_prototype_visitor
111 * \param symbols Symbol table where new functions will be stored
116 glsl_symbol_table *symbols, void *mem_ctx)
118 import_prototype_visitor v(dest, symbols, mem_ctx);
ir_variable.cpp 72 state->symbols);
97 instructions, state->symbols);
124 state->symbols->get_type("gl_DepthRangeParameters"));
135 instructions, state->symbols);
171 state->symbols->get_type("gl_DepthRangeParameters"));
177 state->symbols->get_type("gl_PointParameters"));
180 state->symbols->get_type("gl_MaterialParameters");
185 glsl_type::get_array_instance(state->symbols->get_type("gl_LightSourceParameters"), state->Const.MaxLights);
190 state->symbols->get_type("gl_LightModelProducts");
197 glsl_type::get_array_instance(state->symbols->get_type("gl_LightProducts")
    [all...]
  /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...]
  /system/core/debuggerd/
symbol_table.c 73 // Search for the dynamic symbols section
122 // Iterate through the dynamic symbol table, and count how many symbols
133 // Iterate through the symbol table, and count how many symbols
147 table->symbols = malloc(table->num_symbols * sizeof(struct symbol));
148 if(!table->symbols) {
160 table->symbols[j].name = strdup(dynstr + dynsyms[i].st_name);
161 table->symbols[j].addr = dynsyms[i].st_value;
162 table->symbols[j].size = dynsyms[i].st_size;
164 table->symbols[j].name, table->symbols[j].addr, table->symbols[j].size)
    [all...]
symbol_table.h 11 struct symbol *symbols; member in struct:symbol_table
  /external/mesa3d/src/mesa/program/
symbol_table.c 32 * The linked list of symbols with the same name is ordered by scope
41 * The linked list of symbols with the same scope is unordered. Symbols
48 * Header information for the list of symbols with the same name.
56 * Name space are arbitrary user assigned integers. No two symbols can
80 /** Linked list of symbols with the same name. */
81 struct symbol *symbols; member in struct:symbol_header
92 /** Linked list of symbols with the same scope. */
93 struct symbol *symbols; member in struct:scope_level
101 /** Hash table containing all symbols in the symbol table. *
    [all...]
  /external/icu4c/test/intltest/
miscdtfm.cpp 161 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); local
163 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), *symbols, status);
170 symbols->setLocalPatternChars(UnicodeString("abcdefghijklmonpqr")); // change value of field
184 delete symbols;
193 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); local
197 df->setDateFormatSymbols(*symbols);
203 symbols->setLocalPatternChars(UnicodeString("abcdefghijklmonpqr")); // change value of field
217 delete symbols;
224 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); local
226 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), symbols, status)
253 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); local
325 DateFormatSymbols *symbols = new DateFormatSymbols(Locale::getJapan(), status); local
    [all...]
  /external/llvm/lib/Archive/
ArchiveInternals.h 74 // Get just the externally visible defined symbols from the bitcode
77 std::vector<std::string>& symbols,
83 std::vector<std::string>& 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,
496 symbol_collection symbols = samples->select_symbols(choice); local
534 symbol_collection const symbols = samples->find_symbol(filename, linenr); local
615 symbol_collection const symbols = samples->select_symbols(filename); local
    [all...]
  /system/core/debuggerd/x86/
unwind.c 30 if (mi != 0 && mi->symbols != 0) {
31 sym = symbol_table_lookup(mi->symbols, rel_pc);
59 if (mi != 0 && mi->symbols != 0) {
60 sym = symbol_table_lookup(mi->symbols, rel_pc);
  /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...]
DateFormatSymbolsTest.java 148 DateFormatSymbols symbols = DateFormatSymbols.getInstance(locale); local
149 assertNotNull(symbols);
150 assertEquals(DateFormatSymbols.getInstance(), symbols); local
168 DateFormatSymbols symbols = DateFormatSymbols.getInstance(locale); local
169 assertNotNull(symbols);
170 assertEquals(DateFormatSymbols.getInstance(), symbols); local
184 DateFormatSymbols symbols = DateFormatSymbols
186 assertTrue(symbols instanceof MockedDateFormatSymbols);
226 DateFormatSymbols symbols = new DateFormatSymbols(); local
227 DateFormatSymbols clone = (DateFormatSymbols) symbols.clone()
561 DateFormatSymbols symbols = new DateFormatSymbols(Locale.FRANCE); 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,
30 # few symbols from libc. Using --no-undefined here results in having to link
32 # with missing symbols. Since this library is just a bunch of stubs, we set
  /external/dbus/test/
unused-code-gc.py 8 ## hash from symbol name to list of symbols with that name,
9 ## where the list of symbols contains a list representing each symbol
10 symbols = {} variable
18 if symbols.has_key(r):
19 targets = symbols[r]
25 if not symbols.has_key(name):
27 syms = symbols[name]
58 for (name, syms) in symbols.items():
60 if not s[4] and name[0] != '.': ## skip .L129 type symbols
76 print "%s has these symbols not reachable from exported symbols:" % next_filenam
    [all...]
  /external/bison/src/
conflicts.c 81 symbols[token]->tag);
89 symbols[token]->tag);
96 symbols[token]->tag);
107 symbols[token]->tag);
113 symbols[token]->tag,
120 symbols[token]->tag);
126 symbols[token]->tag);
131 symbols[token]->tag);
197 && symbols[i]->prec)
202 if (symbols[i]->prec < redprec
    [all...]
print.c 110 fprintf (out, " %s", symbols[*sp]->tag);
113 fprintf (out, " %s", symbols[*sp]->tag);
141 symbol *sym = symbols[TRANSITION_SYMBOL (trans, i)];
157 symbol *sym = symbols[TRANSITION_SYMBOL (trans, i)];
186 if (errp->symbols[i])
187 max_length (&width, errp->symbols[i]->tag);
198 if (errp->symbols[i])
200 const char *tag = errp->symbols[i]->tag;
246 if (errp->symbols[i])
247 bitset_set (shift_set, errp->symbols[i]->number)
    [all...]
  /external/clang/test/Parser/
cxx0x-attributes.cpp 10 [[test::valid(for 42 [very] **** '+' symbols went on a trip; the end.)]]
  /external/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(
  /development/scripts/
symbol.py 85 lib: library (or executable) pathname containing symbols
109 lib: library (or executable) pathname containing symbols
154 lib: library (or executable) pathname containing symbols
165 symbols = SYMBOLS_DIR + lib
166 if not os.path.exists(symbols):
170 cmd = [ToolPath("addr2line"), "--functions", "--demangle", "--exe=" + symbols]
194 lib: library (or executable) pathname containing symbols
203 symbols = SYMBOLS_DIR + lib
204 if not os.path.exists(symbols):
207 symbols = SYMBOLS_DIR + li
    [all...]
  /external/bluetooth/glib/gio/
abicheck.sh 8 cpp -DINCLUDE_VARIABLES -P $INCLUDES -DALL_FILES ${srcdir:-.}/gio.symbols | sed -e '/^$/d' -e 's/ G_GNUC.*$//' -e 's/ PRIVATE$//' | sort > expected-abi

Completed in 727 milliseconds

1 2 3 4 5 6 7 8 910