/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryAddressBindingTests.cpp | 184 Unique<typename Case::Type> object; member [all...] |
H A D | vktMemoryDeviceMemoryReportTests.cpp | 160 Unique<typename Case::Type> object; member [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineRenderToImageTests.cpp | 916 VkDeviceMemory object = 0; in testWithSizeReduction() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryAddressBindingTests.cpp | 152 Unique<typename Case::Type> object; member [all...] |
H A D | vktMemoryDeviceMemoryReportTests.cpp | 157 Unique<typename Case::Type> object; member [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_utils.h | 273 ObjectAndSerial(ObjT &&object, Serial serial) : mObject(std::move(object)), mSerial(serial) {} in ObjectAndSerial() argument 317 static GarbageObject Get(WrappedObject<DerivedT, HandleT> *object) in Get() argument [all...] |
H A D | RendererVk.h | 126 void CollectGarbage(std::vector<vk::GarbageObject> *garbageOut, ArgT object, ArgsT... objectsIn) in CollectGarbage() argument
|
H A D | ContextVk.h | 456 void addGarbage(T *object) in addGarbage() argument
|
/third_party/skia/third_party/externals/angle2/src/libEGL/ |
H A D | libEGL_autogen.cpp | 678 eglLabelObjectKHR(EGLDisplay display, EGLenum objectType, EGLObjectKHR object, EGLLabelKHR label) eglLabelObjectKHR() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShader.cpp | 269 auto &object = defs[resultId]; in robustBufferAccess() local 342 auto &object = CreateConstant(insn); in robustBufferAccess() local 353 auto &object in robustBufferAccess() local 844 auto &object = defs[resultId]; CreateConstant() local 853 ProcessInterfaceVariable(Object &object) ProcessInterfaceVariable() argument 1565 auto &object = defs[resultId]; DefineResult() local 2496 auto &object = getObject(insn.resultId()); emitEpilog() local 2554 Operand(const EmitState *state, const Object &object) Operand() argument [all...] |
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | asn1.h | 450 ASN1_OBJECT *object; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 389 namespace object { namespace
|
/third_party/python/Modules/cjkcodecs/ |
H A D | multibytecodec.c | 76 make_tuple(PyObject *object, Py_ssize_t len) in make_tuple() argument [all...] |
/third_party/python/Objects/ |
H A D | listobject.c | 814 list_insert_impl(PyListObject *self, Py_ssize_t index, PyObject *object) in list_insert_impl() argument 859 list_append(PyListObject *self, PyObject *object) in list_append() argument [all...] |
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | GeneratedMessageV3.java | 1853 invokeOrDie( final Method method, final Object object, final Object... params) invokeOrDie() argument
|
H A D | GeneratedMessage.java | 1979 invokeOrDie( final Method method, final Object object, final Object... params) invokeOrDie() argument
|
H A D | GeneratedMessageLite.java | 1160 static Object invokeOrDie(Method method, Object object, Object... params) { in invokeOrDie() argument
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | bluez5-util.c | 1336 static void append_battery_provider(pa_bluetooth_device *d, DBusMessageIter *object) { in append_battery_provider() argument 1375 DBusMessageIter iter, array, object; in battery_provider_handler() local 2738 DBusMessageIter object, array, entry, dict; append_a2dp_object() local [all...] |
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pDepthTests.cpp | 113 RenderData::RenderData (const ObjectData& object, const glu::RenderContext& renderCtx, TestLog& log) in RenderData() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineRenderToImageTests.cpp | 829 VkDeviceMemory object = 0; in testWithSizeReduction() local
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_manager_client.cpp | 1779 ErrCode AbilityManagerClient::RegisterSessionHandler(sptr<IRemoteObject> object) in RegisterSessionHandler() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_textfield.cpp | 755 JSRef<JSObject> object = JSRef<JSObject>::Cast(jsValue); in GetOldPadding() local 847 JSRef<JSObject> object = JSRef<JSObject>::Cast(info[0]); in JsBorder() local 907 GetBorderRadiusByLengthMetrics(const char* key, JSRef<JSObject>& object, std::optional<CalcDimension>& radius) GetBorderRadiusByLengthMetrics() argument 918 ParseAllBorderRadiuses(JSRef<JSObject>& object, CalcDimension& topLeft, CalcDimension& topRight, CalcDimension& bottomLeft, CalcDimension& bottomRight) ParseAllBorderRadiuses() argument 958 JSRef<JSObject> object = JSRef<JSObject>::Cast(args); ParseBorderRadius() local 1134 JSRef<JSObject> object = objectTemplate->NewInstance(); CreateJSTextCommonEvent() local [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/ |
H A D | js_span_object.cpp | 531 JSRef<JSObject> object = JSRef<JSObject>::Cast(args[0]); in ParseJSGestureSpan() local
|
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/ |
H A D | napi_accessibility_utils.cpp | 922 ConvertActionArgsJSToNAPI( napi_env env, napi_value object, std::map<std::string, std::string>& args, OHOS::Accessibility::ActionType action) ConvertActionArgsJSToNAPI() argument 1018 ConvertIntJSToNAPI(napi_env env, napi_value object, napi_value propertyNameValue, bool &hasProperty) ConvertIntJSToNAPI() argument 1030 ConvertBoolJSToNAPI(napi_env env, napi_value object, napi_value propertyNameValue, bool &hasProperty) ConvertBoolJSToNAPI() argument 1042 ConvertStringJSToNAPI(napi_env env, napi_value object, napi_value propertyNameValue, bool &hasProperty) ConvertStringJSToNAPI() argument 1054 ConvertStringArrayJSToNAPI(napi_env env, napi_value object, napi_value propertyNameValue, bool &hasProperty, std::vector<std::string> &stringArray) ConvertStringArrayJSToNAPI() argument 1072 ConvertStringArrayJSToNAPICommon(napi_env env, napi_value object, std::vector<std::string> &stringArray) ConvertStringArrayJSToNAPICommon() argument 1111 ConvertEventInfoJSToNAPI( napi_env env, napi_value object, OHOS::Accessibility::AccessibilityEventInfo& eventInfo) ConvertEventInfoJSToNAPI() argument 1130 ConvertEventInfoJSToNAPIPart1( napi_env env, napi_value object, OHOS::Accessibility::AccessibilityEventInfo& eventInfo) ConvertEventInfoJSToNAPIPart1() argument 1169 ConvertEventInfoJSToNAPIPart2( napi_env env, napi_value object, OHOS::Accessibility::AccessibilityEventInfo& eventInfo) ConvertEventInfoJSToNAPIPart2() argument 1219 ConvertEventInfoJSToNAPIPart3( napi_env env, napi_value object, OHOS::Accessibility::AccessibilityEventInfo& eventInfo) ConvertEventInfoJSToNAPIPart3() argument 1278 ConvertGesturePointJSToNAPI( napi_env env, napi_value object, AccessibilityGesturePosition& gesturePathPosition) ConvertGesturePointJSToNAPI() argument 1310 ConvertGesturePathJSToNAPI(napi_env env, napi_value object, std::shared_ptr<AccessibilityGestureInjectPath>& gesturePath) ConvertGesturePathJSToNAPI() argument 1330 ConvertGesturePathJSToNAPIPart1(napi_env env, napi_value object, std::shared_ptr<AccessibilityGestureInjectPath>& gesturePath) ConvertGesturePathJSToNAPIPart1() argument 1374 ConvertGesturePathJSToNAPIPart2(napi_env env, napi_value object, std::shared_ptr<AccessibilityGestureInjectPath>& gesturePath) ConvertGesturePathJSToNAPIPart2() argument 1713 GetColorValue(napi_env env, napi_value object, napi_value propertyNameValue) GetColorValue() argument 1761 ConvertObjToCaptionProperty( napi_env env, napi_value object, OHOS::AccessibilityConfig::CaptionProperty* ptrCaptionProperty) ConvertObjToCaptionProperty() argument 1780 ConvertObjToCaptionPropertyPart1( napi_env env, napi_value object, OHOS::AccessibilityConfig::CaptionProperty* ptrCaptionProperty) ConvertObjToCaptionPropertyPart1() argument 1813 ConvertObjToCaptionPropertyPart2( napi_env env, napi_value object, OHOS::AccessibilityConfig::CaptionProperty* ptrCaptionProperty) ConvertObjToCaptionPropertyPart2() argument 1845 ConvertCaptionPropertyJSToNAPI(napi_env env, napi_value object, napi_value propertyNameValue, bool &hasProperty) ConvertCaptionPropertyJSToNAPI() argument [all...] |
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_proxy.cpp | 2416 sptr<IRemoteObject> object = reply.ReadRemoteObject(); in GetBundleInstaller() local 2443 sptr<IRemoteObject> object = reply.ReadRemoteObject(); in GetBundleUserMgr() local 2469 sptr<IRemoteObject> object = reply.ReadRemoteObject(); in GetVerifyManager() local 2495 sptr<IRemoteObject> object in GetExtendResourceManager() local 3325 sptr<IRemoteObject> object = reply.ReadRemoteObject(); GetDefaultAppProxy() local 3353 sptr<IRemoteObject> object = reply.ReadRemoteObject(); GetAppControlProxy() local 3557 sptr<IRemoteObject> object = reply.ReadRemoteObject(); GetQuickFixManagerProxy() local 3653 sptr<IRemoteObject> object = reply.ReadRemoteObject(); GetOverlayManagerProxy() local 4215 sptr<IRemoteObject> object = reply.ReadRemoteObject(); GetBundleResourceProxy() local [all...] |