/external/bison/doc/ |
refcard.tex | 321 \key{Prepend a prefix to external symbols.} {-p {\it prefix}} 354 \key{Tell {\tt bison} the data type of symbols.} 413 symbols that make up the non-terminal. For example: 438 \section{Grammar Variables and Symbols} 466 \key{Data type associated with symbols.} {YYSTYPE}
|
/external/deqp/modules/glshared/ |
glsShaderExecUtil.cpp | 478 std::vector<const Symbol*> locationSymbols; //! Symbols by location 494 static FragmentOutputLayout computeFragmentOutputLayout (const std::vector<Symbol>& symbols) 499 for (std::vector<Symbol>::const_iterator it = symbols.begin(); it != symbols.end(); ++it) 856 static void computeVarLayout (const std::vector<Symbol>& symbols, std::vector<VarLayout>* layout); [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
decimfmt.h | 160 * <em>symbols</em>. The pattern may be set directly using 163 * digits. The symbols are stored in a DecimalFormatSymbols 165 * pattern and symbols are read from ICU's locale data. 175 * still happening, and if the symbols are modified, the grouping character 293 * <p>The prefixes, suffixes, and various symbols used for infinity, digits, 296 * be taken that the symbols and strings do not conflict, or parsing will be 356 * between the first and second grouping symbols. These 705 * Create a DecimalFormat using the default pattern and symbols 720 * Create a DecimalFormat from the given pattern and the symbols 737 * Create a DecimalFormat from the given pattern and symbols [all...] |
/external/mesa3d/ |
Android.common.mk | 115 # uncomment to keep the debug symbols
|
/external/mesa3d/src/compiler/glsl/ |
lower_distance.cpp | 678 shader->symbols->add_variable(v2.new_distance_out_var); 680 shader->symbols->add_variable(v2.new_distance_in_var);
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
program.cpp | 367 buf.as_scalar<cl_uint>() = prog.symbols().size(); 373 }, std::string(), prog.symbols());
|
/external/webp/src/enc/ |
vp8l_enc.c | 591 int symbols[2] = { 0, 0 }; local 598 if (count < 2) symbols[count] = i; 606 } else if (count <= 2 && symbols[0] < kMaxSymbol && symbols[1] < kMaxSymbol) { 607 VP8LPutBits(bw, 1, 1); // Small tree marker to encode 1 or 2 symbols. 609 if (symbols[0] <= 1) { 611 VP8LPutBits(bw, symbols[0], 1); 614 VP8LPutBits(bw, symbols[0], 8); 617 VP8LPutBits(bw, symbols[1], 8); 745 // Build histogram image and symbols from backward references [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
init.go | 30 // // over all matching imported symbols
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
init.go | 30 // // over all matching imported symbols
|
/system/extras/simpleperf/ |
thread_tree.cpp | 271 uint64_t min_vaddr, std::vector<Symbol>* symbols) { 280 dso->SetSymbols(symbols);
|
/toolchain/binutils/binutils-2.25/bfd/ |
coff-tic54x.c | 351 asymbol **symbols, 371 relent->sym_ptr_ptr = (symbols 382 /* The symbols definitions that we have read in have been 384 refering to the symbols in the raw data have not been 387 Note that symbols which used to be common must be left alone. */
|
/toolchain/binutils/binutils-2.25/binutils/ |
nlmconv.c | 86 static asymbol **symbols; 389 symbols = (asymbol **) xmalloc (symsize); 390 symcount = bfd_canonicalize_symtab (inbfd, symbols); 417 symbols. Because each stub requires an entry in the TOC section 422 powerpc_build_stubs (inbfd, outbfd, &symbols, &symcount); 466 sym = symbols[i]; 501 symbols into the .bss section, and mark them as exported. */ 525 symbols will confuse it. */ 632 /* See if it's one of the special named symbols. */ 637 /* FIXME: If these symbols are not in the .text section, w 85 static asymbol **symbols; variable [all...] |
od-macho.c | 444 printf (" local symbols: idx: %10lu num: %-8lu", 448 printf (" external symbols: idx: %10lu num: %-8lu", 452 printf (" undefined symbols: idx: %10lu num: %-8lu", 492 /* Try to read the symbols to display the toc or indirect symbols. */ 537 if (symtab && symtab->symbols && toc->symbol_index < symtab->nsyms) 539 const char *name = symtab->symbols[toc->symbol_index].symbol.name; 565 printf (" indirect symbols:\n"); 597 if (symtab && symtab->symbols 599 && symtab->symbols[isym].symbol.name [all...] |
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-frv/ |
fdpic-pie-2.d | 1 #name: FRV uClinux PIC relocs to global symbols, pie linking
|
fdpic-pie-6.d | 1 #name: FRV uClinux PIC relocs to weak undefined symbols, pie linking
|
fdpic-pie-8.d | 1 #name: FRV uClinux PIC relocs to global symbols with addends, pie linking
|
fdpic-shared-2.d | 1 #name: FRV uClinux PIC relocs to (mostly) global symbols, shared linking
|
fdpic-shared-3.d | 1 #name: FRV uClinux PIC relocs to hidden symbols, shared linking
|
fdpic-shared-4.d | 1 #name: FRV uClinux PIC relocs to protected symbols, shared linking
|
fdpic-shared-5.d | 1 #name: FRV uClinux PIC relocs to undefined symbols, shared linking
|
fdpic-shared-6.d | 1 #name: FRV uClinux PIC relocs to weak undefined symbols, shared linking
|
fdpic-shared-8.d | 1 #name: FRV uClinux PIC relocs to (mostly) global symbols with addends, shared linking
|
fdpic-shared-local-2.d | 1 #name: FRV uClinux PIC relocs to forced-local symbols, shared linking
|
fdpic-shared-local-8.d | 1 #name: FRV uClinux PIC relocs to forced-local symbols with addends, shared linking
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/ |
i386.exp | 30 {readelf --symbols vxworks1-lib.nd} {readelf -d vxworks1-lib.td}} 188 {"PR ld/17313 (2)" "-melf_i386 -shared --just-symbols=tmpdir/zero.o" "" 192 {"PR ld/17306 (2)" "-melf_i386 -shared -Bsymbolic --just-symbols=tmpdir/pr17306b.o" ""
|