/external/mesa3d/src/glsl/ |
linker.cpp | 323 shader->symbols->get_variable("gl_ClipDistance"); 754 sh->symbols = new(sh) glsl_symbol_table; 762 sh->symbols->add_function(func); 764 sh->symbols->add_variable(var); 784 * \param symbols Symbol table containing global scope symbols in the 799 this->symbols = target->symbols; 815 this->symbols->get_variable(ir->var->name); 821 this->symbols->add_variable(copy) 831 glsl_symbol_table *symbols; member in class:remap_visitor [all...] |
glsl_parser_extras.h | 83 glsl_symbol_table *symbols; member in struct:_mesa_glsl_parse_state
|
/external/elfutils/ |
elfutils.spec | 28 nm (for listing symbols from object files), size (for listing the 30 symbols), readelf (to see the raw ELF file structures), and elflint 249 - addr2line: new option --symbols (or -S) 344 - elflint: relax a bit. Allow version definitions for defined symbols ag 345 ainstDSO versions also for symbols in nobits sections. Allow .rodata 350 - elflint: relax a bit. Allow version definitions for defined symbols ag 351 ainstDSO versions also for symbols in nobits sections. Allow .rodata 355 - elflint: relax a bit. Allow version definitions for defined symbols ag 356 ainstDSO versions also for symbols in nobits sections. 382 symbols [all...] |
/libcore/luni/src/main/native/ |
libcore_icu_NativeDecimalFormat.cpp | 96 DecimalFormatSymbols* symbols = makeDecimalFormatSymbols(env, local 101 toDecimalFormat(addr)->adoptDecimalFormatSymbols(symbols); 116 DecimalFormatSymbols* symbols = makeDecimalFormatSymbols(env, local 121 DecimalFormat* fmt = new DecimalFormat(pattern.unicodeString(), symbols, parseError, status); 123 delete symbols;
|
/external/chromium_org/v8/tools/ |
tickprocessor.js | 640 this.symbols = []; 653 this.symbols = [ 659 this.symbols = ['', '']; 665 if (this.symbols.length == 0) { 668 var lineEndPos = this.symbols[0].indexOf('\n', this.parsePos); 670 this.symbols.shift(); 675 var line = this.symbols[0].substring(this.parsePos, lineEndPos); 701 this.symbols = [os.system(this.nmExec, ['-n', '-f', libName], -1, -1), '']; 704 this.symbols = ''; 711 this.symbols = '' [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
readpdb.c | 1827 PDB_SYMBOLS symbols; local [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
dcfmapts.cpp | 88 DecimalFormatSymbols *symbols = new DecimalFormatSymbols(Locale::getFrench(), status); local 95 DecimalFormat cust1(pattern, symbols, status); 97 errln((UnicodeString)"ERROR: Could not create DecimalFormat (pattern, symbols*)"); 101 DecimalFormat cust2(pattern, *symbols, status); 103 errln((UnicodeString)"ERROR: Could not create DecimalFormat (pattern, symbols)");
|
wbnf.cpp | 520 Variable(SymbolTable * symbols, const char * varName, Pick * varRef = NULL){ 522 if ((symbol_table = symbols)){ 1261 SymbolTable symbols; member in class:Parser [all...] |
/libcore/luni/src/main/java/java/util/ |
Date.java | 501 DateFormatSymbols symbols = new DateFormatSymbols(Locale.US); local 502 String[] weekdays = symbols.getWeekdays(), months = symbols
|
/external/chromium_org/third_party/mesa/src/scons/ |
crossmingw.py | 139 related to debug symbols and can be omitted from the effected
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
glsl_parser_extras.h | 83 glsl_symbol_table *symbols; member in struct:_mesa_glsl_parse_state
|
/external/linux-tools-perf/util/ui/browsers/ |
map.c | 131 .entries = &self->dso->symbols[self->type],
|
/external/llvm/test/MC/ARM/ |
eh-directive-text-section-multiple-func.s | 70 @ Check the symbols "func1" and "func2". They should belong to .text section. 72 @ CHECK: Symbols [
|
/external/llvm/tools/llvm-shlib/ |
Makefile | 77 # Don't allow unresolved symbols. 95 $(Echo) Collecting global symbols of $(notdir $*)
|
/external/mesa3d/scons/ |
crossmingw.py | 139 related to debug symbols and can be omitted from the effected
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
symshift.pl | 2 # Perl script symshift.pl --- shift symbols of different tables into proper 13 # When creating SVOX pico lingware, different sets of symbols (phonemes, 14 # Part-Of-Speech symbols, accents,boundaries) are expressed with 17 # For each set, symbols are mapped into one-byte ids [0..255]. 18 # Finite-State-Transducers are used to transform one sequence of symbols into 19 # another, where input and output symbols may be mixed from different sets. 27 # "universal" symbols are added that are not related to any particular 103 -alphabet <outfile> writes the combined set of symbols to <outfile>. 151 # not all symbols are predicted by trees, some universals are inserted 152 # programatically. we add these hardcoded symbols/ids and check that they [all...] |
/external/v8/src/ |
platform-macos.cc | 331 char** symbols = backtrace_symbols(addresses.start(), frames_count); local 332 if (symbols == NULL) { 343 symbols[i]); local 348 free(symbols);
|
/packages/apps/Settings/src/com/android/settings/ |
ChooseLockPassword.java | 316 int symbols = 0; local 335 symbols++; 340 && (letters > 0 || symbols > 0)) { 361 } else if (symbols < mPasswordMinSymbols) {
|
/external/elfutils/src/ |
ldgeneric.c | 114 /* String table reference to all symbols in the symbol table. */ 190 /* When generating DSO we normally allow undefined symbols. */ 548 if (strcmp (fileinfo->scninfo[newgrpid].symbols->name, 549 oldp->file->scninfo[oldgrpid].symbols->name) != 0) 561 /* We check the type and size of the symbols. In both cases the 616 with the unresolved symbols. Whoever walks the list will 737 the symbol from the list of symbols which are taken from DSOs. */ 775 /* Add to the list of symbols used from DSOs if necessary. */ 1001 assert (grpscn == NULL || grpscn->symbols->name != NULL); 1008 search.grp_signature = grpscn != NULL ? grpscn->symbols->name : NULL [all...] |
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
icuzdump.cpp | 47 DecimalFormatSymbols *symbols = new DecimalFormatSymbols(Locale::getEnglish(), status); local 48 decf = new DecimalFormat("00", symbols, status);
|
/external/chromium_org/third_party/libwebp/enc/ |
vp8l.c | 380 int symbols[2] = { 0, 0 }; local 387 if (count < 2) symbols[count] = i; 396 } else if (count <= 2 && symbols[0] < kMaxSymbol && symbols[1] < kMaxSymbol) { 397 VP8LWriteBits(bw, 1, 1); // Small tree marker to encode 1 or 2 symbols. 399 if (symbols[0] <= 1) { 401 VP8LWriteBits(bw, 1, symbols[0]); 404 VP8LWriteBits(bw, 8, symbols[0]); 407 VP8LWriteBits(bw, 8, symbols[1]); 487 // Build histogram image and symbols from backward references [all...] |
/external/icu4c/test/intltest/ |
wbnf.cpp | 520 Variable(SymbolTable * symbols, const char * varName, Pick * varRef = NULL){ 522 if ((symbol_table = symbols)){ 1261 SymbolTable symbols; member in class:Parser [all...] |
/external/icu4c/tools/tzcode/ |
icuzdump.cpp | 47 DecimalFormatSymbols *symbols = new DecimalFormatSymbols(Locale::getEnglish(), status); local 48 decf = new DecimalFormat("00", symbols, status);
|
/external/qemu/ |
dis-asm.h | 274 /* An array of pointers to symbols either at the location being disassembled 279 asymbol **symbols; member in struct:disassemble_info 280 /* Number of symbols in array. */ 449 (INFO).symbols = NULL, \
|
/external/webp/src/enc/ |
vp8l.c | 380 int symbols[2] = { 0, 0 }; local 387 if (count < 2) symbols[count] = i; 396 } else if (count <= 2 && symbols[0] < kMaxSymbol && symbols[1] < kMaxSymbol) { 397 VP8LWriteBits(bw, 1, 1); // Small tree marker to encode 1 or 2 symbols. 399 if (symbols[0] <= 1) { 401 VP8LWriteBits(bw, 1, symbols[0]); 404 VP8LWriteBits(bw, 8, symbols[0]); 407 VP8LWriteBits(bw, 8, symbols[1]); 487 // Build histogram image and symbols from backward references [all...] |