HomeSort by relevance Sort by last modified time
    Searched defs:symbol (Results 201 - 225 of 267) sorted by null

1 2 3 4 5 6 7 891011

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_facets_nonio.h 821 * from the part enum. symbol, sign, and value must be present and the
829 enum part { none, space, symbol, sign, value }; enumerator in enum:money_base::part
846 // space none symbol sign value
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets_nonio.h 835 * from the part enum. symbol, sign, and value must be present and the
843 enum part { none, space, symbol, sign, value }; enumerator in enum:money_base::part
860 // space none symbol sign value
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets_nonio.h 835 * from the part enum. symbol, sign, and value must be present and the
843 enum part { none, space, symbol, sign, value }; enumerator in enum:money_base::part
860 // space none symbol sign value
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets_nonio.h 835 * from the part enum. symbol, sign, and value must be present and the
843 enum part { none, space, symbol, sign, value }; enumerator in enum:money_base::part
860 // space none symbol sign value
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets_nonio.h 835 * from the part enum. symbol, sign, and value must be present and the
843 enum part { none, space, symbol, sign, value }; enumerator in enum:money_base::part
860 // space none symbol sign value
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
locale_facets_nonio.h 835 * from the part enum. symbol, sign, and value must be present and the
843 enum part { none, space, symbol, sign, value }; enumerator in enum:money_base::part
860 // space none symbol sign value
    [all...]
  /sdk/emulator/qtools/
trace_reader.h 40 // The symbol for the virtual machine interpreter, or NULL
346 // symbol with the most underscores last.
596 // we need to create an (unknown) symbol with address 0, otherwise some
628 // Get the symbol table section
631 fprintf(stderr, "Can't read symbol table from '%s'\n", full_path);
635 // Get the symbol string table section
638 fprintf(stderr, "Can't read symbol string table from '%s'\n", full_path);
642 // Load the symbol string table data
666 // This will allow us to replace the symbol names with the name of
685 // If the symbol does not have a name, or if the name starts with
1526 symbol_type *symbol = &symbols[nsymbols]; local
    [all...]
  /external/bison/src/
