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

<<11121314151617181920>>

  /external/llvm/test/MC/ELF/
weakref.s 4 // never in the symbol table and that the only case it causes a symbol to
5 // be output as a weak undefined symbol is if that variable is not defined
73 // CHECK-NEXT: Symbol {
82 // CHECK-NEXT: Symbol {
91 // CHECK-NEXT: Symbol {
100 // CHECK-NEXT: Symbol {
109 // CHECK-NEXT: Symbol {
118 // CHECK-NEXT: Symbol {
127 // CHECK-NEXT: Symbol {
    [all...]
basic-elf-32.s 57 // CHECK: Symbol {
62 // CHECK: Symbol {
67 // CHECK: Symbol {
72 // CHECK: Symbol {
78 // CHECK: Symbol {
basic-elf-64.s 56 // CHECK: Symbol {
60 // CHECK: Symbol {
65 // CHECK: Symbol {
70 // CHECK: Symbol {
76 // CHECK: Symbol {
rename.s 4 // should be performed with the original symbol. Only if we decide to relocate
5 // with the symbol we should then use the renamed one.
8 // if we should relocate with the symbol or with the section and we would then
56 // Symbol 2 is section 1
57 // CHECK: Symbol {
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaDecoder.cs 48 uint symbol = Base.kNumLowLenSymbols;
50 symbol += m_MidCoder[posState].Decode(rangeDecoder);
53 symbol += Base.kNumMidLenSymbols;
54 symbol += m_HighCoder.Decode(rangeDecoder);
56 return symbol;
71 uint symbol = 1;
73 symbol = (symbol << 1) | m_Decoders[symbol].Decode(rangeDecoder);
74 while (symbol < 0x100);
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 77 # that you can compute the complete trace of rules from the start symbol.
89 # knows its state (such as current input symbol and line info) that
100 to the recognizer by the rules of a grammar and an input symbol which failed to
107 attr_accessor :input, :index, :line, :column, :symbol, :token, :source_name
117 @token = @symbol = input.look
118 @line = @symbol.line
119 @column = @symbol.column
121 @token = @symbol = input.peek || EOF
125 @symbol = @input.look
126 if @symbol.respond_to?( :line ) and @symbol.respond_to?( :column
    [all...]
  /external/bison/examples/calc++/
calc++-parser.hh 74 /// Symbol semantic values.
91 /// Symbol locations.
142 /// \brief Report a symbol value on the debug stream.
149 /// \brief Report a symbol on the debug stream.
183 /// Internal symbol numbers.
208 /// For a state, its accessing symbol.
216 /// Convert the symbol name \a n to a form suitable for a diagnostic.
220 /// For a symbol, its name in clear.
223 /// A type to store symbol numbers and -1.
227 /// For each rule, the index of the first RHS symbol in \a yyrhs_
    [all...]
  /external/elfutils/libasm/
libasmP.h 46 ASM_E_DUPLSYM, /* Duplicate symbol definition. */
162 /* Symbol string table. */
186 /* Descriptor for a symbol. */
189 /* Reference to the section which contains the symbol. */
192 /* Type of the symbol. */
194 /* Binding of the symbol. */
197 /* Size of the symbol. */
203 /* Symbol table index of the symbol in the symbol table. *
    [all...]
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DecimalFormatSymbolsTest.java 313 assertEquals("Returned incorrect DecimalSeparator symbol", '*', dfs
322 assertEquals("Returned incorrect Digit symbol", '*', dfs.getDigit());
330 assertEquals("Returned incorrect Exponent Separator symbol", "EE", dfs
339 assertEquals("Returned incorrect GroupingSeparator symbol", '*', dfs
348 assertTrue("Returned incorrect Infinity symbol",
365 assertEquals("Returned incorrect MinusSign symbol", '&', dfs
374 assertEquals("Returned incorrect nan symbol", "NAN!!", dfs.getNaN());
382 assertEquals("Returned incorrect PatternSeparator symbol", 'X', dfs
391 assertEquals("Returned incorrect Percent symbol", '*', dfs.getPercent());
399 assertEquals("Returned incorrect PerMill symbol", '#', dfs.getPerMill())
    [all...]
  /bionic/libc/kernel/arch-mips/asm/
asm.h 44 #define LEAF(symbol) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; symbol: .frame sp, 0, ra
45 #define NESTED(symbol, framesize, rpc) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; symbol: .frame sp, framesize, rp
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/
asm.h 44 #define LEAF(symbol) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; symbol: .frame sp, 0, ra
45 #define NESTED(symbol, framesize, rpc) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; symbol: .frame sp, framesize, rp
    [all...]
  /external/bison/src/
gram.h 30 Each symbol (either token or variable) receives a symbol number.
32 are for variables. Symbol number zero is the end-of-input token.
38 initial rule, `$accept: START-SYMBOL $end', which is numbered 1,
44 instance RITEM stores both symbol (the RHS) and rule numbers: the
56 RULES[R].lhs -- the symbol of the left hand side of rule R.
61 RULES[R].prec -- the symbol providing the precedence level of R.
63 RULES[R].precsym -- the symbol attached (via %prec) to give its
65 need to distinguish one from the other when reducing: a symbol used
81 The right hand side is stored as symbol numbers in a portion o
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
mfrngcod.h 38 /*The maximum symbol value.*/
40 /*Bits to shift by to move a symbol into the high-order position.*/
42 /*Carry bit of the high-order range symbol.*/
44 /*Low-order bit of the high-order range symbol.*/
46 /*The number of bits available for the last, partial symbol in the code field.*/
  /external/clang/test/CXX/class/class.mem/
p1.cpp 9 static int v; //expected-error{{redefinition of 'v' as different kind of symbol}}
11 static int v; //expected-error{{redefinition of 'v' as different kind of symbol}}
50 void v5() { } //expected-error{{redefinition of 'v5' as different kind of symbol}}
53 static int v6; //expected-error{{redefinition of 'v6' as different kind of symbol}}
57 static int v7; //expected-error{{redefinition of 'v7' as different kind of symbol}}
  /external/qemu/distrib/sdl-1.2.15/src/loadso/macos/
SDL_sysloadso.c 79 void *symbol = NULL; local
87 (char **)&symbol, &class) != noErr ) {
88 loaderror = "Symbol not found";
91 if ( symbol == NULL ) {
94 return(symbol);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/
neg_format.pass.cpp 61 assert(p.field[0] == std::money_base::symbol);
69 assert(p.field[0] == std::money_base::symbol);
77 assert(p.field[0] == std::money_base::symbol);
85 assert(p.field[0] == std::money_base::symbol);
95 assert(p.field[1] == std::money_base::symbol);
103 assert(p.field[1] == std::money_base::symbol);
111 assert(p.field[1] == std::money_base::symbol);
119 assert(p.field[1] == std::money_base::symbol);
130 assert(p.field[3] == std::money_base::symbol);
138 assert(p.field[3] == std::money_base::symbol);
    [all...]
pos_format.pass.cpp 61 assert(p.field[0] == std::money_base::symbol);
69 assert(p.field[0] == std::money_base::symbol);
77 assert(p.field[0] == std::money_base::symbol);
85 assert(p.field[0] == std::money_base::symbol);
95 assert(p.field[1] == std::money_base::symbol);
103 assert(p.field[1] == std::money_base::symbol);
111 assert(p.field[1] == std::money_base::symbol);
119 assert(p.field[1] == std::money_base::symbol);
130 assert(p.field[3] == std::money_base::symbol);
138 assert(p.field[3] == std::money_base::symbol);
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
asm.h 44 #define LEAF(symbol) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; symbol: .frame sp, 0, ra
45 #define NESTED(symbol, framesize, rpc) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; symbol: .frame sp, framesize, rp
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
asm.h 44 #define LEAF(symbol) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; symbol: .frame sp, 0, ra
45 #define NESTED(symbol, framesize, rpc) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; symbol: .frame sp, framesize, rp
    [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
asm.h 44 #define LEAF(symbol) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; symbol: .frame sp, 0, ra
45 #define NESTED(symbol, framesize, rpc) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; symbol: .frame sp, framesize, rp
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
asm.h 44 #define LEAF(symbol) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; symbol: .frame sp, 0, ra
45 #define NESTED(symbol, framesize, rpc) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; symbol: .frame sp, framesize, rp
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
asm.h 44 #define LEAF(symbol) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; symbol: .frame sp, 0, ra
45 #define NESTED(symbol, framesize, rpc) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; symbol: .frame sp, framesize, rp
    [all...]
  /sdk/emulator/qtools/
q2g.cpp 13 struct symbol { struct
18 typedef TraceReader<symbol> TraceReaderType;
44 TraceReader<symbol> *trace = new TraceReader<symbol>;
67 // If we have never seen this symbol before, then add it to the
  /external/chromium_org/third_party/android_platform/development/scripts/
stack 26 import symbol namespace
96 raise SymbolDownloadException("failed to extract symbol files (%s)."
105 # This is a zip of Chrome symbols, so symbol.CHROME_SYMBOLS_DIR needs to be
107 symbol.CHROME_SYMBOLS_DIR = symdir
130 symbol.SYMBOLS_DIR = os.path.expanduser(value)
134 symbol.ARCH = value
136 symbol.CHROME_SYMBOLS_DIR = os.path.join(symbol.CHROME_SYMBOLS_DIR, value)
157 rootdir, symbol.SYMBOLS_DIR = UnzipSymbols(zip_arg)
159 print "Reading Android symbols from", symbol.SYMBOLS_DI
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/
ForLoopUnroll.cpp 29 TIntermSymbol* symbol = declInit->getLeft()->getAsSymbolNode(); local
30 ASSERT(symbol);
31 TBasicType type = symbol->getBasicType();
55 TIntermSymbol* symbol = declInit->getLeft()->getAsSymbolNode(); local
56 ASSERT(symbol != NULL);
57 ASSERT(symbol->getBasicType() == EbtInt);
59 info.id = symbol->getId();
112 bool ForLoopUnroll::NeedsToReplaceSymbolWithValue(TIntermSymbol* symbol)
117 if (i->id == symbol->getId())
123 int ForLoopUnroll::GetLoopIndexValue(TIntermSymbol* symbol)
    [all...]

Completed in 1283 milliseconds

<<11121314151617181920>>