HomeSort by relevance Sort by last modified time
    Searched refs:symbols (Results 201 - 225 of 1460) sorted by null

1 2 3 4 5 6 7 891011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
mvk-reloc-local.d 1 #name: C6X MVK relocations, local symbols
weak-be.d 1 #name: C6X relocs to weak symbols, big endian
weak.d 1 #name: C6X relocs to weak symbols, little endian
  /toolchain/binutils/binutils-2.25/opcodes/
vax-dis.c 175 We also check for synthetic symbols as these are used for PLT entries
176 (weak undefined symbols may not have the function type set). Finally
188 if (info->symbols
189 && info->symbols[0]
190 && (info->symbols[0]->flags & (BSF_FUNCTION | BSF_SYNTHETIC))
191 && addr == bfd_asymbol_value (info->symbols[0]))
205 PLT symbols are marked BSF_SYNTHETIC. */
209 if (info->symbols
210 && info->symbols[0]
211 && (info->symbols[0]->flags & BSF_SYNTHETIC
    [all...]
  /external/mesa3d/src/glsl/
builtin_variables.cpp 509 glsl_symbol_table *const symtab = state->symbols;
527 state->symbols->get_type("gl_DepthRangeParameters"));
535 glsl_symbol_table *const symtab = state->symbols;
650 add_builtin_variable(instructions, state->symbols,
667 add_builtin_variable(instructions, state->symbols,
675 add_builtin_variable(instructions, state->symbols,
692 add_variable(instructions, state->symbols,
716 glsl_symbol_table *const symtab = state->symbols;
733 add_builtin_variable(instructions, state->symbols,
752 add_variable(instructions, state->symbols,
    [all...]
  /external/mesa3d/src/mesa/main/
ff_fragment_shader.cpp 547 current = p->shader->symbols->get_variable("gl_CurrentAttribFragMESA");
558 ir_variable *var = p->shader->symbols->get_variable("gl_Color");
589 var = p->shader->symbols->get_variable("gl_TextureEnvColor");
597 var = p->shader->symbols->get_variable("gl_Color");
927 ir_variable *tc_array = p->shader->symbols->get_variable("gl_TexCoord");
950 sampler_type = p->shader->symbols->get_type("sampler1DShadow");
952 sampler_type = p->shader->symbols->get_type("sampler1D");
957 sampler_type = p->shader->symbols->get_type("sampler1DArrayShadow");
959 sampler_type = p->shader->symbols->get_type("sampler1DArray");
964 sampler_type = p->shader->symbols->get_type("sampler2DShadow")
    [all...]
  /frameworks/base/tools/aapt2/
ResourceParser_test.cpp 216 ASSERT_EQ(enumAttr->symbols.size(), 3u);
218 AAPT_ASSERT_TRUE(enumAttr->symbols[0].symbol.name);
219 EXPECT_EQ(enumAttr->symbols[0].symbol.name.value().entry, u"bar");
220 EXPECT_EQ(enumAttr->symbols[0].value, 0u);
222 AAPT_ASSERT_TRUE(enumAttr->symbols[1].symbol.name);
223 EXPECT_EQ(enumAttr->symbols[1].symbol.name.value().entry, u"bat");
224 EXPECT_EQ(enumAttr->symbols[1].value, 1u);
226 AAPT_ASSERT_TRUE(enumAttr->symbols[2].symbol.name);
227 EXPECT_EQ(enumAttr->symbols[2].symbol.name.value().entry, u"baz");
228 EXPECT_EQ(enumAttr->symbols[2].value, 2u)
    [all...]
  /development/scripts/
symbol.py 100 lib: library (or executable) pathname containing symbols
108 more than one element with the symbols for the most deeply
123 lib: library (or executable) pathname containing symbols
129 associated symbols and locations. The list is always non-empty.
132 more than one element with the symbols for the most deeply
171 lib: library (or executable) pathname containing symbols
176 each address has a list of associated symbols and locations
180 more than one element with the symbols for the most deeply
186 symbols = SYMBOLS_DIR + lib
187 if not os.path.exists(symbols)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
doc.go 25 If the package is a command (package main), the exported symbols of the package
56 In all forms, when matching symbols, lower-case letters in the argument match
58 multiple matches of a lower-case argument in a package if different symbols have
79 Show package docs and exported symbols within the doc command.
90 Respect case when matching symbols.
93 Otherwise package main's exported symbols are hidden
97 symbols and methods.
  /prebuilts/go/linux-x86/src/cmd/go/
doc.go 25 If the package is a command (package main), the exported symbols of the package
56 In all forms, when matching symbols, lower-case letters in the argument match
58 multiple matches of a lower-case argument in a package if different symbols have
79 Show package docs and exported symbols within the doc command.
90 Respect case when matching symbols.
93 Otherwise package main's exported symbols are hidden
97 symbols and methods.
  /system/extras/simpleperf/runtest/
runtest.py 355 symbols = []
373 symbols.append(cur_symbol)
380 symbols.append(cur_symbol)
422 return symbols
425 symbols = self._read_report_file(report_file, has_callgraph)
426 if not self._check_symbol_overhead_requirements(test, symbols):
429 if not self._check_symbol_children_overhead_requirements(test, symbols):
431 if not self._check_symbol_relation_requirements(test, symbols):
435 def _check_symbol_overhead_requirements(self, test, symbols):
439 for symbol in symbols
    [all...]
  /external/bison/src/
reduce.c 48 /* Set of all accessible symbols. */
51 /* Set of symbols used to define rule precedence (so they are
83 | Remember that rules are 1-origin, symbols are 0-origin. |
140 /* Find out which productions are reachable and which symbols are
142 symbols which only has the start symbol in it, iterate over all
145 reachable symbols, add the production to the set of reachable
147 production to the set of reachable symbols.
153 and the set V of symbols in the reduced grammar.
303 warn_at (symbols[i]->location, _("nonterminal useless in grammar: %s"),
304 symbols[i]->tag)
    [all...]
parse-gram.y 224 %type <list> symbols.1 symbols.prec generic_symlist generic_symlist_item
430 | "%type" TYPE symbols.1
441 precedence_declarator type.opt symbols.prec
466 /* Just like symbols.1 but accept INT for the sake of POSIX. */
467 symbols.prec:
470 | symbols.prec symbol.prec
479 /* One or more symbols to be %typed. */
480 symbols.1:
483 | symbols.1 symbo
    [all...]
  /prebuilts/go/darwin-x86/src/debug/elf/
file.go 395 // getSymbols returns a slice of Symbols from parsing the symbol table
409 // ErrNoSymbols is returned by File.Symbols and File.DynamicSymbols
437 symbols := make([]Symbol, symtab.Len()/Sym32Size)
444 symbols[i].Name = str
445 symbols[i].Info = sym.Info
446 symbols[i].Other = sym.Other
447 symbols[i].Section = SectionIndex(sym.Shndx)
448 symbols[i].Value = uint64(sym.Value)
449 symbols[i].Size = uint64(sym.Size)
453 return symbols, strdata, ni
    [all...]
  /prebuilts/go/linux-x86/src/debug/elf/
file.go 395 // getSymbols returns a slice of Symbols from parsing the symbol table
409 // ErrNoSymbols is returned by File.Symbols and File.DynamicSymbols
437 symbols := make([]Symbol, symtab.Len()/Sym32Size)
444 symbols[i].Name = str
445 symbols[i].Info = sym.Info
446 symbols[i].Other = sym.Other
447 symbols[i].Section = SectionIndex(sym.Shndx)
448 symbols[i].Value = uint64(sym.Value)
449 symbols[i].Size = uint64(sym.Size)
453 return symbols, strdata, ni
    [all...]
  /external/icu/icu4c/source/i18n/
decimalformatpattern.cpp 106 const DecimalFormatSymbols& symbols) {
107 fZeroDigit = symbols.getConstSymbol(
109 fSigDigit = symbols.getConstSymbol(
111 fGroupingSeparator = symbols.getConstSymbol(
113 fDecimalSeparator = symbols.getConstSymbol(
115 fPercent = symbols.getConstSymbol(
117 fPerMill = symbols.getConstSymbol(
119 fDigit = symbols.getConstSymbol(
121 fSeparator = symbols.getConstSymbol(
123 fExponent = symbols.getConstSymbol
    [all...]
  /external/opencv3/3rdparty/libwebp/utils/
huffman.c 109 // Get symbols.
129 if (IsFull(tree)) return 0; // error: too many symbols.
155 // Find out number of symbols and the root symbol.
187 // Add symbols one-by-one.
207 const int* const symbols, int max_symbol,
215 assert(symbols != NULL);
220 // Add symbols one-by-one.
223 if (symbols[i] < 0 || symbols[i] >= max_symbol) {
226 if (!TreeAddSymbol(tree, symbols[i], codes[i], code_lengths[i]))
    [all...]
  /libcore/ojluni/src/main/java/java/text/
DecimalFormat.java 84 * <em>symbols</em>. The pattern may be set directly using
86 * symbols are stored in a <code>DecimalFormatSymbols</code> object. When using
87 * the <code>NumberFormat</code> factory methods, the pattern and symbols are
141 * <p>The prefixes, suffixes, and various symbols used for infinity, digits,
144 * be taken that the symbols and strings do not conflict, or parsing will be
385 * Creates a DecimalFormat using the default pattern and symbols
409 this.symbols = new DecimalFormatSymbols(def);
415 * Creates a DecimalFormat using the given pattern and the symbols
433 this.symbols = new DecimalFormatSymbols(Locale.getDefault(Locale.Category.FORMAT));
439 * Creates a DecimalFormat using the given pattern and symbols
1584 private DecimalFormatSymbols symbols; field in class:DecimalFormat
    [all...]
  /external/jemalloc/bin/
jeprof.in 138 # Special routine name that should not have any symbols.
155 <profile> is a remote form. Symbols are obtained from host:port$SYMBOL_PAGE
167 jeprof --symbols <program>
183 --add_lib=<file> Read additional symbols and line info from the given library
200 --symbols Print demangled symbol names found at given addresses
397 "symbols!" => \$main::opt_symbols,
446 # Disassembly/listing/symbols mode requires address-level info
535 # --symbols needs a binary-name (to run nm on, etc) but not profiles
577 my ($profile, $symbols, $libs, $thread) = @_;
583 $profile = RemoveUninterestingFrames($symbols, $profile)
    [all...]
  /external/google-breakpad/src/tools/windows/dump_syms/
dump_syms_unittest.cc 195 std::string symbols; local
196 ASSERT_NO_FATAL_FAILURE(RunCommand(command_line, &symbols));
198 EXPECT_EQ(expected_symbols, symbols);
  /external/icu/icu4c/source/samples/numfmt/
main.cpp 172 DecimalFormatSymbols symbols(*dnf->getDecimalFormatSymbols());
173 symbols.setSymbol(DecimalFormatSymbols::kCurrencySymbol, currencyMap[i].symbol);
174 dnf->setDecimalFormatSymbols(symbols); // do not adopt symbols: Jitterbug 2889
  /external/llvm/test/MC/PowerPC/
ppc64-localentry.s 3 # RUN: llvm-readobj -h -r -symbols | FileCheck %s
5 # RUN: llvm-readobj -h -r -symbols | FileCheck %s
45 # Verify that fixups to local function symbols are performed only
58 # CHECK: Symbols [
  /toolchain/binutils/binutils-2.25/gold/
gdb-index.h 62 const unsigned char* symbols,
156 const unsigned char* symbols,
163 const unsigned char* symbols,
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
FormatTests.java 944 char symbols[] = { local
959 return symbols;
962 private static void setCharSymbols(DecimalFormatSymbols dfs, char symbols[])
964 dfs.setDecimalSeparator(symbols[0]);
965 dfs.setDigit(symbols[1]);
966 dfs.setGroupingSeparator(symbols[2]);
967 dfs.setMinusSign(symbols[3]);
968 dfs.setMonetaryDecimalSeparator(symbols[4]);
969 dfs.setPadEscape(symbols[5]);
970 dfs.setPatternSeparator(symbols[6])
980 String symbols[] = { local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
FormatTests.java 943 char symbols[] = { local
958 return symbols;
961 private static void setCharSymbols(DecimalFormatSymbols dfs, char symbols[])
963 dfs.setDecimalSeparator(symbols[0]);
964 dfs.setDigit(symbols[1]);
965 dfs.setGroupingSeparator(symbols[2]);
966 dfs.setMinusSign(symbols[3]);
967 dfs.setMonetaryDecimalSeparator(symbols[4]);
968 dfs.setPadEscape(symbols[5]);
969 dfs.setPatternSeparator(symbols[6])
979 String symbols[] = { local
    [all...]

Completed in 664 milliseconds

1 2 3 4 5 6 7 891011>>