/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
D | Target.cpp | 41 unsigned long long RawValue; in create() local 42 if (!PlatformStr.getAsInteger(10, RawValue)) in create() 43 Platform = (PlatformKind)RawValue; in create()
|
/third_party/python/Lib/multiprocessing/ |
D | context.py | 122 def RawValue(self, typecode_or_type, *args): member in BaseContext 124 from .sharedctypes import RawValue 125 return RawValue(typecode_or_type, *args)
|
D | sharedctypes.py | 44 def RawValue(typecode_or_type, *args): function 74 obj = RawValue(typecode_or_type, *args)
|
/third_party/skia/src/utils/ |
D | SkJSON.cpp | 496 class RawValue final : public Value { class in skjson::__anon16b36a390211::DOMParser 498 explicit RawValue(T v) { in RawValue() function in skjson::__anon16b36a390211::DOMParser::RawValue 525 fScopeIndex = *static_cast<RawValue<intptr_t>&>(placeholder); in popScopeAsVec() 534 fValueStack.push_back(RawValue<intptr_t>(fScopeIndex)); in pushObjectScope() 555 fValueStack.push_back(RawValue<intptr_t>(fScopeIndex)); in pushArrayScope()
|
/third_party/flutter/skia/src/utils/ |
D | SkJSON.cpp | 488 class RawValue final : public Value { class in skjson::__anonbc50e56e0211::DOMParser 490 explicit RawValue(T v) { in RawValue() function in skjson::__anonbc50e56e0211::DOMParser::RawValue 517 fScopeIndex = *static_cast<RawValue<intptr_t>&>(placeholder); in popScopeAsVec() 526 fValueStack.push_back(RawValue<intptr_t>(fScopeIndex)); in pushObjectScope() 547 fValueStack.push_back(RawValue<intptr_t>(fScopeIndex)); in pushArrayScope()
|
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/ |
D | clamped_math.h | 181 constexpr T RawValue() const { return value_; } in RawValue() function
|
/third_party/gn/src/base/numerics/ |
D | clamped_math.h | 172 constexpr T RawValue() const { return value_; } in RawValue() function
|
/third_party/python/Doc/library/ |
D | multiprocessing.rst | 1501 .. function:: RawValue(typecode_or_type, *args) 1535 The same as :func:`RawValue` except that depending on the value of *lock* a 1577 c_double(2.4) RawValue(c_double, 2.4) RawValue('d', 2.4) 1578 MyStruct(4, 6) RawValue(MyStruct, 4, 6)
|
/third_party/python/Lib/test/ |
D | _test_multiprocessing.py | 2027 values = [self.RawValue(code, value) 2068 arr5 = self.RawValue('i', 5) 5752 RawValue = staticmethod(multiprocessing.RawValue) variable in ProcessesMixin
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringX8664.cpp | 6949 typename T::PrimitiveIntType RawValue; in emitConstantPool() local 6950 memcpy(&RawValue, &Value, sizeof(Value)); in emitConstantPool() 6953 snprintf(buf, llvm::array_lengthof(buf), T::PrintfString, RawValue); in emitConstantPool()
|
D | IceTargetLoweringX8632.cpp | 7685 typename T::PrimitiveIntType RawValue; in emitConstantPool() local 7686 memcpy(&RawValue, &Value, sizeof(Value)); in emitConstantPool() 7689 snprintf(buf, llvm::array_lengthof(buf), T::PrintfString, RawValue); in emitConstantPool()
|