Home
last modified time | relevance | path

Searched defs:object (Results 2101 - 2125 of 2413) sorted by relevance

1...<<81828384858687888990>>...97

/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/
H A Dnative_devicemanager_js.cpp1640 napi_value object = argv[DM_NAPI_ARGS_ONE]; in BindTarget() local
1563 BindDevOrTarget(DeviceManagerNapi *deviceManagerWrapper, const std::string &deviceId, napi_env env, napi_value &object) BindDevOrTarget() argument
[all...]
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp79 inline DispatchKey GetDispatchKey(const T object) in GetDispatchKey() argument
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_impl.cpp74 napi_value WebGL2RenderingContextImpl::DeleteQuery(napi_env env, napi_value object) in DeleteQuery() argument
96 napi_value WebGL2RenderingContextImpl::IsQuery(napi_env env, napi_value object) in IsQuery() argument
130 napi_value WebGL2RenderingContextImpl::BeginQuery(napi_env env, GLenum target, napi_value object) in BeginQuery() argument
366 napi_value WebGL2RenderingContextImpl::DeleteVertexArray(napi_env env, napi_value object) in DeleteVertexArray() argument
384 napi_value WebGL2RenderingContextImpl::IsVertexArray(napi_env env, napi_value object) in IsVertexArray() argument
398 BindVertexArray(napi_env env, napi_value object) BindVertexArray() argument
1504 BindBuffer(napi_env env, GLenum target, napi_value object) BindBuffer() argument
1591 DeleteBuffer(napi_env env, napi_value object) DeleteBuffer() argument
[all...]
H A Dwebgl_rendering_context_base_impl.cpp169 napi_value WebGLRenderingContextBaseImpl::IsBuffer(napi_env env, napi_value object) in IsBuffer() argument
181 napi_value WebGLRenderingContextBaseImpl::BindBuffer(napi_env env, GLenum target, napi_value object) in BindBuffer() argument
212 napi_value WebGLRenderingContextBaseImpl::IsFrameBuffer(napi_env env, napi_value object) in IsFrameBuffer() argument
225 napi_value WebGLRenderingContextBaseImpl::BindFrameBuffer(napi_env env, GLenum target, napi_value object) in BindFrameBuffer() argument
263 napi_value WebGLRenderingContextBaseImpl::BindRenderBuffer(napi_env env, GLenum target, napi_value object) in BindRenderBuffer() argument
427 CompileShader(napi_env env, napi_value object) CompileShader() argument
440 ShaderSource(napi_env env, napi_value object, const std::string& source) ShaderSource() argument
461 DeleteBuffer(napi_env env, napi_value object) DeleteBuffer() argument
481 DeleteFrameBuffer(napi_env env, napi_value object) DeleteFrameBuffer() argument
540 DeleteProgram(napi_env env, napi_value object) DeleteProgram() argument
558 DeleteRenderBuffer(napi_env env, napi_value object) DeleteRenderBuffer() argument
630 DeleteShader(napi_env env, napi_value object) DeleteShader() argument
644 GetShaderParameter(napi_env env, napi_value object, GLenum pname) GetShaderParameter() argument
708 DeleteTexture(napi_env env, napi_value object) DeleteTexture() argument
825 FrameBufferRenderBuffer( napi_env env, GLenum target, GLenum attachment, GLenum renderBufferTarget, napi_value object) FrameBufferRenderBuffer() argument
922 GetProgramParameter(napi_env env, napi_value object, GLenum pname) GetProgramParameter() argument
968 GetAttachedShaders(napi_env env, napi_value object) GetAttachedShaders() argument
990 GetUniformLocation(napi_env env, napi_value object, const std::string& name) GetUniformLocation() argument
1023 GetAttribLocation(napi_env env, napi_value object, const std::string& name) GetAttribLocation() argument
1301 UseProgram(napi_env env, napi_value object) UseProgram() argument
1318 ValidateProgram(napi_env env, napi_value object) ValidateProgram() argument
1330 LinkProgram(napi_env env, napi_value object) LinkProgram() argument
2844 GetValidFrameBuffer(napi_env env, napi_value object) GetValidFrameBuffer() argument
2853 GetValidBuffer(napi_env env, napi_value object) GetValidBuffer() argument
2862 GetValidRenderBuffer(napi_env env, napi_value object) GetValidRenderBuffer() argument
[all...]
/foundation/window/window_manager/wm/src/
H A Dwindow_adapter.cpp453 sptr<IRemoteObject> object = wptrDeath.promote(); in OnRemoteDied() local
/test/xts/acts/multimedia/image/image_ets_standard/pictureNdk/entry/src/main/cpp/
H A DPictureNdk.cpp133 static void SetUint32NamedProperty(napi_env env, napi_value object, const char* key, uint32_t value) in SetUint32NamedProperty() argument
141 static uint32_t GetUint32NamedProperty(napi_env env, napi_value object, const char* key) in GetUint32NamedProperty() argument
/test/xts/acts/multimedia/image/image_ets_standard/imageNdk/entry/src/main/cpp/
H A DImageNdk.cpp533 napi_value object = nullptr; in buildJsImageInfo() local
776 static void setInt32NamedProperty(napi_env env, napi_value object, cons argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dmediacodec_wrapper.c167 jobject object; member
281 jobject object; member
629 jobject object = NULL; in ff_AMediaFormat_new() local
670 ff_AMediaFormat_newFromObject(void *object) ff_AMediaFormat_newFromObject() argument
1198 jobject object = NULL; codec_create() local
[all...]
/third_party/ffmpeg/libavutil/
H A Dhwcontext_opencl.c2100 const AVDRMObjectDescriptor *object = in opencl_map_from_drm_beignet() local
/third_party/glfw/src/
H A Dwin32_window.c2370 HANDLE object; in _glfwSetClipboardStringWin32() local
2420 HANDLE object; in _glfwGetClipboardStringWin32() local
[all...]
/third_party/glslang/glslang/MachineIndependent/
H A DIntermediate.cpp2433 TIntermTyped* TIntermediate::addMethod(TIntermTyped* object, const TType& type, const TString* name, const TSourceLoc& loc) in addMethod() argument
/third_party/cJSON/
H A DcJSON.c501 CJSON_PUBLIC(long long) cJSON_SetInt64NumberValue(cJSON * const object, const long long integer) in cJSON_SetInt64NumberValue() argument
523 CJSON_PUBLIC(double) cJSON_SetNumberHelper(cJSON *object, double number) in cJSON_SetNumberHelper() argument
542 cJSON_SetNumberHelper(cJSON *object, double number) cJSON_SetNumberHelper() argument
561 cJSON_SetValuestring(cJSON *object, const char *valuestring) cJSON_SetValuestring() argument
2128 get_object_item(const cJSON * const object, const char * const name, const cJSON_bool case_sensitive) get_object_item() argument
2160 cJSON_GetObjectItem(const cJSON * const object, const char * const string) cJSON_GetObjectItem() argument
2165 cJSON_GetObjectItemCaseSensitive(const cJSON * const object, const char * const string) cJSON_GetObjectItemCaseSensitive() argument
2259 add_item_to_object(cJSON * const object, const char * const string, cJSON * const item, const internal_hooks * const hooks, const cJSON_bool constant_key) add_item_to_object() argument
2327 cJSON_AddNullToObject(cJSON * const object, const char * const name) cJSON_AddNullToObject() argument
2339 cJSON_AddTrueToObject(cJSON * const object, const char * const name) cJSON_AddTrueToObject() argument
2351 cJSON_AddFalseToObject(cJSON * const object, const char * const name) cJSON_AddFalseToObject() argument
2363 cJSON_AddBoolToObject(cJSON * const object, const char * const name, const cJSON_bool boolean) cJSON_AddBoolToObject() argument
2376 cJSON_AddInt64NumberToObject(cJSON * const object, const char * const name, const long long integer) cJSON_AddInt64NumberToObject() argument
2389 cJSON_AddNumberToObject(cJSON * const object, const char * const name, const double number) cJSON_AddNumberToObject() argument
2401 cJSON_AddStringToObject(cJSON * const object, const char * const name, const char * const string) cJSON_AddStringToObject() argument
2413 cJSON_AddRawToObject(cJSON * const object, const char * const name, const char * const raw) cJSON_AddRawToObject() argument
2425 cJSON_AddObjectToObject(cJSON * const object, const char * const name) cJSON_AddObjectToObject() argument
2437 cJSON_AddArrayToObject(cJSON * const object, const char * const name) cJSON_AddArrayToObject() argument
2500 cJSON_DetachItemFromObject(cJSON *object, const char *string) cJSON_DetachItemFromObject() argument
2507 cJSON_DetachItemFromObjectCaseSensitive(cJSON *object, const char *string) cJSON_DetachItemFromObjectCaseSensitive() argument
2514 cJSON_DeleteItemFromObject(cJSON *object, const char *string) cJSON_DeleteItemFromObject() argument
2519 cJSON_DeleteItemFromObjectCaseSensitive(cJSON *object, const char *string) cJSON_DeleteItemFromObjectCaseSensitive() argument
2618 replace_item_in_object(cJSON *object, const char *string, cJSON *replacement, cJSON_bool case_sensitive) replace_item_in_object() argument
3461 cJSON_free(void *object) cJSON_free() argument
[all...]
/third_party/jerryscript/jerry-core/vm/
H A Dvm.c61 vm_op_get_value (ecma_value_t object, /**< base object */ in vm_op_get_value() argument
201 ecma_value_t object = ecma_op_to_object (base); vm_op_set_value() local
[all...]
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-array-prototype.c102 ecma_builtin_array_prototype_helper_set_length (ecma_object_t *object, /**< object*/ in ecma_builtin_array_prototype_helper_set_length() argument
[all...]
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-objects.c3017 ecma_op_invoke_by_symbol_id(ecma_value_t object, lit_magic_string_id_t symbol_id, ecma_value_t *args_p, ecma_length_t args_len) ecma_op_invoke_by_symbol_id() argument
3037 ecma_op_invoke_by_magic_id(ecma_value_t object, lit_magic_string_id_t magic_string_id, ecma_value_t *args_p, ecma_length_t args_len) ecma_op_invoke_by_magic_id() argument
3052 ecma_op_invoke(ecma_value_t object, ecma_string_t *property_name_p, ecma_value_t *args_p, ecma_length_t args_len) ecma_op_invoke() argument
[all...]
/third_party/mesa3d/src/egl/main/
H A Deglapi.c267 _eglSetFuncName(const char *funcName, _EGLDisplay *disp, EGLenum objectType, _EGLResource *object) in _eglSetFuncName() argument
2421 eglLabelObjectKHR(EGLDisplay dpy, EGLenum objectType, EGLObjectKHR object, in eglLabelObjectKHR() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_encode.c342 virgl_encode_bind_object(struct virgl_context *ctx, uint32_t handle, uint32_t object) virgl_encode_bind_object() argument
350 virgl_encode_delete_object(struct virgl_context *ctx, uint32_t handle, uint32_t object) virgl_encode_delete_object() argument
/third_party/node/src/
H A Dcares_wrap.cc638 ChannelWrap( Environment* env, Local<Object> object, int timeout, int tries) ChannelWrap() argument
H A Denv.cc1336 void Environment::CollectUVExceptionInfo(Local<Value> object, in CollectUVExceptionInfo() argument
H A Djs_native_api_v8_inspector.cc139 explicit DeletableWrapper(std::unique_ptr<T> object) in DeletableWrapper() argument
153 std::unique_ptr<Deletable> WrapInDeletable(std::unique_ptr<T> object) { in WrapInDeletable() argument
379 AddObject(int id, std::unique_ptr<Deletable> object) AddObject() argument
[all...]
H A Dnode_file.cc652 ShutdownWrap* FileHandle::CreateShutdownWrap(Local<Object> object) { in CreateShutdownWrap() argument
[all...]
H A Dnode_messaging.cc111 Local<Value> object; variable
913 ReadIterable(Environment* env, Local<Context> context, TransferList& transfer_list, Local<Value> object) ReadIterable() argument
[all...]
/third_party/node/src/crypto/
H A Dcrypto_common.cc333 AddIssuerChainToObject( X509Pointer* cert, Local<Object> object, StackOfX509&& peer_certs, Environment* const env) AddIssuerChainToObject() argument
H A Dcrypto_tls.cc555 Local<Object> object = c->object(); in SSLInfoCallback() local
1540 Local<Object> object in CertCbDone() local
[all...]
/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.cc347 Handle<JSObject> object = in SerializePendingItems() local
228 TakeSnapshot( Handle<Object> object, MaybeHandle<FixedArray> maybe_externals, WebSnapshotData& data_out) TakeSnapshot() argument
621 Object object = externals.get(i); ShallowDiscoverExternals() local
638 const Handle<HeapObject>& object = discovery_queue_.front(); Discover() local
840 Object object = elements.get(i); DiscoverArray() local
846 DiscoverObject(Handle<JSObject> object) DiscoverObject() argument
884 Object object = elements->get(i); DiscoverObject() local
968 SerializeObject(Handle<JSObject> object) SerializeObject() argument
1036 SerializeExport(Handle<Object> object, Handle<String> export_name) SerializeExport() argument
1053 WriteValue(Handle<Object> object, ValueSerializer& serializer) WriteValue() argument
1212 GetObjectId(JSObject object) GetObjectId() argument
1220 GetExternalId(HeapObject object) GetExternalId() argument
1975 Handle<JSObject> object = factory()->NewJSObjectFromMap(map); DeserializeObjects() local
2008 objects_.set(static_cast<int>(current_object_count_), *object); DeserializeObjects() local
[all...]

Completed in 66 milliseconds

1...<<81828384858687888990>>...97