/third_party/node/deps/icu-small/source/common/ |
H A D | uloc.cpp | 644 /* now grab the value part. First we skip the '=' */ in ulocimp_getKeywords() 651 /* Premature end or zero-length value */ in ulocimp_getKeywords() 781 *status = U_ILLEGAL_ARGUMENT_ERROR; /* key must have =value */ in ulocimp_getKeywordValue() 827 /* Now copy the value, but check well-formedness */ in ulocimp_getKeywordValue() 829 *status = U_ILLEGAL_ARGUMENT_ERROR; /* empty key value name in passed-in locale */ in ulocimp_getKeywordValue() 834 *status = U_ILLEGAL_ARGUMENT_ERROR; /* malformed key value */ in ulocimp_getKeywordValue() 837 /* Should we lowercase value to return here? Tests expect as-is. */ in ulocimp_getKeywordValue() 894 *status = U_ILLEGAL_ARGUMENT_ERROR; /* malformed key value */ in uloc_setKeywordValue() 898 /* Should we force lowercase in value to set? */ in uloc_setKeywordValue() 945 *status = U_ILLEGAL_ARGUMENT_ERROR; /* key must have =value */ in uloc_setKeywordValue() 2149 uloc_toUnicodeLocaleType(const char* keyword, const char* value) uloc_toUnicodeLocaleType() argument 2213 uloc_toLegacyType(const char* keyword, const char* value) uloc_toLegacyType() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_bc_parser.cpp | 310 src.value.u = dw[i + src.chan]; in decode_alu_group() 343 void bc_parser::save_set_cf_index(value *val, unsigned idx) in save_set_cf_index() 349 value *bc_parser::get_cf_index_value(unsigned idx) in get_cf_index_value() 451 // Move CF_IDX value into tex instruction operands, scheduler will later re-emit setting of CF_IDX in prepare_alu_group() 464 value *v = sh->get_gpr_value(false, n->bc.dst_gpr, n->bc.dst_chan, in prepare_alu_group() 479 n->src[s] = sh->get_const_value(src.value); in prepare_alu_group() 493 value * t = sh->create_temp_value(); in prepare_alu_group() 497 value *d = prev_alu->dst[0]; in prepare_alu_group() 519 value *v = sh->get_gpr_value(true, src.sel, src.chan, src.rel); in prepare_alu_group() 524 // using slot for value channe in prepare_alu_group() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiBufferMarkerTests.cpp | 424 const deUint32 value = i; in bufferMarkerOverwrite() local 426 expected[slot] = value; in bufferMarkerOverwrite() 967 const deUint32 value = i; in bufferMarkerMemoryDep() 971 vk.cmdWriteBufferMarkerAMD(*cmdBuffer, params.base.stage, *markerBuffer, sizeof(deUint32) * slot, value); in bufferMarkerMemoryDep() 982 vk.cmdUpdateBuffer(*cmdBuffer, *markerBuffer, sizeof(deUint32) * slot, sizeof(deUint32), &value); in bufferMarkerMemoryDep() 989 const deUint32 pushConst[] = { slot, value }; in bufferMarkerMemoryDep() 999 const deUint32 pushConst[] = { slot, value }; in bufferMarkerMemoryDep() 1010 expected[slot] = value; in bufferMarkerMemoryDep()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiBufferMarkerTests.cpp | 356 const deUint32 value = i; in bufferMarkerOverwrite() local 358 expected[slot] = value; in bufferMarkerOverwrite() 872 const deUint32 value = i; in bufferMarkerMemoryDep() 876 vk.cmdWriteBufferMarkerAMD(*cmdBuffer, params.base.stage, *markerBuffer, sizeof(deUint32) * slot, value); in bufferMarkerMemoryDep() 887 vk.cmdUpdateBuffer(*cmdBuffer, *markerBuffer, sizeof(deUint32) * slot, sizeof(deUint32), &value); in bufferMarkerMemoryDep() 894 const deUint32 pushConst[] = { slot, value }; in bufferMarkerMemoryDep() 904 const deUint32 pushConst[] = { slot, value }; in bufferMarkerMemoryDep() 915 expected[slot] = value; in bufferMarkerMemoryDep()
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | parse_number_test.cpp | 48 // The error code depends on whether this is an optional value. in TEST() 189 // range values. When it does overflow, the value is set to the in TEST() 190 // nearest finite value, matching C++11 behavior for operator>> in TEST() 195 EXPECT_EQ(1e38f, f.value().getAsFloat()); in TEST() 197 EXPECT_EQ(-1e38f, f.value().getAsFloat()); in TEST() 234 // range values. When it does overflow, the value is set to the in TEST() 235 // nearest finite value, matching C++11 behavior for operator>> in TEST() 240 EXPECT_EQ(1e38, f.value().getAsFloat()); in TEST() 242 EXPECT_EQ(-1e38, f.value().getAsFloat()); in TEST() 244 EXPECT_EQ(1e40, f.value() in TEST() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | parse_number_test.cpp | 48 // The error code depends on whether this is an optional value. in TEST() 189 // range values. When it does overflow, the value is set to the in TEST() 190 // nearest finite value, matching C++11 behavior for operator>> in TEST() 195 EXPECT_EQ(1e38f, f.value().getAsFloat()); in TEST() 197 EXPECT_EQ(-1e38f, f.value().getAsFloat()); in TEST() 234 // range values. When it does overflow, the value is set to the in TEST() 235 // nearest finite value, matching C++11 behavior for operator>> in TEST() 240 EXPECT_EQ(1e38, f.value().getAsFloat()); in TEST() 242 EXPECT_EQ(-1e38, f.value().getAsFloat()); in TEST() 244 EXPECT_EQ(1e40, f.value() in TEST() [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | RenderPipeline.cpp | 32 VertexFormatBaseType value, in AbslFormatConvert() 35 switch (value) { in AbslFormatConvert() 52 InterStageComponentType value, in AbslFormatConvert() 55 switch (value) { in AbslFormatConvert() 72 InterpolationType value, in AbslFormatConvert() 75 switch (value) { in AbslFormatConvert() 92 InterpolationSampling value, in AbslFormatConvert() 95 switch (value) { in AbslFormatConvert() 31 AbslFormatConvert( VertexFormatBaseType value, const absl::FormatConversionSpec& spec, absl::FormatSink* s) AbslFormatConvert() argument 51 AbslFormatConvert( InterStageComponentType value, const absl::FormatConversionSpec& spec, absl::FormatSink* s) AbslFormatConvert() argument 71 AbslFormatConvert( InterpolationType value, const absl::FormatConversionSpec& spec, absl::FormatSink* s) AbslFormatConvert() argument 91 AbslFormatConvert( InterpolationSampling value, const absl::FormatConversionSpec& spec, absl::FormatSink* s) AbslFormatConvert() argument
|
/third_party/python/Lib/test/ |
H A D | test_operator.py | 55 value = getattr(operator, name) 56 if value.__module__ in ('operator', '_operator'): 514 def __init__(self, value): 515 self.value = value 518 if type(self.value) is type: 519 raise self.value 521 return self.value
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Host.cpp | 256 // Look for the CPU variant line, whose value is a 1 digit hexadecimal in getHostCPUNameForARM() 262 // Look for the CPU part line, whose value is a 3 digit hexadecimal in getHostCPUNameForARM() 449 static bool getX86CpuIDAndInfo(unsigned value, unsigned *rEAX, unsigned *rEBX, in getX86CpuIDAndInfo() argument 459 : "a"(value)); in getX86CpuIDAndInfo() 466 : "a"(value)); in getX86CpuIDAndInfo() 474 __cpuid(registers, value); in getX86CpuIDAndInfo() 488 static bool getX86CpuIDAndInfoEx(unsigned value, unsigned subleaf, in getX86CpuIDAndInfoEx() argument 499 : "a"(value), "c"(subleaf)); in getX86CpuIDAndInfoEx() 506 : "a"(value), "c"(subleaf)); in getX86CpuIDAndInfoEx() 513 __cpuidex(registers, value, sublea in getX86CpuIDAndInfoEx() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
H A D | TextStub.cpp | 160 value: ... 162 value: ... 346 IO.mapRequired("value", UUID.Value); in mapping() 654 Symbol.value.startswith("_OBJC_EHTYPE_$_")) in denormalize() 656 Symbol.value.drop_front(15), Targets); in denormalize() 661 auto Name = Symbol.value; in denormalize() 669 auto Name = Symbol.value; in denormalize() 688 Symbol.value.startswith("_OBJC_EHTYPE_$_")) in denormalize() 690 Symbol.value.drop_front(15), Targets, in denormalize() 697 auto Name = Symbol.value; in denormalize() [all...] |
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | vertex_pulling.cc | 345 // Load the attribute value in CreateVertexPullingPreamble() 349 // The attribute value may not be of the desired vector width. If it is in CreateVertexPullingPreamble() 352 auto* value = fetch; in CreateVertexPullingPreamble() local 357 value = ctx.dst->MemberAccessor(fetch, "x"); in CreateVertexPullingPreamble() 360 value = ctx.dst->MemberAccessor(fetch, "xy"); in CreateVertexPullingPreamble() 363 value = ctx.dst->MemberAccessor(fetch, "xyz"); in CreateVertexPullingPreamble() 398 value = ctx.dst->Construct(ctx.dst->ty.vec(ty, var_dt.width), values); in CreateVertexPullingPreamble() 401 // Assign the value to the WGSL variable in CreateVertexPullingPreamble() 402 stmts.emplace_back(ctx.dst->Assign(var.expr(), value)); in CreateVertexPullingPreamble() 740 location_info[location->value] in ProcessNonStructParameter() [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uloc.cpp | 654 /* now grab the value part. First we skip the '=' */ in ulocimp_getKeywords() 661 /* Premature end or zero-length value */ in ulocimp_getKeywords() 789 *status = U_ILLEGAL_ARGUMENT_ERROR; /* key must have =value */ in ulocimp_getKeywordValue() 835 /* Now copy the value, but check well-formedness */ in ulocimp_getKeywordValue() 837 *status = U_ILLEGAL_ARGUMENT_ERROR; /* empty key value name in passed-in locale */ in ulocimp_getKeywordValue() 842 *status = U_ILLEGAL_ARGUMENT_ERROR; /* malformed key value */ in ulocimp_getKeywordValue() 845 /* Should we lowercase value to return here? Tests expect as-is. */ in ulocimp_getKeywordValue() 902 *status = U_ILLEGAL_ARGUMENT_ERROR; /* malformed key value */ in uloc_setKeywordValue() 906 /* Should we force lowercase in value to set? */ in uloc_setKeywordValue() 953 *status = U_ILLEGAL_ARGUMENT_ERROR; /* key must have =value */ in uloc_setKeywordValue() 2112 uloc_toUnicodeLocaleType(const char* keyword, const char* value) uloc_toUnicodeLocaleType() argument 2176 uloc_toLegacyType(const char* keyword, const char* value) uloc_toLegacyType() argument [all...] |
/third_party/skia/include/gpu/gl/ |
H A D | GrGLFunctions.h | 132 using GrGLPatchParameteriFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum pname, GrGLint value); 137 using GrGLProgramParameteriFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLuint program, GrGLenum pname, GrGLint value); 186 using GrGLUniformMatrix2fvFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLint location, GrGLsizei count, GrGLboolean transpose, const GrGLfloat* value); 187 using GrGLUniformMatrix3fvFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLint location, GrGLsizei count, GrGLboolean transpose, const GrGLfloat* value); 188 using GrGLUniformMatrix4fvFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLint location, GrGLsizei count, GrGLboolean transpose, const GrGLfloat* value); 193 using GrGLVertexAttrib1fFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLuint indx, const GrGLfloat value); 278 static_assert(std::is_trivially_copyable<Closure>::value, ""); in GrGLFunction() 279 static_assert(std::is_trivially_destructible<Closure>::value, ""); in GrGLFunction()
|
/third_party/spirv-tools/test/ |
H A D | parse_number_test.cpp | 48 // The error code depends on whether this is an optional value. in TEST() 189 // range values. When it does overflow, the value is set to the in TEST() 190 // nearest finite value, matching C++11 behavior for operator>> in TEST() 195 EXPECT_EQ(1e38f, f.value().getAsFloat()); in TEST() 197 EXPECT_EQ(-1e38f, f.value().getAsFloat()); in TEST() 234 // range values. When it does overflow, the value is set to the in TEST() 235 // nearest finite value, matching C++11 behavior for operator>> in TEST() 240 EXPECT_EQ(1e38, f.value().getAsFloat()); in TEST() 242 EXPECT_EQ(-1e38, f.value().getAsFloat()); in TEST() 244 EXPECT_EQ(1e40, f.value() in TEST() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationBasicSemaphoreTests.cpp | 287 pSignalSemaphoreInfo->value = static_cast<deUint64>(i+1); in basicChainTimelineCase() 304 pWaitSemaphoreInfo->value = static_cast<deUint64>(i); in basicChainTimelineCase() 308 pWaitSemaphoreInfo->value = basicChainLength; in basicChainTimelineCase() 347 auto makeSemaphoreSignalInfo = [&semaphore](deUint64 value) -> VkSemaphoreSignalInfo in basicThreadTimelineCase() 354 value // deUint64 value in basicThreadTimelineCase() 372 // start thread - semaphore has value 0 in basicThreadTimelineCase() 375 // wait till semaphore has value 1 in basicThreadTimelineCase() 382 // signal semaphore with value 2 in basicThreadTimelineCase() 391 // signal semaphore with value in basicThreadTimelineCase() [all...] |
/third_party/zlib/ |
H A D | trees.c | 216 ush next_code[MAX_BITS+1]; /* next code value for each bit length */ in gen_codes() 217 unsigned code = 0; /* running code value */ in gen_codes() 261 * Send a value on a given number of bits. 262 * IN assertion: length <= 16 and value fits in length bits. 265 local void send_bits(deflate_state *s, int value, int length) in send_bits() argument 267 Tracevv((stderr," l %2d v %4x ", length, value)); in send_bits() 272 * (16 - bi_valid) bits from value, leaving (width - (16 - bi_valid)) in send_bits() 273 * unused bits in value. in send_bits() 276 s->bi_buf |= (ush)value << s->bi_valid; in send_bits() 278 s->bi_buf = (ush)value >> (Buf_siz in send_bits() [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_cmd.c | 562 * and driver needs to keep old sequence_temp value. in atomisp_isr() 1146 0 && ctrl.value == ATOMISP_FLASH_MODE_TORCH) { in atomisp_buf_done() 1149 == 0 && ctrl.value > 0) { in atomisp_buf_done() 1861 ctrl.value = FLASH_TIMEOUT; in atomisp_setup_flash() 2144 __s32 *value) in atomisp_gdc_cac() 2147 *value = asd->params.gdc_cac_en; in atomisp_gdc_cac() 2151 asd->params.gdc_cac_en = !!*value; in atomisp_gdc_cac() 2166 __s32 *value) in atomisp_low_light() 2169 *value = asd->params.low_light; in atomisp_low_light() 2173 asd->params.low_light = (*value ! in atomisp_low_light() 2143 atomisp_gdc_cac(struct atomisp_sub_device *asd, int flag, __s32 *value) atomisp_gdc_cac() argument 2165 atomisp_low_light(struct atomisp_sub_device *asd, int flag, __s32 *value) atomisp_low_light() argument 4525 atomisp_bad_pixel(struct atomisp_sub_device *asd, int flag, __s32 *value) atomisp_bad_pixel() argument 4561 atomisp_video_stable(struct atomisp_sub_device *asd, int flag, __s32 *value) atomisp_video_stable() argument 4575 atomisp_fixed_pattern(struct atomisp_sub_device *asd, int flag, __s32 *value) atomisp_fixed_pattern() argument 4703 atomisp_false_color(struct atomisp_sub_device *asd, int flag, __s32 *value) atomisp_false_color() argument 4792 atomisp_digital_zoom(struct atomisp_sub_device *asd, int flag, __s32 *value) atomisp_digital_zoom() argument 6582 int value = *exp_id; atomisp_exp_id_capture() local 6603 int value = *exp_id; atomisp_exp_id_unlock() local 6624 bool value; atomisp_enable_dz_capt_pipe() local [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | mark-compact.cc | 1475 ObjectSlot value) override { 1479 VisitPointer(host, value); 1518 inline virtual void RecordMigratedSlot(HeapObject host, MaybeObject value, in RecordMigratedSlot() argument 1520 if (value->IsStrongOrWeak()) { in RecordMigratedSlot() 1521 BasicMemoryChunk* p = BasicMemoryChunk::FromAddress(value.ptr()); in RecordMigratedSlot() 1929 // The pointer compression cage base value used for decompression of all 1944 // we can shortcut and use the precomputed size value passed to the visitor. 2069 // Drain current_ephemerons and push ephemerons where key and value are still in ProcessEphemerons() 2072 if (ProcessEphemeron(ephemeron.key, ephemeron.value)) { in ProcessEphemerons() 2088 // before) and push ephemerons where key and value ar in ProcessEphemerons() 2166 HeapObject value = it->second; ProcessEphemeronsLinear() local 2278 ProcessEphemeron(HeapObject key, HeapObject value) ProcessEphemeron() argument 2955 Object value = table.ValueAt(i); ClearWeakCollections() local 2988 HeapObject value; ClearWeakReferences() local [all...] |
/third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
H A D | liftoff-assembler-riscv64.h | 175 switch (type.value()) { in ChangeEndiannessLoad() 215 switch (type.value()) { in ChangeEndiannessLoad() 232 switch (type.value()) { in ChangeEndiannessStore() 267 switch (type.value()) { in ChangeEndiannessStore() 418 void LiftoffAssembler::LoadConstant(LiftoffRegister reg, WasmValue value, in LoadConstant() argument 420 switch (value.type().kind()) { in LoadConstant() 422 TurboAssembler::li(reg.gp(), Operand(value.to_i32(), rmode)); in LoadConstant() 425 TurboAssembler::li(reg.gp(), Operand(value.to_i64(), rmode)); in LoadConstant() 429 value.to_f32_boxed().get_bits()); in LoadConstant() 433 value in LoadConstant() 656 AtomicBinop(LiftoffAssembler* lasm, Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type, Binop op) AtomicBinop() argument 824 AtomicAdd(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicAdd() argument 831 AtomicSub(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicSub() argument 838 AtomicAnd(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicAnd() argument 845 AtomicOr(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicOr() argument 852 AtomicXor(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicXor() argument 859 AtomicExchange(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicExchange() argument 1021 Spill(int offset, WasmValue value) Spill() argument 1633 emit_i32_subi_jump_negative(Register value, int subtrahend, Label* result_negative) emit_i32_subi_jump_negative() argument [all...] |
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_common_cmd.c | 77 int CalcQuotationMarksFlag(int pos, const char value[WIFI_NETWORK_CONFIG_VALUE_LENGTH])
in CalcQuotationMarksFlag() argument 81 int len = strlen(value);
in CalcQuotationMarksFlag() 186 const int32_t networkId, const char *name, const char *value)
in WpaInterfaceSetNetwork() 189 if (ifName == NULL || name == NULL || value == NULL) {
in WpaInterfaceSetNetwork() 193 HDF_LOGI("enter %{public}s networkId = %{public}d name = %{private}s value = %{private}s", __func__, networkId,
in WpaInterfaceSetNetwork() 194 name, value);
in WpaInterfaceSetNetwork() 217 if (strncpy_s(conf.value, sizeof(conf.value), value, strlen(value)) ! in WpaInterfaceSetNetwork() 185 WpaInterfaceSetNetwork(struct IWpaInterface *self, const char *ifName, const int32_t networkId, const char *name, const char *value) WpaInterfaceSetNetwork() argument 746 WpaInterfaceGetNetwork(struct IWpaInterface *self, const char *ifName, const int32_t networkId, const char *param, char *value, uint32_t valueLen) WpaInterfaceGetNetwork() argument [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_button_bridge.cpp | 103 std::string value; in SetLabel() local 104 ArkTSUtils::ParseJsString(vm, secondArg, value); in SetLabel() 105 GetArkUINodeModifiers()->getButtonModifier()->setButtonLabelWithCheck(nativeNode, value.c_str()); in SetLabel() 380 void ButtonBridge::PushValuesVector(const std::optional<int32_t>& value, std::vector<int32_t>& valuesVector) in PushValuesVector() argument 382 valuesVector.push_back(static_cast<int32_t>(value.has_value())); in PushValuesVector() 383 if (value.has_value()) { in PushValuesVector() 384 valuesVector.push_back(static_cast<int32_t>(value.value())); in PushValuesVector() 436 dimensions.push_back(static_cast<ArkUI_Float32>(valueDim.value().Value())); in PushDimensionVector() 437 dimensions.push_back(static_cast<ArkUI_Float32>(valueDim.value() in PushDimensionVector() [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/ |
H A D | dialog_model_test_ng.cpp | 434 * @tc.steps: step5. Test childNode's RenderContext's BackBlurStyle value. in HWTEST_F() 561 * @tc.expected: Check the width and height value. in HWTEST_F() 607 * @tc.expected: Check the gridCount and height value. in HWTEST_F() 638 * @tc.expected: return value is true. in HWTEST_F() 646 * @tc.expected: Return value is false. in HWTEST_F() 732 * @tc.steps: step4. Test dialogNode's BackgroundColorValue value. in HWTEST_F() 740 * @tc.steps: step5. test dialogNode's shadow value. in HWTEST_F() 746 EXPECT_EQ(backShadow.value(), shadow); in HWTEST_F() 800 * @tc.expected: Check contentNodeMap_ value. in HWTEST_F() 808 * @tc.expected: Check value in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/ |
H A D | security_component_test_ng_extension.cpp | 108 ASSERT_EQ(renderContext->GetForegroundColor().value(), Color::TRANSPARENT); in HWTEST_F() 185 ASSERT_EQ(renderContext->GetFrontColorBlend().value(), Color::TRANSPARENT); in HWTEST_F() 211 ASSERT_EQ(renderContext->GetFrontHueRotate().value(), 0.0f); in HWTEST_F() 214 ASSERT_EQ(renderContext->GetFrontHueRotate().value(), MAX_ROTATE); in HWTEST_F() 240 ASSERT_EQ(renderContext->GetFrontSepia().value().ConvertToVp(), 0.0f); in HWTEST_F() 267 ASSERT_EQ(renderContext->GetFrontInvert().value(), InvertVariant(0.0f)); in HWTEST_F() 294 ASSERT_EQ(renderContext->GetFrontContrast().value().ConvertToVp(), 1.0f); in HWTEST_F() 320 ASSERT_EQ(renderContext->GetFrontSaturate().value().ConvertToVp(), 1.0f); in HWTEST_F() 346 ASSERT_EQ(renderContext->GetFrontGrayScale().value().ConvertToVp(), 0.0f); in HWTEST_F() 395 ASSERT_EQ(property->GetVisibility().value(), VisibleTyp in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/ |
H A D | bubble_test_One_ng.cpp | 174 layoutProperty->UpdateEnableArrow(testProperty.enableArrow.value());
in CreateBubbleNode() 177 layoutProperty->UpdateUseCustom(testProperty.useCustom.value());
in CreateBubbleNode() 180 layoutProperty->UpdatePlacement(testProperty.placement.value());
in CreateBubbleNode() 183 layoutProperty->UpdateShowInSubWindow(testProperty.showInSubWindow.value());
in CreateBubbleNode() 186 layoutProperty->UpdateDisplayWindowOffset(testProperty.displayWindowOffset.value());
in CreateBubbleNode() 191 renderProperty->UpdateAutoCancel(testProperty.autoCancel.value());
in CreateBubbleNode() 194 renderProperty->UpdateMaskColor(testProperty.maskColor.value());
in CreateBubbleNode() 197 renderProperty->UpdateBackgroundColor(testProperty.backgroundColor.value());
in CreateBubbleNode() 200 renderProperty->UpdatePlacement(testProperty.placement.value());
in CreateBubbleNode() 203 renderProperty->UpdateEnableArrow(testProperty.enableArrow.value());
in CreateBubbleNode() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_pattern.h | 370 static TextEditingValue value; variable 371 value.text = contentController_->GetTextValue(); 372 value.hint = GetPlaceHolder(); 373 value.selection.Update(selectController_->GetStartIndex(), selectController_->GetEndIndex()); 374 return value; 387 void UpdateEditingValue(const std::string& value, int32_t caretPosition) in UpdateEditingValue() argument 389 contentController_->SetTextValue(value); in UpdateEditingValue() 410 void UpdateEditingValue(const std::shared_ptr<TextEditingValue>& value, bool needFireChangeEvent = true) override; 1246 void SetModifyDoneStatus(bool value) in SetModifyDoneStatus() argument 1248 isModifyDone_ = value; in SetModifyDoneStatus() [all...] |