| /foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
| H A D | webgl_framebuffer.cpp | 150 auto object = iter->second; in RemoveAttachment() local
|
| /foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/ui_effect/src/ |
| H A D | effect_napi.cpp | 116 napi_value object = nullptr; in CreateEffect() local
|
| /foundation/window/window_manager/window_scene/test/mock/ |
| H A D | mock_message_parcel.cpp | 122 bool Parcel::WriteParcelable(const Parcelable* object) in WriteParcelable() argument
|
| /foundation/window/window_manager/wm/src/ |
| H A D | window_adapter_lite.cpp | 188 sptr<IRemoteObject> object = wptrDeath.promote(); in OnRemoteDied() local
|
| /test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/ |
| H A D | image_receiver_mdk_test.cpp | 204 static void setInt32NamedProperty(napi_env env, napi_value object, const char* utf8name, int32_t value) in setInt32NamedProperty() argument 211 static void setByteArrayNamedProperty(napi_env env, napi_value object, in setByteArrayNamedProperty() argument
|
| /test/xts/dcts/distributedhardware/distributedscreentest/ |
| H A D | test.cpp | 365 auto object = samgr->CheckSystemAbility(4807); in SaTest() local
|
| /third_party/eudev/src/shared/ |
| H A D | log.c | 239 write_to_console( int level, int error, const char *file, int line, const char *func, const char *object_field, const char *object, const char *buffer) write_to_console() argument 300 write_to_syslog( int level, int error, const char *file, int line, const char *func, const char *object_field, const char *object, const char *buffer) write_to_syslog() argument 363 write_to_kmsg( int level, int error, const char*file, int line, const char *func, const char *object_field, const char *object, const char *buffer) write_to_kmsg() argument 397 log_dispatch( int level, int error, const char*file, int line, const char *func, const char *object_field, const char *object, char *buffer) log_dispatch() argument
|
| /third_party/cJSON/tests/ |
| H A D | cjson_add.c | 399 cJSON *object = NULL; in cJSON_add_object_should_add_object() local
|
| /third_party/cups-filters/filter/ |
| H A D | pdf.cxx | 218 static bool dict_lookup_rect(QPDFObjectHandle object, in dict_lookup_rect() argument [all...] |
| /third_party/libdrm/nouveau/nvif/ |
| H A D | ioctl.h | 30 __u64 object; member 56 __u64 object; member
|
| /third_party/jerryscript/tests/unit-core/ |
| H A D | test-objects-foreach.cpp | 23 count_objects (jerry_value_t object, void *user_arg) in count_objects() argument 100 jerry_value_t object = jerry_create_object (); in test_internal_prop() local 108 jerry_value_t object = jerry_create_object (); in test_internal_prop() local 226 jerry_value_t object = jerry_create_object (); HWTEST_F() local [all...] |
| /third_party/jerryscript/jerry-core/ext/ |
| H A D | heapdump.c | 122 void DumpInfoLexEnv(const ecma_object_t* object) in DumpInfoLexEnv() argument 146 void DumpInfoFunction(const ecma_object_t* object) in DumpInfoFunction() argument 244 void DumpInfoObject(ecma_object_t* object, heapdump_object_flags_ argument [all...] |
| /third_party/libwebsockets/test-apps/android/app/src/main/java/org/libwebsockets/client/ |
| H A D | ThreadService.java | 84 OutputHandler(OutputInterface object) { in OutputHandler() argument
|
| /third_party/node/src/ |
| H A D | base_object-inl.h | 35 BaseObject::BaseObject(Environment* env, v8::Local<v8::Object> object) in BaseObject() argument 57 v8::Local<v8::Object> BaseObject::object() const { in object() function in node::BaseObject 61 v8::Local<v8::Object> BaseObject::object(v8::Isolate* isolate) const { in object() function in node::BaseObject 79 void BaseObject::TagNodeObject(v8::Local<v8::Object> object) { in TagNodeObject() argument 85 void BaseObject::SetInternalFields(v8::Local<v8::Object> object, void* slot) { in SetInternalFields() argument 98 FromJSObject(v8::Local<v8::Value> object) FromJSObject() argument [all...] |
| H A D | node_env_var.cc | 321 AssignToObject(v8::Isolate* isolate, v8::Local<v8::Context> context, v8::Local<v8::Object> object) AssignToObject() argument
|
| H A D | node_v8.cc | 309 GCProfiler::GCProfiler(Environment* env, Local<Object> object) in GCProfiler() argument
|
| H A D | node_util.cc | 60 Local<Object> object = args[0].As<Object>(); in GetOwnNonIndexProperties() local 81 Local<Object> object = args[0].As<Object>(); in GetConstructorName() local 201 WeakReference(Realm* realm, Local<Object> object, Local<Object> target) WeakReference() argument 206 WeakReference(Realm* realm, Local<Object> object, Local<Object> target, uint64_t reference_count) WeakReference() argument
|
| H A D | node_url.cc | 31 BindingData::BindingData(Realm* realm, v8::Local<v8::Object> object) in BindingData() argument
|
| H A D | node_watchdog.cc | 167 TraceSigintWatchdog::TraceSigintWatchdog(Environment* env, Local<Object> object) in TraceSigintWatchdog() argument
|
| H A D | process_wrap.cc | 83 ProcessWrap(Environment* env, Local<Object> object) in ProcessWrap() argument
|
| H A D | tcp_wrap.cc | 177 TCPWrap::TCPWrap(Environment* env, Local<Object> object, ProviderType provider) in TCPWrap() argument
|
| /third_party/node/src/crypto/ |
| H A D | crypto_cipher.h | 198 CipherJob( Environment* env, v8::Local<v8::Object> object, CryptoJobMode mode, KeyObjectHandle* key, WebCryptoCipherMode cipher_mode, const ArrayBufferOrViewContents<char>& data, AdditionalParams&& params) CipherJob() argument
|
| /third_party/node/deps/v8/tools/v8windbg/base/ |
| H A D | utilities.cc | 40 HRESULT UnboxProperty(IModelObject* object, IModelPropertyAccessor** result) { in UnboxProperty() argument 122 HRESULT UnboxULong64(IModelObject* object, ULONG64* value, bool convert) { in UnboxULong64() argument 136 HRESULT GetInt32(IDebugHostConstant* object, int* value) { in GetInt32() argument 211 HRESULT UnboxString(IModelObject* object, BSTR* value) { in UnboxString() argument [all...] |
| /third_party/node/src/quic/ |
| H A D | packet.cc | 159 Packet(Environment* env, Listener* listener, Local<Object> object, const SocketAddress& destination, std::shared_ptr<Data> data) Packet() argument 169 Packet(Environment* env, Listener* listener, Local<Object> object, const SocketAddress& destination, size_t length, const char* diagnostic_label) Packet() argument
|
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_pipeline_cache.c | 44 anv_shader_bin_destroy(struct vk_pipeline_cache_object *object) in anv_shader_bin_destroy() argument 184 anv_shader_bin_serialize(struct vk_pipeline_cache_object *object, in anv_shader_bin_serialize() argument 308 struct vk_pipeline_cache_object *object = in anv_device_search_for_kernel() local [all...] |