Home
last modified time | relevance | path

Searched refs:value (Results 12726 - 12750 of 36034) sorted by relevance

1...<<501502503504505506507508509510>>...1442

/third_party/openssl/crypto/pkcs12/
H A Dp12_local.h30 } value; member
42 } value; member
/third_party/skia/third_party/externals/angle2/src/common/
H A DOptional_unittest.cpp28 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 Dnumeric_lex.h34 // 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 DSystemInfo_android.cpp23 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 Dentry_points_cl_utils.h32 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 DGrResourceHandle.h17 GrResourceHandle(int value) : fValue(value) { in GrResourceHandle() argument
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DMath.cpp36 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 DMath.cpp36 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 DVulkanPlatform.hpp30 // 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 DTaggedData.java28 * @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 DTaggedData.java28 * @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 DBitIOWriter.java49 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 Dimage.hpp57 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 DDelayLine.h27 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 DDSLLayout.cpp25 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 DApiObjects.h25 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 DPerStage.cpp20 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 Dftpatent.c42 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 DARCMachineFunctionInfo.h46 void setReturnStackOffset(unsigned value) { in setReturnStackOffset() argument
48 ReturnStackOffset = value; in setReturnStackOffset()
/third_party/skia/third_party/externals/tint/src/ast/
H A Dbinding_decoration.cc29 : Base(pid, src), value(val) {} in BindingDecoration()
40 return ctx->dst->create<BindingDecoration>(src, value); in Clone()
H A Dgroup_decoration.cc27 : Base(pid, src), value(val) {} in GroupDecoration()
38 return ctx->dst->create<GroupDecoration>(src, value); in Clone()
H A Dlocation_decoration.cc29 : 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 Dparser_impl_statements_test.cc29 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 Derrorcode.h101 /** 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 DshorthandPropertyAssignmentInES6Module.js19 Object.defineProperty(exports, "__esModule", { value: true });
24 Object.defineProperty(exports, "__esModule", { value: true });

Completed in 19 milliseconds

1...<<501502503504505506507508509510>>...1442