Searched defs:symbol (Results 201 - 225 of 246) sorted by relevance

12345678910

/external/bison/src/
H A Dparse-gram.c142 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 SYMBO
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A Dexterns.js476 var symbol; variable
480 * @return {symbol}
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DIntermNode.h374 // if symbol is initialized as symbol(sym), the memory comes from the poolallocator of sym.
376 // per compile it is essential to use "symbol = sym" to assign to symbol
377 TIntermSymbol(int id, const TString &symbol, const TType &type) argument
381 mSymbol = symbol;
H A Dglslang_tab.cpp138 /* Put the tokens into the symbol table, so that GDB and other debuggers
283 TSymbol* symbol; member in struct:YYSTYPE::__anon11544
635 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
642 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
687 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
828 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
911 /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
1588 symbol of state STATE-NUM. */
1682 the previous symbol: RHS[0] (always defined). */
1793 | Print this symbol o
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Ducurr.cpp118 // Currency symbol equivalances
928 ++(*total_currency_symbol_count); // currency symbol
1063 // Add currency symbol.
1071 const UnicodeString *symbol; local
1072 while ((symbol = iter.next()) != NULL) {
1074 (*currencySymbols)[*total_currency_symbol_count].currencyName = (UChar*) symbol->getBuffer();
1076 (*currencySymbols)[(*total_currency_symbol_count)++].currencyNameLen = symbol->length();
1162 printf("currency symbol count: %d\n", *total_currency_symbol_count);
H A Ddecimfmt.cpp261 * The CURRENCY_SIGN is the standard Unicode symbol for currency. It
262 * is used in patterns and substitued with either the currency symbol,
263 * or if it is doubled, with the international currency symbol. If the
3425 UBool DecimalFormat::matchSymbol(const UnicodeString &text, int32_t position, int32_t length, const UnicodeString &symbol, argument
3432 return text.compare(position, length, symbol) == 0;
4152 * currency symbol is encountered that expands to a ChoiceFormat, the
5562 // encode the currency symbol for the given currency in our
/external/chromium_org/v8/src/
H A Dlog.cc77 Symbol* symbol = Symbol::cast(name); local
78 AppendBytes("symbol(");
79 if (!symbol->name()->IsUndefined()) {
81 AppendString(String::cast(symbol->name()));
85 AppendHex(symbol->Hash());
202 name_buffer_->AppendBytes("symbol(hash ");
879 Symbol* symbol = Symbol::cast(key); local
880 if (symbol->name()->IsUndefined()) {
881 ApiEvent("api,check-security,symbol(hash %x)", Symbol::cast(key)->Hash());
883 SmartArrayPointer<char> str = String::cast(symbol
1052 Symbol* symbol = Symbol::cast(name); local
1131 Symbol* symbol = Symbol::cast(name); local
[all...]
H A Dfactory.cc672 Handle<Symbol> symbol = NewSymbol(); local
673 symbol->set_is_private(true);
674 return symbol;
679 Handle<Symbol> symbol = NewSymbol(); local
680 symbol->set_is_private(true);
681 symbol->set_is_own(true);
682 return symbol;
H A Dheap-snapshot-generator.cc158 case kSymbol: return "/symbol/";
840 return AddEntry(object, HeapEntry::kSymbol, "symbol");
1212 void V8HeapExplorer::ExtractSymbolReferences(int entry, Symbol* symbol) { argument
1213 SetInternalReference(symbol, entry,
1214 "name", symbol->name(),
H A Dparser.cc714 const AstRawString* symbol = GetSymbol(scanner); local
715 if (parser_->fni_ != NULL) parser_->fni_->PushLiteralName(symbol);
716 return factory->NewStringLiteral(symbol, pos);
1370 const AstRawString* symbol = GetSymbol(scanner()); local
1379 USE(symbol);
3455 // Anonymous functions were passed either the empty symbol or a null
H A Druntime.cc603 Handle<Symbol> symbol = isolate->factory()->NewSymbol(); local
604 if (name->IsString()) symbol->set_name(*name);
605 return *symbol;
614 Handle<Symbol> symbol = isolate->factory()->NewPrivateSymbol(); local
615 if (name->IsString()) symbol->set_name(*name);
616 return *symbol;
625 Handle<Symbol> symbol = isolate->factory()->NewPrivateOwnSymbol(); local
626 if (name->IsString()) symbol->set_name(*name);
627 return *symbol;
640 Handle<Object> symbol; local
648 JSObject::SetProperty(Handle<JSObject>::cast(privates), name, symbol, local
6068 Handle<Symbol> symbol = Handle<Symbol>::cast(raw_key); local
[all...]
/external/icu/icu4c/source/i18n/
H A Ducurr.cpp118 // Currency symbol equivalances
928 ++(*total_currency_symbol_count); // currency symbol
1063 // Add currency symbol.
1071 const UnicodeString *symbol; local
1072 while ((symbol = iter.next()) != NULL) {
1074 (*currencySymbols)[*total_currency_symbol_count].currencyName = (UChar*) symbol->getBuffer();
1076 (*currencySymbols)[(*total_currency_symbol_count)++].currencyNameLen = symbol->length();
1162 printf("currency symbol count: %d\n", *total_currency_symbol_count);
/external/libcxx/src/
H A Dlocale.cpp5440 const char symbol = static_cast<char>(money_base::symbol); local
5445 // function'. "Space between sign and symbol or value" means that
5446 // if the sign is adjacent to the symbol, there's a space between
5453 // separate the symbol and value-or-sign with a space, we rearrange the
5455 // the symbol.
5458 // and value when the currency symbol is suppressed (by not
5460 // sep_by_space==1 as "omit the space when the currency symbol is
5469 // Move the separator to before the symbol, to place it
5470 // between the value and symbol
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Devent-parse.h278 struct print_arg_symbol symbol; member in union:print_arg::__anon25154
/external/lldb/source/Expression/
H A DIRForTarget.cpp272 m_error_stream->Printf("Error [IRForTarget]: Call to a symbol-only function '%s' that is not present in the target\n", name.GetCString());
1582 IRForTarget::HandleSymbol (Value *symbol) argument
1586 lldb_private::ConstString name(symbol->getName().str().c_str());
1601 Type *symbol_type = symbol->getType();
1610 log->Printf("Replacing %s with %s", PrintValue(symbol).c_str(), PrintValue(symbol_addr_ptr).c_str());
1612 symbol->replaceAllUsesWith(symbol_addr_ptr);
1800 m_error_stream->Printf("Error [IRForTarget]: Couldn't find Objective-C indirect ivar symbol %s\n", global_name.c_str());
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp309 const Symbol *symbol = module_sp->FindFirstSymbolWithNameAndType(name, lldb::eSymbolTypeData); local
310 if (symbol)
312 lldb::addr_t symbol_load_addr = symbol->GetAddress().GetLoadAddress(&process->GetTarget());
322 error.SetErrorString("symbol address invalid");
328 error.SetErrorString("no symbol");
559 || ivar_offset_symbol.symbol == NULL)
562 addr_t ivar_offset_address = ivar_offset_symbol.symbol->GetAddress().GetLoadAddress (&target);
1666 const Symbol *symbol = objc_module_sp->FindFirstSymbolWithNameAndType(g_gdb_objc_realized_classes, lldb::eSymbolTypeData); local
1667 if (symbol)
1669 lldb::addr_t gdb_objc_realized_classes_ptr = symbol
[all...]
/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp789 Symbol *symbol = symtab->FindSymbolContainingFileAddress(file_addr); local
790 if (symbol)
792 if (symbol->ValueIsAddress())
794 SectionSP section_sp (symbol->GetAddress().GetSection());
804 // For ARM we have a bit in the n_desc field of the symbol
806 if (symbol->GetFlags() & MACHO_NLIST_ARM_SYMBOL_IS_THUMB)
851 const SymbolType symbol_type = symbol->GetType();
862 // For ARM we have a bit in the n_desc field of the symbol
864 if (symbol->GetFlags() & MACHO_NLIST_ARM_SYMBOL_IS_THUMB)
1302 case SectionTypeNonLazySymbolPointers: sect_type = eSectionTypeDataPointers; break; // section with only non-lazy symbol pointer
[all...]
/external/chromium_org/third_party/lzma_sdk/
H A DLzmaEnc.c552 static void RangeEnc_EncodeBit(CRangeEnc *p, CLzmaProb *prob, UInt32 symbol) argument
556 if (symbol == 0)
575 static void LitEnc_Encode(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol) argument
577 symbol |= 0x100;
580 RangeEnc_EncodeBit(p, probs + (symbol >> 8), (symbol >> 7) & 1);
581 symbol <<= 1;
583 while (symbol < 0x10000);
586 static void LitEnc_EncodeMatched(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol, UInt32 matchByte) argument
589 symbol |
636 LitEnc_GetPrice(const CLzmaProb *probs, UInt32 symbol, UInt32 *ProbPrices) argument
649 LitEnc_GetPriceMatched(const CLzmaProb *probs, UInt32 symbol, UInt32 matchByte, UInt32 *ProbPrices) argument
666 RcTree_Encode(CRangeEnc *rc, CLzmaProb *probs, int numBitLevels, UInt32 symbol) argument
680 RcTree_ReverseEncode(CRangeEnc *rc, CLzmaProb *probs, int numBitLevels, UInt32 symbol) argument
693 RcTree_GetPrice(const CLzmaProb *probs, int numBitLevels, UInt32 symbol, UInt32 *ProbPrices) argument
705 RcTree_ReverseGetPrice(const CLzmaProb *probs, int numBitLevels, UInt32 symbol, UInt32 *ProbPrices) argument
733 LenEnc_Encode(CLenEnc *p, CRangeEnc *rc, UInt32 symbol, UInt32 posState) argument
792 LenEnc_Encode2(CLenPriceEnc *p, CRangeEnc *rc, UInt32 symbol, UInt32 posState, Bool updatePrice, UInt32 *ProbPrices) argument
[all...]
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaEnc.c553 static void RangeEnc_EncodeBit(CRangeEnc *p, CLzmaProb *prob, UInt32 symbol) argument
557 if (symbol == 0)
576 static void LitEnc_Encode(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol) argument
578 symbol |= 0x100;
581 RangeEnc_EncodeBit(p, probs + (symbol >> 8), (symbol >> 7) & 1);
582 symbol <<= 1;
584 while (symbol < 0x10000);
587 static void LitEnc_EncodeMatched(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol, UInt32 matchByte) argument
590 symbol |
637 LitEnc_GetPrice(const CLzmaProb *probs, UInt32 symbol, UInt32 *ProbPrices) argument
650 LitEnc_GetPriceMatched(const CLzmaProb *probs, UInt32 symbol, UInt32 matchByte, UInt32 *ProbPrices) argument
667 RcTree_Encode(CRangeEnc *rc, CLzmaProb *probs, int numBitLevels, UInt32 symbol) argument
681 RcTree_ReverseEncode(CRangeEnc *rc, CLzmaProb *probs, int numBitLevels, UInt32 symbol) argument
694 RcTree_GetPrice(const CLzmaProb *probs, int numBitLevels, UInt32 symbol, UInt32 *ProbPrices) argument
706 RcTree_ReverseGetPrice(const CLzmaProb *probs, int numBitLevels, UInt32 symbol, UInt32 *ProbPrices) argument
734 LenEnc_Encode(CLenEnc *p, CRangeEnc *rc, UInt32 symbol, UInt32 posState) argument
793 LenEnc_Encode2(CLenPriceEnc *p, CRangeEnc *rc, UInt32 symbol, UInt32 posState, Bool updatePrice, UInt32 *ProbPrices) argument
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc344 // friends. If the pending file references an unknown symbol
347 // defining that symbol, and that file has not yet been built by the pool,
382 // Find symbols. This returns a null Symbol (symbol.IsNull() is true)
407 bool AddSymbol(const string& full_name, Symbol symbol);
498 // Find symbols. These return a null Symbol (symbol.IsNull() is true)
524 Symbol symbol);
730 const string& full_name, Symbol symbol) {
731 if (InsertIfNotPresent(&symbols_by_name_, full_name.c_str(), symbol)) {
740 const void* parent, const string& name, Symbol symbol) {
742 return InsertIfNotPresent(&symbols_by_parent_, by_parent_key, symbol);
729 AddSymbol( const string& full_name, Symbol symbol) argument
739 AddAliasUnderParent( const void* parent, const string& name, Symbol symbol) argument
1341 Symbol symbol = tables_->FindSymbol(prefix); local
2853 AddSymbol( const string& full_name, const void* parent, const string& name, const Message& proto, Symbol symbol) argument
4332 Symbol symbol = builder_->FindSymbolNotEnforcingDeps( local
4712 Symbol symbol = local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp357 // Float scalar that can be either constant or a symbol that can be evaluated later.
384 switch (m_value.symbol)
408 Symbol symbol; member in union:deqp::gles3::Functional::FloatScalar::ConstantOrSymbol
411 ConstantOrSymbol (Symbol s) : symbol (s) {}
/external/elfutils/0.153/src/
H A Dld.h39 /* 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 **symre
428 struct symbol struct
1008 struct symbol *symbol; member in struct:ld_state::scngroup
[all...]
H A Dldgeneric.c99 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];
525 struct usedfiles *fileinfo, struct symbol *oldp)
557 struct symbol *oldp)
593 struct usedfiles *fileinfo, struct symbol *old
1274 struct symbol *symbol = fileinfo->scninfo[cnt].symbols; local
[all...]
/external/lldb/source/Commands/
H A DCommandObjectTarget.cpp238 result.AppendErrorWithFormat("invalid symbol file path '%s'", symfile_path);
1615 Symbol *symbol = symtab->SymbolAtIndex(match_indexes[i]); local
1617 symbol->GetAddress(),
1622 // symbol->Dump (&strm, interpreter.GetExecutionContext().GetTargetPtr(), i);
2037 "Dump the symbol table from one or more target modules.",
2137 result.GetOutputStream().Printf("Dumping symbol table for %zu modules.\n", num_modules);
2207 { eSortOrderNone, "none", "No sorting, use the original symbol table order."},
2208 { eSortOrderByAddress, "address", "Sort output by symbol address."},
2209 { eSortOrderByName, "name", "Sort output by symbol name."},
2217 { LLDB_OPT_SET_1, false, "sort", 's', required_argument, g_sort_option_enumeration, 0, eArgTypeSortOrder, "Supply a sort order when dumping the symbol tabl
[all...]
/external/llvm/include/llvm/Support/
H A DCOFF.h95 /// COFF symbol table entries for local symbols have been removed. This is
124 struct symbol { struct in namespace:llvm::COFF
149 /// Storage class tells where and what the symbol represents
154 IMAGE_SYM_CLASS_NULL = 0, ///< No symbol
156 IMAGE_SYM_CLASS_EXTERNAL = 2, ///< External symbol
179 /// Line number, reformatted as symbol
182 /// External symbol in dmert public lib
614 /// The import name is identical to the public symbol name
616 /// The import name is the public symbol name, but skipping the leading ?,
619 /// The import name is the public symbol nam
[all...]

Completed in 474 milliseconds

12345678910