Home
last modified time | relevance | path

Searched defs:object (Results 976 - 1000 of 1250) sorted by relevance

1...<<31323334353637383940>>...50

/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...]
H A Dnode_wasi.cc120 WASI(Environment* env, Local<Object> object, uvwasi_options_t* options) WASI() argument
/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...]
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc269 OutOfLineRecordWrite(CodeGenerator* gen, Register object, Operand offset, in OutOfLineRecordWrite() argument
957 Register object = i.InputRegister(0); in AssembleArchInstruction() local
990 Register object = i.InputRegister(0); in AssembleArchInstruction() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.cc529 bool CodeGenerator::IsMaterializableFromRoot(Handle<HeapObject> object, in IsMaterializableFromRoot() argument
914 Handle<Object> object = deoptimization_literals_[i].Reify(isolate()); in GenerateDeoptimizationData() local
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc147 OutOfLineRecordWrite(CodeGenerator* gen, Register object, Register index, in OutOfLineRecordWrite() argument
836 Register object = i.InputRegister(0); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc133 OutOfLineRecordWrite(CodeGenerator* gen, Register object, Register offset, in OutOfLineRecordWrite() argument
155 OutOfLineRecordWrite(CodeGenerator* gen, Register object, int32_t offset, in OutOfLineRecordWrite() argument
1117 Register object = i.InputRegister(0); in AssembleArchInstruction() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dcode-assembler.h550 TNode<Type> HeapConstant(Handle<Type> object) { in HeapConstant() argument
[all...]
H A Djs-create-lowering.cc1888 base::Optional<Node*> object = TryAllocateFastLiteralElements() local
[all...]

Completed in 67 milliseconds

1...<<31323334353637383940>>...50