Home
last modified time | relevance | path

Searched refs:value (Results 13851 - 13875 of 24686) sorted by relevance

1...<<551552553554555556557558559560>>...988

/third_party/typescript/tests/baselines/reference/
H A DunionExcessPropertyCheckNoApparentPropTypeMismatchErrors.js9 declare function forEach<T>(from: IStringDictionary<T> | INumberDictionary<T>, callback: (entry: { key: any; value: T; }, remove: () => void) => any);
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dinline_variable_testing.h25 int value = 5; member
/third_party/rust/crates/rust-cexpr/src/
H A Dtoken.rs32 fn from((kind, value): (Kind, &'a [u8])) -> Token { in from()
35 raw: value.to_owned().into_boxed_slice(), in from()
/third_party/spirv-tools/source/
H A Dtext.h44 } value; member
/third_party/vk-gl-cts/scripts/opengl/
H A Dgen_enums.py29 return "#define %s\t%s" % (enum.name, normalizeConstant(enum.value))
/third_party/vk-gl-cts/framework/delibs/dethread/
H A DdeThreadLocal.h45 void deThreadLocal_set (deThreadLocal threadLocal, void* value);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/cert_mgr_deps/include/
H A Dcm_ipc_client_serialization.h29 int32_t GetUint32FromBuffer(uint32_t *value, const struct CmBlob *srcBlob, uint32_t *srcOffset);
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerX8632.cpp78 // value. in AsmAddress()
213 Fixup->set_addend(abs_address.value() - 4); in call()
228 emitInt32(Imm.value()); in pushl()
235 // In x86-32, the emitted value is an addend to the relocation. Therefore, we in pushl()
237 // In x86-64, the emitted value does not matter (the addend lives in the in pushl()
286 emitUint8(imm.value() & 0xFF); in mov()
339 emitUint8(imm.value() & 0xFF); in mov()
992 emitUint8(imm.value() & 0xFF); in psll()
1033 emitUint8(imm.value() & 0xFF); in psra()
1080 emitUint8(imm.value() in psrl()
[all...]
H A DIceAssemblerX8664.cpp64 // value. in AsmAddress()
200 Fixup->set_addend(abs_address.value() - 4); in call()
216 emitInt32(Imm.value()); in pushl()
223 // In x86-32, the emitted value is an addend to the relocation. Therefore, we in pushl()
225 // In x86-64, the emitted value does not matter (the addend lives in the in pushl()
269 emitUint8(imm.value() & 0xFF); in mov()
326 emitUint8(imm.value() & 0xFF); in mov()
1059 emitUint8(imm.value() & 0xFF); in psll()
1103 emitUint8(imm.value() & 0xFF); in psra()
1153 emitUint8(imm.value() in psrl()
[all...]
/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/mock/
H A Dmock_parameter_ex.cpp57 int WaitParamSync(const char *key, const char *value, int timeout) in WaitParamSync() argument
59 return WaitParameter(key, value, timeout); in WaitParamSync()
/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/
H A Dtrace_state_change_test.cpp56 inline const std::string ConvertBoolToString(bool value) in ConvertBoolToString() argument
58 return value ? "true" : "false"; in ConvertBoolToString()
/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
H A Dlog_utils.h40 const K GetKey(const V& value) const in GetKey()
43 if (compare(value, it.second)) { in GetKey()
/base/hiviewdfx/hidumper/services/native/src/
H A Draw_param.cpp55 if (sprintf_s(argValues_[i]->value, SINGLE_ARG_MAXLEN, "%s", Str16ToStr8(args[i]).c_str()) < 0) { in Init()
58 argHead_[i] = argValues_[i]->value; in Init()
/base/hiviewdfx/hiview/base/utility/
H A Dparameter_ex.cpp53 int WaitParamSync(const char *key, const char *value, int timeout) in WaitParamSync() argument
55 return WaitParameter(key, value, timeout); in WaitParamSync()
/base/customization/enterprise_device_management/interfaces/kits/admin_manager/include/
H A Dadmin_manager_addon.h119 static void CreateAdminTypeObject(napi_env env, napi_value value);
120 static void CreateManagedEventObject(napi_env env, napi_value value);
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dres_desc_test.cpp116 void TestKeyParam(KeyType keyType, int value, std::string expectStr) in TestKeyParam() argument
120 keyParam.value_ = value; in TestKeyParam()
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dres_desc_test.cpp116 void TestKeyParam(KeyType keyType, int value, std::string expectStr) in TestKeyParam() argument
120 keyParam.value_ = value; in TestKeyParam()
/base/hiviewdfx/hichecker/interfaces/js/kits/napi/js_leak_watcher/
H A Djs_leak_watcher.js52 for (let [key, value] of watchObjMap) {
54 leakObjList.push(value);
/base/powermgr/battery_manager/frameworks/native/src/
H A Dbattery_srv_client.cpp180 BatteryError BatterySrvClient::SetBatteryConfig(const std::string& sceneName, const std::string& value) in SetBatteryConfig() argument
184 return proxy->SetBatteryConfig(sceneName, value); in SetBatteryConfig()
/base/powermgr/thermal_manager/application/protector/src/policy/
H A Dthermal_kernel_policy.cpp76 nameIter->second->AddActionValue(actionIter->value); in ActionDecision()
209 item.name.c_str(), item.value); in Dump()
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_extension_wrapper.cpp126 ErrCode ExtensionWrapper::SyncAdditionConfig(const std::string& key, const std::string& value) in SyncAdditionConfig() argument
132 return syncAdditionConfig_(key, value); in SyncAdditionConfig()
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/include/
H A Dmock_single_kv_store.h33 // This class provides put, delete, search, sync and subscribe functions of a key-value store.
96 * @param allowedDelayMs Indicates the allowed delay milli-second to sync. default value is 0 for compatibility.
125 * @brief Write a pair of key and value to this store.
128 * @param value Indicates the value of this entry. Should be less than (1024 * 1024) bytes.
131 Status Put(const Key &key, const Value &value) override;
134 * @brief Get value from AppKvStore by its key.
137 * @param value Indicates the value will be returned in this parameter.
140 Status Get(const Key &key, Value &value) overrid
[all...]
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_screen_status_manager_branch_test/
H A Dmock_single_kv_store.cpp88 Status MockSingleKvStore::Put(const Key &key, const Value &value) in Put() argument
93 Status MockSingleKvStore::Get(const Key &key, Value &value) in Get() argument
/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/
H A Dmock_single_kv_store.cpp74 Status MockSingleKvStore::Put(const Key &key, const Value &value) in Put() argument
79 Status MockSingleKvStore::Get(const Key &key, Value &value) in Get() argument
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H A Dmock_single_kv_store.cpp73 Status MockSingleKvStore::Put(const Key &key, const Value &value) in Put() argument
78 Status MockSingleKvStore::Get(const Key &key, Value &value) in Get() argument

Completed in 29 milliseconds

1...<<551552553554555556557558559560>>...988