Home
last modified time | relevance | path

Searched refs:value (Results 24826 - 24850 of 25006) sorted by relevance

1...<<99199299399499599699799899910001001

/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_cover_test_ng.cpp363 * @tc.steps: step1. Set VelocityScale to a valid value in HWTEST_F()
364 * @tc.expected: VelocityScale is updated to the new value in HWTEST_F()
371 * @tc.steps: step2. Set VelocityScale to an invalid value (less than or equal to 0) in HWTEST_F()
417 * @tc.expected: The result should be the expected computed cap value in HWTEST_F()
445 * @tc.expected: The result should be the expected gain value in HWTEST_F()
471 * @tc.steps: step2. Test GetGain with delta negative value in HWTEST_F()
472 * @tc.expected: The result should be the expected gain value in HWTEST_F()
515 * @tc.expected: The result should be the expected mainDelta value in HWTEST_F()
532 * @tc.expected: The result should be the expected value in HWTEST_F()
713 * @tc.steps: step1. Create a Scrollable object and set SlipFactor to a value withi in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_edit_test_ng.cpp61 * @tc.desc: test calc insert value object
82 * @tc.desc: test insert value last
122 * @tc.desc: test insert value between text span
141 * @tc.desc: test insert value first
159 * @tc.desc: test insert value if the insert char is line separator
1283 options.value = INIT_VALUE_1; in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/stage/
H A Dstage_test_ng.cpp1094 effect->SetUserCallback([](RouteType routeType, const float& value) {}); in HWTEST_F()
/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifidevicestub_fuzzer/
H A Dwifidevicestub_fuzzer.cpp90 void OnDeviceConfigChanged(ConfigChange value) override
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H A Dwifi_idl_client_test.cpp563 config.value = "1234"; in HWTEST_F()
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_hichain_connector.cpp146 Grou. groupOwner is not equal to DM_PKG_NAME. The value is true
208 * @tc.desc: Pass in arguments to the from_JSON function and convert it to the correct value
236 * @tc.desc: Pass in arguments to the from_JSON function and convert it to the correct value
292 * @tc.desc: Call the RegisterHiChainCallback function with a return value of DM_OK
461 .WillOnce(testing::Return(R"({"key": "value"})")); in HWTEST_F()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_core.c911 g_msgHandler[msg->msgType](msg->value, inst); in SpungeHandleMsgCycle()
986 FILLP_LOGERR("System Time has been changed to past value"); in SpungeMainDelay()
992 FILLP_LOGERR("System Time has been changed to past value\r\n"); in SpungeMainDelay()
1038 Rate should not exceed the configured value */ in FillpServerRecvRateAdjustment()
1089 Rate should not exceed the configured value */ in FillpServerSendRateAdjustment()
/third_party/ffmpeg/libavcodec/
H A Dlibaomenc.c741 "CQ level %d must be between minimum and maximum quantizer value (%d-%d)\n", in aom_init()
974 int ret = aom_codec_set_option(&ctx->encoder, en->key, en->value); in aom_init()
983 // provide dummy value to initialize wrapper, values will be updated each _encode() in aom_init()
1410 { "aom-params", "Set libaom options using a :-separated list of key=value pairs", OFFSET(aom_params), AV_OPT_TYPE_DICT, { 0 }, 0, 0, VE },
/third_party/ffmpeg/libavdevice/
H A Dopengl_enc.c71 * GL_RED produces RGBA = value, 0, 0, 1.
72 * GL_LUMINANCE produces RGBA = value, value, value, 1.
73 * Note: GL_INTENSITY may also be used which produce RGBA = value, value, value, value. */
108 typedef void (APIENTRY *FF_PFNGLUNIFORMMATRIX4FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
/third_party/ffmpeg/libavformat/
H A Dflvdec.c1371 if (st->codecpar->codec_id == AV_CODEC_ID_AAC && t && !strcmp(t->value, "Omnia A/XE"))
/third_party/ffmpeg/libswscale/x86/
H A Dinput.asm1054 ; only need to convert 8bit value to 16bit
/third_party/icu/tools/colprobe/
H A Dsortedlines.cpp213 logger->log("French secondary value is %i\n", frenchSecondary, frenchSecondary); in analyse()
219 logger->log("upper first value is %i\n", upperFirst, upperFirst); in analyse()
274 sortingArray[count++] = (Line *)hashElement->value.pointer; in setSortingArray()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateIntervalFormatTest.java1654 assertEquals("Date interval pattern mismatch.", secondPart.value, "d"); in TestDateIntervalFormatCoverage()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_validate.c348 * register/SSA value in validate_alu_dest()
459 /* The parent pointer value must have the same number of components in validate_deref_instr()
997 validate_const_value(&instr->value[i], instr->def.bit_size, state); in validate_load_const_instr()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd_vgpu10.c334 COPY_4V(cmd->rgba.value, rgba); in SVGA3D_vgpu10_ClearRenderTargetView()
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dgldrv.h247 void (APIENTRY *glAccum )( GLenum op, GLfloat value );
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_bo.c195 return get_valid_domain(args.value); in radeon_bo_get_initial_domain()
/third_party/mesa3d/src/microsoft/clc/
H A Dclc_compiler_test.cpp298 struct s { uint64_t ptr; uint32_t value; }; in TEST_F() member
300 "struct s { __private uint *ptr; uint value; };\n\ in TEST_F()
306 out[idx].value = *out[idx].ptr;\n\ in TEST_F()
506 int value = 1;\n\ in TEST_F()
509 value *= i++;\n\ in TEST_F()
511 output[n] = value;\n\ in TEST_F()
528 int value = 1;\n\ in TEST_F()
531 value *= i;\n\ in TEST_F()
532 output[n] = value;\n\ in TEST_F()
/third_party/libinput/test/
H A Dtest-touchpad-buttons.c2097 { .value = -1 } in START_TEST()
/third_party/node/deps/v8/src/compiler/
H A Djs-operator.cc56 return os << f.value(); in operator <<()
H A Djs-generic-lowering.cc615 Node* type_info = site.has_value() ? jsgraph()->Constant(site.value()) in LowerJSCreateArray()
1076 // {node} will be changed to a builtin call (see below). The returned value in LowerJSForInPrepare()
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
H A Dmacro-assembler-shared-ia32-x64.cc70 if (is_uint32(src.value())) { in And()
429 // Take shift value modulo 8. in I8x16Shl()
473 // Prepare shift value in I8x16ShrS()
475 // Take shift value modulo 8. in I8x16ShrS()
516 // Prepare shift value. in I8x16ShrU()
518 // Take shift value modulo 8. in I8x16ShrU()
951 // Logically shift both value and bias. in I64x2ShrS()
954 // Subtract shifted bias to convert back to signed value. in I64x2ShrS()
1153 // Avoid dependency on previous value of dst. in S128Load8Splat()
1176 // Avoid dependency on previous value o in S128Load16Splat()
[all...]
/third_party/node/deps/v8/src/objects/
H A Dstring.cc440 // Force regeneration of the hash value. in MakeExternal()
524 // Force regeneration of the hash value. in MakeExternal()
714 // Fast check for a junk value. A valid string may start from a
783 .value(); in SlowGetFlatContent()
1669 DCHECK_NE(result, 0); // Ensure that the hash value of 0 is never computed. in ComputeAndSetHash()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler-tonode.cc1378 CharacterRange::AddClassEscape(standard_set_type_.value(), ranges_, false, in RationalizeConsecutiveAtoms()
1404 // by from value and non-overlapping and non-adjacent, using at most in RationalizeConsecutiveAtoms()
1407 // fewer ranges, so the return value can be anything in the range 1..count+1. in RationalizeConsecutiveAtoms()
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dkeccak1600-c64x.pl685 MV LEN,A4 ; return value

Completed in 81 milliseconds

1...<<99199299399499599699799899910001001