/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeRecordMapping.cpp | 29 #define TYPE_RECORD(ename, value, name) \ in getLeafTypeName()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | transformation_add_synonym_test.cpp | 97 protobufs::TransformationAddSynonym::SynonymType_descriptor()->value(i); in TEST() 1281 // Checks that if a pointer is known to have an irrelevant value, the same in TEST()
|
/third_party/skia/src/core/ |
H A D | SkScan_Path.cpp | 349 const SkPixmap* justAnOpaqueColor(uint32_t* value) override { 570 // This value has been determined trial and error: pick the smallest value (after the 0.5) that 577 * Round the value down. This is used to round the top and left of a rectangle, 589 * Round the value up. This is used to round the right and bottom of a rectangle.
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | ShaderCore.hpp | 226 UInt r11g11b10Pack(const Float4 &value); 374 case OutOfBoundsBehavior::RobustBufferAccess: // Must either return an in-bounds value, or zero. in Load()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | asn1t.h | 252 * } value; 464 * actual type. It determines the actual position of the field in the value 495 long value; /* NID for an object or value for an int */ member 496 const ASN1_TEMPLATE tt; /* item for this value */ 652 int ret; /* return value */ 654 int ptag; /* class value */ 655 int pclass; /* class value */ 722 int ref_offset; /* Offset of reference value */
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | transformation_add_synonym_test.cpp | 97 protobufs::TransformationAddSynonym::SynonymType_descriptor()->value(i); in TEST() 1281 // Checks that if a pointer is known to have an irrelevant value, the same in TEST()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | region.cpp | 372 Region *ar = (Region *)element->value.pointer; in loadRegionData()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
H A D | type_vec4.hpp | 49 typename detail::storage<T, sizeof(T) * 4, detail::is_aligned<P>::value>::type data;
|
/third_party/skia/third_party/externals/dawn/src/tests/ |
H A D | DawnTest.h | 354 // T - expected value Type 355 // U - actual value Type (defaults = T) 389 std::is_base_of<detail::CustomTextureExpectation, E>::value>::type> 447 // a stencil reference value. Note that checking stencil checks that the entire stencil 448 // buffer is equal to the expected stencil value. 719 // T - expected value Type 720 // U - actual value Type (defaults = T) 758 // each counterparts. It doesn't matter which value is higher or lower. Essentially color =
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_sidebar.py | 31 def setvar(self, name, value):
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | MinidumpYAML.cpp | 17 /// only purpose of this function is to avoid casting the Default value to the 52 /// Yaml-map an endian-aware type as an appropriately-sized hex value. 60 /// appropriately-sized hex value. 296 if (Stream.Size.value < Stream.Content.binary_size()) in streamValidate()
|
H A D | WasmYAML.cpp | 598 #define WASM_RELOC(name, value) IO.enumCase(Type, #name, wasm::name); in enumeration()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 41 "this value will not use the count register.")); 890 Cost += LT.first * ((SrcBytes / Alignment->value()) - 1); in getMemoryOpCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.cpp | 511 unsigned OpType = OI.value().OperandType; in verifyInstruction()
|
/third_party/skia/third_party/externals/tint/src/writer/ |
H A D | append_vector_test.cc | 460 EXPECT_EQ(literal->value, 0); in TEST_F()
|
/third_party/skia/tools/debugger/ |
H A D | DrawCommand.h | 251 DrawAnnotationCommand(const SkRect&, const char key[], sk_sp<SkData> value);
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | uchar.h | 83 * - u_hasBinaryProperty() returns a binary value (true/false) per property and code point. 84 * - u_getIntPropertyValue() returns an integer value per property and code point. 156 /** The lowest Unicode code point value. Code points are non-negative. @stable ICU 2.0 */ 160 * The highest Unicode code point value (scalar value) according to 161 * The Unicode Standard. This is a 21-bit value (20.1 bits, rounded up). 162 * For a single character, UChar32 is a simple type that can hold any code point value. 236 Extend the value or shape of a preceding alphabetic character, 489 * @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420. 604 * @deprecated ICU 58 The numeric value ma [all...] |
/third_party/vixl/src/aarch32/ |
H A D | operands-aarch32.h | 46 // #<imm> - an unsigned 32-bit immediate value 122 VIXL_STATIC_ASSERT_MESSAGE(std::is_integral<T>::value, in From() 130 // value, as long as it can be encoded in 32 bits. in From() 622 // One with a signed value offset parameter. The value of sign_ is 623 // "sign_of(constructor's offset parameter) and the value of offset_ is 626 // The other with a sign and a positive value offset parameters. The value of 627 // sign_ is "constructor's sign parameter" and the value of offset_ is 630 // The value o [all...] |
/third_party/python/Lib/test/ |
H A D | test_hmac.py | 454 C_HMAC.value = None
|
/third_party/python/Lib/lib2to3/tests/ |
H A D | test_pytree.py | 37 self.assertEqual(l1.value, "foo") 50 # Make sure that the Leaf's value is stringified. Failing to
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
H A D | civil_time_detail.h | 389 typename std::enable_if<std::is_base_of<U, S>::value>::type;
|
/third_party/skia/modules/skparagraph/src/ |
H A D | OneLineShaper.cpp | 758 adjustedFeatures.push_back({feature.tag, feature.value, adjustedRange.start, adjustedRange.end});
|
/third_party/skia/modules/canvaskit/htmlcanvas/ |
H A D | canvas2dcontext.js | 1128 value: null,
|
/third_party/selinux/libselinux/src/ |
H A D | avc.c | 236 avc_enforcing = !!opts[nopts].value; in avc_open() 865 /* check for a saved compute_create value */ in avc_compute_create() 879 /* found saved value */ in avc_compute_create()
|
/third_party/spirv-tools/test/fuzz/ |
H A D | transformation_add_synonym_test.cpp | 97 protobufs::TransformationAddSynonym::SynonymType_descriptor()->value(i); in TEST() 1286 // Checks that if a pointer is known to have an irrelevant value, the same in TEST()
|