Home
last modified time | relevance | path

Searched defs:object (Results 1776 - 1800 of 2413) sorted by relevance

1...<<71727374757677787980>>...97

/foundation/window/window_manager/window_scene/session/host/src/
H A Dextension_session.cpp116 sptr<IRemoteObject> object = wptrDeath.promote(); in OnRemoteDied() local
/foundation/window/window_manager/wmserver/src/
H A Dmock_session_manager_service.cpp103 void MockSessionManagerService::SMSDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& object) in OnRemoteDied() argument
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/
H A Dimage_receiver_test.cpp273 static void setInt32NamedProperty(napi_env env, napi_value object, const char* utf8name, int32_t value) in setInt32NamedProperty() argument
/third_party/ffmpeg/libavcodec/
H A Dpgssubdec.c81 PGSSubObject object[MAX_EPOCH_OBJECTS]; member
236 PGSSubObject *object; in parse_object_segment() local
447 PGSSubObjectRef *const object = &ctx->presentation.objects[i]; parse_presentation_segment() local
533 PGSSubObject *object; display_end_segment() local
[all...]
/third_party/glfw/src/
H A Dcocoa_platform.h126 id object; member
141 id object; member
209 id object; member
/third_party/libdrm/nouveau/
H A Dnouveau.h63 struct nouveau_object object; member
237 struct nouveau_object *object; member
272 struct nouveau_object *object; member
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-object.c1161 ecma_value_t object = ecma_op_to_object (arg1); ecma_builtin_object_dispatch_routine() local
[all...]
/third_party/json/include/nlohmann/
H A Djson.hpp426 object_t* object; global() member
1000 static basic_json object(initializer_list_t init = {}) object() function in basic_json
[all...]
/third_party/node/src/
H A Dasync_wrap.cc495 AsyncWrap::AsyncWrap(Environment* env, Local<Object> object) in AsyncWrap() argument
466 AsyncWrap(Environment* env, Local<Object> object, ProviderType provider, double execution_async_id) AsyncWrap() argument
472 AsyncWrap(Environment* env, Local<Object> object, ProviderType provider, double execution_async_id, bool silent) AsyncWrap() argument
486 AsyncWrap(Environment* env, Local<Object> object, ProviderType provider, double execution_async_id, double trigger_async_id) AsyncWrap() argument
628 EmitAsyncInit(Environment* env, Local<Object> object, Local<String> type, double async_id, double trigger_async_id) EmitAsyncInit() argument
[all...]
H A Dmodule_wrap.cc52 ModuleWrap(Environment* env, Local<Object> object, Local<Module> module, Local<String> url, Local<Object> context_object, Local<Value> synthetic_evaluation_step) ModuleWrap() argument
584 Local<Value> object; ImportModuleDynamically() local
[all...]
H A Dnode_blob.cc70 bool Blob::HasInstance(Environment* env, v8::Local<v8::Value> object) { in HasInstance() argument
306 FixedSizeBlobCopyJob(Environment* env, Local<Object> object, Blob* blob, FixedSizeBlobCopyJob::Mode mode) FixedSizeBlobCopyJob() argument
437 store_data_object( const std::string& uuid, const BlobBindingData::StoredDataObject& object) store_data_object() argument
H A Dnode_process_methods.cc462 BindingData::BindingData(Realm* realm, v8::Local<v8::Object> object) in BindingData() argument
H A Dstream_base.cc805 CreateShutdownWrap( Local<Object> object) CreateShutdownWrap() argument
812 CreateWriteWrap( Local<Object> object) CreateWriteWrap() argument
H A Dudp_wrap.cc136 UDPWrap::UDPWrap(Environment* env, Local<Object> object) in UDPWrap() argument
/third_party/node/src/quic/
H A Dtlscontext.cc263 SetOption(Environment* env, Opt* options, const v8::Local<v8::Object>& object, const v8::Local<v8::String>& name) SetOption() argument
/third_party/node/deps/v8/src/d8/
H A Dd8-test.cc596 Local<Object> object = arg.As<Object>(); in IsFastCApiObjectFastCallback() local
626 Local<Object> object = args[1].As<Object>(); in IsFastCApiObjectSlowCallback() local
673 IsValidApiObject(Local<Object> object) IsValidApiObject() argument
680 UnwrapObject(Local<Object> object) UnwrapObject() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dnode-matchers.h277 Object const& object() const { return object_; } in object() function
H A Dnode-properties.cc398 Node* const object = GetValueInput(effect, 0); in InferMapsUnsafe() local
406 Node* const object = GetValueInput(effect, 0); in InferMapsUnsafe() local
439 Node* const object = GetValueInput(effect, 0); in InferMapsUnsafe() local
H A Dtyped-optimization.cc113 HeapObjectRef object = object_type.AsHeapConstant()->Ref(); in GetStableMapFromObjectType() local
224 Node* const object = NodeProperties::GetValueInput(node, 0); in ReduceCheckMaps() local
288 Node* const object = NodeProperties::GetValueInput(node, 0); in ReduceLoadField() local
[all...]
H A Djs-heap-broker.h261 CanonicalPersistentHandle(T object) CanonicalPersistentHandle() argument
286 CanonicalPersistentHandle(Handle<T> object) CanonicalPersistentHandle() argument
294 FindCanonicalPersistentHandleForTesting(Object object) FindCanonicalPersistentHandleForTesting() argument
535 TryMakeRef( JSHeapBroker* broker, T object, GetOrCreateDataFlags flags = {}) TryMakeRef() argument
546 TryMakeRef( JSHeapBroker* broker, Handle<T> object, GetOrCreateDataFlags flags = {}) TryMakeRef() argument
558 MakeRef(JSHeapBroker* broker, T object) MakeRef() argument
564 MakeRef(JSHeapBroker* broker, Handle<T> object) MakeRef() argument
571 MakeRefAssumeMemoryFence(JSHeapBroker* broker, T object) MakeRefAssumeMemoryFence() argument
578 MakeRefAssumeMemoryFence(JSHeapBroker* broker, Handle<T> object) MakeRefAssumeMemoryFence() argument
[all...]
H A Dmemory-lowering.cc506 Node* object = node->InputAt(0); in ReduceStoreToObject() local
526 Node* object = node->InputAt(0); in ReduceStoreElement() local
548 Node* object = node->InputAt(0); in ReduceStoreField() local
577 Node* object = node->InputAt(0); ReduceStore() local
637 ComputeWriteBarrierKind( Node* node, Node* object, Node* value, AllocationState const* state, WriteBarrierKind write_barrier_kind) ComputeWriteBarrierKind() argument
[all...]
/third_party/node/deps/v8/src/builtins/
H A Daccessors.cc174 Handle<JSReceiver> object = Utils::OpenHandle(*info.Holder()); in ArrayLengthSetter() local
349 Handle<JSFunction> object = in FunctionPrototypeSetter() local
[all...]
/third_party/node/deps/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.h676 FieldOperand(Register object, int offset) FieldOperand() argument
681 FieldOperand(Register object, Register index, ScaleFactor scale, int offset) FieldOperand() argument
[all...]
/third_party/node/deps/v8/src/api/
H A Dapi-natives.cc134 void DisableAccessChecks(Isolate* isolate, Handle<JSObject> object) { in DisableAccessChecks() argument
142 void EnableAccessChecks(Isolate* isolate, Handle<JSObject> object) { in EnableAccessChecks() argument
72 DefineAccessorProperty(Isolate* isolate, Handle<JSObject> object, Handle<Name> name, Handle<Object> getter, Handle<Object> setter, PropertyAttributes attributes) DefineAccessorProperty() argument
105 DefineDataProperty(Isolate* isolate, Handle<JSObject> object, Handle<Name> name, Handle<Object> prop_data, PropertyAttributes attributes) DefineDataProperty() argument
316 CacheTemplateInstantiation(Isolate* isolate, Handle<NativeContext> native_context, Handle<TemplateInfo> data, CachingMode caching_mode, Handle<JSObject> object) CacheTemplateInstantiation() argument
436 Handle<JSObject> object; InstantiateObject() local
618 Handle<JSObject> object = isolate->factory()->NewJSObjectFromMap(object_map); InstantiateRemoteObject() local
[all...]
/third_party/node/deps/v8/src/codegen/x64/
H A Dmacro-assembler-x64.h933 FieldOperand(Register object, int offset) FieldOperand() argument
938 FieldOperand(Register object, Register index, ScaleFactor scale, int offset) FieldOperand() argument
[all...]

Completed in 30 milliseconds

1...<<71727374757677787980>>...97