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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
parse.h 8 typedef struct Symbol {
9 struct Symbol *next;
12 } Symbol;
14 void Symbol_init(Symbol *, const SubStr*);
15 static Symbol *Symbol_new(const SubStr*);
16 Symbol *Symbol_find(const SubStr*);
21 static Symbol *
24 Symbol *r = malloc(sizeof(Symbol));
  /frameworks/base/core/res/res/values/
symbols.xml 28 <java-symbol type="id" name="account_name" />
29 <java-symbol type="id" name="account_row_icon" />
30 <java-symbol type="id" name="account_row_text" />
31 <java-symbol type="id" name="account_type" />
32 <java-symbol type="id" name="action_bar" />
33 <java-symbol type="id" name="action_bar_container" />
34 <java-symbol type="id" name="action_bar_overlay_layout" />
35 <java-symbol type="id" name="action_bar_title" />
36 <java-symbol type="id" name="action_bar_subtitle" />
37 <java-symbol type="id" name="action_context_bar" /
    [all...]
  /frameworks/webview/chromium/overlay/frameworks/base/core/res/res/values/
chromium-symbols.xml 24 <java-symbol type="attr" name="webviewchromium_select_dialog_multichoice" />
25 <java-symbol type="attr" name="webviewchromium_select_dialog_singlechoice" />
27 <java-symbol type="color" name="webviewchromium_autofill_dark_divider_color" />
28 <java-symbol type="color" name="webviewchromium_autofill_divider_color" />
29 <java-symbol type="color" name="webviewchromium_color_picker_background_color" />
30 <java-symbol type="color" name="webviewchromium_color_picker_border_color" />
32 <java-symbol type="dimen" name="webviewchromium_color_button_height" />
33 <java-symbol type="dimen" name="webviewchromium_color_picker_gradient_margin" />
34 <java-symbol type="dimen" name="webviewchromium_autofill_text_height" />
35 <java-symbol type="dimen" name="webviewchromium_autofill_text_divider_height" /
    [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*
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elfvisibility.errwarn 1 -:6: warning: More than one symbol visibility provided; using last
elftest.asm 8 ; [1] Define and export a global text-section symbol
9 ; [2] Define and export a global data-section symbol
10 ; [3] Define and export a global BSS-section symbol
11 ; [4] Define a non-global text-section symbol
12 ; [5] Define a non-global data-section symbol
13 ; [6] Define a non-global BSS-section symbol
14 ; [7] Define a COMMON symbol
17 ; [10] Import an external symbol
18 ; [11] Make a PC-relative call to an external symbol
19 ; [12] Reference a text-section symbol in the text sectio
    [all...]
  /external/zlib/src/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/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
symrec.h 3 * \brief YASM symbol table interface.
37 /** Symbol status. YASM_SYM_DEFINED is set by yasm_symtab_define_label(),
49 /** Symbol record visibility.
54 YASM_SYM_GLOBAL = 1 << 0, /**< If symbol is declared GLOBAL */
55 YASM_SYM_COMMON = 1 << 1, /**< If symbol is declared COMMON */
56 YASM_SYM_EXTERN = 1 << 2, /**< If symbol is declared EXTERN */
57 YASM_SYM_DLOCAL = 1 << 3 /**< If symbol is explicitly declared LOCAL */
60 /** Create a new symbol table. */
64 /** Destroy a symbol table and all internal symbols.
65 * \param symtab symbol tabl
    [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);
  /external/lzma/Java/SevenZip/Compression/RangeCoder/
BitTreeEncoder.java 20 public void Encode(Encoder rangeEncoder, int symbol) throws IOException
26 int bit = (symbol >>> bitIndex) & 1;
32 public void ReverseEncode(Encoder rangeEncoder, int symbol) throws IOException
37 int bit = symbol & 1;
40 symbol >>= 1;
44 public int GetPrice(int symbol)
51 int bit = (symbol >>> bitIndex) & 1;
58 public int ReverseGetPrice(int symbol)
64 int bit = symbol & 1;
65 symbol >>>= 1;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
MakeNames.cpp.tmpl 21 DEFINE_GLOBAL(AtomicString, {{entry|symbol}}Storage)
22 {{export}} const AtomicString& {{entry|symbol}} = *reinterpret_cast<const AtomicString*>(&{{entry|symbol}}Storage);
24 DEFINE_GLOBAL(AtomicString, {{entry|symbol}})
31 StringImpl* {{entry|symbol}}Impl = StringImpl::createStatic("{{entry|cpp_name}}", {{entry|cpp_name|length}}, {{entry|cpp_name|hash}});
36 new ((void*)&{{entry|symbol}}) AtomicString({{entry|symbol}}Impl);
  /frameworks/compile/mclinker/include/mcld/LD/
DiagSymbolResolutions.inc 1 DIAG(note_has_no_symtab, DiagnosticEngine::Note, "input file `%0' has no symbol table `%2'\n path of input file: %1", "input file `%0' has no symbol table `%2'\n path of input file: %1")
4 DIAG(mark_dynamic_defined, DiagnosticEngine::Ignore, "refer to dynamic symbol %0", "call a external function %0")
5 DIAG(comm_refer_to_define, DiagnosticEngine::Ignore, "common symbol %0 is overridden by previous definition", "common symbol %0 is overridden by previous definition")
6 DIAG(redefine_common, DiagnosticEngine::Ignore, "common symbol %0 is overridden by definition", "common symbol %0 is overriden by definition")
7 DIAG(indirect_refer_to_common, DiagnosticEngine::Ignore, "indirect symbol %0 points to a common symbol", "indirect symbol %0 points to a common symbol"
    [all...]
  /external/bison/src/
symtab.h 23 * \brief Manipulating ::symbol.
38 /** Symbol classes. */
52 typedef struct symbol symbol; typedef in typeref:struct:symbol
56 struct symbol struct
58 /** The key, name of the symbol. */
74 /** Any \c \%destructor declared specifically for this symbol.
76 Access this field only through <tt>symbol</tt>'s interface
77 functions. For example, if <tt>symbol::destructor = NULL</tt>, a
83 /** Any \c \%printer declared specifically for this symbol
    [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...]
  /external/chromium_org/native_client_sdk/src/libraries/xray/
symtable.c 5 /* XRay symbol table */
57 const char* XRaySymbolGetName(struct XRaySymbol* symbol) {
58 return (NULL == symbol) ? "(null)" : symbol->name;
65 struct XRaySymbol* symbol; local
66 symbol = XRaySymbolPoolAlloc(sympool);
67 symbol->name = name;
68 return symbol;
73 struct XRaySymbol* symbol; local
81 symbol = &sympool->current->symbols[sympool->index]
132 struct XRaySymbol* symbol; local
156 struct XRaySymbol* symbol = XRaySymbolCreate(symtab->symbol_pool, name); local
    [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/chromium_org/chrome/third_party/chromevox/chromevox/background/mathmaps/symbols/
hebrew_letters.json 5 "default": "alef symbol",
15 "default": "bet symbol",
25 "default": "gimel symbol",
35 "default": "dalet symbol",
  /external/chromium_org/native_client_sdk/src/libraries/ppapi/
ppapi_externs.c 3 /* Add a global symbol to force the linker to generate a LIB. */
  /external/lzma/CS/7zip/Compress/RangeCoder/
RangeCoderBitTree.cs 22 public void Encode(Encoder rangeEncoder, UInt32 symbol)
28 UInt32 bit = (symbol >> bitIndex) & 1;
34 public void ReverseEncode(Encoder rangeEncoder, UInt32 symbol)
39 UInt32 bit = symbol & 1;
42 symbol >>= 1;
46 public UInt32 GetPrice(UInt32 symbol)
53 UInt32 bit = (symbol >> bitIndex) & 1;
60 public UInt32 ReverseGetPrice(UInt32 symbol)
66 UInt32 bit = symbol & 1;
67 symbol >>= 1;
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
symbols.js 35 function IndirectSymbol() { return new Symbol }
39 symbols.push(Symbol())
40 symbols.push(Symbol(undefined))
41 symbols.push(Symbol("66"))
42 symbols.push(Symbol(66))
43 symbols.push(Symbol(Symbol()))
44 symbols.push((new Symbol).valueOf())
45 symbols.push((new Symbol()).valueOf())
46 symbols.push((new Symbol(Symbol())).valueOf()
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/tests/
stabs-elf.asm 8 ; [1] Define and export a global text-section symbol
9 ; [2] Define and export a global data-section symbol
10 ; [3] Define and export a global BSS-section symbol
11 ; [4] Define a non-global text-section symbol
12 ; [5] Define a non-global data-section symbol
13 ; [6] Define a non-global BSS-section symbol
14 ; [7] Define a COMMON symbol
17 ; [10] Import an external symbol
18 ; [11] Make a PC-relative call to an external symbol
19 ; [12] Reference a text-section symbol in the text sectio
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/
cofftest.asm 7 ; [1] Define and export a global text-section symbol
8 ; [2] Define and export a global data-section symbol
9 ; [3] Define and export a global BSS-section symbol
10 ; [4] Define a non-global text-section symbol
11 ; [5] Define a non-global data-section symbol
12 ; [6] Define a non-global BSS-section symbol
13 ; [7] Define a COMMON symbol
16 ; [10] Import an external symbol
17 ; [11] Make a PC-relative call to an external symbol
18 ; [12] Reference a text-section symbol in the text sectio
    [all...]

Completed in 634 milliseconds

1 2 3 4 5 6 7 8 91011>>