HomeSort by relevance Sort by last modified time
    Searched refs:constant (Results 201 - 225 of 438) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodetextnodetype.js 81 returns the constant value 3.
  /external/javassist/src/main/javassist/
CtField.java 359 * Returns the value of this field if it is a constant field.
362 * A constant field is <code>static</code> and <code>final</code>.
367 * representing the constant value.
368 * <code>null</code> if it is not a constant field
455 * Makes an initializer that assigns a constant integer value.
458 public static Initializer constant(int i) { method in class:CtField.Initializer
463 * Makes an initializer that assigns a constant boolean value.
466 public static Initializer constant(boolean b) { method in class:CtField.Initializer
471 * Makes an initializer that assigns a constant long value.
474 public static Initializer constant(long l) method in class:CtField.Initializer
482 public static Initializer constant(float l) { method in class:CtField.Initializer
490 public static Initializer constant(double d) { method in class:CtField.Initializer
498 public static Initializer constant(String s) { method in class:CtField.Initializer
    [all...]
  /external/proguard/src/proguard/classfile/io/
ProgramClassReader.java 30 import proguard.classfile.constant.*;
31 import proguard.classfile.constant.visitor.ConstantVisitor;
89 // Read the constant pool. Note that the first entry is not used.
92 programClass.constantPool = new Constant[programClass.u2constantPoolCount];
95 Constant constant = createConstant(); local
96 constant.accept(programClass, this);
97 programClass.constantPool[index] = constant;
100 // constant pool.
101 int tag = constant.getTag()
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITInlineMethods.h 503 inline void JIT::emitStore(unsigned index, const JSValue constant, RegisterID base)
505 store32(Imm32(constant.payload()), payloadFor(index, base));
506 store32(Imm32(constant.tag()), tagFor(index, base));
617 ALWAYS_INLINE bool JIT::getOperandConstantImmediateInt(unsigned op1, unsigned op2, unsigned& op, int32_t& constant)
620 constant = getConstantOperand(op1).asInt32();
626 constant = getConstantOperand(op2).asInt32();
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorJS.pm     [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 202 llvm::Constant *Init = CGM.EmitConstantExpr(D.getInit(), D.getType(), this);
204 // If constant emission failed, then this should be a C++ static
208 CGM.ErrorUnsupported(D.getInit(), "constant l-value expression");
211 // be constant.
238 llvm::Constant *NewPtrForOldDecl =
286 // We may have to cast the constant because of the initializer
290 // RAUW's the GV uses of this constant will be invalid.
382 llvm::Constant *CleanupFn;
386 CallCleanupFunction(llvm::Constant *CleanupFn, const CGFunctionInfo *Info,
620 static bool canEmitInitWithFewStoresAfterMemset(llvm::Constant *Init
975 llvm::Constant *constant = CGM.EmitConstantExpr(D.getInit(), type, this); local
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
V8Proxy.cpp 129 const BatchedConstant* constant = &constants[i]; local
130 functionDescriptor->Set(v8::String::New(constant->name), v8::Integer::New(constant->value), v8::ReadOnly);
131 proto->Set(v8::String::New(constant->name), v8::Integer::New(constant->value), v8::ReadOnly);
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Intermediate.cpp 590 // For compile time constant selections, prune the code and
645 // See if all the operands are constant, then fold it otherwise not.
665 // Constant terminal nodes. Has a union that contains bool, float or int constants
667 // Returns the constant union node created.
1077 // The fold functions see if an operation on a constant can be done in place,
    [all...]
  /external/proguard/src/proguard/classfile/util/
DynamicMemberReferenceInitializer.java 26 import proguard.classfile.constant.*;
27 import proguard.classfile.constant.visitor.ConstantVisitor;
34 * This InstructionVisitor initializes any constant
36 * it visits. More specifically, it fills out the references of string constant
68 private final Constant[] GET_FIELD_CONSTANTS = new Constant[]
78 private final Constant[] GET_DECLARED_FIELD_CONSTANTS = new Constant[]
88 private final Constant[] GET_METHOD_CONSTANTS = new Constant[]
    [all...]
  /external/proguard/src/proguard/optimize/peephole/
MethodInliner.java 26 import proguard.classfile.constant.*;
27 import proguard.classfile.constant.visitor.ConstantVisitor;
301 // The code may expand, due to expanding constant and variable
427 // Make sure the constant is present in the constant pool of the
  /external/skia/gpu/include/
GrDrawTarget.h 41 * per-vertex color or the constant color (setColor/setAlpha) if there are
459 * Sets the blending function constant referenced by the following blending
466 * @param constant the constant to set
468 void setBlendConstant(GrColor constant) { fCurrDrawState.fBlendConstant = constant; }
472 * @return the blending constant value
    [all...]
  /external/v8/test/mjsunit/
bit-not.js 29 // The VM constant folds so we use that to check the result.
  /external/webkit/LayoutTests/dom/html/level1/core/
documentinvalidcharacterexceptioncreateentref.js 85 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='INVALID_CHARACTER_ERR'])
documentinvalidcharacterexceptioncreateentref1.js 82 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='INVALID_CHARACTER_ERR'])
documentinvalidcharacterexceptioncreatepi.js 85 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='INVALID_CHARACTER_ERR'])
documentinvalidcharacterexceptioncreatepi1.js 82 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='INVALID_CHARACTER_ERR'])
hc_characterdataindexsizeerrdeletedatacountnegative.js 89 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='INDEX_SIZE_ERR'])
hc_characterdataindexsizeerrdeletedataoffsetgreater.js 89 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='INDEX_SIZE_ERR'])
hc_characterdataindexsizeerrdeletedataoffsetnegative.js 89 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='INDEX_SIZE_ERR'])
hc_characterdataindexsizeerrinsertdataoffsetgreater.js 89 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='INDEX_SIZE_ERR'])
hc_characterdataindexsizeerrinsertdataoffsetnegative.js 89 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='INDEX_SIZE_ERR'])
hc_characterdataindexsizeerrreplacedatacountnegative.js 90 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='INDEX_SIZE_ERR'])
hc_characterdataindexsizeerrreplacedataoffsetgreater.js 90 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='INDEX_SIZE_ERR'])
hc_characterdataindexsizeerrreplacedataoffsetnegative.js 90 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='INDEX_SIZE_ERR'])
hc_characterdataindexsizeerrsubstringcountnegative.js 89 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='INDEX_SIZE_ERR'])

Completed in 804 milliseconds

1 2 3 4 5 6 7 891011>>