/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
RuntimeDyldELFMips.cpp | 16 uint64_t Value) { 19 resolveMIPSO32Relocation(Section, RE.Offset, Value, RE.RelType, RE.Addend); 21 resolveMIPSN32Relocation(Section, RE.Offset, Value, RE.RelType, RE.Addend, 24 resolveMIPSN64Relocation(Section, RE.Offset, Value, RE.RelType, RE.Addend, 31 uint64_t Value, 35 Value = evaluateMIPS64Relocation(Section, RE.Offset, Value, RE.RelType, 37 return Value; 43 uint64_t Value) { 46 applyMIPSRelocation(Section.getAddressWithOffset(RE.Offset), Value, [all...] |
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
SetValues002Test.java | 21 import org.apache.harmony.jpda.tests.framework.jdwp.Value; 28 * Tests we correctly write value of boolean variable into the stack. 35 Value oldValue = Value.createBoolean(StackTrace002Debuggee.BOOLEAN_PARAM_VALUE); 36 Value newValue = Value.createBoolean(StackTrace002Debuggee.BOOLEAN_PARAM_VALUE_TO_SET); 45 * Tests we correctly write value of byte variable into the stack. 52 Value oldValue = Value.createByte(StackTrace002Debuggee.BYTE_PARAM_VALUE); 53 Value newValue = Value.createByte(StackTrace002Debuggee.BYTE_PARAM_VALUE_TO_SET) [all...] |
/art/cmdline/ |
memory_representation.h | 29 // The underlying runtime size_t value is guaranteed to be a multiple of Divisor. 39 Memory() : Value(0u) {} 40 Memory(size_t value) : Value(value) { // NOLINT [runtime/explicit] [5] 41 assert(value % kDivisor == 0); 43 operator size_t() const { return Value; } 46 return Value; 58 size_t Value; 63 return stream << memory.Value << '*' << kDivisor [all...] |
/art/compiler/utils/ |
atomic_dex_ref_map.h | 30 template <typename DexFileReferenceType, typename Value> 36 // Atomically swap the element in if the existing value matches expected. 43 const Value& expected, 44 const Value& desired); 47 bool Get(const DexFileReferenceType& ref, Value* out) const; 49 // Remove an item and return the existing value. Returns false if the dex file is not added. 50 bool Remove(const DexFileReferenceType& ref, Value* out); 72 using ElementArray = dchecked_vector<Atomic<Value>>;
|
/external/adhd/ucm-config/auron/HDA Intel PCH/ |
HiFi.conf | 2 Value { 23 Value { 42 Value {
|
/external/adhd/ucm-config/auron_paine/HDA Intel PCH/ |
HiFi.conf | 2 Value { 23 Value { 42 Value {
|
/external/adhd/ucm-config/auron_yuna/HDA Intel PCH/ |
HiFi.conf | 2 Value { 23 Value { 42 Value {
|
/external/adhd/ucm-config/cid/HDA Intel PCH/ |
HiFi.conf | 2 Value { 23 Value { 42 Value {
|
/external/adhd/ucm-config/falco/HDA Intel PCH/ |
HiFi.conf | 2 Value { 23 Value { 42 Value {
|
/external/adhd/ucm-config/gandof/HDA Intel PCH/ |
HiFi.conf | 2 Value { 23 Value { 42 Value {
|
/external/adhd/ucm-config/leon/HDA Intel PCH/ |
HiFi.conf | 2 Value { 23 Value { 42 Value {
|
/external/adhd/ucm-config/lulu/HDA Intel PCH/ |
HiFi.conf | 2 Value { 23 Value { 42 Value {
|
/external/adhd/ucm-config/peppy/HDA Intel PCH/ |
HiFi.conf | 2 Value { 23 Value { 42 Value {
|
/external/adhd/ucm-config/peppy_freon/HDA Intel PCH/ |
HiFi.conf | 2 Value { 23 Value { 42 Value {
|
/external/adhd/ucm-config/wolf/HDA Intel PCH/ |
HiFi.conf | 2 Value { 23 Value { 42 Value {
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/operators/ |
AddFunction.java | 21 import com.google.clearsilver.jsilver.values.Value; 22 import static com.google.clearsilver.jsilver.values.Value.literalValue; 29 public Value execute(Value... args) { 30 Value left = args[0]; 31 Value right = args[1];
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/structure/ |
NameFunction.java | 21 import com.google.clearsilver.jsilver.values.Value; 22 import static com.google.clearsilver.jsilver.values.Value.literalConstant; 23 import static com.google.clearsilver.jsilver.values.Value.literalValue; 35 public Value execute(Value... args) { 36 Value value = args[0]; local 37 if (value instanceof VariableValue) { 38 VariableValue variableValue = (VariableValue) value; 45 return literalConstant("", value); [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
DebugLocEntry.h | 32 struct Value { 33 Value(const DIExpression *Expr, int64_t i) 37 Value(const DIExpression *Expr, const ConstantFP *CFP) 41 Value(const DIExpression *Expr, const ConstantInt *CIP) 45 Value(const DIExpression *Expr, MachineLocation Loc) 50 /// Any complex address location expression for this Value. 77 friend bool operator==(const Value &, const Value &); 78 friend bool operator<(const Value &, const Value &) [all...] |
/external/oj-libjdwp/src/share/classes/com/sun/jdi/ |
ObjectReference.java | 59 public interface ObjectReference extends Value { 84 * Gets the value of a given instance or static field in this object. 89 * @param sig the field containing the requested value 90 * @return the {@link Value} of the instance field. 94 Value getValue(Field sig); 97 * Gets the value of multiple instance and/or static fields in this object. 105 * their {@link Value}. 109 Map<Field,Value> getValues(List<? extends Field> fields); 112 * Sets the value of a given instance or static field in this object. 127 * @param field the field containing the requested value [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
DebugLocEntry.h | 33 struct Value { 34 Value(const DIExpression *Expr, int64_t i) 38 Value(const DIExpression *Expr, const ConstantFP *CFP) 42 Value(const DIExpression *Expr, const ConstantInt *CIP) 46 Value(const DIExpression *Expr, MachineLocation Loc) 51 /// Any complex address location expression for this Value. 78 friend bool operator==(const Value &, const Value &); 79 friend bool operator<(const Value &, const Value &) [all...] |
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
ir_emission_utils.h | 22 #include "llvm/IR/Value.h" 56 // Converts a CudnnConvKind value to a string. 102 // a bool operand for whether tensor_ops is enabled. A value of -1 for the cudnn 108 // memory used by cudnn. Callers shouldn't inspect scratch_memory, as its value 154 llvm::Value* EmitPrintf(absl::string_view fmt, 155 absl::Span<llvm::Value* const> arguments, 168 llvm::Value* EmitFullWarpShuffleDown(llvm::Value* value, llvm::Value* offset [all...] |
/external/v8/src/inspector/ |
v8-function-call.h | 44 V8FunctionCall(V8InspectorImpl*, v8::Local<v8::Context>, v8::Local<v8::Value>, 47 void appendArgument(v8::Local<v8::Value>); 52 v8::Local<v8::Value> call(bool& hadException, bool reportExceptions = true); 53 v8::Local<v8::Value> callWithoutExceptionHandling(); 58 std::vector<v8::Local<v8::Value>> m_arguments; 60 v8::Local<v8::Value> m_value;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
ARMAttributeParser.cpp | 77 uint64_t Value = decodeULEB128(Data + Offset, &Length); 79 return Value; 93 uint64_t Value = ParseInteger(Data, Offset); 94 Attributes.insert(std::make_pair(Tag, Value)); 97 SW->printNumber(ARMBuildAttrs::AttrTypeAsString(Tag), Value); 110 SW->printString("Value", ValueDesc); 114 void ARMAttributeParser::PrintAttribute(unsigned Tag, unsigned Value, 116 Attributes.insert(std::make_pair(Tag, Value)); 123 SW->printNumber("Value", Value); [all...] |
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
vector_support_library.cc | 48 std::initializer_list<llvm::Value*> values) { 49 for (llvm::Value* v : values) { 59 llvm::Value* VectorSupportLibrary::Mul(llvm::Value* lhs, llvm::Value* rhs) { 64 llvm::Value* VectorSupportLibrary::MulInternal(llvm::Value* lhs, 65 llvm::Value* rhs) { 73 llvm::Value* VectorSupportLibrary::Add(llvm::Value* lhs, llvm::Value* rhs) [all...] |
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmGenericTimerPhyCounterLib/ |
ArmGenericTimerPhyCounterLib.c | 81 IN UINTN Value
84 ArmArchTimerWriteReg (CntpTval, (VOID *)&Value);
105 UINTN Value;
106 ArmArchTimerReadReg (CntpCtl, (VOID *)&Value);
108 return Value;
114 UINTN Value
117 ArmArchTimerWriteReg (CntpCtl, (VOID *)&Value);
126 UINT64 Value;
127 ArmArchTimerReadReg (CntpCval, (VOID *)&Value);
129 return Value;
[all...] |