| /third_party/eudev/src/libudev/ |
| H A D | libudev-enumerate.c | 454 _public_ int udev_enumerate_add_match_property(struct udev_enumerate *udev_enumerate, const char *property, const char *value) in udev_enumerate_add_match_property() argument
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
| H A D | UCharacterTest.java | 2569 private static boolean hbp(CharSequence s, int property) { in hbp() argument [all...] |
| /third_party/jerryscript/jerry-core/ecma/base/ |
| H A D | ecma-gc.c | 189 uint8_t property = property_pair_p->header.types[index]; in ecma_gc_mark_properties() local [all...] |
| /third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-ws-proxy/ |
| H A D | protocol_lws_minimal_dbus_ws_proxy.c | 170 const char *interface, *property; in dmh_get() local 198 const char *property = "Version"; in dmh_getall() local
|
| /third_party/node/src/ |
| H A D | node_builtins.cc | 621 void BuiltinLoader::BuiltinIdsGetter(Local<Name> property, in BuiltinIdsGetter() argument 533 GetBuiltinCategories( Local<Name> property, const PropertyCallbackInfo<Value>& info) GetBuiltinCategories() argument 631 ConfigStringGetter( Local<Name> property, const PropertyCallbackInfo<Value>& info) ConfigStringGetter() argument
|
| /third_party/node/deps/v8/src/api/ |
| H A D | api-natives.cc | 662 AddNativeDataProperty(Isolate* isolate, Handle<TemplateInfo> info, Handle<AccessorInfo> property) AddNativeDataProperty() argument
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | literal-objects.cc | 604 ClassLiteral::Property* property = expr->public_members()->at(i); BuildClassBoilerplate() local 671 ClassLiteral::Property* property = expr->public_members()->at(i); BuildClassBoilerplate() local [all...] |
| /third_party/node/deps/v8/src/runtime/ |
| H A D | runtime-object.cc | 359 Handle<Object> property = args.at(1); RUNTIME_FUNCTION() local 432 Handle<Object> property = args.at(1); RUNTIME_FUNCTION() local [all...] |
| /third_party/pulseaudio/src/modules/ |
| H A D | module-rygel-media-server.c | 210 message_is_property_get(DBusMessage *m, const char *interface, const char *property) message_is_property_get() argument [all...] |
| H A D | module-zeroconf-publish.c | 670 const char *property = HOSTNAME_DBUS_ICON_PROPERTY; in get_icon_name() local
|
| /third_party/python/Lib/ |
| H A D | enum.py | 183 class property(DynamicClassAttribute): class [all...] |
| /third_party/toybox/kconfig/ |
| H A D | expr.h | 113 struct property { struct
|
| /base/account/os_account/interfaces/kits/napi/common/src/ |
| H A D | napi_account_common.cpp | 114 bool GetIntProperty(napi_env env, napi_value obj, int32_t &property)
in GetIntProperty() argument 126 bool GetOptionIntProperty(napi_env env, napi_value obj, int32_t &property, bool &hasProperty)
in GetOptionIntProperty() argument 142 bool GetLongIntProperty(napi_env env, napi_value obj, int64_t &property)
in GetLongIntProperty() argument 154 bool GetBoolProperty(napi_env env, napi_value obj, bool &property)
in GetBoolProperty() argument 165 bool GetStringProperty(napi_env env, napi_value obj, std::string &property)
in GetStringProperty() argument 181 GetStringArrayProperty(napi_env env, napi_value obj, std::vector<std::string> &property, bool allowEmpty) GetStringArrayProperty() argument 206 GetStringArrayPropertyByKey(napi_env env, napi_value obj, const std::string &propertyName, std::vector<std::string> &property, bool allowEmpty) GetStringArrayPropertyByKey() argument 214 GetCallbackProperty(napi_env env, napi_value obj, napi_ref &property, int argNum) GetCallbackProperty() argument 229 GetStringPropertyByKey(napi_env env, napi_value obj, const std::string &propertyName, std::string &property) GetStringPropertyByKey() argument 236 GetOptionalStringPropertyByKey(napi_env env, napi_value obj, const std::string &propertyName, std::string &property) GetOptionalStringPropertyByKey() argument 255 GetOptionalStringPropertyByKey(napi_env env, napi_value obj, const std::string &propertyName, std::string &property, bool &hasProperty) GetOptionalStringPropertyByKey() argument [all...] |
| /base/inputmethod/imf/services/src/ |
| H A D | peruser_session.cpp | 833 void PerUserSession::NotifyImeChangeToClients(const Property &property, const SubProperty &subProperty) in NotifyImeChangeToClients() argument
|
| H A D | ime_info_inquirer.cpp | 242 InputMethodInfo property; in ListInputMethodInfo() local 451 auto property = GetExtends(extends); GetSubProperty() local 471 auto property = GetExtends(extends); ListInputMethodSubtype() local 636 SubProperty property; GetExtends() local [all...] |
| /base/hiviewdfx/hitrace/cmd/src/ |
| H A D | hitrace_cmd.cpp | 219 static bool SetProperty(const string& property, const string& value) in SetProperty() argument
|
| /base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
| H A D | js_input_method_engine_setting.cpp | 524 napi_value JsInputMethodEngineSetting::GetResultOnSetSubtype(napi_env env, const SubProperty &property) in GetResultOnSetSubtype() argument 669 OnSetSubtype(const SubProperty &property) OnSetSubtype() argument [all...] |
| /base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
| H A D | input_method_controller.cpp | 427 int32_t InputMethodController::GetDefaultInputMethod(std::shared_ptr<Property> &property) in GetDefaultInputMethod() argument 460 auto property = proxy->GetCurrentInputMethod(); in GetCurrentInputMethod() local 477 auto property = proxy->GetCurrentInputMethodSubtype(); in GetCurrentInputMethodSubtype() local 961 ListInputMethodSubtype(const Property &property, std::vector<SubProperty> &subProps) ListInputMethodSubtype() argument [all...] |
| /base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/ |
| H A D | napi_hisysevent_util.cpp | 717 napi_value property = nullptr; in AppendParamsInfo() local [all...] |
| /base/inputmethod/imf/test/unittest/cpp_test/src/ |
| H A D | input_method_controller_test.cpp | 1239 std::shared_ptr<Property> property = nullptr; in HWTEST_F() local
|
| /base/customization/enterprise_device_management/interfaces/kits/network_manager/src/ |
| H A D | network_manager_addon.cpp | 97 napi_property_descriptor property[] = {
in Init() local
|
| /base/security/access_token/frameworks/js/napi/privacy/src/ |
| H A D | permission_record_manager_napi.cpp | 145 napi_value property = nullptr; in ParseAddPermissionFifthParam() local 392 napi_value property = nullptr; in ParseRequest() local [all...] |
| /base/security/huks/interfaces/kits/napi/src/v9/ |
| H A D | huks_napi_common_item.cpp | 575 napi_value property = nullptr; in GetPropertyFromOptions() local 590 napi_value property = GetPropertyFromOptions(env, value, HKS_OPTIONS_PROPERTY_PROPERTIES); in ParseGetHksParamSet() local 606 napi_value property = GetPropertyFromOptions(env, value, HKS_OPTIONS_PROPERTY_PROPERTIES); in ParseGetHksParamSetAsUser() local [all...] |
| /base/startup/appspawn/modules/sandbox/ |
| H A D | appspawn_sandbox.c | 1003 static bool IsADFPermission(AppSpawnSandboxCfg *sandbox, const AppSpawningCtx *property) in IsADFPermission() argument 189 InitSandboxContext(SandboxContext *context, const AppSpawnSandboxCfg *sandbox, const AppSpawningCtx *property, int nwebspawn) InitSandboxContext() argument 1016 StagedMountSystemConst(AppSpawnSandboxCfg *sandbox, const AppSpawningCtx *property, int nwebspawn) StagedMountSystemConst() argument 1310 MountSandboxConfigs(AppSpawnSandboxCfg *sandbox, const AppSpawningCtx *property, int nwebspawn) MountSandboxConfigs() argument [all...] |
| /base/startup/appspawn/test/unittest/ |
| H A D | app_spawn_test_helper.cpp | 582 AppSpawningCtx *property = CreateAppSpawningCtx(); in GetAppProperty() local
|