HomeSort by relevance Sort by last modified time
    Searched refs:symbol (Results 101 - 125 of 552) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/
dlfcn.h 40 const char *dli_sname; /* Name of nearest symbol with address
42 void *dli_saddr; /* Exact address of symbol named
49 extern void* dlsym(void* handle, const char* symbol);
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/
dlfcn.h 40 const char *dli_sname; /* Name of nearest symbol with address
42 void *dli_saddr; /* Exact address of symbol named
49 extern void* dlsym(void* handle, const char* symbol);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/
dlfcn.h 40 const char *dli_sname; /* Name of nearest symbol with address
42 void *dli_saddr; /* Exact address of symbol named
49 extern void* dlsym(void* handle, const char* symbol);
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/
dlfcn.h 40 const char *dli_sname; /* Name of nearest symbol with address
42 void *dli_saddr; /* Exact address of symbol named
49 extern void* dlsym(void* handle, const char* symbol);
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/
dlfcn.h 40 const char *dli_sname; /* Name of nearest symbol with address
42 void *dli_saddr; /* Exact address of symbol named
49 extern void* dlsym(void* handle, const char* symbol);
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/
dlfcn.h 40 const char *dli_sname; /* Name of nearest symbol with address
42 void *dli_saddr; /* Exact address of symbol named
49 extern void* dlsym(void* handle, const char* symbol);
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
dlfcn.h 40 const char *dli_sname; /* Name of nearest symbol with address
42 void *dli_saddr; /* Exact address of symbol named
49 extern void* dlsym(void* handle, const char* symbol);
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
dlfcn.h 40 const char *dli_sname; /* Name of nearest symbol with address
42 void *dli_saddr; /* Exact address of symbol named
49 extern void* dlsym(void* handle, const char* symbol);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
dlfcn.h 40 const char *dli_sname; /* Name of nearest symbol with address
42 void *dli_saddr; /* Exact address of symbol named
49 extern void* dlsym(void* handle, const char* symbol);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
dlfcn.h 40 const char *dli_sname; /* Name of nearest symbol with address
42 void *dli_saddr; /* Exact address of symbol named
49 extern void* dlsym(void* handle, const char* symbol);
  /sdk/emulator/qtools/
q2g.cpp 13 struct symbol { struct
18 typedef TraceReader<symbol> TraceReaderType;
44 TraceReader<symbol> *trace = new TraceReader<symbol>;
67 // If we have never seen this symbol before, then add it to the
  /external/bison/src/
symlist.h 33 * Whether this node contains a symbol, a semantic type, a \c <*>, or a
42 * The symbol or \c NULL iff
45 symbol *sym;
53 /* Proper location of the symbol, not all the rule */
56 /* If this symbol is the generated lhs for a midrule but this is the rule in
60 /* If this symbol is the generated lhs for a midrule and this is that
72 symbol *ruleprec;
86 symbol_list *symbol_list_sym_new (symbol *sym, location loc);
111 /** Get item \c n in symbol list \c l. */
115 symbol N in rule RULE. *
    [all...]
parse-gram.y 66 static symbol *current_lhs_symbol;
71 /** Set the new current left-hand side symbol, possibly common
76 current_lhs(symbol *sym, location loc, named_ref *ref)
116 symbol *symbol;
201 /* braceless is not to be used for rule or symbol actions, as it
219 %type <symbol> id id_colon string_as_id symbol symbol.prec
220 %printer { fprintf (stderr, "%s", $$->tag); } <symbol>
655 symbol: label
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
latebindingsymboltable.cc 75 void **symbol) {
77 *symbol = dlsym(handle, symbol_name);
80 LOG(LS_ERROR) << "Error loading symbol " << symbol_name << ": " << err;
82 } else if (!*symbol) {
83 LOG(LS_ERROR) << "Symbol " << symbol_name << " is NULL";
92 // This routine MUST assign SOME value for every symbol, even if that value is
  /external/openfst/src/lib/
symbol-table.cc 20 // Classes to provide symbol-to-integer and integer-to-symbol mappings.
22 #include <fst/symbol-table.h>
27 "Require symbol tables to match when appropriate");
36 // Identifies stream data as a symbol table (and its endianity)
64 const char *symbol = col[0]; local
76 impl->AddSymbol(symbol, key);
122 int64 SymbolTableImpl::AddSymbol(const string& symbol, int64 key) {
124 symbol_map_.find(symbol.c_str());
128 char *csymbol = new char[symbol.size() + 1]
180 string symbol; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
SDL_dlcompat.c 30 * in SDL and change the symbols to prevent symbol clash with any existing
105 const char *dli_sname; /* Name of nearest symbol */
106 void *dli_saddr; /* Address of nearest symbol */
116 static void * SDL_OSX_dlsym(void * dl_restrict handle, const char * dl_restrict symbol);
240 static void *dlsymIntern(struct dlstatus *dls, const char *symbol, int canSetError);
243 static NSSymbol search_linked_libs(const struct mach_header *mh, const char *symbol);
258 static void *dlsym_prepend_underscore(void *handle, const char *symbol);
259 static void *dlsym_auto_underscore(void *handle, const char *symbol);
262 static void *dlsym_prepend_underscore_intern(void *handle, const char *symbol);
263 static void *dlsym_auto_underscore_intern(void *handle, const char *symbol);
1393 void *symbol = SDL_OSX_dlsym(handle, name); local
    [all...]
  /libcore/luni/src/main/java/java/util/
