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

1 2 34 5 6 7 8 9

  /sdk/emulator/qtools/
profile_trace.cpp 12 struct symbol { struct
17 typedef TraceReader<symbol> TraceReaderType;
56 TraceReader<symbol> *trace = new TraceReader<symbol>;
74 // Assign the elapsed time to the previous function symbol
  /bionic/libdl/
dltest.c 41 {"symbol", required_argument, 0, 's'},
48 "specify a library path to look up symbol",
49 "specify symbol to look up",
56 "\t%s [-l <libname>] -s <symbol name>\n"
117 fprintf(stderr, "You must specify a symbol!\n");
124 void *handle, *symbol; local
132 printf("opening symbol [%s]\n", symname);
133 symbol = dlsym(handle, symname);
141 else printf("successfully opened symbol\n");
  /cts/tests/tests/view/src/android/view/cts/
View_IdsTest.java 59 TextView symbol = (TextView) activity.findViewById(R.id.symbolball); local
65 assertNotNull(symbol);
  /external/bison/src/
parse-gram.h 39 /* Put the tokens into the symbol table, so that GDB and other debuggers
153 symbol *symbol; member in union:YYSTYPE
reader.c 52 | Set the start symbol. |
56 grammar_start_symbol_set (symbol *sym, location loc)
149 | null pointer instead of a symbol to terminate the rule. The next |
150 | symbol is the lhs of the following rule. |
156 /* The (currently) last symbol of GRAMMAR. */
161 grammar_symbol_append (symbol *sym, location loc)
190 grammar_current_rule_begin (symbol *lhs, location loc)
218 | A symbol should be used if it has a destructor, or if it is a |
219 | mid-rule symbol (i.e., the generated LHS replacing a mid-rule |
247 symbol *first_rhs = r->next->sym
    [all...]
symlist.c 34 symbol_list_new (symbol *sym, location loc)
78 symbol_list_prepend (symbol_list *list, symbol *sym, location loc)
112 | Get symbol N in symbol list L. |
136 | symbol N in symbol list L. |
153 | The symbol N in symbol list L is USED. |
gram.c 41 symbol **symbols = NULL;
91 rule_lhs_print (rule *r, symbol *previous_lhs, FILE *out)
205 symbol *previous_lhs = NULL;
332 /* Free the symbol table data structure. */
  /external/webkit/WebKitTools/Scripts/
check-for-exit-time-destructors 116 my ($symbol) = @_;
117 if (!open FILT, "c++filt $symbol |") {
  /external/srec/srec/Semproc/src/
SymbolTable.c 71 /* delete the symbol table */
81 Symbol* symbol; local
95 CHKLOG(rc, ST_getSymbolSlot(self, &symbol));
99 LSTRCPY(symbol->key, key);
102 CHKLOG(rc, HashMapPut(self->hashmap, symbol->key, symbol->value));
105 buf = symbol->value;
196 ESR_ReturnCode ST_getSymbolSlot(SymbolTable* ptr, Symbol** slot)
291 PLogError(L("Semproc: Symbol table has too many special symbols"))
    [all...]
  /external/chromium/base/
debug_util_win.cc 73 // thread at a time. SymbolContext code may access a symbol server over the
126 // Initialize symbol information retrieval structures.
128 PSYMBOL_INFO symbol = reinterpret_cast<PSYMBOL_INFO>(&buffer[0]); local
129 symbol->SizeOfStruct = sizeof(SYMBOL_INFO);
130 symbol->MaxNameLen = kMaxNameLength - 1;
132 &sym_displacement, symbol);
144 (*os) << symbol->Name << " [0x" << trace[i] << "+"
147 // If there is no symbol informtion, add a spacer.
148 (*os) << "(No symbol) [0x" << trace[i] << "]";
162 // Defer symbol load until they're needed, use undecorated names, an
    [all...]
debug_util_posix.cc 60 // Look for the start of a mangled symbol, from search_from.
64 break; // Mangled symbol not found.
67 // Look for the end of the mangled symbol.
76 // Try to demangle the mangled symbol candidate.
81 // Remove the mangled symbol.
83 // Insert the demangled symbol.
85 // Next time, we'll start right after the demangled symbol we inserted.
96 // Gets the backtrace as a vector of strings. If possible, resolve symbol
98 // if any symbol name is resolved.
105 char symbol[1024] local
    [all...]
  /cts/tools/dasm/src/java_cup/
lalr_item.java 168 * symbol that the dot is currently in front of. Note: this routine must
178 symbol sym;
224 /** Determine if everything from the symbol one beyond the dot all the
234 symbol sym;
240 /* walk down the rhs and bail if we get a non-nullable symbol */
terminal.java 6 /** This class represents a terminal symbol in the grammar. Each terminal
15 public class terminal extends symbol {
114 /** Report this symbol as not being a non-terminal. */
lalr_state.java 25 * would be reduced into a C, matching the first symbol in our production
42 * the symbol on the LHS.
218 * @param on_sym the symbol the transition is under.
221 public void add_transition(symbol on_sym, lalr_state to_st)
239 * from a state we make a transition on each symbol that appears before
283 symbol sym, sym2;
322 /* add the symbol before the dot (if any) to our collection */
327 /* now create a transition out for each individual symbol */
330 sym = (symbol)s.nextElement();
336 symbol before the dot *
    [all...]
  /external/bluetooth/glib/gmodule/
gmodule.c 610 gpointer *symbol)
614 if (symbol)
615 *symbol = NULL;
620 g_return_val_if_fail (symbol != NULL, FALSE);
629 *symbol = _g_module_symbol (module->handle, name);
633 *symbol = _g_module_symbol (module->handle, symbol_name);
644 *symbol = NULL;
  /frameworks/base/tools/aapt/
AaptAssets.h 296 * All information we know about a particular symbol.
359 if (!check_valid_symbol_name(name, pos, "symbol")) {
370 if (!check_valid_symbol_name(name, pos, "symbol")) {
380 if (!check_valid_symbol_name(name, pos, "symbol")) {
415 if (!check_valid_symbol_name(name, pos, "nested symbol")) {
439 bool check_valid_symbol_name(const String8& symbol, const SourcePos& pos, const char* label) {
440 if (valid_symbol_name(symbol)) {
443 pos.error("invalid %s: '%s'\n", label, symbol.string());
446 AaptSymbolEntry& edit_symbol(const String8& symbol, const SourcePos* pos) {
447 ssize_t i = mSymbols.indexOfKey(symbol);
    [all...]
  /external/chromium/base/third_party/symbolize/
symbolize.cc 78 // where the input symbol is demangled in-place.
255 // Read a symbol table and look for the symbol containing the
256 // pc. Iterate over symbols in a symbol table and look for the symbol
257 // containing "pc". On success, return true and write the symbol name
288 const ElfW(Sym)& symbol = buf[j];
289 uint64_t start_address = symbol.st_value;
291 uint64_t end_address = start_address + symbol.st_size;
292 if (symbol.st_value != 0 && // Skip null value symbols
    [all...]
  /external/icu4c/samples/numfmt/
main.cpp 97 * while the currency symbol and number of decimals are set for
115 // the currency symbol
144 // Unicode string with the desired currency display symbol or name
145 UChar symbol[16]; member in struct:__anon3960
175 symbols.setSymbol(DecimalFormatSymbols::kCurrencySymbol, currencyMap[i].symbol);
186 * while the currency symbol and number of decimals are set for
  /external/libpng/
pngconf.h     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngconf.h     [all...]
  /external/stlport/src/
monetary.cpp 27 pos_format.field[0] = (char) money_base::symbol;
32 neg_format.field[0] = (char) money_base::symbol;
  /ndk/sources/cxx-stl/stlport/src/
monetary.cpp 27 pos_format.field[0] = (char) money_base::symbol;
32 neg_format.field[0] = (char) money_base::symbol;
  /system/core/init/
keywords.h 32 #define KEYWORD(symbol, flags, nargs, func) K_##symbol,
  /external/qemu/
disas.c 300 /* Look up symbol for debugging purpose. Returns "" if unknown. */
303 const char *symbol = ""; local
307 symbol = s->lookup_symbol(s, orig_addr);
308 if (symbol[0] != '\0') {
313 return symbol;
  /external/v8/test/cctest/
test-compiler.cc 102 Handle<String> symbol = Factory::LookupAsciiSymbol(name); local
103 return Top::context()->global()->GetProperty(*symbol);
109 Handle<String> symbol = Factory::LookupAsciiSymbol(name); local
111 SetProperty(global, symbol, object, NONE);

Completed in 590 milliseconds

1 2 34 5 6 7 8 9