/third_party/openssl/crypto/pkcs12/ |
H A D | p12_local.h | 30 } value; member 42 } value; member
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | Optional_unittest.cpp | 28 ASSERT_EQ(3, testValid.value()); in TEST() 43 ASSERT_EQ(3, testCopy.value()); in TEST()
|
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
H A D | numeric_lex.h | 34 // value of the given type. These functions assume that the string is 35 // of the correct form. They can only fail if the parsed value is too big, 39 bool numeric_lex_int(const std::string &str, IntType *value) in numeric_lex_int() argument 46 stream >> (*value); in numeric_lex_int()
|
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/ |
H A D | SystemInfo_android.cpp | 23 bool GetAndroidSystemProperty(const std::string &propertyName, std::string *value) in GetAndroidSystemProperty() argument 32 *value = std::string(propertyBuf.data()); in GetAndroidSystemProperty()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_cl_utils.h | 32 typename std::enable_if_t<std::is_enum<PackedT>::value, PackedT> PackParam(FromT from) in PackParam() 39 typename std::enable_if_t<std::is_same<PackedT, BitField>::value, PackedT> PackParam(FromT from) in PackParam()
|
/third_party/skia/src/gpu/ |
H A D | GrResourceHandle.h | 17 GrResourceHandle(int value) : fValue(value) { in GrResourceHandle() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | Math.cpp | 36 unsigned char sRGB8toLinear8(unsigned char value) in sRGB8toLinear8() argument 47 return sRGBtoLinearTable[value]; in sRGB8toLinear8()
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
H A D | Math.cpp | 36 unsigned char sRGB8toLinear8(unsigned char value) in sRGB8toLinear8() argument 47 return sRGBtoLinearTable[value]; in sRGB8toLinear8()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VulkanPlatform.hpp | 30 // VkNonDispatchableHandle must be POD to ensure it gets passed by value the same way as a uint64_t, in operator void *() 33 static_assert(std::is_trivial<VkNonDispatchableHandle<T>>::value, "VkNonDispatchableHandle<T> is not trivial!"); in operator void *() 34 static_assert(std::is_standard_layout<VkNonDispatchableHandle<T>>::value, "VkNonDispatchableHandle<T> is not standard layout!"); in operator void *()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/ |
H A D | TaggedData.java | 28 * @param value 29 * the value in those bytes 31 * an alternate presentation of the value (in decimal, a tag) 35 void tagField(int position, int width, int value, String alt, String label); in tagField() argument 40 * @param value 41 * the raw value of the field 47 void tagTarget(int position, int value, int targetPosition, String label); in tagTarget() argument
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
H A D | TaggedData.java | 28 * @param value 29 * the value in those bytes 31 * an alternate presentation of the value (in decimal, a tag) 35 void tagField(int position, int width, int value, String alt, String label); in tagField() argument 40 * @param value 41 * the raw value of the field 47 void tagTarget(int position, int value, int targetPosition, String label); in tagTarget() argument
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
H A D | BitIOWriter.java | 49 public void writeValue(int value, int numBits) { in writeValue() argument 52 writeBit((value >> i) & 1); in writeValue()
|
/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/ |
H A D | image.hpp | 57 void imageStore(image2DBase<T> &image, glm::ivec2 coord, const T &value) in imageStore() argument 59 image.store(coord, value); in imageStore()
|
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/utils/ |
H A D | DelayLine.h | 27 void push(const T& value) { in push() argument 28 mArr[mfront++] = value; in push() 31 // indexed from last value written backwards
|
/third_party/skia/src/sksl/dsl/ |
H A D | DSLLayout.cpp | 25 DSLLayout& DSLLayout::intValue(int* target, int value, SkSL::Layout::Flag flag, const char* name, in intValue() argument 28 *target = value; in intValue()
|
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/client/ |
H A D | ApiObjects.h | 25 static constexpr ObjectType value = static_cast<ObjectType>(-1); member 47 static constexpr ObjectType value = ObjectType::{{Type}}; member
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | PerStage.cpp | 20 SingleShaderStage value, in AbslFormatConvert() 23 switch (value) { in AbslFormatConvert() 19 AbslFormatConvert( SingleShaderStage value, const absl::FormatConversionSpec& spec, absl::FormatSink* s) AbslFormatConvert() argument
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftpatent.c | 42 FT_Bool value ) in FT_EXPORT_DEF() 45 FT_UNUSED( value ); in FT_EXPORT_DEF()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
H A D | ARCMachineFunctionInfo.h | 46 void setReturnStackOffset(unsigned value) { in setReturnStackOffset() argument 48 ReturnStackOffset = value; in setReturnStackOffset()
|
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | binding_decoration.cc | 29 : Base(pid, src), value(val) {} in BindingDecoration() 40 return ctx->dst->create<BindingDecoration>(src, value); in Clone()
|
H A D | group_decoration.cc | 27 : Base(pid, src), value(val) {} in GroupDecoration() 38 return ctx->dst->create<GroupDecoration>(src, value); in Clone()
|
H A D | location_decoration.cc | 29 : Base(pid, src), value(val) {} in LocationDecoration() 40 return ctx->dst->create<LocationDecoration>(src, value); in Clone()
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_statements_test.cc | 29 EXPECT_TRUE(e.value[0]->Is<ast::DiscardStatement>()); in TEST_F() 30 EXPECT_TRUE(e.value[1]->Is<ast::ReturnStatement>()); in TEST_F()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | errorcode.h | 101 /** Returns the UErrorCode value. @stable ICU 4.2 */ 103 /** Sets the UErrorCode value. @stable ICU 4.2 */ 104 void set(UErrorCode value) { errorCode=value; } in set() argument 105 /** Returns the UErrorCode value and resets it to U_ZERO_ERROR. @stable ICU 4.2 */ 118 * Return a string for the UErrorCode value.
|
/third_party/typescript/tests/baselines/reference/ |
H A D | shorthandPropertyAssignmentInES6Module.js | 19 Object.defineProperty(exports, "__esModule", { value: true });
24 Object.defineProperty(exports, "__esModule", { value: true });
|