HomeSort by relevance Sort by last modified time
    Searched refs:Value (Results 251 - 275 of 2613) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsOptionRecord.cpp 29 // The EntrySize value of 1 seems strange since the records are neither
30 // 1-byte long nor fixed length but it matches the value GAS emits.
70 unsigned Value = 0;
77 Value |= 1 << EncVal;
81 ri_gprmask |= Value;
83 ri_cprmask[0] |= Value;
89 ri_cprmask[1] |= Value;
91 ri_cprmask[2] |= Value;
93 ri_cprmask[3] |= Value;
  /external/parameter-framework/upstream/test/functional-tests/include/
FailureWrapper.hpp 108 /** Wrap a getter to return by value and throw an exception on failure. */
109 template <class K, class Value>
110 Value mayFailGet(bool (K::*accessor)(Value &, std::string &) const) const
112 Value value; local
113 wrapCall<bool>(*this, accessor, value);
114 return value;
118 template <class K, class Value>
119 void mayFailSet(bool (K::*accessor)(const Value &, std::string &), const Value &value
    [all...]
  /external/proguard/src/proguard/optimize/evaluation/
LoadingInvocationUnit.java 26 import proguard.evaluation.value.*;
44 * Creates a new LoadingInvocationUnit with the given value factory.
53 * Creates a new LoadingInvocationUnit with the given value factory, for
71 protected Value getFieldClassValue(Clazz clazz,
81 // Retrieve the stored field class value.
82 ReferenceValue value = StoringInvocationUnit.getFieldClassValue((Field)referencedMember); local
83 if (value != null)
85 return value;
94 protected Value getFieldValue(Clazz clazz,
104 // Retrieve the stored field value
105 Value value = StoringInvocationUnit.getFieldValue((Field)referencedMember); local
126 Value value = StoringInvocationUnit.getMethodParameterValue(method, parameterIndex); local
152 Value value = StoringInvocationUnit.getMethodReturnValue((Method)referencedMember); local
    [all...]
StoringInvocationUnit.java 26 import proguard.evaluation.value.*;
45 * Creates a new StoringInvocationUnit with the given value factory.
54 * Creates a new StoringInvocationUnit with the given value factory, for
74 ReferenceValue value)
81 generalizeFieldClassValue((Field)referencedMember, value);
89 Value value)
96 generalizeFieldValue((Field)referencedMember, value);
105 Value value)
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 55 Value *getValue(Type *) const;
113 /// represented as <C, V>, where the V is a symbolic value, and C is a
120 Value *getSymVal() const { return Val; }
126 void set(short Coefficient, Value *V) { Coeff.set(Coefficient), Val = V; }
127 void set(const APFloat& Coefficient, Value *V)
129 void set(const ConstantFP* Coefficient, Value *V)
136 static unsigned drillValueDownOneStep(Value* V, FAddend &A0, FAddend &A1);
138 /// Similar to FAddend::drillDownOneStep() except that the value being
150 // This addend has the value of "Coeff * Val".
151 Value *Val
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.cpp 66 BuildUtil::mkOp1(operation op, DataType ty, Value *dst, Value *src)
78 BuildUtil::mkOp2(operation op, DataType ty, Value *dst,
79 Value *src0, Value *src1)
92 BuildUtil::mkOp3(operation op, DataType ty, Value *dst,
93 Value *src0, Value *src1, Value *src2)
107 BuildUtil::mkLoad(DataType ty, Symbol *mem, Value *ptr
    [all...]
  /art/test/122-npe/src/
Main.java 68 ((Value) null).objectField.toString();
75 useInt(((Value) null).intField);
82 useFloat(((Value) null).floatField);
89 useLong(((Value) null).longField);
96 useDouble(((Value) null).doubleField);
103 ((Value) null).objectField = "Fisk";
110 ((Value) null).intField = 42;
117 ((Value) null).floatField = 42.0F;
124 ((Value) null).longField = 42L;
131 ((Value) null).doubleField = 42.0d
    [all...]
  /external/skia/src/sfnt/
SkPanose.h 17 //This value changes the meaning of the following 9 bytes.
19 SK_TYPED_ENUM(Value, SK_OT_BYTE,
27 (value)SK_SEQ_END)
33 SK_TYPED_ENUM(Value, SK_OT_BYTE,
51 (value)SK_SEQ_END)
55 SK_TYPED_ENUM(Value, SK_OT_BYTE,
69 (value)SK_SEQ_END)
73 SK_TYPED_ENUM(Value, SK_OT_BYTE,
85 (value)SK_SEQ_END)
89 SK_TYPED_ENUM(Value, SK_OT_BYTE
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 13 // returning a constant ("and i32 %x, 0" -> "0") or an already existing value
62 static Value *SimplifyAndInst(Value *, Value *, const Query &, unsigned);
63 static Value *SimplifyBinOp(unsigned, Value *, Value *, const Query &,
65 static Value *SimplifyFPBinOp(unsigned, Value *, Value *, const FastMathFlags &
    [all...]
  /external/skia/tools/debugger/
SkDrawCommand.cpp 164 typedef SkDrawCommand* (*FROM_JSON)(Json::Value&, UrlDataManager&);
223 Json::Value SkDrawCommand::toJSON(UrlDataManager& urlDataManager) const {
224 Json::Value result;
226 result[SKDEBUGCANVAS_ATTRIBUTE_VISIBLE] = Json::Value(this->isVisible());
230 Json::Value SkDrawCommand::drawToAndCollectJSON(SkCanvas* canvas,
232 Json::Value result = this->toJSON(urlDataManager);
246 // a Json::Value and is only compiled in this file
247 Json::Value parsedFromString;
263 SkDrawCommand* SkDrawCommand::fromJSON(Json::Value& command, UrlDataManager& urlDataManager) {
426 static Json::Value make_json_color(const SkColor color)
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.h 27 uint64_t Value, uint32_t Type, int64_t Addend,
31 uint64_t Value, uint32_t Type, int64_t Addend,
35 uint32_t Value, uint32_t Type, int32_t Addend);
38 uint64_t Value, uint32_t Type, int64_t Addend);
41 uint32_t Value, uint32_t Type, int32_t Addend);
44 uint32_t Value, uint32_t Type, int32_t Addend);
47 uint64_t Value, uint32_t Type, int64_t Addend);
50 uint64_t Value, uint32_t Type, int64_t Addend);
53 uint64_t Value, uint32_t Type, int64_t Addend);
56 uint64_t Value, uint32_t Type, int64_t Addend
    [all...]
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 27 static uint64_t adjustFixupValue(unsigned Kind, uint64_t Value) {
36 return Value;
39 return Value & 0xfffc;
42 return Value & 0x3fffffc;
44 return Value & 0xffff;
46 return Value & 0xfffc;
117 uint64_t Value, bool IsPCRel) const override {
118 Value = adjustFixupValue(Fixup.getKind(), Value);
119 if (!Value) return; // Doesn't change encoding
    [all...]
  /external/proguard/src/proguard/evaluation/
Variables.java 23 import proguard.evaluation.value.*;
28 * This class represents a local variable frame that contains <code>Value</code>
39 protected Value[] values;
48 this.values = new Value[size];
75 values = new Value[size];
124 Value thisValue = this.values[index];
125 Value otherValue = other.values[index];
136 Value newValue = thisValue.generalize(otherValue);
169 * Gets the Value of the variable with the given index, without disturbing it.
171 public Value getValue(int index
322 Value value = values[index]; local
339 Value value = values[index]; local
    [all...]
  /external/skia/tools/skiaserve/urlhandlers/
BreakHandler.cpp 63 Json::Value response(Json::objectValue);
64 Json::Value startColor(Json::arrayValue);
65 startColor.append(Json::Value(SkColorGetR(target)));
66 startColor.append(Json::Value(SkColorGetG(target)));
67 startColor.append(Json::Value(SkColorGetB(target)));
68 startColor.append(Json::Value(SkColorGetA(target)));
71 response["endOp"] = Json::Value(n);
83 Json::Value endColor(Json::arrayValue);
84 endColor.append(Json::Value(SkColorGetR(current)));
85 endColor.append(Json::Value(SkColorGetG(current)))
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_deblock.c 73 #define psb_deblock_reg_set(group, reg, value) \
75 *cmdbuf->regio_idx++ = value; reg_set_count++;
81 #define psb_deblock_reg_table_set(group, reg, index, value) \
83 *cmdbuf->regio_idx++ = value; reg_set_count++;
165 uint32_t i, BlockNum, Mv, MvAddr, Value;
178 Value = MEMIO_READ_FIELD(MbData, MSVDX_VEC_ENTDEC_VLRIF_H264_MB_UNIT_ASO_BLOCK2_PREDICTION_SIZE);
179 if (Value > (sizeof(BlockDownsizeMap) / sizeof(uint32_t) - 1))
180 Value = sizeof(BlockDownsizeMap) / sizeof(uint32_t) - 1;
181 BlockType[2] = BlockDownsizeMap[Value];
182 Value = MEMIO_READ_FIELD(MbData, MSVDX_VEC_ENTDEC_VLRIF_H264_MB_UNIT_ASO_BLOCK3_PREDICTION_SIZE)
    [all...]
  /external/clang/lib/CodeGen/
CGCall.h 23 #include "llvm/IR/Value.h"
32 class Value;
54 /// CallArgList - Type for representing both the value and type of
62 /// The original argument. Note that the argument l-value
69 /// A value to "use" after the writeback, or null.
70 llvm::Value *ToUse;
92 llvm::Value *toUse) {
149 /// ReturnValueSlot - Contains the address where the return value of a
152 llvm::PointerIntPair<llvm::Value *, 2, unsigned int> Value;
    [all...]
CGObjCRuntime.h 31 class Value;
87 llvm::Value *BaseValue,
90 llvm::Value *Offset);
104 void EmitInitOfCatchParam(CodeGenFunction &CGF, llvm::Value *exn,
125 virtual llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel) = 0;
135 virtual llvm::Value *GetSelector(CodeGenFunction &CGF,
166 llvm::Value *Receiver,
184 llvm::Value *Self,
191 virtual llvm::Value *GenerateProtocolRef(CodeGenFunction &CGF,
230 virtual llvm::Value *GetClass(CodeGenFunction &CGF
    [all...]
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmBackend.cpp 20 // Value is a fully-resolved relocation value: Symbol + Addend [- Pivot].
23 static uint64_t extractBitsForFixup(MCFixupKind Kind, uint64_t Value) {
25 return Value;
30 return (int64_t)Value / 2;
52 uint64_t Value, bool IsPCRel) const override;
56 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
88 unsigned DataSize, uint64_t Value,
97 Value = extractBitsForFixup(Kind, Value);
    [all...]
  /external/llvm/test/MC/ARM/
thumb-types.s 57 @ CHECK: Value: 0x6
63 @ CHECK: Value: 0x2
69 @ CHECK: Value: 0xD
75 @ CHECK: Value: 0x2
81 @ CHECK: Value: 0x1
87 @ CHECK: Value: 0x13
93 @ CHECK: Value: 0x0
99 @ CHECK: Value: 0x0
105 @ CHECK: Value: 0xA
  /external/proguard/src/proguard/optimize/info/
MethodOptimizationInfo.java 25 import proguard.evaluation.value.Value;
48 private Value[] parameters;
49 private Value returnValue;
69 parameters = new Value[parameterCount];
242 public void generalizeParameter(int parameterIndex, Value parameter)
250 public Value getParameter(int parameterIndex)
258 public void generalizeReturnValue(Value returnValue)
266 public Value getReturnValue()
273 public void setReturnValue(Value returnValue
    [all...]
  /cts/suite/audio_quality/lib/include/task/
TaskProcess.h 37 virtual bool parseAttribute(const android::String8& name, const android::String8& value);
45 typedef UniquePtr<TaskCase::Value> UniqueValue;
72 Param(TaskCase::Value& val);
75 TaskCase::Value& getValue();
76 TaskCase::Value* getValuePtr();
83 TaskCase::Value mValue;
  /external/libchrome/base/json/
json_reader.h 5 // A JSON parser. Converts strings of JSON into a Value object (see
39 class Value;
94 // Reads and parses |json|, returning a Value. The caller owns the returned
96 static scoped_ptr<Value> Read(const StringPiece& json);
98 // Reads and parses |json|, returning a Value owned by the caller. The
101 static scoped_ptr<Value> Read(const StringPiece& json, int options);
107 static scoped_ptr<Value> ReadAndReturnError(const StringPiece& json,
118 // Parses an input string into a Value that is owned by the caller.
119 scoped_ptr<Value> ReadToValue(const std::string& json);
  /external/libchrome/base/trace_event/
trace_event_argument.h 21 class Value;
34 void SetInteger(const char* name, int value);
35 void SetDouble(const char* name, double value);
36 void SetBoolean(const char* name, bool value);
37 void SetString(const char* name, base::StringPiece value);
38 void SetValue(const char* name, const TracedValue& value);
43 void SetIntegerWithCopiedName(base::StringPiece name, int value);
44 void SetDoubleWithCopiedName(base::StringPiece name, double value);
45 void SetBooleanWithCopiedName(base::StringPiece name, bool value);
47 base::StringPiece value);
    [all...]
  /external/libweave/third_party/chromium/base/json/
json_reader.h 5 // A JSON parser. Converts strings of JSON into a Value object (see
39 class Value;
94 // Reads and parses |json|, returning a Value. The caller owns the returned
96 static scoped_ptr<Value> Read(const StringPiece& json);
98 // Reads and parses |json|, returning a Value owned by the caller. The
101 static scoped_ptr<Value> Read(const StringPiece& json, int options);
107 static scoped_ptr<Value> ReadAndReturnError(const StringPiece& json,
118 // Parses an input string into a Value that is owned by the caller.
119 scoped_ptr<Value> ReadToValue(const std::string& json);
  /external/llvm/include/llvm/Analysis/
LazyValueInfo.h 1 //===- LazyValueInfo.h - Value constraint analysis --------------*- C++ -*-===//
10 // This file defines the interface for lazy computation of value constraint
27 class Value;
29 /// This pass computes, caches, and vends lazy value constraint information.
51 /// Determine whether the specified value comparison with a constant is known
54 Tristate getPredicateOnEdge(unsigned Pred, Value *V, Constant *C,
58 /// Determine whether the specified value comparison with a constant is known
61 Tristate getPredicateAt(unsigned Pred, Value *V, Constant *C,
64 /// Determine whether the specified value is known to be a
66 Constant *getConstant(Value *V, BasicBlock *BB, Instruction *CxtI = nullptr)
    [all...]

Completed in 863 milliseconds

<<11121314151617181920>>