Home
last modified time | relevance | path

Searched refs:value (Results 19026 - 19050 of 23098) sorted by relevance

1...<<761762763764765766767768769770>>...924

/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass.h173 // with |words| as its value. If either the required integer type or the
182 // type of width specified by |width|, with |words| as its value. If either
191 // according to |value|. If either the required instruction or the bool
195 uint32_t FindOrCreateBoolConstant(bool value, bool is_irrelevant);
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dnormlzr.h324 * @return Boolean value indicating whether the source string is in the
342 * @return Boolean value indicating whether the source string is in the
495 * The DONE value could be confused with a U+FFFF non-character code point
511 * The DONE value could be confused with a U+FFFF non-character code point
657 * @param option the option(s) whose value is/are to be set.
658 * @param value the new setting for the option. Use <code>true</code> to
665 UBool value);
/third_party/skia/third_party/externals/icu/source/common/
H A Duresimp.h70 // TODO(ICU-20769): Try to change the by-value fResData into a pointer,
221 * @param omitDefault if true, omit keyword and value if default. 'de_DE\@collation=standard' -> 'de_DE'
292 icu::ResourceDataValue &value, UErrorCode &errorCode);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DPriorityWorklist.h42 /// The type \c T must be default constructable to a null value that will be
43 /// ignored. It is an error to insert such a value, and popping elements will
44 /// never produce such a value. It is expected to be used with common nullable
92 assert(X != T() && "Cannot insert a null (default constructed) value!"); in insert()
95 // Fresh value, just append it to the vector. in insert()
113 typename std::enable_if<!std::is_convertible<SequenceT, T>::value>::type
138 // Otherwise the existing one comes first so just clear out the value in in insert()
246 /// The map from value to index in the vector.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h180 /// A base class for visitors over the uses of a pointer value.
182 /// Once constructed, a user can call \c visit on a pointer value, and this
214 static_assert(std::is_base_of<PtrUseVisitor, DerivedT>::value, in PtrUseVisitor()
/third_party/typescript/tests/baselines/reference/
H A DrecursiveConditionalCrash3.js12 value: T
61 KeysCanBeExpanded_<T['value'], N, Depth> :
88 Expand__<O[P extends Keys ? 'value' : 'default'], Keys, P, N, Depth> :
H A DtaggedTemplateStringsWithOverloadResolution3.js77 if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
H A DdestructuringArrayBindingPatternAndAssignment1ES5iterable.js78 while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
H A DdestructuringParameterDeclaration3ES5iterable.js56 while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
H A DdestructuringVariableDeclaration1ES5iterable.js50 while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
H A DintersectionsAndEmptyObjects.js110 Object.defineProperty(o, "default", { enumerable: true, value: v });
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_pthread.h124 int dng_pthread_setspecific(dng_pthread_key_t key, const void *value);
179 /* If it is defined on Windows, it probably has the wrong value... */
/third_party/rust/crates/regex/scripts/
H A Dscrape_crates_io.py157 def __exit__(self, ty, value, tb):
/third_party/selinux/libsepol/tests/
H A Dtest-linker-roles.c55 * value in its dominates ebitmap */
64 CU_ASSERT(i == role->s.value - 1); in only_dominates_self()
/third_party/rust/crates/nom/examples/
H A Djson_iterator.rs94 // if we ignored one of the items, skip over the value in array()
96 println!("skipping value"); in array()
97 match value(v.data()) { in array()
158 // if we ignored one of the items, skip over the value
160 println!("skipping value");
161 match value(v.data()) {
245 map(separated_list0(preceded(sp, char(',')), value), |_| ()), in boolean()
253 separated_pair(preceded(sp, string), cut(preceded(sp, char(':'))), value)(i) in boolean()
269 fn value<'a>(i: &'a str) -> IResult<&'a str, ()> { in hash() functions
/third_party/spirv-tools/source/util/
H A Dparse_number.cpp155 // getAsFloat will return the Float16 value, and get_value in ParseAndEncodeFloatingPointNumber()
159 emit(static_cast<uint32_t>(hVal.value().getAsFloat().get_value())); in ParseAndEncodeFloatingPointNumber()
/third_party/spirv-tools/test/fuzz/
H A Dtransformation_add_constant_boolean_test.cpp80 ->value()); in TEST()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa.c525 * @nonce: Nonce value for the EAPOL-Key frame
1964 * matches with the value we derived.
4012 * value is passed to all WPA state machine calls.
4495 * @value: Parameter value
4499 unsigned int value)
4508 if (value > 0)
4509 sm->dot11RSNAConfigPMKLifetime = value;
4514 if (value > 0 && value <
[all...]
/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp721 resultReceiver_.append("error: option requires a valid value.\n"); in ParseAppDebugParameter()
900 std::string value = ""; in ParseParam() local
902 value = argv_[optind + OPTION_PARAMETER_VALUE_OFFSET]; in ParseParam()
904 ps[key] = value; in ParseParam()
915 bool value; in ParseParam() local
917 value = true; in ParseParam()
919 value = false; in ParseParam()
928 pb[key] = value; in ParseParam()
1006 resultReceiver_.append("requires a value.\n"); in MakeWantForProcess()
1016 resultReceiver_.append("requires a value in MakeWantForProcess()
[all...]
/foundation/ability/form_fwk/frameworks/js/napi/formHost/
H A Dnapi_form_host.cpp65 * @brief Get a C++ string value from Node-API
68 * @param[in] value This is an opaque pointer that is used to represent a JavaScript value
72 static std::string GetStringFromNAPI(napi_env env, napi_value value) in GetStringFromNAPI() argument
77 if (napi_get_value_string_utf8(env, value, nullptr, 0, &size) != napi_ok) { in GetStringFromNAPI()
83 if (napi_get_value_string_utf8(env, value, result.data(), (size + 1), &size) != napi_ok) { in GetStringFromNAPI()
84 HILOG_ERROR("%{public}s, can not get string value", __func__); in GetStringFromNAPI()
90 static napi_value GetFormIds(napi_env env, napi_value value, ErrCode &errCode, std::vector<int64_t> &formIds) in GetFormIds() argument
95 NAPI_CALL(env, napi_is_array(env, value, &isArray)); in GetFormIds()
102 NAPI_CALL(env, napi_get_array_length(env, value, in GetFormIds()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_tabs_bridge.cpp319 bool ParseJsInt32(const EcmaVM *vm, const Local<JSValueRef> &value, int32_t &result) in ParseJsInt32() argument
321 if (value->IsNumber()) { in ParseJsInt32()
322 result = value->Int32Value(vm); in ParseJsInt32()
325 if (value->IsString(vm)) { in ParseJsInt32()
326 result = StringUtils::StringToInt(value->ToString(vm)->ToString(vm)); in ParseJsInt32()
692 bool value = secondArg->ToBoolean(vm)->Value(); in SetBarAdaptiveHeight() local
693 GetArkUINodeModifiers()->getTabsModifier()->setBarAdaptiveHeight(nativeNode, value); in SetBarAdaptiveHeight()
/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_property_test_ng.cpp119 auto xcType = testProperty.xcType.value(); in CreateXComponentNode()
125 XComponentModelNG().SetSoPath(testProperty.soPath.value()); in CreateXComponentNode()
128 XComponentModelNG().SetOnLoad(std::move(testProperty.loadEvent.value())); in CreateXComponentNode()
131 XComponentModelNG().SetOnDestroy(std::move(testProperty.destroyEvent.value())); in CreateXComponentNode()
134 XComponentModelNG().SetControllerOnCreated(std::move(testProperty.surfaceCreatedEvent.value())); in CreateXComponentNode()
137 XComponentModelNG().SetControllerOnChanged(std::move(testProperty.surfaceChangedEvent.value())); in CreateXComponentNode()
140 XComponentModelNG().SetControllerOnDestroyed(std::move(testProperty.surfaceDestroyedEvent.value())); in CreateXComponentNode()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_service_startup_test/
H A Dbms_service_startup_test.cpp1068 std::string value = ""; in HWTEST_F() local
1069 bool ret = param.GetBmsParam("", value); in HWTEST_F()
1072 ret = param.GetBmsParam("bms_param", value); in HWTEST_F()
1100 std::string value; in HWTEST_F() local
1101 bool ret = param.GetBmsParam(key, value); in HWTEST_F()
1476 std::string value = "value"; in HWTEST_F() local
1477 bool ret = param.GetBmsParam(key, value); in HWTEST_F()
1491 std::string paramValueInfo = "value"; in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_crud_test.cpp119 EXPECT_TRUE(DistributedDBNbTestTools::isValueEquals(valueResult, paramsPtr->entryPtr_->value)); in ConcurOperThread()
123 paramsPtr->entryPtr_->key, paramsPtr->entryPtr_->value); in ConcurOperThread()
128 EXPECT_TRUE(DistributedDBNbTestTools::isValueEquals(valueResult, paramsPtr->entryPtr_->value)); in ConcurOperThread()
151 nbThreadParam->entryPtr_->value = entryCurrent.value; in NbCalculateTime()
204 * @tc.steps: step1. get value from local db when key = KEY_1. in HWTEST_F()
205 * @tc.expected: step1. return value is VALUE_1. in HWTEST_F()
212 * @tc.steps: step2. get value from local db when key = KEY_2. in HWTEST_F()
213 * @tc.expected: step2. return value is VALUE_2. in HWTEST_F()
219 * @tc.steps: step3. get value fro in HWTEST_F()
[all...]
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddevice.py325 value = getattr(self, key, None)
326 if value:
327 return value
1187 for key, value in self.device_params_command.items():
1188 if value and isinstance(value, str):
1189 self.device_params[key] = self.get_property_value(value)
1418 "in range [64.0K, 512.0M], use min value 64K, now is {}".format(log_size))
1422 "in range [64.0K, 512.0M], use min value 512M, now is {}".format(log_size))

Completed in 47 milliseconds

1...<<761762763764765766767768769770>>...924