/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...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_codeop.py | 22 def assertValid(self, str, symbol='single'): 25 code = compile_command(str, "<input>", symbol) 27 if symbol == "single": 36 elif symbol == 'eval': 42 expected = compile(str, "<input>", symbol, PyCF_DONT_IMPLY_DEDENT) 43 self.assertEqual(compile_command(str, "<input>", symbol), expected) 45 def assertIncomplete(self, str, symbol='single'): 47 self.assertEqual(compile_command(str, symbol=symbol), None) 49 def assertInvalid(self, str, symbol='single', is_syntax=1) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_codeop.py | 22 def assertValid(self, str, symbol='single'): 25 code = compile_command(str, "<input>", symbol) 27 if symbol == "single": 36 elif symbol == 'eval': 42 expected = compile(str, "<input>", symbol, PyCF_DONT_IMPLY_DEDENT) 43 self.assertEqual(compile_command(str, "<input>", symbol), expected) 45 def assertIncomplete(self, str, symbol='single'): 47 self.assertEqual(compile_command(str, symbol=symbol), None) 49 def assertInvalid(self, str, symbol='single', is_syntax=1) [all...] |
/external/lzma/Java/SevenZip/Compression/RangeCoder/ |
Encoder.java | 102 public void Encode(short []probs, int index, int symbol) throws IOException
106 if (symbol == 0)
139 static public int GetPrice(int Prob, int symbol)
141 return ProbPrices[(((Prob - symbol) ^ ((-symbol))) & (kBitModelTotal - 1)) >>> kNumMoveReducingBits];
|
/libcore/luni/src/main/java/java/util/ |
Currency.java | 38 String symbol = ICU.getCurrencySymbol(Locale.US.toString(), currencyCode); local 39 if (symbol == null) { 138 * Returns the localized currency symbol for this currency in {@code locale}. 146 * <p>If there is no locale-specific currency symbol, the ISO 4217 currency code is returned. 160 String symbol = ICU.getCurrencySymbol(locale.toString(), currencyCode); local 161 return symbol != null ? symbol : currencyCode;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/ |
neg_format.pass.cpp | 61 assert(p.field[0] == std::money_base::symbol); 69 assert(p.field[0] == std::money_base::symbol); 77 assert(p.field[0] == std::money_base::symbol); 85 assert(p.field[0] == std::money_base::symbol); 95 assert(p.field[1] == std::money_base::symbol); 103 assert(p.field[1] == std::money_base::symbol); 111 assert(p.field[1] == std::money_base::symbol); 119 assert(p.field[1] == std::money_base::symbol); 130 assert(p.field[3] == std::money_base::symbol); 138 assert(p.field[3] == std::money_base::symbol); [all...] |
pos_format.pass.cpp | 61 assert(p.field[0] == std::money_base::symbol); 69 assert(p.field[0] == std::money_base::symbol); 77 assert(p.field[0] == std::money_base::symbol); 85 assert(p.field[0] == std::money_base::symbol); 95 assert(p.field[1] == std::money_base::symbol); 103 assert(p.field[1] == std::money_base::symbol); 111 assert(p.field[1] == std::money_base::symbol); 119 assert(p.field[1] == std::money_base::symbol); 130 assert(p.field[3] == std::money_base::symbol); 138 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...] |
/external/chromium_org/third_party/angle/src/compiler/ |
ForLoopUnroll.cpp | 29 TIntermSymbol* symbol = declInit->getLeft()->getAsSymbolNode(); local 30 ASSERT(symbol); 31 TBasicType type = symbol->getBasicType(); 55 TIntermSymbol* symbol = declInit->getLeft()->getAsSymbolNode(); local 56 ASSERT(symbol != NULL); 57 ASSERT(symbol->getBasicType() == EbtInt); 59 info.id = symbol->getId(); 112 bool ForLoopUnroll::NeedsToReplaceSymbolWithValue(TIntermSymbol* symbol) 117 if (i->id == symbol->getId()) 123 int ForLoopUnroll::GetLoopIndexValue(TIntermSymbol* symbol) [all...] |
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. 40 // Symbol base class. (Can build functions or variables out of these...) 67 // Variable class, meaning a symbol that's not a function 308 TSymbol* symbol; local [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);
|
/external/llvm/include/llvm/Object/ |
Archive.h | 124 class Symbol { 130 bool operator ==(const Symbol &other) const { 134 Symbol(const Archive *p, uint32_t symi, uint32_t stri) 140 Symbol getNext() const; 144 Symbol symbol; member in class:llvm::object::Archive::symbol_iterator 146 symbol_iterator(const Symbol &s) : symbol(s) {} 147 const Symbol *operator->() const { 148 return &symbol; [all...] |
/frameworks/compile/mclinker/lib/Fragment/ |
FragmentLinker.cpp | 59 Module::sym_iterator symbol, symEnd = m_Module.sym_end(); local 60 for (symbol = m_Module.sym_begin(); symbol != symEnd; ++symbol) { 62 if ((*symbol)->resolveInfo()->isAbsolute() || 63 (*symbol)->resolveInfo()->type() == ResolveInfo::File) { 66 (*symbol)->setValue(0x0); 70 if ((*symbol)->resolveInfo()->type() == ResolveInfo::ThreadLocal) { 71 m_Backend.finalizeTLSSymbol(**symbol); 75 if ((*symbol)->hasFragRef()) [all...] |
/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/lzma/CS/7zip/Compress/LZMA/ |
LzmaDecoder.cs | 48 uint symbol = Base.kNumLowLenSymbols;
50 symbol += m_MidCoder[posState].Decode(rangeDecoder);
53 symbol += Base.kNumMidLenSymbols;
54 symbol += m_HighCoder.Decode(rangeDecoder);
56 return symbol;
71 uint symbol = 1;
73 symbol = (symbol << 1) | m_Decoders[symbol].Decode(rangeDecoder);
74 while (symbol < 0x100); [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/linux-tools-perf/util/ui/browsers/ |
map.c | 9 #include "../../symbol.h" 55 struct symbol *sym = rb_entry(nd, struct symbol, rb_node); 71 static u32 *symbol__browser_index(struct symbol *self) 79 struct symbol *sym; 143 struct symbol *pos = rb_entry(nd, struct symbol, rb_node);
|
/external/lzma/CPP/7zip/Compress/ |
RangeCoder.h | 89 void EncodeBit(UInt32 size0, UInt32 numTotalBits, UInt32 symbol)
92 if (symbol == 0)
184 UInt32 symbol;
local 187 symbol = 0;
192 symbol = 1;
197 return symbol;
|
/frameworks/rs/cpu_ref/linkloader/android/ |
librsloader.cpp | 115 ELFSymbol<32> *symbol = symtab->getByName(name); local 117 if (!symbol) { 118 ALOGV("Symbol not found: %s\n", name); 124 return symbol->getAddress(machine, false); 137 ELFSymbol<32> *symbol = symtab->getByName(name); local 139 if (!symbol) { 140 ALOGV("Symbol not found: %s\n", name); 144 return (size_t)symbol->getSize();
|