HomeSort by relevance Sort by last modified time
    Searched full:symbol (Results 1 - 25 of 3443) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/zlib/old/as400/
bndsrc 11 EXPORT SYMBOL("adler32")
17 EXPORT SYMBOL("compress")
18 EXPORT SYMBOL("compress2")
24 EXPORT SYMBOL("crc32")
25 EXPORT SYMBOL("get_crc_table")
31 EXPORT SYMBOL("deflate")
32 EXPORT SYMBOL("deflateEnd")
33 EXPORT SYMBOL("deflateSetDictionary")
34 EXPORT SYMBOL("deflateCopy")
35 EXPORT SYMBOL("deflateReset"
    [all...]
  /external/valgrind/main/none/tests/
require-text-symbol-1.vgtest 1 prog: require-text-symbol
2 vgopts: -q "--require-text-symbol=:*libc.so*:strl?n"
require-text-symbol-2.vgtest 1 prog: require-text-symbol
2 vgopts: -q "--require-text-symbol=:*libc.so*:doesntexist" --vgdb-prefix=./vgdb-prefix-require-text-symbol-2
3 cleanup: rm ./vgdb-prefix-require-text-symbol-2*
require-text-symbol-2.stderr.exp-libcso6 4 valgrind: Cannot find any text symbol with a name that matches the pattern
6 valgrind: as required by a --require-text-symbol= specification.
  /external/zlib/as400/
bndsrc 11 EXPORT SYMBOL("adler32")
17 EXPORT SYMBOL("compress")
18 EXPORT SYMBOL("compress2")
24 EXPORT SYMBOL("crc32")
25 EXPORT SYMBOL("get_crc_table")
31 EXPORT SYMBOL("deflate")
32 EXPORT SYMBOL("deflateEnd")
33 EXPORT SYMBOL("deflateSetDictionary")
34 EXPORT SYMBOL("deflateCopy")
35 EXPORT SYMBOL("deflateReset"
    [all...]
  /external/iptables/extensions/
tos_values.c 29 const struct tos_symbol_info *symbol; local
34 for (symbol = tos_symbol_names; symbol->name != NULL; ++symbol)
35 if (value == symbol->value) {
36 printf(" %s%s", prefix, symbol->name);
  /frameworks/base/core/res/res/values/
public.xml 30 <java-symbol type="id" name="account_name" />
31 <java-symbol type="id" name="account_row_icon" />
32 <java-symbol type="id" name="account_row_text" />
33 <java-symbol type="id" name="account_type" />
34 <java-symbol type="id" name="action_bar" />
35 <java-symbol type="id" name="action_bar_container" />
36 <java-symbol type="id" name="action_bar_overlay_layout" />
37 <java-symbol type="id" name="action_bar_title" />
38 <java-symbol type="id" name="action_bar_subtitle" />
39 <java-symbol type="id" name="action_context_bar" /
    [all...]
  /external/linux-tools-perf/util/
annotate.h 6 #include "symbol.h"
68 struct symbol symbol; member in struct:sannotation
77 static inline struct annotation *symbol__annotation(struct symbol *sym)
79 struct sannotation *a = container_of(sym, struct sannotation, symbol);
83 int symbol__inc_addr_samples(struct symbol *sym, struct map *map,
85 int symbol__alloc_hist(struct symbol *sym, int nevents);
86 void symbol__annotate_zero_histograms(struct symbol *sym);
90 int symbol__annotate(struct symbol *sym, struct map *map, size_t privsize);
92 int symbol__annotate(struct symbol *sym, struct map *map, size_t privsize
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair_s.s 52 Symbol RN 7
69 Symbol RN 7
121 ;// Decode Symbol = TotalCoeff*4 + TrailingOnes
122 M_BD_VLD Symbol, T1, T2, pVLDTable, 4, 2
124 MOVS TotalCoeff, Symbol, LSR #2
129 CMP Symbol, #17*4
130 BGE.W EndBadSymbol ;// Error if bad symbol
138 ANDS TrailingOnes, Symbol, #3
144 M_BD_READ8 Symbol, 1, T1
147 SUB T1, T1, Symbol, LSL #
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair_s.s 52 Symbol RN 7
69 Symbol RN 7
121 ;// Decode Symbol = TotalCoeff*4 + TrailingOnes
122 M_BD_VLD Symbol, T1, T2, pVLDTable, 4, 2
124 MOVS TotalCoeff, Symbol, LSR #2
129 CMP Symbol, #17*4
130 BGE.W EndBadSymbol ;// Error if bad symbol
138 ANDS TrailingOnes, Symbol, #3
144 M_BD_READ8 Symbol, 1, T1
147 SUB T1, T1, Symbol, LSL #
    [all...]
  /external/llvm/bindings/python/llvm/tests/
test_object.py 5 from ..object import Symbol
36 for symbol in o.get_symbols():
38 assert isinstance(symbol, Symbol)
39 assert isinstance(symbol.name, str)
40 assert isinstance(symbol.address, long)
41 assert isinstance(symbol.size, long)
42 assert isinstance(symbol.file_offset, long)
46 for symbol in o.get_symbols():
47 symbol.cache(
    [all...]
  /external/llvm/test/MC/ELF/
undef.s 3 // Test which symbols should be in the symbol table
23 // CHECK-NEXT: # Symbol 0
25 // CHECK: # Symbol 1
27 // CHECK: # Symbol 2
29 // CHECK: # Symbol 3
31 // CHECK: # Symbol 4
33 // CHECK: # Symbol 5
35 // CHECK: # Symbol 6
37 // CHECK: # Symbol 7
merge.s 4 // with a reference to the symbol. Not sure if this is a linker limitation,
7 // Non-PIC relocations with 0 offset don't use the symbol.
25 // Relocation 0 refers to symbol 1
34 // Relocation 1 refers to symbol 6
42 // Relocation 2 refers to symbol 1
50 // Relocation 3 refers to symbol 2
58 // Relocation 4 refers to symbol 2
66 // Relocation 5 refers to symbol 8
79 // Symbol number 1 is .Lfoo
80 // CHECK: # Symbol
    [all...]
  /external/bison/src/
symtab.h 34 /* Symbol classes. */
38 token_sym, /* terminal symbol */
48 typedef struct symbol symbol; typedef in typeref:struct:symbol
52 struct symbol struct
54 /* The key, name of the symbol. */
77 /* Points to the other in the identifier-symbol pair for an alias.
79 identifier-symbol pair for an alias. */
80 symbol *alias;
88 /* `symbol->user_token_number == USER_NUMBER_ALIAS' means this symbo
    [all...]
symlist.h 31 /* The symbol. */
32 symbol *sym;
35 /* If this symbol is the generated lhs for a mid-rule, a pointer to
43 /* Whether this symbol's value is used in the current action. */
47 symbol *ruleprec;
57 symbol_list *symbol_list_new (symbol *sym, location loc);
64 symbol *sym,
73 /* Get symbol N in symbol list L. */
77 symbol N in rule RULE. *
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
symbol-table.h 0 // symbol-table.h
17 // Classes to provide symbol-to-integer and integer-to-symbol mappings.
48 int64 AddSymbol(const string& symbol, int64 key);
50 int64 AddSymbol(const string& symbol) {
51 int64 key = Find(symbol);
52 return (key == -1) ? AddSymbol(symbol, available_key_++) : key;
82 // Return the key associated with the symbol. If the symbol
84 int64 Find(const string& symbol) const
    [all...]
  /frameworks/base/core/res/
MakeJavaSymbols.sed 2 # to generate the set of <java-symbol> commands to have aapt generate
3 # the symbol for them.
7 s|.*R.id.\([a-zA-Z0-9_]*\).*| <java-symbol type="id" name="\1" />|gp
8 s|.*R.attr.\([a-zA-Z0-9_]*\).*| <java-symbol type="attr" name="\1" />|gp
9 s|.*R.bool.\([a-zA-Z0-9_]*\).*| <java-symbol type="bool" name="\1" />|gp
10 s|.*R.integer.\([a-zA-Z0-9_]*\).*| <java-symbol type="integer" name="\1" />|gp
11 s|.*R.color.\([a-zA-Z0-9_]*\).*| <java-symbol type="color" name="\1" />|gp
12 s|.*R.dimen.\([a-zA-Z0-9_]*\).*| <java-symbol type="dimen" name="\1" />|gp
13 s|.*R.fraction.\([a-zA-Z0-9_]*\).*| <java-symbol type="fraction" name="\1" />|gp
14 s|.*R.string.\([a-zA-Z0-9_]*\).*| <java-symbol type="string" name="\1" />|g
    [all...]
  /external/llvm/test/MC/MachO/
zerofill-4.s 12 // CHECK: # Symbol 0
15 // CHECK: # Symbol 1
18 // CHECK: # Symbol 2
21 // CHECK: # Symbol 3
24 // CHECK: # Symbol 4
27 // CHECK: # Symbol 5
30 // CHECK: # Symbol 6
33 // CHECK: # Symbol 7
  /external/openfst/src/lib/
Makefile.am 5 symbol-table.cc util.cc symbol-table-ops.cc
  /external/oprofile/libpp/
symbol_container.cpp 32 symbol_entry * symbol = const_cast<symbol_entry*>(&*p.first); local
33 symbol->sample.counts += symb.sample.counts;
45 symbol_entry symbol; local
46 symbol.sample.file_loc.filename = filename;
47 symbol.sample.file_loc.linenr = linenr;
52 pair<it, it> p_it = symbols_by_loc.equal_range(&symbol);
65 symbol_entry symbol; local
66 symbol.sample.file_loc.filename = filename;
67 symbol.sample.file_loc.linenr = 0;
70 it first = symbols_by_loc.lower_bound(&symbol);
    [all...]
symbol_functors.h 3 * Functors for symbol/sample comparison
15 #include "symbol.h"
31 /// compare based on symbol contents
symbol.cpp 2 * @file symbol.cpp
3 * Symbol containers
13 #include "symbol.h"
26 // FIXME: see comment in symbol.h: why we don't use sample.vma + size ?
  /system/core/libcorkscrew/
backtrace.c 214 static void init_backtrace_symbol(backtrace_symbol_t* symbol, uintptr_t pc) {
215 symbol->relative_pc = pc;
216 symbol->relative_symbol_addr = 0;
217 symbol->map_name = NULL;
218 symbol->symbol_name = NULL;
219 symbol->demangled_name = NULL;
227 backtrace_symbol_t* symbol = &backtrace_symbols[i]; local
228 init_backtrace_symbol(symbol, frame->absolute_pc);
232 symbol->relative_pc = frame->absolute_pc - mi->start;
234 symbol->map_name = strdup(mi->name)
255 backtrace_symbol_t* symbol = &backtrace_symbols[i]; local
277 backtrace_symbol_t* symbol = &backtrace_symbols[i]; local
    [all...]
  /frameworks/compile/mclinker/lib/LD/
StaticResolver.cpp 59 // * when a dynamic defined symbol meets a dynamic weak defined symbol, act
61 // * when a undefined symbol meets a dynamic defined symbol, override by
62 // dynamic defined first, then recover back to undefined symbol later.
63 // * when a dynamic defined symbol meets a undefined symbol or a weak
64 // undefined symbol, do not override, instead of marking.
65 // * When a undefined symbol meets a dynamic defined symbol or a wea
    [all...]
  /external/oprofile/libregex/
demangle_symbol.h 3 * Demangle a C++ symbol
28 * demangle_symbol - demangle a symbol
29 * @param name the mangled symbol name
32 * Demangle the symbol name, if the global

Completed in 2630 milliseconds

1 2 3 4 5 6 7 8 91011>>