parse-gram.c 142 static symbol *current_lhs_symbol;
147 /** Set the new current left-hand side symbol, possibly common
152 current_lhs(symbol *sym, location loc, named_ref *ref)
213 /* Put the tokens into the symbol table, so that GDB and other debuggers
340 symbol *symbol; member in union:GRAM_STYPE
601 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
608 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
646 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
714 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/
glslang_tab.cpp 137 /* Put the tokens into the symbol table, so that GDB and other debuggers
248 TSymbol* symbol; member in struct:YYSTYPE::__anon13781
576 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
583 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
624 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
742 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
812 /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. *
3435 TIntermSymbol* symbol = context->intermediate.addSymbol(0, *(yyvsp[(3) - (3)].lex).string, TType((yyvsp[(1) - (3)].interm).type), (yylsp[(3) - (3)])); local
3537 TIntermSymbol* symbol = context->intermediate.addSymbol(0, *(yyvsp[(2) - (2)].lex).string, TType((yyvsp[(1) - (2)].interm.type)), (yylsp[(2) - (2)])); local
3562 TIntermSymbol* symbol = context->intermediate.addSymbol(0, *(yyvsp[(2) - (4)].lex).string, TType((yyvsp[(1) - (4)].interm.type)), (yylsp[(2) - (4)])); local
3576 TIntermSymbol* symbol = context->intermediate.addSymbol(0, *(yyvsp[(2) - (5)].lex).string, type, (yylsp[(2) - (5)])); local
3644 TIntermSymbol *symbol = context->intermediate.addSymbol(0, *(yyvsp[(2) - (2)].lex).string, TType((yyval.interm).type), (yylsp[(2) - (2)])); local
    [all...]
intermediate.h 353 // if symbol is initialized as symbol(sym), the memory comes from the poolallocator of sym. If sym comes from
355 // it is essential to use "symbol = sym" to assign to symbol
357 TIntermTyped(t), id(i) { symbol = sym; originalSymbol = sym; }
362 const TString& getSymbol() const { return symbol; }
365 void setSymbol(const TString& sym) { symbol = sym; }
375 TString symbol; member in class:TIntermSymbol
  /external/chromium_org/v8/src/
log.cc 98 Symbol* symbol = Symbol::cast(name); local
99 AppendBytes("symbol(");
100 if (!symbol->name()->IsUndefined()) {
102 AppendString(String::cast(symbol->name()));
106 AppendHex(symbol->Hash());
223 name_buffer_->AppendBytes("symbol(hash ");
1046 Symbol* symbol = Symbol::cast(key) local
1258 Symbol* symbol = Symbol::cast(name); local
1337 Symbol* symbol = Symbol::cast(name); local
    [all...]
runtime.cc 611 Symbol* symbol; local
613 if (!maybe->To(&symbol)) return maybe;
614 if (name->IsString()) symbol->set_name(*name);
615 return symbol;
624 Symbol* symbol; local
626 if (!maybe->To(&symbol)) return maybe;
627 if (name->IsString()) symbol->set_name(*name);
628 return symbol;
    [all...]
heap.cc 5570 Symbol* symbol; local
    [all...]
parser.cc 253 // Length of symbol cache is the number of identified symbols.
254 // If we are larger than that, or negative, it's not a cached symbol.
255 // This might also happen if there is no preparser symbol data, even
272 // Make sure the cache is large enough to hold the symbol identifier.
1159 Handle<String> symbol = GetSymbol(); local
3588 Handle<String> symbol = GetSymbol(); local
    [all...]
api.cc 6336 i::Handle<i::Symbol> symbol = i_isolate->factory()->NewPrivateSymbol(); local
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 220 struct Symbol {
235 inline Symbol() : type(NULL_SYMBOL) { descriptor = NULL; }
246 inline explicit Symbol(const TYPE* value) { \
275 const Symbol kNullSymbol;
277 typedef hash_map<const char*, Symbol,
280 typedef hash_map<PointerStringPair, Symbol,
341 // Find symbols. This returns a null Symbol (symbol.IsNull() is true)
343 inline Symbol FindSymbol(const string& key) const;
347 // declaring Symbol in descriptor.h, which would drag all kinds of othe
3883 Symbol symbol = builder_->FindSymbolNotEnforcingDeps( local
3918 Symbol symbol = builder_->LookupSymbol(name_part, local
4266 Symbol symbol = local
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.cc 237 struct Symbol {
253 inline Symbol() : type(NULL_SYMBOL) { descriptor = NULL; }
264 inline explicit Symbol(const TYPE* value) { \
293 const Symbol kNullSymbol;
295 typedef hash_map<const char*, Symbol,
298 typedef hash_map<PointerStringPair, Symbol,
345 // Symbol references must be resolved, via DescriptorBuilder::FindSymbol and
346 // friends. If the pending file references an unknown symbol
349 // defining that symbol, and that file has not yet been built by the pool,
384 // Find symbols. This returns a null Symbol (symbol.IsNull() is true
1343 Symbol symbol = tables_->FindSymbol(prefix); local
4335 Symbol symbol = builder_->FindSymbolNotEnforcingDeps( local
4715 Symbol symbol = local
    [all...]
  /external/elfutils/src/
ld.h 39 /* Character used to introduce version name after symbol. */
187 struct symbol *symbols;
199 /* The symbol table section.
201 XXX Maybe support for more than one symbol table is needed. */
205 /* Dynamic symbol table section. */
222 /* String table section associated with the symbol table. */
224 /* String table section associated with the dynamic symbol table. */
226 /* Number of entries in the symbol table. */
236 /* For undefined or common symbols we need a reference to the symbol
238 struct symbol **symref
428 struct symbol struct
1008 struct symbol *symbol; member in struct:ld_state::scngroup
    [all...]
ldgeneric.c 99 struct symbol **ndxtosymp);
111 /* Map symbol index to struct symbol record. */
112 static struct symbol **ndxtosym;
114 /* String table reference to all symbols in the symbol table. */
174 /* If this symbol is not undefined in this file it cannot come from
179 struct symbol *sym = file->symref[symidx];
527 struct usedfiles *fileinfo, struct symbol *oldp)
559 struct symbol *oldp)
595 struct usedfiles *fileinfo, struct symbol *oldp
1276 struct symbol *symbol = fileinfo->scninfo[cnt].symbols; local
    [all...]
  /external/llvm/include/llvm/Support/
COFF.h 92 /// COFF symbol table entries for local symbols have been removed. This is
121 struct symbol { struct in namespace:llvm::COFF
146 /// Storage class tells where and what the symbol represents
151 IMAGE_SYM_CLASS_NULL = 0, ///< No symbol
153 IMAGE_SYM_CLASS_EXTERNAL = 2, ///< External symbol
176 /// Line number, reformatted as symbol
179 /// External symbol in dmert public lib
331 // Auxiliary Symbol Formats
582 /// The import name is identical to the public symbol name
584 /// The import name is the public symbol name, but skipping the leading ?
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
lemon.c 163 struct symbol { struct
164 const char *name; /* Name of the symbol */
165 int index; /* Index number for this symbol */
168 struct symbol *fallback; /* fallback token in case this token doesn't parse */
171 char *firstset; /* First-set for all rules of this symbol */
174 char *destructor; /* Code which executes whenever this symbol is
184 struct symbol **subsym; /* Array of constituent symbols */
190 struct symbol *lhs; /* Left-hand side of the rule */
192 int lhsStart; /* True if left-hand side is the start symbol */
195 struct symbol **rhs; /* The RHS symbols *
    [all...]
  /external/v8/src/
api.cc 2230 i::Handle<i::String> symbol = local
    [all...]
heap.cc 568 // Helper class for verifying the symbol table.
575 // Check that the symbol is actually a symbol.
2669 Object* symbol; local
2968 String* symbol; local
5156 Object* symbol = NULL; local
5171 Object* symbol = NULL; local
5188 Object* symbol = NULL; local
5206 Object* symbol = NULL; local
6816 String* symbol; local
    [all...]
parser.cc 250 // Length of symbol cache is the number of identified symbols.
251 // If we are larger than that, or negative, it's not a cached symbol.
252 // This might also happen if there is no preparser symbol data, even
269 // Make sure the cache is large enough to hold the symbol identifier.
1399 Handle<String> symbol = GetSymbol(CHECK_OK); local
3650 Handle<String> symbol = GetSymbol(CHECK_OK); local
    [all...]
objects.cc 7550 String* symbol; local
11767 Object* symbol; local
11779 table->set(EntryToIndex(entry), symbol); local
    [all...]

Completed in 4442 milliseconds

1 2 3 4 5 6 7 891011