Home
last modified time | relevance | path

Searched defs:object (Results 701 - 725 of 2767) sorted by relevance

1...<<21222324252627282930>>...111

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkFence.hpp71 static inline Fence *Cast(VkFence object) in Cast() argument
H A DVkPipelineLayout.hpp73 static inline PipelineLayout *Cast(VkPipelineLayout object) in Cast() argument
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
H A DClient.h71 void TrackObject(T* object) { in TrackObject() argument
H A DObjectAllocator.h35 std::unique_ptr<T> object; member
47 auto object = std::make_unique<T>(client, 1, id); in New() local
[all...]
/third_party/python/Include/internal/
H A Dpycore_asdl.h15 typedef PyObject * object; typedef
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMessageLiteToString.java221 static final void printField(StringBuilder buffer, int indent, String name, Object object) { in printField() argument
[all...]
/third_party/rust/crates/nom/examples/
H A Djson_iterator.rs138 pub fn object(&self) -> Option<impl Iterator<Item = (&'a str, JsonValue<'a, 'b>)>> { in object() functions
/third_party/rust/crates/nom/benchmarks/benches/
H A Djson.rs110 fn object(input: &str) -> IResult<&str, HashMap<String, JsonValue>> { in object() functions
/third_party/vk-gl-cts/framework/opengl/
H A DgluObjectWrapper.cpp58 ObjectWrapper::ObjectWrapper (const glw::Functions& gl, const ObjectTraits& traits, deUint32 object) in ObjectWrapper() argument
/third_party/weex-loader/deps/weex-scripter/lib/
H A Dfix.js66 "object": { global() property
/third_party/typescript/tests/baselines/reference/
H A DunderscoreTest1.js[all...]
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_client_stub.cpp73 auto object = data.ReadRemoteObject(); in OnInputReadyOnRemote() local
/base/inputmethod/imf/frameworks/js/napi/common/
H A Djs_util.h85 static bool WriteProperty(napi_env env, napi_value object, const std::string &property, const T &value) in WriteProperty() argument
90 static bool ReadProperty(napi_env env, napi_value object, const std::string &property, T &value) in ReadProperty() argument
/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_authenticator_proxy.cpp23 AppAccountAuthenticatorProxy::AppAccountAuthenticatorProxy(const sptr<IRemoteObject> &object) in AppAccountAuthenticatorProxy() argument
/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_client_callback_proxy.cpp60 IDMCallbackProxy::IDMCallbackProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<IIDMCallback>(object) in IDMCallbackProxy() argument
94 GetCredInfoCallbackProxy::GetCredInfoCallbackProxy(const sptr<IRemoteObject> &object) in GetCredInfoCallbackProxy() argument
133 GetSetPropCallbackProxy::GetSetPropCallbackProxy(const sptr<IRemoteObject> &object) in GetSetPropCallbackProxy() argument
143 GetEnrolledIdCallbackProxy::GetEnrolledIdCallbackProxy(const sptr<IRemoteObject> &object) in GetEnrolledIdCallbackProxy() argument
167 PreRemoteAuthCallbackProxy::PreRemoteAuthCallbackProxy(const sptr<IRemoteObject> &object) in PreRemoteAuthCallbackProxy() argument
[all...]
/base/print/print_fwk/services/print_service/include/
H A Dprint_system_data.h117 T object; in ProcessJsonToCapabilityList() local
H A Dprint_service_converter.h62 nlohmann::json object; in ConvertListToJson() local
/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_range_helper.cpp66 bool ScanRangeHelper::ValidateProperty(napi_env env, napi_value object) in ValidateProperty() argument
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_local_live_view_subscriber.cpp99 OnRemoteDied( const wptr<IRemoteObject> &object) OnRemoteDied() argument
/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/mock/
H A Dmock_bundle_manager_helper.cpp30 void BundleManagerHelper::OnRemoteDied(const wptr<IRemoteObject> &object) in OnRemoteDied() argument
/base/security/access_token/services/common/app_manager/src/
H A Dapp_manager_access_proxy.cpp47 sptr<IRemoteObject> object = reply.ReadRemoteObject(); in GetAmsMgr() local
/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_cert_crl_common.cpp89 bool GetArrayCertFromNapiValue(napi_env env, napi_value object, HcfX509CertificateArray *certs, bool allowEmptyFlag) in GetArrayCertFromNapiValue() argument
134 bool GetArrayCRLFromNapiValue(napi_env env, napi_value object, HcfX509CrlArray *crls, bool allowEmptyFlag) in GetArrayCRLFromNapiValue() argument
[all...]
/base/security/certificate_framework/test/fuzztest/cfgetandcheck_fuzzer/
H A Dcfgetandcheck_fuzzer.cpp42 void TestCommonfunc(const CfObject *object, uint32_t cnt, const CfParam *params, uint32_t functype) in TestCommonfunc() argument
61 void TestObjectTypeFunc1(const CfObject *object, uint8_t* data, size_t size) in TestObjectTypeFunc1() argument
81 void TestObjectTypeFunc2(const CfObject *object, uint8_t* data, size_t size) in TestObjectTypeFunc2() argument
95 TestObjectTypeFunc3(const CfObject *object, uint8_t* data, size_t size) TestObjectTypeFunc3() argument
109 TestObjectTypeFunc4(const CfObject *object, uint8_t* data, size_t size) TestObjectTypeFunc4() argument
126 TestObjectTypeFunc5(const CfObject *object, uint8_t* data, size_t size) TestObjectTypeFunc5() argument
140 TestObjectTypeFunc6(const CfObject *object, uint8_t* data, size_t size) TestObjectTypeFunc6() argument
161 CfObject *object = nullptr; CfObjectFuzzTest() local
[all...]
/base/security/certificate_framework/test/unittest/common/src/
H A Dcf_test_sdk_common.cpp52 CfObject *object = nullptr; in CommonTest() local
[all...]
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/
H A Dcert_manager_uri.h48 char *object; member

Completed in 11 milliseconds

1...<<21222324252627282930>>...111