HomeSort by relevance Sort by last modified time
    Searched refs:symbols (Results 26 - 50 of 480) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/MachO/ARM/
llvm-objdump-macho-stripped.s 4 # We are checking that disassembly happens when there are no symbols.
no-subsections-reloc.s 5 @ When not using subsections-via-symbols, references to non-local symbols
  /external/oprofile/libutil++/
op_bfd.cpp 42 /// function object for filtering symbols to remove
65 // Some sections have unnamed symbols in them. If
112 // symbols through a vector. We use an intermediate list to avoid a
114 symbols_found_t symbols; local
176 get_symbols(symbols);
179 add_symbols(symbols, symbol_filter);
208 void op_bfd::get_symbols(op_bfd::symbols_found_t & symbols)
212 // On separate debug file systems, the main bfd has no symbols,
228 symbols.push_back(op_bfd_symbol(ibfd.syms[i]));
236 // debug file symbols. We probably need to be mor
    [all...]
  /external/oprofile/pp/
opreport_options.h 28 extern bool symbols;
opannotate.cpp 291 symbol_collection const & symbols,
298 // to filter output of symbols (filter based on command line options)
345 // Note this use a pointer comparison. It work because symbols
347 if (find(symbols.begin(), symbols.end(), last_symbol)
348 != symbols.end())
357 // the beginning of this symbols
375 void output_objdump_str_list(symbol_collection const & symbols,
380 annotate_objdump_str_list(app_name, symbols, asm_lines);
394 void do_one_output_objdump(symbol_collection const & symbols,
502 symbol_collection symbols = samples->select_symbols(choice); local
540 symbol_collection const symbols = samples->find_symbol(filename, linenr); local
621 symbol_collection const symbols = samples->select_symbols(filename); local
    [all...]
  /bionic/libc/tools/
check-symbols.py 13 sys.stderr.write('Checking symbols for arch "%s"...\n' % arch)
19 path = '%s/development/ndk/platforms/android-%s/arch-%s/symbols/%s.so.%s.txt' % (os.environ['ANDROID_BUILD_TOP'], api, arch, library, functions_or_variables)
20 symbols = set()
22 symbols.add(line.rstrip())
23 #sys.stdout.write('%d %s in %s for %s\n' % (len(symbols), functions_or_variables, library, arch))
24 return symbols
  /external/bison/src/
conflicts.c 81 symbols[token]->tag);
90 symbols[token]->tag);
98 symbols[token]->tag);
109 symbols[token]->tag);
115 symbols[token]->tag,
122 symbols[token]->tag);
128 symbols[token]->tag);
134 symbols[token]->tag);
153 xml_escape (symbols[token]->tag));
162 xml_escape (symbols[token]->tag))
    [all...]
print.c 108 fprintf (out, " %s", symbols[*sp]->tag);
111 fprintf (out, " %s", symbols[*sp]->tag);
140 symbol *sym = symbols[TRANSITION_SYMBOL (trans, i)];
156 symbol *sym = symbols[TRANSITION_SYMBOL (trans, i)];
185 if (errp->symbols[i])
186 max_length (&width, errp->symbols[i]->tag);
197 if (errp->symbols[i])
199 const char *tag = errp->symbols[i]->tag;
260 if (s->errs->symbols[i])
261 bitset_set (no_reduce_set, s->errs->symbols[i]->number)
    [all...]
