Home
last modified time | relevance | path

Searched defs:property (Results 76 - 100 of 278) sorted by relevance

12345678910>>...12

/third_party/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h257 void AssertSpecProperty(bool property, in AssertSpecProperty() argument
263 void ExpectSpecProperty(bool property, in ExpectSpecProperty() argument
[all...]
/third_party/libabigail/include/
H A Dabg-ini.h40 class property class
[all...]
/third_party/pulseaudio/src/daemon/
H A Dserver-lookup.c204 const char* property; in handle_get() local
254 const char* property; in handle_set() local
312 const char *property = "Address"; handle_get_all() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkDeviceProperties.cpp178 bool DeviceProperties::contains (const std::string& property, bool throwIfNotExists) const in contains() argument
/third_party/skia/third_party/externals/freetype/src/gxvalid/
H A Dgxvprop.c111 gxv_prop_property_validate( FT_UShort property, in gxv_prop_property_validate() argument
[all...]
/third_party/python/Lib/test/
H A Dtest_pyclbr.py228 cm('sre_parse', ignore=('dump', 'groups', 'pos')) # from sre_constants import *; property namespace
/third_party/vulkan-loader/loader/
H A Dunknown_function_handling.c95 const struct loader_dev_ext_props *const property = &(extensions->list[extension]); in loader_check_layer_list_for_dev_ext_address() local
/vendor/hisilicon/hispark_pegasus/demo/histreaming_client_demo/
H A Dapp_demo_histreaming.c79 static int GetStatusValue(struct LinkService* ar, const char* property, char* value, int len) in GetStatusValue() argument
98 static int ModifyStatus(struct LinkService* ar, const char* property, char* value, int len) in ModifyStatus() argument
/vendor/hisilicon/hispark_pegasus/demo/histreaming_demo/
H A Dapp_demo_histreaming.c48 static void HistreamingManualControlModule(const char* property, char* value) in HistreamingManualControlModule() argument
77 static void HistreamingAutoModule(const char* property, char* value) in HistreamingAutoModule() argument
89 static void HistreamingHumanModuleNormal(const char* property, char* value) in HistreamingHumanModuleNormal() argument
105 static hi_u32 HistreamingTrafficLightReturnMainMenu(const char* property, char* value) in HistreamingTrafficLightReturnMainMenu() argument
120 static hi_void HistreamingTrafficLightControl(const char* property, cha argument
131 GetStatusValue(const struct LinkService* ar, const char* property, const char* value, int len) GetStatusValue() argument
148 ModifyStatus(const struct LinkService* ar, const char* property, const char* value, int len) ModifyStatus() argument
[all...]
/base/customization/enterprise_device_management/interfaces/kits/account_manager/src/
H A Daccount_manager_addon.cpp28 napi_property_descriptor property[] = { in Init() local
/base/inputmethod/imf/frameworks/cj/src/
H A Dinput_method_ffi.cpp33 std::shared_ptr<Property> property; in FfiInputMethodGetDefaultInputMethod() local
49 std::shared_ptr<Property> property = ctrl->GetCurrentInputMethod(); in FfiInputMethodGetCurrentInputMethod() local
140 Property property = Utils::C2InputMethodProperty(props); in FfiInputMethodSettingListInputMethodSubtype() local
/base/inputmethod/imf/frameworks/js/napi/keyboardpanelmanager/
H A Djs_keyboard_panel_manager.cpp240 std::shared_ptr<Property> property; in GetDefaultInputMethod() local
249 napi_value JsKeyboardPanelManager::GetJsInputMethodProperty(napi_env env, const Property &property) in GetJsInputMethodProperty() argument
[all...]
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dime_system_channel.cpp285 int32_t ImeSystemCmdChannel::GetDefaultImeCfg(std::shared_ptr<Property> &property) in GetDefaultImeCfg() argument
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
H A Dinputmethodcontroller_fuzzer.cpp46 Property property; in TestListInputMethodSubtype() local
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_input_method.cpp103 napi_value JsInputMethod::GetJsInputMethodProperty(napi_env env, const Property &property) in GetJsInputMethodProperty() argument
282 std::shared_ptr<Property> property in GetCurrentInputMethod() local
306 std::shared_ptr<Property> property; GetDefaultInputMethod() local
[all...]
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_core_stub.cpp149 SubProperty property; in SetSubtypeOnRemote() local
251 int32_t InputMethodCoreStub::SetSubtype(const SubProperty &property) in SetSubtype() argument
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_switch_test.cpp103 std::shared_ptr<Property> property = imc_->GetCurrentInputMethod(); in CheckCurrentProp() local
353 Property property = { .name = newImeBundleName }; in HWTEST_F() local
374 Property property in HWTEST_F() local
395 std::shared_ptr<Property> property = std::make_shared<Property>(); HWTEST_F() local
438 std::shared_ptr<Property> property = imc_->GetCurrentInputMethod(); HWTEST_F() local
457 std::shared_ptr<Property> property = imc_->GetCurrentInputMethod(); HWTEST_F() local
476 std::shared_ptr<Property> property = imc_->GetCurrentInputMethod(); HWTEST_F() local
[all...]
/base/customization/enterprise_device_management/interfaces/kits/restrictions/src/
H A Drestrictions_addon.cpp60 napi_property_descriptor property[] = { in Init() local
/base/customization/enterprise_device_management/interfaces/kits/application_manager/src/
H A Dapplication_manager_addon.cpp27 napi_property_descriptor property[] = { in Init() local
/base/powermgr/battery_manager/frameworks/napi/src/
H A Dsystem_battery.cpp88 napi_value property = nullptr; in GetOptionsFunc() local
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dpublish.cpp171 bool CheckProperty(const napi_env &env, const napi_value &content, const std::string &property) in CheckProperty() argument
184 GetStringProperty( const napi_env &env, const napi_value &content, const std::string &property, std::string &result) GetStringProperty() argument
212 GetObjectProperty( const napi_env &env, const napi_value &content, const std::string &property, napi_value &result) GetObjectProperty() argument
[all...]
/base/security/dlp_permission_service/frameworks/common/src/
H A Dpermission_policy.cpp139 PermissionPolicy::PermissionPolicy(const DlpProperty& property) in PermissionPolicy() argument
/base/security/huks/interfaces/kits/napi/src/
H A Dhuks_napi.cpp58 napi_value property = nullptr; in AddInt32Property() local
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_sandbox_new_mount_test.cpp74 static SandboxContext *TestGetSandboxContext(const AppSpawningCtx *property, int nwebspawn) in TestGetSandboxContext() argument
487 AppSpawningCtx property = {}; in HWTEST_F() local
[all...]
H A Dapp_spawn_sandboxmgr_test.cpp484 AppSpawningCtx *property = TestCreateAppSpawningCtx(); in HWTEST_F() local

Completed in 19 milliseconds

12345678910>>...12