/external/chromium_org/third_party/angle/src/compiler/translator/ |
RegenerateStructNames.cpp | 10 void RegenerateStructNames::visitSymbol(TIntermSymbol *symbol) 12 ASSERT(symbol); 13 TType *type = symbol->getTypePointer();
|
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/ |
latebindingsymboltable_linux.cc | 87 void **symbol) { 89 *symbol = dlsym(handle, symbol_name); 93 "Error loading symbol %s : %d", symbol_name, err); 95 } else if (!*symbol) { 97 "Symbol %s is NULL", symbol_name); 106 // This routine MUST assign SOME value for every symbol, even if that value is
|
/external/lldb/test/lang/objc/foundation/ |
TestSymbolTable.py | 2 Test symbol table access for main.m. 30 """Test symbol table access with Python APIs.""" 37 """Test symbol table access with Python APIs.""" 42 """Test symbol table access with Python APIs.""" 53 # Exercise Python APIs to access the symbol table entries. 62 # Create the set of known symbols. As we iterate through the symbol 63 # table, remove the symbol from the set if it is a known symbol. 65 for symbol in module: 66 self.assertTrue(symbol, VALID_SYMBOL [all...] |
/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/bison/src/ |
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_org/third_party/closure_linter/closure_linter/ |
scopeutil.py | 106 def IsInClosurizedNamespace(symbol, closurized_namespaces): 110 symbol: An identifier like 'goog.events.Event'. 114 True if symbol is an identifier in a Closurized namespace, otherwise False. 117 if symbol.startswith(ns + '.'): 132 If a valid alias, returns a tuple of alias and symbol, otherwise None. 152 # This section identifies statements of the alias form "var alias = symbol". 167 alias, symbol = code_tokens[1], code_tokens[3] 170 symbol.metadata.is_alias_definition = True 172 return alias.string, tokenutil.GetIdentifierForToken(symbol)
|
aliaspass.py | 50 alias_map: A dictionary mapping a symbol to an alias. 53 The aliased symbol name or None if not found. 67 when they're using an alias (so they may be expanded to the full symbol 206 alias, symbol = match 207 symbol = _GetAliasForIdentifier(symbol, alias_map) or symbol 208 if scopeutil.IsInClosurizedNamespace(symbol, 210 alias_map[alias] = symbol 213 # mark the token as an alias to the original symbol [all...] |
/external/chromium_org/third_party/fips181/ |
convert.cc | 166 ** symb2name - convert symbol to it's name 168 ** char * - one symbol syllable 179 char symbol; member in struct:ssymb_names 234 if(*syllable == ssn[i].symbol) 261 char symbol; member in struct:char_spell 372 if (word[i] == cs[j].symbol) 387 if (word[i] == cs[j].symbol) 391 /* Place the hyphen after each symbol */
|
/external/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/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, 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. 162 String symbol = ICU.getCurrencySymbol(locale, currencyCode); local 163 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...] |
/bionic/libc/bionic/ |
debug_stacktrace.cpp | 77 static char* demangle(const char* symbol) { 81 return (*g_demangler_fn)(symbol, NULL, NULL, NULL); 150 const char* symbol = NULL; local 155 symbol = info.dli_sname; 164 if (symbol != NULL) { 166 char* demangled_symbol = demangle(symbol); 167 const char* best_name = (demangled_symbol != NULL) ? demangled_symbol : symbol;
|
/external/chromium_org/tools/win/static_initializers/ |
static_initializers.cc | 90 IDiaSymbol* symbol) { 93 if (FAILED(symbol->get_symTag(&symtag))) 100 if (SUCCEEDED(symbol->get_name(&bstr_name))) { 135 IDiaSymbol* symbol; local 137 while (SUCCEEDED(enum_children->Next(1, &symbol, &children)) && 139 PrintIfDynamicInitializer(current_module, symbol); 140 symbol->Release();
|
/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 | 126 class Symbol { 132 bool operator ==(const Symbol &other) const { 136 Symbol(const Archive *p, uint32_t symi, uint32_t stri) 142 Symbol getNext() const; 146 Symbol symbol; member in class:llvm::object::Archive::symbol_iterator 148 symbol_iterator(const Symbol &s) : symbol(s) {} 149 const Symbol *operator->() const { 150 return &symbol; [all...] |
/external/chromium_org/v8/src/ |
symbol.js | 11 var $Symbol = global.Symbol; 17 throw MakeTypeError('not_constructor', ["Symbol"]); 19 // NOTE: Passing in a Symbol value will throw on ToString(). 27 'incompatible_method_receiver', ["Symbol.prototype.toString", this]); 30 return "Symbol(" + (IS_UNDEFINED(description) ? "" : description) + ")"; 37 'incompatible_method_receiver', ["Symbol.prototype.valueOf", this]); 56 var symbol = %CreateSymbol(key); 57 registry.for[key] = symbol; 58 registry.keyFor[symbol] = key [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...] |