/third_party/typescript/tests/baselines/reference/ |
H A D | unionExcessPropertyCheckNoApparentPropTypeMismatchErrors.js | 9 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 D | inline_variable_testing.h | 25 int value = 5; member
|
/third_party/rust/crates/rust-cexpr/src/ |
H A D | token.rs | 32 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 D | text.h | 44 } value; member
|
/third_party/vk-gl-cts/scripts/opengl/ |
H A D | gen_enums.py | 29 return "#define %s\t%s" % (enum.name, normalizeConstant(enum.value))
|
/third_party/vk-gl-cts/framework/delibs/dethread/ |
H A D | deThreadLocal.h | 45 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 D | cm_ipc_client_serialization.h | 29 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 D | IceAssemblerX8632.cpp | 78 // 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 D | IceAssemblerX8664.cpp | 64 // 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 D | mock_parameter_ex.cpp | 57 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 D | trace_state_change_test.cpp | 56 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 D | log_utils.h | 40 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 D | raw_param.cpp | 55 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 D | parameter_ex.cpp | 53 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 D | admin_manager_addon.h | 119 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 D | res_desc_test.cpp | 116 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 D | res_desc_test.cpp | 116 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 D | js_leak_watcher.js | 52 for (let [key, value] of watchObjMap) { 54 leakObjList.push(value);
|
/base/powermgr/battery_manager/frameworks/native/src/ |
H A D | battery_srv_client.cpp | 180 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 D | thermal_kernel_policy.cpp | 76 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 D | notification_extension_wrapper.cpp | 126 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 D | mock_single_kv_store.h | 33 // 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 D | mock_single_kv_store.cpp | 88 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 D | mock_single_kv_store.cpp | 74 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 D | mock_single_kv_store.cpp | 73 Status MockSingleKvStore::Put(const Key &key, const Value &value) in Put() argument 78 Status MockSingleKvStore::Get(const Key &key, Value &value) in Get() argument
|