Home
last modified time | relevance | path

Searched defs:symbol (Results 1 – 25 of 126) sorted by relevance

123456

/external/bison/src/
Dsymtab.h52 typedef struct symbol symbol; typedef
56 struct symbol struct
74 /** Any \c \%destructor declared specifically for this symbol. argument
83 /** Any \c \%printer declared specifically for this symbol. argument
89 symbol_number number; argument
95 /* Points to the other in the symbol-string pair for an alias. argument
98 symbol *alias; argument
99 symbol_class class; argument
106 /* `symbol->user_token_number == USER_NUMBER_HAS_STRING_ALIAS' means argument
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dsymbol-table.cpp58 const char *symbol = col[0]; in ReadText() local
82 int64 SymbolTableImpl::AddSymbol(const string& symbol, int64 key) { in AddSymbol()
116 string symbol; in Read() local
135 const string symbol = symbols_[i]; in Write() local
Dsymbol-table.h50 int64 AddSymbol(const string& symbol) { in AddSymbol()
84 int64 Find(const string& symbol) const { in Find()
91 int64 Find(const char* symbol) const { in Find()
188 int64 AddSymbol(const string& symbol, int64 key) { in AddSymbol()
197 int64 AddSymbol(const string& symbol) { in AddSymbol()
290 int64 Find(const string& symbol) const { in Find()
296 int64 Find(const char* symbol) const { in Find()
/external/libxml2/
Dxmlmodule.c106 xmlModuleSymbol(xmlModulePtr module, const char *name, void **symbol) in xmlModuleSymbol()
235 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol()
279 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol()
327 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol()
377 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol()
432 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol()
/external/oprofile/libpp/
Dsymbol_container.cpp32 symbol_entry * symbol = const_cast<symbol_entry*>(&*p.first); in insert() local
45 symbol_entry symbol; in find() local
65 symbol_entry symbol; in find() local
Ddiff_container.cpp65 diff_symbol symbol(sym); in symbol_old() local
76 diff_symbol symbol(sym); in symbol_new() local
88 diff_symbol symbol(sym2); in symbol_diff() local
Dsample_container.cpp66 void sample_container::insert(symbol_entry const * symbol, in insert()
101 sample_container::find_by_vma(symbol_entry const * symbol, bfd_vma vma) const in find_by_vma()
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DValidateLimitations.cpp12 bool IsLoopIndex(const TIntermSymbol* symbol, const TLoopStack& stack) { in IsLoopIndex()
37 virtual void visitSymbol(TIntermSymbol* symbol) { in visitSymbol()
221 TIntermSymbol* symbol = declInit->getLeft()->getAsSymbolNode(); in validateForLoopInit() local
263 TIntermSymbol* symbol = binOp->getLeft()->getAsSymbolNode(); in validateForLoopCond() local
321 TIntermSymbol* symbol = NULL; in validateForLoopExpr() local
384 TIntermSymbol* symbol = params[i]->getAsSymbolNode(); in validateFunctionCall() local
395 TSymbol* symbol = symbolTable.find(node->getName()); in validateFunctionCall() local
419 const TIntermSymbol* symbol = operand->getAsSymbolNode(); in validateOperation() local
DSearchSymbol.cpp16 SearchSymbol::SearchSymbol(const TString &symbol) : mSymbol(symbol) in SearchSymbol()
DOutputHLSL.cpp123 const TSymbol *symbol = (*namedSymbol).second; in header() local
273 const TSymbol *symbol = (*namedSymbol).second; in header() local
1052 TIntermSymbol *symbol = (*sit)->getAsSymbolNode(); in visitAggregate() local
1102 TIntermSymbol *symbol = arguments[i]->getAsSymbolNode(); in visitAggregate() local
1144 TIntermSymbol *symbol = arguments[i]->getAsSymbolNode(); in visitAggregate() local
1585 TIntermSymbol *symbol = assign->getLeft()->getAsSymbolNode(); in handleExcessiveLoop() local
1740 TString OutputHLSL::argumentString(const TIntermSymbol *symbol) in argumentString()
/external/easymock/src/org/easymock/
DLogicalOperator.java48 private String symbol; field in LogicalOperator
50 private LogicalOperator(String symbol) { in LogicalOperator()
/external/openfst/src/include/fst/
Dsymbol-table.h94 int64 AddSymbol(const string& symbol) { in AddSymbol()
126 int64 Find(const string& symbol) const { in Find()
133 int64 Find(const char* symbol) const { in Find()
310 virtual int64 AddSymbol(const string& symbol, int64 key) { in AddSymbol()
317 virtual int64 AddSymbol(const string& symbol) { in AddSymbol()
382 virtual int64 Find(const string& symbol) const { in Find()
388 virtual int64 Find(const char* symbol) const { in Find()
/external/linux-tools-perf/util/
Dsymbol.h81 struct symbol { struct
91 void symbol__delete(struct symbol *sym); argument
/external/webp/src/utils/
Dhuffman.c72 int symbol; in HuffmanCodeLengthsToCodes() local
119 int symbol, int code, int code_length) { in TreeAddSymbol()
146 int symbol; in HuffmanTreeBuildImplicit() local
/external/webkit/Source/WebKit2/Platform/gtk/
DModuleGtk.cpp49 gpointer symbol = 0; in platformFunctionPointer() local
/external/icu4c/test/intltest/
Dtsdtfmsy.cpp41 DateFormatSymbols *symbol; in TestGetMonths() local
60 DateFormatSymbols *symbol; in TestGetMonths2() local
85 DateFormatSymbols *symbol; in TestGetWeekdays2() local
113 DateFormatSymbols *symbol; in TestGetEraNames() local
/external/elfutils/libebl/
Deblsymboltypename.c60 ebl_symbol_type_name (ebl, symbol, buf, len) in ebl_symbol_type_name() argument
/external/zlib/src/contrib/puff/
Dpuff.c207 short *symbol; /* canonically ordered symbols */ member
341 int symbol; /* current symbol when stepping through length[] */ in construct() local
439 int symbol; /* decoded symbol */ in codes() local
544 int symbol; in fixed() local
703 int symbol; /* decoded value */ in dynamic() local
/external/openfst/src/lib/
Dsymbol-table.cc64 const char *symbol = col[0]; in ReadText() local
122 int64 SymbolTableImpl::AddSymbol(const string& symbol, int64 key) { in AddSymbol()
180 string symbol; in Read() local
/external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
DSDL_dlcompat.c590 static NSSymbol search_linked_libs(const struct mach_header * mh, const char *symbol) in search_linked_libs()
643 static void *dlsymIntern(struct dlstatus *dls, const char *symbol, int canSetError) in dlsymIntern()
1014 static void *SDL_OSX_dlsym(void * dl_restrict handle, const char * dl_restrict symbol) in SDL_OSX_dlsym()
1042 static void *dlsym_prepend_underscore(void *handle, const char *symbol) in dlsym_prepend_underscore()
1051 static void *dlsym_prepend_underscore_intern(void *handle, const char *symbol) in dlsym_prepend_underscore_intern()
1079 static void *dlsym_auto_underscore(void *handle, const char *symbol) in dlsym_auto_underscore()
1088 static void *dlsym_auto_underscore_intern(void *handle, const char *symbol) in dlsym_auto_underscore_intern()
1099 static void *SDL_OSX_dlsym(void * dl_restrict handle, const char * dl_restrict symbol) in SDL_OSX_dlsym()
1393 void *symbol = SDL_OSX_dlsym(handle, name); in SDL_LoadFunction() local
/external/qemu/distrib/sdl-1.2.15/src/loadso/mint/
DSDL_sysloadso.c48 void *symbol = (void *)ldg_find((char *)name, (LDG *)handle); in SDL_LoadFunction() local
/external/qemu/distrib/sdl-1.2.15/src/loadso/dlopen/
DSDL_sysloadso.c46 void *symbol = dlsym(handle, name); in SDL_LoadFunction() local
/external/elfutils/src/
Dld.h428 struct symbol struct
434 /* Index of the symbol in the symbol table of the object. */ argument
436 /* Index of the symbol in the symbol table of the output file. */ argument
439 /* Description where the symbol is found/needed. */ argument
442 /* Index of the symbol table. */ argument
445 /* Index of the symbol in the dynamic symbol table of the output argument
450 /* Type of the symbol. */ argument
460 /* Nonzero if the symbol is on the from_dso list. */ argument
462 /* Nonzero if symbol needs copy relocation, reset when the argument
476 /* Pointer to next/previous symbol on whatever list the symbol is. */ argument
[all …]
/external/icu4c/i18n/unicode/
Ddcfmtsym.h401 DecimalFormatSymbols::getSymbol(ENumberFormatSymbol symbol) const { in getSymbol()
413 DecimalFormatSymbols::getConstSymbol(ENumberFormatSymbol symbol) const { in getConstSymbol()
/external/qemu/distrib/sdl-1.2.15/src/loadso/os2/
DSDL_sysloadso.c52 void *symbol = NULL; in SDL_LoadFunction() local

123456