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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/icu/source/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/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/chromium_org/v8/test/cctest/
test-symbols.cc 22 Handle<Symbol> symbols[kNumSymbols]; local
25 symbols[i] = isolate->factory()->NewSymbol();
26 CHECK(symbols[i]->IsName());
27 CHECK(symbols[i]->IsSymbol());
28 CHECK(symbols[i]->HasHashCode());
29 CHECK_GT(symbols[i]->Hash(), 0);
30 symbols[i]->ShortPrint();
33 symbols[i]->Print();
36 symbols[i]->Verify();
43 // All symbols should be distinct
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
symbols.js 28 // Flags: --harmony-symbols --harmony-collections
31 var symbols = []
39 symbols.push(Symbol())
40 symbols.push(Symbol(undefined))
41 symbols.push(Symbol("66"))
42 symbols.push(Symbol(66))
43 symbols.push(Symbol(Symbol()))
44 symbols.push((new Symbol).valueOf())
45 symbols.push((new Symbol()).valueOf())
46 symbols.push((new Symbol(Symbol())).valueOf()
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_import_prototypes.cpp 45 import_prototype_visitor(exec_list *list, glsl_symbol_table *symbols,
50 this->symbols = symbols;
58 this->function = this->symbols->get_function(ir->name);
66 this->symbols->add_function(this->function);
98 glsl_symbol_table *symbols; member in class:import_prototype_visitor
110 * \param symbols Symbol table where new functions will be stored
115 glsl_symbol_table *symbols, void *mem_ctx)
117 import_prototype_visitor v(dest, symbols, mem_ctx);
  /external/chromium_org/v8/src/
platform-posix.h 49 char** symbols = backtrace_symbols(trace, size); local
53 } else if (symbols == NULL) {
54 fprintf(stderr, "(no symbols)\n");
59 if (sscanf(symbols[i], "%*[^(]%*[(]%200[^)+]", mangled) == 1) {// NOLINT
74 free(symbols);
83 char** symbols = backtrace_symbols(addresses.start(), frames_count); local
84 if (symbols == NULL) {
93 "%s", symbols[i]); local
98 free(symbols);
  /external/mesa3d/src/glsl/
ir_import_prototypes.cpp 45 import_prototype_visitor(exec_list *list, glsl_symbol_table *symbols,
50 this->symbols = symbols;
58 this->function = this->symbols->get_function(ir->name);
66 this->symbols->add_function(this->function);
98 glsl_symbol_table *symbols; member in class:import_prototype_visitor
110 * \param symbols Symbol table where new functions will be stored
115 glsl_symbol_table *symbols, void *mem_ctx)
117 import_prototype_visitor v(dest, symbols, mem_ctx);
  /external/valgrind/main/drd/tests/
run_openmp_test 32 if [ "${line%: no symbols}" != "${line}" ]; then
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_debug_refcnt.c 114 static void dump_stack(const char* symbols[STACK_LEN])
119 if(symbols[i])
120 fprintf(stream, "%s\n", symbols[i]);
145 const char* symbols[STACK_LEN]; local
157 symbols[i] = debug_symbol_name_cached(frames[i].function);
159 symbols[i] = 0;
167 dump_stack(symbols);
174 dump_stack(symbols);
182 dump_stack(symbols);
189 dump_stack(symbols);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_refcnt.c 114 static void dump_stack(const char* symbols[STACK_LEN])
119 if(symbols[i])
120 fprintf(stream, "%s\n", symbols[i]);
145 const char* symbols[STACK_LEN]; local
157 symbols[i] = debug_symbol_name_cached(frames[i].function);
159 symbols[i] = 0;
167 dump_stack(symbols);
174 dump_stack(symbols);
182 dump_stack(symbols);
189 dump_stack(symbols);
    [all...]
  /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...]
  /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...]
  /system/core/libcorkscrew/
symbol_table.c 90 // Search for the dynamic symbols section
133 // Iterate through the dynamic symbol table, and count how many symbols
144 // Iterate through the symbol table, and count how many symbols
158 table->symbols = malloc(table->num_symbols * sizeof(symbol_t));
159 if (!table->symbols) {
170 table->symbols[symbol_index].name = strdup(dynstr + dynsyms[i].st_name);
171 table->symbols[symbol_index].start = dynsyms[i].st_value;
172 table->symbols[symbol_index].end = dynsyms[i].st_value + dynsyms[i].st_size;
174 symbol_index, table->symbols[symbol_index].name,
175 table->symbols[symbol_index].start, table->symbols[symbol_index].end)
    [all...]
test.cpp 28 symbol_table_t* symbols = NULL; local
30 symbols = load_symbol_table(backtrace_symbols[i].map_name);
33 if (symbols != NULL) {
34 symbol = find_symbol(symbols, frames[i].absolute_pc);
42 free_symbol_table(symbols);
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
cparse.py 13 from parse_core import Symbols, Parser
102 def parse(self,lexer,symbols):
103 symbols = Symbols(symbols)
112 node.parse(lexer,symbols)
133 def parse(self,lexer,symbols):
162 def parse(self,lexer,symbols):
163 symbols = Symbols(symbols
    [all...]
  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/components/autofill/core/browser/
password_generator.cc 20 // Copy of the other printable symbols from the ASCII table since they are
115 // Generate random alphanumeric character. We don't use other symbols
  /system/core/include/corkscrew/
symbol_table.h 34 symbol_t* symbols; member in struct:__anon62587
  /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/chromium_org/third_party/icu/source/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/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/chromium_org/third_party/WebKit/Source/core/platform/text/win/
LocaleWin.cpp 517 Vector<String, DecimalSymbolsSize> symbols;
526 symbols.append("0");
527 symbols.append("1");
528 symbols.append("2");
529 symbols.append("3");
530 symbols.append("4");
531 symbols.append("5");
532 symbols.append("6");
533 symbols.append("7");
534 symbols.append("8")
    [all...]
  /external/chromium_org/third_party/smhasher/src/
AvalancheTest.cpp 7 const char * symbols = ".123456789X"; local
28 printf("%c",symbols[s]);
  /external/llvm/test/MC/MachO/ARM/
llvm-objdump-macho-stripped.s 4 # We are checking that disassembly happens when there are no symbols.

Completed in 1036 milliseconds

1 2 3 4 5 6 7 8 91011>>