/external/llvm/test/MC/ARM/ |
thumb_set.s | 62 @ CHECK: Value: 0x1 68 @ CHECK: Value: 0x1 74 @ CHECK: Value: 0x1 80 @ CHECK: Value: 0x5 86 @ CHECK: Value: 0x5 92 @ CHECK: Value: 0x0 98 @ CHECK: Value: 0x7 104 @ CHECK: Value: 0x0 110 @ CHECK-NEXT: Value: 0x0 120 @ CHECK: Value: 0x [all...] |
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
RuntimeDyldMachOX86_64.h | 52 RelocationValueRef Value( 57 makeValueAddendPCRel(Value, RelI, 1 << RE.Size); 61 processGOTRelocation(RE, Value, Stubs); 63 RE.Addend = Value.Offset; 64 if (Value.SymbolName) 65 addRelocationForSymbol(RE, Value.SymbolName); 67 addRelocationForSection(RE, Value.SectionID); 73 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { 74 DEBUG(dumpRelocationToResolve(RE, Value)); 78 // If the relocation is PC-relative, the value to be encoded is th [all...] |
RuntimeDyldMachOARM.h | 75 RelocationValueRef Value( 79 makeValueAddendPCRel(Value, RelI, 8); 82 processBranchRelocation(RE, Value, Stubs); 84 RE.Addend = Value.Offset; 85 if (Value.SymbolName) 86 addRelocationForSymbol(RE, Value.SymbolName); 88 addRelocationForSection(RE, Value.SectionID); 94 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { 95 DEBUG(dumpRelocationToResolve(RE, Value)); 99 // If the relocation is PC-relative, the value to be encoded is th [all...] |
/external/llvm/lib/Target/Sparc/MCTargetDesc/ |
SparcAsmBackend.cpp | 22 static unsigned adjustFixupValue(unsigned Kind, uint64_t Value) { 30 return Value; 34 return (Value >> 2) & 0x3fffffff; 37 return (Value >> 2) & 0x3fffff; 40 return (Value >> 2) & 0x7ffff; 43 return (Value >> 2) & 0xc000; 46 return (Value >> 2) & 0x3fff; 54 return (Value >> 10) & 0x3fffff; 62 return Value & 0x3ff; 66 return (~Value >> 10) & 0x3fffff [all...] |
/external/llvm/lib/Transforms/Utils/ |
BypassSlowDivision.cpp | 13 // runtime it is profitable to check the value of the operands, and if they are 31 Value *Dividend; 32 Value *Divisor; 34 DivOpInfo(bool InSignedOp, Value *InDividend, Value *InDivisor) 75 // value of the operands and uses a shorter-faster div/rem instruction when 86 Value *Dividend = Instr->getOperand(0); 87 Value *Divisor = Instr->getOperand(1); 106 Value *SlowQuotientV; 107 Value *SlowRemainderV [all...] |
/external/llvm/include/llvm/LineEditor/ |
LineEditor.h | 131 CompleterModel(T Value) : Value(Value) {} 133 return Value(Buffer, Pos); 135 T Value; 140 ListCompleterModel(T Value) : Value(Value) {} 143 return Value(Buffer, Pos); 145 T Value; [all...] |
/external/skia/src/sfnt/ |
SkIBMFamilyClass.h | 36 SK_TYPED_ENUM(Value, SK_OT_BYTE, 49 (value)SK_SEQ_END) 52 SK_TYPED_ENUM(Value, SK_OT_BYTE, 59 (value)SK_SEQ_END) 62 SK_TYPED_ENUM(Value, SK_OT_BYTE, 69 (value)SK_SEQ_END) 72 SK_TYPED_ENUM(Value, SK_OT_BYTE, 84 (value)SK_SEQ_END) 87 SK_TYPED_ENUM(Value, SK_OT_BYTE, 97 (value)SK_SEQ_END [all...] |
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/ |
BasicVerifier.java | 48 public Value copyOperation(final AbstractInsnNode insn, final Value value)
51 Value expected;
70 if (!((BasicValue) value).isReference()) {
73 value);
75 return value;
77 if (!((BasicValue) value).isReference()
78 && value != BasicValue.RETURNADDRESS_VALUE)
82 value);
[all...] |
/external/libchrome/base/ |
values.cc | 24 scoped_ptr<Value> CopyWithoutEmptyChildren(const Value& node); 32 scoped_ptr<Value> child_copy = CopyWithoutEmptyChildren(**it); 46 scoped_ptr<Value> child_copy = CopyWithoutEmptyChildren(it.value()); 56 scoped_ptr<Value> CopyWithoutEmptyChildren(const Value& node) { 58 case Value::TYPE_LIST: 61 case Value::TYPE_DICTIONARY: 73 // Pass the value against which all consecutive calls of the () operator wil 525 const Value* value; local 534 const Value* value; local 543 const Value* value; local 552 const Value* value; local 561 const Value* value; local 585 const Value* value; local 605 const Value* value; local 625 const Value* value; local 664 const Value* value; local 673 const Value* value; local 682 const Value* value; local 692 const Value* value; local 701 const Value* value; local 711 const Value* value; local 735 const Value* value; local 943 const Value* value; local 951 const Value* value; local 959 const Value* value; local 967 const Value* value; local 975 const Value* value; local 983 const Value* value; local 1002 const Value* value; local 1020 const Value* value; local [all...] |
/external/v8/src/parsing/ |
token.h | 179 enum Value { 187 static const char* Name(Value tok) { 193 static bool IsKeyword(Value tok) { 197 static bool IsIdentifier(Value tok, LanguageMode language_mode, 216 static bool IsAssignmentOp(Value tok) { 220 static bool IsBinaryOp(Value op) { 224 static bool IsTruncatingBinaryOp(Value op) { 228 static bool IsCompareOp(Value op) { 232 static bool IsOrderedRelationalCompareOp(Value op) { 236 static bool IsEqualityOp(Value op) [all...] |
/external/llvm/lib/Target/AMDGPU/ |
AMDGPUPromoteAlloca.cpp | 84 for (Value::use_iterator U = GV->use_begin(), 109 static Value * 110 calculateVectorIndex(Value *Ptr, 111 const std::map<GetElementPtrInst *, Value *> &GEPIdx) { 121 static Value* GEPToVectorIndex(GetElementPtrInst *GEP) { 144 // Must be the stored pointer operand, not a stored value. 168 std::map<GetElementPtrInst*, Value*> GEPVectorIdx; 169 std::vector<Value*> WorkList; 180 Value *Index = GEPToVectorIndex(GEP); 203 for (std::vector<Value*>::iterator I = WorkList.begin() [all...] |
/external/protobuf/src/google/protobuf/ |
descriptor_database.cc | 52 template <typename Value> 53 bool SimpleDescriptorDatabase::DescriptorIndex<Value>::AddFile( 55 Value value) { 56 if (!InsertIfNotPresent(&by_name_, file.name(), value)) { 68 if (!AddSymbol(path + file.message_type(i).name(), value)) return false; 69 if (!AddNestedExtensions(file.message_type(i), value)) return false; 72 if (!AddSymbol(path + file.enum_type(i).name(), value)) return false; 75 if (!AddSymbol(path + file.extension(i).name(), value)) return false; 76 if (!AddExtension(file.extension(i), value)) return false [all...] |
/libcore/ojluni/src/main/java/java/lang/ |
ProcessEnvironment.java | 37 * the parent process for any environment name or value not created by 40 * Internally, we define the types Variable and Value that exhibit 42 * environment then looks like a Map<Variable,Value>. But we don't 63 private static final HashMap<Variable,Value> theEnvironment; 76 Value.valueOf(environ[i])); 96 ((Map<Variable,Value>)(theEnvironment.clone())); 101 return new StringEnvironment(new HashMap<Variable,Value>(capacity)); 117 // Check that value is suitable for insertion into Environment map 118 private static void validateValue(String value) { 119 if (value.indexOf('\u0000') != -1 [all...] |
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
Value.java | 32 * This class represents generic value used in JDWP packets. 34 public class Value { 45 * Creates new value with no tag. 47 public Value() { 52 * Creates new ID value with specified tag. 54 public Value(byte tag, long value) { 56 this.numberValue = new Long(value); 60 * Creates new byte value. 62 public Value(byte value) [all...] |
/external/libchrome/base/json/ |
json_writer.cc | 28 bool JSONWriter::Write(const Value& node, std::string* json) { 33 bool JSONWriter::WriteWithOptions(const Value& node, 58 bool JSONWriter::BuildJSONString(const Value& node, size_t depth) { 60 case Value::TYPE_NULL: { 65 case Value::TYPE_BOOLEAN: { 66 bool value; local 67 bool result = node.GetAsBoolean(&value); 69 json_string_->append(value ? "true" : "false"); 73 case Value::TYPE_INTEGER: { 74 int value; local 82 double value; local 114 std::string value; local 132 const Value* value = *it; local [all...] |
/external/libweave/third_party/chromium/base/json/ |
json_writer.cc | 28 bool JSONWriter::Write(const Value& node, std::string* json) { 33 bool JSONWriter::WriteWithOptions(const Value& node, 58 bool JSONWriter::BuildJSONString(const Value& node, size_t depth) { 60 case Value::TYPE_NULL: { 65 case Value::TYPE_BOOLEAN: { 66 bool value; local 67 bool result = node.GetAsBoolean(&value); 69 json_string_->append(value ? "true" : "false"); 73 case Value::TYPE_INTEGER: { 74 int value; local 82 double value; local 114 std::string value; local 132 const Value* value = *it; local [all...] |
/external/llvm/lib/Target/BPF/MCTargetDesc/ |
BPFMCCodeEmitter.cpp | 115 uint64_t Value = getBinaryCodeForInstr(MI, Fixups, STI); 116 LE.write<uint8_t>(Value >> 56); 118 LE.write<uint8_t>((Value >> 48) & 0xff); 120 LE.write<uint8_t>(SwapBits((Value >> 48) & 0xff)); 123 LE.write<uint32_t>(Value & 0xffffFFFF); 125 BE.write<uint32_t>(Value & 0xffffFFFF); 138 uint64_t Value = getBinaryCodeForInstr(MI, Fixups, STI); 139 LE.write<uint8_t>(Value >> 56); 141 LE.write<uint8_t>((Value >> 48) & 0xff); 142 LE.write<uint16_t>((Value >> 32) & 0xffff) [all...] |
/external/lzma/CPP/7zip/Common/ |
MethodProps.h | 23 NWindows::NCOM::CPropVariant Value;
48 prop.Value = s;
57 HRESULT SetParam(const UString &name, const UString &value);
64 if (Props[i].Value.vt == VT_UI4)
65 return (int)Props[i].Value.ulVal;
74 if (Props[i].Value.vt == VT_UI4)
76 res = Props[i].Value.ulVal;
88 if (Props[i].Value.vt == VT_UI4)
89 return Props[i].Value.ulVal;
97 if (Props[i].Value.vt == VT_UI4) [all...] |
/external/skia/tools/json/ |
SkJSONRenderer.cpp | 23 void getPaint(Json::Value& paint, SkPaint* result); 25 void getRect(Json::Value& rect, SkRect* result); 27 void getRRect(Json::Value& rrect, SkRRect* result); 29 void getPath(Json::Value& path, SkPath* result); 31 void getMatrix(Json::Value& matrix, SkMatrix* result); 33 SkRegion::Op getRegionOp(Json::Value& op); 35 void processCommand(Json::Value& command, SkCanvas* target); 37 void processTranslate(Json::Value& command, SkCanvas* target); 39 void processScale(Json::Value& command, SkCanvas* target); 41 void processMatrix(Json::Value& command, SkCanvas* target) [all...] |
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
valuetest.cpp | 21 TEST(Value, DefaultConstructor) {
22 Value x;
26 //std::cout << "sizeof(Value): " << sizeof(x) << std::endl;
30 //TEST(Value, copy_constructor) {
31 // Value x(1234);
32 // Value y = x;
39 TEST(Value, Traits) {
40 typedef GenericValue<UTF8<>, CrtAllocator> Value;
41 static_assert(std::is_constructible<Value>::value, "");
[all...] |
/art/compiler/optimizing/ |
induction_var_range.cc | 49 static bool IsIntAndGet(HInstruction* instruction, int64_t* value) { 51 *value = instruction->AsIntConstant()->GetValue(); 54 *value = instruction->AsLongConstant()->GetValue(); 64 static InductionVarRange::Value SimplifyMax(InductionVarRange::Value v) { 65 int64_t value; local 70 IsIntAndGet(v.instruction->InputAt(1), &value) && v.a_constant == value) { 71 return InductionVarRange::Value(v.instruction->InputAt(0), 1, v.b_constant); 77 * Corrects a value for type to account for arithmetic wrap-around in lower precision 354 int64_t value; local [all...] |
/external/skia/tools/debugger/ |
SkDrawCommand.h | 103 virtual Json::Value toJSON(UrlDataManager& urlDataManager) const; 105 Json::Value drawToAndCollectJSON(SkCanvas*, UrlDataManager& urlDataManager) const; 111 static SkDrawCommand* fromJSON(Json::Value& command, UrlDataManager& urlDataManager); 128 static SkRestoreCommand* fromJSON(Json::Value& command, UrlDataManager& urlDataManager); 138 Json::Value toJSON(UrlDataManager& urlDataManager) const override; 139 static SkClearCommand* fromJSON(Json::Value& command, UrlDataManager& urlDataManager); 152 Json::Value toJSON(UrlDataManager& urlDataManager) const override; 153 static SkClipPathCommand* fromJSON(Json::Value& command, UrlDataManager& urlDataManager); 167 Json::Value toJSON(UrlDataManager& urlDataManager) const override; 168 static SkClipRegionCommand* fromJSON(Json::Value& command, UrlDataManager& urlDataManager) [all...] |
/external/clang/lib/CodeGen/ |
TargetInfo.h | 28 class Value; 98 llvm::Value *Address) const { 107 virtual llvm::Value *decodeReturnAddress(CodeGen::CodeGenFunction &CGF, 108 llvm::Value *Address) const { 117 virtual llvm::Value *encodeReturnAddress(CodeGen::CodeGenFunction &CGF, 118 llvm::Value *Address) const { 219 llvm::StringRef Value,
|
/external/libchrome/dbus/ |
values_util.cc | 17 // Returns whether |value| is exactly representable by double or not. 19 bool IsExactlyRepresentableByDouble(T value) { 20 return value == static_cast<T>(static_cast<double>(value)); 26 base::Value* element_value = PopDataAsValue(reader); 50 scoped_ptr<base::Value> key(PopDataAsValue(&entry_reader)); 53 // Use JSONWriter to convert an arbitrary value to a string. 56 // Get the value and set the key-value pair. 57 base::Value* value = PopDataAsValue(&entry_reader) local 97 uint8_t value = 0; local 103 bool value = false; local 109 int16_t value = 0; local 115 uint16_t value = 0; local 121 int32_t value = 0; local 127 uint32_t value = 0; local 133 int64_t value = 0; local 142 uint64_t value = 0; local 151 double value = 0; local 157 std::string value; local 163 ObjectPath value; local 283 const base::Value* value = *iter; local [all...] |
/external/llvm/include/llvm/Transforms/Utils/ |
ValueMapper.h | 21 class Value; 23 typedef ValueMap<const Value *, WeakVH> ValueToValueMapTy; 50 /// mapped Value on demand. For example, if linking lazily. 51 virtual Value *materializeDeclFor(Value *V) = 0; 71 /// RemapFlags - These are flags that the value mapping APIs allow. 81 /// entries that are not in the value map. If it is unset, it aborts if an 89 /// Any global values not in value map are mapped to null instead of 103 Value *MapValue(const Value *V, ValueToValueMapTy &VM [all...] |