HomeSort by relevance Sort by last modified time
    Searched refs:constant (Results 226 - 250 of 573) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb 48 immediately. The rest are configured to autoload when any of the constant names
72 just a module used as a namespace for the named constant values used
77 when any constant defined in the script is referenced. contents are autoloaded
  /external/proguard/src/proguard/classfile/editor/
ClassReferenceFixer.java 28 import proguard.classfile.constant.*;
29 import proguard.classfile.constant.visitor.ConstantVisitor;
34 * This ClassVisitor fixes references of constant pool entries, fields,
73 // Fix the constant pool.
183 public void visitAnyConstant(Clazz clazz, Constant constant) {}
ConstantPoolRemapper.java 30 import proguard.classfile.constant.*;
31 import proguard.classfile.constant.visitor.ConstantVisitor;
38 * This ClassVisitor remaps all possible references to constant pool entries
40 * the constant pool entries themselves have already been remapped.
66 * Sets the given mapping of old constant pool entry indexes to their new
79 // Remap the local constant pool references.
199 // Remap the local constant pool references.
205 // Remap the constant pool references of the remaining attributes.
256 // Remap the constant pool references of the inner classes.
309 // Remap the constant pool references of the exceptions
    [all...]
  /external/proguard/src/proguard/classfile/util/
ClassReferenceInitializer.java 28 import proguard.classfile.constant.*;
29 import proguard.classfile.constant.visitor.ConstantVisitor;
37 * All class constant pool entries get direct references to the corresponding
41 * All field and method reference constant pool entries get direct references
44 * All name and type constant pool entries get a list of direct references to
96 // Initialize the constant pool entries.
158 public void visitAnyConstant(Clazz clazz, Constant constant) {}
DynamicClassReferenceInitializer.java 26 import proguard.classfile.constant.*;
27 import proguard.classfile.constant.visitor.ConstantVisitor;
33 * This InstructionVisitor initializes any constant <code>Class.forName</code> or
35 * it fills out the references of string constant pool entries that refer to a
63 private final Constant[] CLASS_FOR_NAME_CONSTANTS = new Constant[]
102 // private Constant[] DOT_CLASS_JAVAC_CONSTANTS = new Constant[]
110 private final Constant[] DOT_CLASS_JAVAC_CONSTANTS = new Constant[]
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
SH4Assembler.h 396 bool isImmediate(int constant)
398 return ((constant <= 127) && (constant >= -128));
1160 void loadConstant(uint32_t constant, RegisterID dst)
1162 if (((int)constant <= 0x7f) && ((int)constant >= -0x80)) {
1163 movImm8(constant, dst);
1170 printInstr(getOpcodeGroup3(MOVIMM_OPCODE, dst, constant), m_buffer.uncheckedSize());
1171 m_buffer.putShortWithConstantInt(opc, constant, true);
1174 void loadConstantUnReusable(uint32_t constant, RegisterID dst, bool ensureSpace = false
    [all...]
  /external/emma/lib/
emma.jar 
  /external/clang/test/SemaCXX/
constexpr-printing.cpp 12 constexpr int extract(const S &s) { return s.n; } // expected-note {{read of uninitialized object is not allowed in a constant expression}}
16 constexpr S s1; // expected-error {{constant expression}} expected-note {{in call to 'S()'}}
40 expected-error {{constant expression}} \
53 static_assert(passLargeArray(v) == 0, ""); // expected-error {{constant expression}} expected-note {{in call to 'passLargeArray({{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ...}})'}}
63 static_assert(badness(myUnion), ""); // expected-error {{constant expression}} \
74 static_assert(MemPtr(&MemPtrTest::n, &MemPtrTest::f, mpt.*&MemPtrTest::n), ""); // expected-error {{constant expression}} \
96 static_assert(mulBy3((LabelDiffTy)&&a-(LabelDiffTy)&&b) == 3, ""); // expected-error {{constant expression}} expected-note {{call to 'mulBy3(&&a - &&b)'}}
101 constexpr bool test_bool_0 = test_bool_printing(false); // expected-error {{constant expr}} expected-note {{in call to 'test_bool_printing(false)'}}
102 constexpr bool test_bool_1 = test_bool_printing(true); // expected-error {{constant expr}} expected-note {{in call to 'test_bool_printing(true)'}}
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_mastergain_gnu.s 70 LDR r6, =0x7fff @constant for saturation tests
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_mastergain_gnu.s 70 LDR r6, =0x7fff @constant for saturation tests
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lattice_armv7.S 25 @ r12: constant #16384
  /external/clang/lib/CodeGen/
CGDecl.cpp 221 llvm::Constant *Init = CGM.EmitConstantInit(D, this);
223 // If constant emission failed, then this should be a C++ static
227 CGM.ErrorUnsupported(D.getInit(), "constant l-value expression");
230 // be constant.
257 llvm::Constant *NewPtrForOldDecl =
269 // We have a constant initializer, but a nontrivial destructor. We still
286 llvm::Constant *addr =
325 // We may have to cast the constant because of the initializer
329 // RAUW's the GV uses of this constant will be invalid.
330 llvm::Constant *castedAddr = llvm::ConstantExpr::getBitCast(var, expectedType)
1040 llvm::Constant *constant = 0; local
    [all...]
  /external/chromium/testing/gmock/scripts/
gmock_doctor.py 444 r'error: a function call cannot appear in a constant-expression')
446 r'error: a function call cannot appear in a constant-expression'
  /external/proguard/src/proguard/classfile/
ProgramClass.java 25 import proguard.classfile.constant.*;
26 import proguard.classfile.constant.visitor.ConstantVisitor;
40 public Constant[] constantPool;
72 * Returns the Constant at the given index in the constant pool.
74 public Constant getConstant(int constantIndex)
  /external/v8/test/mjsunit/
copy-on-write-assert.js 30 // The constant below depends on the max object size in new space.
not.js 29 // The VM constant folds so we use that to check the result.
value-callic-prototype-change.js 28 // Test that the inline caches correctly detect that constant
  /external/v8/test/mjsunit/regress/
regress-580.js 28 // Test constant folding of smi operations that overflow a 32-bit int
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodeattributenodetype.js 81 returns the constant value 2.
hc_nodedocumentfragmentnodetype.js 79 returns the constant value 11.
hc_nodedocumentnodetype.js 79 returns the constant value 9.
hc_nodeelementnodetype.js 79 returns the constant value 1.
hc_nodetextnodetype.js 81 returns the constant value 3.
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodeattributenodetype.js 81 returns the constant value 2.
hc_nodedocumentfragmentnodetype.js 79 returns the constant value 11.

Completed in 5307 milliseconds

1 2 3 4 5 6 7 8 91011>>