print-xml.c 150 symbol *sym = symbols[TRANSITION_SYMBOL (trans, i)];
163 symbol *sym = symbols[TRANSITION_SYMBOL (trans, i)];
188 if (errp->symbols[i])
200 if (errp->symbols[i])
202 char const *tag = errp->symbols[i]->tag;
261 if (s->errs->symbols[i])
262 bitset_set (no_reduce_set, s->errs->symbols[i]->number);
309 print_reduction (out, level + 1, symbols[i]->tag,
318 print_reduction (out, level + 1, symbols[i]->tag,
321 print_reduction (out, level + 1, symbols[i]->tag
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DateTimeSymbolicFieldElement.cpp 38 static AtomicString makeVisibleEmptyValue(const Vector<String>& symbols)
41 for (unsigned index = 0; index < symbols.size(); ++index)
42 maximumLength = std::max(maximumLength, numGraphemeClusters(symbols[index]));
50 DateTimeSymbolicFieldElement::DateTimeSymbolicFieldElement(Document* document, FieldOwner& fieldOwner, const Vector<String>& symbols, int minimum, int maximum)
52 , m_symbols(symbols)
53 , m_visibleEmptyValue(makeVisibleEmptyValue(symbols))
59 ASSERT(!symbols.isEmpty());
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DecimalFormatSymbolsTest.java 58 assertEquals("Returned incorrect symbols", '%', dfs.getPercent());
159 DecimalFormatSymbols symbols = DecimalFormatSymbols.getInstance(locale); local
160 assertNotNull(symbols);
161 assertEquals(DecimalFormatSymbols.getInstance(), symbols); local
179 DecimalFormatSymbols symbols = DecimalFormatSymbols.getInstance(locale); local
180 assertNotNull(symbols);
181 assertEquals(DecimalFormatSymbols.getInstance(), symbols); local
195 DecimalFormatSymbols symbols = DecimalFormatSymbols
197 assertTrue(symbols instanceof MockedDecimalFormatSymbols);
219 DecimalFormatSymbols symbols = DecimalFormatSymbol
587 DecimalFormatSymbols symbols = new DecimalFormatSymbols(Locale.FRANCE); local
669 DecimalFormatSymbols symbols = new DecimalFormatSymbols(Locale.US); local
679 DecimalFormatSymbols symbols = new DecimalFormatSymbols(Locale.ITALIAN); local
    [all...]
DateFormatSymbolsTest.java 148 DateFormatSymbols symbols = DateFormatSymbols.getInstance(locale); local
149 assertNotNull(symbols);
150 assertEquals(DateFormatSymbols.getInstance(), symbols); local
168 DateFormatSymbols symbols = DateFormatSymbols.getInstance(locale); local
169 assertNotNull(symbols);
170 assertEquals(DateFormatSymbols.getInstance(), symbols); local
184 DateFormatSymbols symbols = DateFormatSymbols
186 assertTrue(symbols instanceof MockedDateFormatSymbols);
226 DateFormatSymbols symbols = new DateFormatSymbols(); local
227 DateFormatSymbols clone = (DateFormatSymbols) symbols.clone()
561 DateFormatSymbols symbols = new DateFormatSymbols(Locale.FRANCE); local
    [all...]
  /bionic/libdl/
Android.mk 9 # NOTE: --exclude-libs=libgcc.a makes sure that any symbols libdl.so pulls from
11 # a) pull symbols from libgcc.a and b) depend on libdl.so will not rely on libdl.so
12 # to provide those symbols, but will instead pull them from libgcc.a. Specifically,
31 # few symbols from libc. Using --no-undefined here results in having to link
33 # with missing symbols. Since this library is just a bunch of stubs, we set
  /external/chromium_org/native_client_sdk/src/libraries/xray/
browser.c 27 static const char* XRayGetName(struct XRaySymbolTable* symbols,
30 struct XRaySymbol* symbol = XRaySymbolTableLookup(symbols, addr);
61 struct XRaySymbolTable* symbols = XRayGetSymbolTable(capture); local
109 XRayGetName(symbols, e),
131 XRayGetName(symbols, e),
144 XRayGetName(symbols, e),
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
ANGLEWebKitBridge.cpp 47 static bool getSymbolInfo(ShHandle compiler, ShShaderInfo symbolType, Vector<ANGLEShaderSymbol>& symbols)
106 // We can't check the size because regular symbols and arrays of length 1 both have a size of 1.
116 symbols.append(symbol);
119 // Add symbols for each array element.
125 symbols.append(symbol);
168 bool ANGLEWebKitBridge::compileShaderSource(const char* shaderSource, ANGLEShaderType shaderType, String& translatedShaderSource, String& shaderValidationLog, Vector<ANGLEShaderSymbol>& symbols, int extraCompileOptions)
212 if (!getSymbolInfo(compiler, SH_ACTIVE_ATTRIBUTES, symbols))
214 if (!getSymbolInfo(compiler, SH_ACTIVE_UNIFORMS, symbols))
  /external/chromium_org/third_party/libwebp/utils/
huffman.h 61 // and symbols. Verifies that all symbols added are smaller than max_symbol.
66 const int* const symbols, int max_symbol,
  /external/chromium_org/tools/valgrind/
test_suppressions.py 51 """ Demangle a list of C++ symbols, return a list of human-readable symbols.
65 """Extract all symbols from a suppression report."""
66 symbols = []
72 symbols.append(line[index + prefix_len:])
73 return symbols
76 """Print the |top_count| symbols with the most occurrences."""
81 symbols = symbol_reports.keys()
82 demangled = Demangle(symbols)
83 assert len(demangled) == len(symbols)
    [all...]
  /external/icu4c/common/
uniset_closure.cpp 49 const SymbolTable* symbols,
62 applyPattern(pattern, options, symbols, status);
70 const SymbolTable* symbols,
83 applyPattern(pattern, pos, options, symbols, status);
95 const SymbolTable* symbols,
98 applyPattern(pattern, pos, options, symbols, status);
117 const SymbolTable* symbols,
129 RuleCharacterIterator chars(pattern, symbols, pos);
130 applyPattern(chars, symbols, rebuiltPat, options, &UnicodeSet::closeOver, status);
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
make.php 70 'SYMBOLS' => array(
98 'BRACKETS' => array( # keep same as symbols so as to make ${} and $() equiv.
107 'SYMBOLS' => array(
  /external/oprofile/libpp/
symbol_container.h 3 * Internal container for symbols
22 * An arbitrary container of symbols. Supports lookup
35 /// return the number of symbols stored
49 /// find the symbols at the given filename and line number, if any
52 /// find the symbols defined in the given filename, if any
62 /// return start of symbols
65 /// return end of symbols
73 * The main container of symbols. Multiple symbols with the same
76 symbols_t symbols; member in class:symbol_container
    [all...]
  /external/webp/src/utils/
huffman.h 61 // and symbols. Verifies that all symbols added are smaller than max_symbol.
66 const int* const symbols, int max_symbol,
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
LocaleICU.cpp 121 Vector<String, DecimalSymbolsSize> symbols;
122 symbols.append(decimalSymbol(UNUM_ZERO_DIGIT_SYMBOL));
123 symbols.append(decimalSymbol(UNUM_ONE_DIGIT_SYMBOL));
124 symbols.append(decimalSymbol(UNUM_TWO_DIGIT_SYMBOL));
125 symbols.append(decimalSymbol(UNUM_THREE_DIGIT_SYMBOL));
126 symbols.append(decimalSymbol(UNUM_FOUR_DIGIT_SYMBOL));
127 symbols.append(decimalSymbol(UNUM_FIVE_DIGIT_SYMBOL));
128 symbols.append(decimalSymbol(UNUM_SIX_DIGIT_SYMBOL));
129 symbols.append(decimalSymbol(UNUM_SEVEN_DIGIT_SYMBOL));
130 symbols.append(decimalSymbol(UNUM_EIGHT_DIGIT_SYMBOL))
    [all...]
  /development/scripts/
symbol.py 107 lib: library (or executable) pathname containing symbols
115 more than one element with the symbols for the most deeply
130 lib: library (or executable) pathname containing symbols
136 associated symbols and locations. The list is always non-empty.
139 more than one element with the symbols for the most deeply
178 lib: library (or executable) pathname containing symbols
183 each address has a list of associated symbols and locations
187 more than one element with the symbols for the most deeply
194 symbols = SYMBOLS_DIR + lib
195 if not os.path.exists(symbols)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
latebindingsymboltable.cc 93 // NULL, or else some symbols may be left with uninitialized data that the
98 void *symbols[]) {
104 if (!LoadSymbol(handle, symbol_names[i], &symbols[i])) {
  /external/chromium_org/third_party/WebKit/Source/core/scripts/
check_objc_rename.sh 66 These Objective-C symbols may clash with those provided by the system's own
70 These symbols were found in:

Completed in 455 milliseconds

12 3 4 5 6 7 8 91011>>