/external/mesa3d/src/compiler/glsl/ |
ast_function.cpp | 565 ir_function *f = state->symbols->get_function(name); 570 if (state->symbols->get_type(name)) 574 if (!state->symbols->separate_function_namespace 575 && state->symbols->get_variable(name)) 619 var = state->symbols->get_variable(new_name); 701 if (state->symbols->get_function(name) == NULL 703 || sh->symbols->get_function(name) == NULL)) { 714 state->symbols->get_function(name)); 718 sh->symbols->get_function(name)); [all...] |
lower_tess_level.cpp | 454 shader->symbols->add_variable(v.new_tess_level_outer_var); 456 shader->symbols->add_variable(v.new_tess_level_inner_var);
|
/build/soong/cc/ |
linker.go | 55 // allow the module to contain undefined symbols. By default, 56 // modules cannot contain undefined symbols that are not satisified by their immediate 87 // group static libraries. This can resolve missing symbols issues with interdependencies 199 // darwin defaults to treating undefined symbols as errors
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
IntlTestDecimalFormatAPI.java | 120 DecimalFormatSymbols symbols = new DecimalFormatSymbols(Locale.FRENCH); local 122 DecimalFormat cust1 = new DecimalFormat(pattern, symbols);
|
/external/icu/icu4c/source/tools/tzcode/ |
icuzdump.cpp | 50 DecimalFormatSymbols *symbols = new DecimalFormatSymbols(Locale::getEnglish(), status); local 51 decf = new DecimalFormat("00", symbols, status);
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/ |
DecimalFormat.java | 109 * <em>symbols</em>. The pattern may be set directly using {@link #applyPattern}, or 111 * minimum number of integer digits. The symbols are stored in a {@link 113 * pattern and symbols are read from ICU's locale data. 122 * replaced by ','. However, the replacement is still happening, and if the symbols are 241 * <p>The prefixes, suffixes, and various symbols used for infinity, digits, thousands 243 * appear properly during formatting. However, care must be taken that the symbols and 303 * grouping symbol, and that between the first and second grouping symbols. These 604 * Creates a DecimalFormat using the default pattern and symbols for the default 635 * Creates a DecimalFormat from the given pattern and the symbols for the default 658 * Creates a DecimalFormat from the given pattern and symbols. Use this constructo [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
IntlTestDecimalFormatAPI.java | 119 DecimalFormatSymbols symbols = new DecimalFormatSymbols(Locale.FRENCH); local 121 DecimalFormat cust1 = new DecimalFormat(pattern, symbols);
|
/external/libxml2/doc/ |
Makefile.am | 29 README.docs symbols.xml 169 symbols.xml \ 306 libxml2-api.xml libxml2-refs.xml ../libxml2.syms: apibuild.py symbols.xml syms.xsl checkapisym.xsl $(source_file_deps) 310 ($(XSLTPROC) -o ../libxml2.syms $(srcdir)/syms.xsl $(srcdir)/symbols.xml)
|
/external/llvm/test/MC/PowerPC/ |
ppc64-errors.s | 101 # CHECK: error: invalid modifier 'got' (no symbols present)
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
kernel.cpp | 36 auto &sym = find(name_equals(name), prog.symbols()); 54 auto &syms = prog.symbols();
|
/libcore/ojluni/src/main/java/java/text/ |
NumberFormat.java | 838 DecimalFormatSymbols symbols = DecimalFormatSymbols.getInstance(desiredLocale); local [all...] |
/prebuilts/go/darwin-x86/src/cmd/addr2line/ |
addr2line_test.go | 36 t.Fatalf("error reading symbols: %v", err)
|
/prebuilts/go/darwin-x86/src/cmd/internal/objfile/ |
elf.go | 29 func (f *elfFile) symbols() ([]Sym, error) { func 30 elfSyms, err := f.elf.Symbols()
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
ldpe.go | 152 // create symbols for mapped sections 219 return fmt.Errorf("relocation number %d symbol index idx=%d cannot be large then number of symbols %d", j, r.SymbolTableIndex, len(f.COFFSymbols)) 264 // ld -r could generate multiple section symbols for the 279 // enter sub-symbols into symbol table.
|
/prebuilts/go/darwin-x86/src/cmd/nm/ |
nm.go | 96 syms, err := f.Symbols() 101 errorf("reading %s: no symbols", file)
|
/prebuilts/go/darwin-x86/src/debug/pe/ |
file.go | 24 Symbols []*Symbol // COFF symbols with auxiliary symbol records removed 25 COFFSymbols []COFFSymbol // all COFF symbols (including auxiliary symbol records) 109 f.Symbols, err = removeAuxSymbols(f.COFFSymbols, f.StringTable) 257 // ImportedSymbols returns the names of all symbols 260 // It does not return weak symbols.
|
/prebuilts/go/darwin-x86/src/plugin/ |
plugin.go | 57 // symbols V and F can be accessed
|
/prebuilts/go/linux-x86/src/cmd/addr2line/ |
addr2line_test.go | 36 t.Fatalf("error reading symbols: %v", err)
|
/prebuilts/go/linux-x86/src/cmd/internal/objfile/ |
elf.go | 29 func (f *elfFile) symbols() ([]Sym, error) { func 30 elfSyms, err := f.elf.Symbols()
|
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
ldpe.go | 152 // create symbols for mapped sections 219 return fmt.Errorf("relocation number %d symbol index idx=%d cannot be large then number of symbols %d", j, r.SymbolTableIndex, len(f.COFFSymbols)) 264 // ld -r could generate multiple section symbols for the 279 // enter sub-symbols into symbol table.
|
/prebuilts/go/linux-x86/src/cmd/nm/ |
nm.go | 96 syms, err := f.Symbols() 101 errorf("reading %s: no symbols", file)
|
/prebuilts/go/linux-x86/src/debug/pe/ |
file.go | 24 Symbols []*Symbol // COFF symbols with auxiliary symbol records removed 25 COFFSymbols []COFFSymbol // all COFF symbols (including auxiliary symbol records) 109 f.Symbols, err = removeAuxSymbols(f.COFFSymbols, f.StringTable) 257 // ImportedSymbols returns the names of all symbols 260 // It does not return weak symbols.
|
/prebuilts/go/linux-x86/src/plugin/ |
plugin.go | 57 // symbols V and F can be accessed
|
/toolchain/binutils/binutils-2.25/bfd/ |
libcoff-in.h | 28 #define obj_symbols(bfd) (coff_data (bfd)->symbols) 48 struct coff_symbol_struct *symbols; /* Symtab for input bfd. */ member in struct:coff_tdata 70 /* The unswapped external symbols. May be NULL. Read by 230 /* The first and last symbol indices for symbols used by this csect. */ 482 symbols from global to static. */ 500 /* Buffer large enough to hold swapped symbols of any input file. */ 502 /* Buffer large enough to hold sections of symbols of any input file. */ 504 /* Buffer large enough to hold output indices of symbols of any 507 /* Buffer large enough to hold output symbols for any input file. */
|
mipsbsd.c | 125 file header, symbols, and relocation. */ 340 asymbol **symbols) 368 if (!NAME(aout,slurp_reloc_table) (abfd, section, symbols))
|