Currency.java 38 String symbol = ICU.getCurrencySymbol(Locale.US.toString(), currencyCode); local
39 if (symbol == null) {
141 * Returns the localized currency symbol for this currency in {@code locale}.
149 * <p>If there is no locale-specific currency symbol, the ISO 4217 currency code is returned.
163 String symbol = ICU.getCurrencySymbol(locale.toString(), currencyCode); local
164 return symbol != null ? symbol : currencyCode;
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/
neg_format.pass.cpp 59 assert(p.field[0] == std::money_base::symbol);
67 assert(p.field[0] == std::money_base::symbol);
75 assert(p.field[0] == std::money_base::symbol);
83 assert(p.field[0] == std::money_base::symbol);
93 assert(p.field[1] == std::money_base::symbol);
101 assert(p.field[1] == std::money_base::symbol);
109 assert(p.field[1] == std::money_base::symbol);
117 assert(p.field[1] == std::money_base::symbol);
128 assert(p.field[3] == std::money_base::symbol);
136 assert(p.field[3] == std::money_base::symbol);
    [all...]
pos_format.pass.cpp 59 assert(p.field[0] == std::money_base::symbol);
67 assert(p.field[0] == std::money_base::symbol);
75 assert(p.field[0] == std::money_base::symbol);
83 assert(p.field[0] == std::money_base::symbol);
93 assert(p.field[1] == std::money_base::symbol);
101 assert(p.field[1] == std::money_base::symbol);
109 assert(p.field[1] == std::money_base::symbol);
117 assert(p.field[1] == std::money_base::symbol);
128 assert(p.field[3] == std::money_base::symbol);
136 assert(p.field[3] == std::money_base::symbol);
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 77 # that you can compute the complete trace of rules from the start symbol.
89 # knows its state (such as current input symbol and line info) that
100 to the recognizer by the rules of a grammar and an input symbol which failed to
107 attr_accessor :input, :index, :line, :column, :symbol, :token, :source_name
117 @token = @symbol = input.look
118 @line = @symbol.line
119 @column = @symbol.column
121 @token = @symbol = input.peek || EOF
125 @symbol = @input.look
126 if @symbol.respond_to?( :line ) and @symbol.respond_to?( :column
    [all...]
  /bionic/linker/
dlfcn.cpp 73 void* dlsym(void* handle, const char* symbol) {
80 if (symbol == NULL) {
81 __bionic_format_dlerror("dlsym symbol name is null", NULL);
88 sym = dlsym_linear_lookup(symbol, &found, NULL);
95 sym = dlsym_linear_lookup(symbol, &found, si->next);
99 sym = dlsym_handle_lookup(found, symbol);
110 __bionic_format_dlerror("symbol found but not global", symbol);
113 __bionic_format_dlerror("undefined symbol", symbol);
    [all...]
  /external/iptables/extensions/
libxt_tos.c 41 const struct tos_symbol_info *symbol; local
46 "[!] --tos symbol Match TOS field (IPv4 only) by symbol\n"
49 for (symbol = tos_symbol_names; symbol->name != NULL; ++symbol)
51 symbol->value, symbol->value, symbol->name);
  /cts/tools/dasm/src/java_cup/runtime/
lr_parser.java 18 * on top of the parse stack (stored as part of a symbol object representing
22 * changes to a new state by pushing a new symbol (containing a new state)
28 * this goto state by pushing the left hand side symbol of the production
61 * <dd> Indicates the index of the EOF symbol.
63 * <dd> Indicates the index of the error symbol.
64 * <dt> symbol do_action()
67 * fills in the left hand side non terminal symbol object that is to be
105 * @see java_cup.runtime.symbol
200 /** The index of the end of file terminal symbol (supplied by generated
207 /** The index of the special error symbol (supplied by generated subclass). *
    [all...]
  /external/linux-tools-perf/util/
map.h 110 struct symbol;
112 typedef int (*symbol_filter_t)(struct map *map, struct symbol *sym);
125 struct symbol *map__find_symbol(struct map *self,
127 struct symbol *map__find_symbol_by_name(struct map *self, const char *name,
190 struct symbol *map_groups__find_symbol(struct map_groups *self,
195 struct symbol *map_groups__find_symbol_by_name(struct map_groups *self,
202 struct symbol *machine__find_kernel_symbol(struct machine *self,
211 struct symbol *machine__find_kernel_function(struct machine *self, u64 addr,
219 struct symbol *map_groups__find_function_by_name(struct map_groups *self,
227 struct symbol *machine__find_kernel_function_by_name(struct machine *self
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
SymbolTable.h 11 // Symbol table for parsing. Has these design characteristics:
13 // * Same symbol table can be used to compile many shaders, to preserve
18 // so that symbol table lookups are never ambiguous. This allows
19 // a simpler symbol table structure.
21 // * Pushing and popping of scope, so symbol table will really be a stack
22 // of symbol tables. Searched from the top, with new inserts going into
26 // in the symbol table. The parser can substitute constants at parse
30 // are tracked in the intermediate representation, not the symbol table.
39 // Symbol base class. (Can build functions or variables out of these...)
62 // Variable class, meaning a symbol that's not a function
288 TSymbol* symbol; local
    [all...]

Completed in 707 milliseconds

1 2 3 45 6 7 8 91011>>