Home
last modified time | relevance | path

Searched defs:obj (Results 2051 - 2075 of 2199) sorted by relevance

1...<<8182838485868788

/third_party/mesa3d/include/CL/
H A Dcl.hpp1834 Wrapper(const cl_type &obj) : object_(obj) { } in Wrapper() argument
1930 Wrapper(const cl_type &obj) : object_(obj), referenceCountable_(false) in Wrapper() argument
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_cmd_buffer.c207 v3dv_cmd_buffer_add_private_obj(struct v3dv_cmd_buffer *cmd_buffer, uint64_t obj, v3dv_cmd_buffer_private_obj_destroy_cb destroy_cb) v3dv_cmd_buffer_add_private_obj() argument
/third_party/node/deps/v8/src/wasm/baseline/ppc/
H A Dliftoff-assembler-ppc.h1749 void LiftoffAssembler::emit_smi_check(Register obj, Label* target, in emit_smi_check() argument
/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder-impl.h4027 bool TypeCheckAlwaysFails(Value obj, Value rtt) { in TypeCheckAlwaysFails() argument
4037 bool TypeCheckAlwaysSucceeds(Value obj, Valu argument
4465 Value obj = Peek(1); DecodeGCOpcode() local
4521 Value obj = Peek(1); DecodeGCOpcode() local
4593 Value obj = Peek(1); DecodeGCOpcode() local
4678 Value obj = Peek(1); DecodeGCOpcode() local
4837 Value obj = Peek(0, 0, kWasmAnyRef); DecodeGCOpcode() local
[all...]
H A Dc-api.cc902 static own<Ref> make(StoreImpl* store, i::Handle<JSType> obj) { in make() argument
1107 i::Handle<i::JSObject> obj = variable
1273 i::Handle<i::JSReceiver> obj = impl(this)->v8_object(); variable
1825 i::Handle<i::WasmGlobalObject> obj = global() variable
2006 i::Handle<i::Object> obj = WasmRefToV8(isolate, ref); global() variable
2025 i::Handle<i::Object> obj = WasmRefToV8(isolate, ref); global() variable
2206 i::Handle<i::Object> obj = global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dx509.h1073 const ASN1_OBJECT *obj, int lastpos); variable
1135 const ASN1_OBJECT *obj, int lastpos); global() variable
1141 **x, const ASN1_OBJECT *obj, global() variable
1155 const ASN1_OBJECT *obj, int lastpos, int type); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dx509.h1073 const ASN1_OBJECT *obj, int lastpos); variable
1135 const ASN1_OBJECT *obj, int lastpos); global() variable
1141 **x, const ASN1_OBJECT *obj, global() variable
1155 const ASN1_OBJECT *obj, int lastpos, int type); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dx509.h1073 const ASN1_OBJECT *obj, int lastpos); variable
1135 const ASN1_OBJECT *obj, int lastpos); global() variable
1141 **x, const ASN1_OBJECT *obj, global() variable
1155 const ASN1_OBJECT *obj, int lastpos, int type); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dx509.h1073 const ASN1_OBJECT *obj, int lastpos); variable
1135 const ASN1_OBJECT *obj, int lastpos); global() variable
1141 **x, const ASN1_OBJECT *obj, global() variable
1155 const ASN1_OBJECT *obj, int lastpos, int type); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dx509.h1073 const ASN1_OBJECT *obj, int lastpos); variable
1135 const ASN1_OBJECT *obj, int lastpos); global() variable
1141 **x, const ASN1_OBJECT *obj, global() variable
1155 const ASN1_OBJECT *obj, int lastpos, int type); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dx509.h1073 const ASN1_OBJECT *obj, int lastpos); variable
1135 const ASN1_OBJECT *obj, int lastpos); global() variable
1141 **x, const ASN1_OBJECT *obj, global() variable
1155 const ASN1_OBJECT *obj, int lastpos, int type); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dx509.h1073 const ASN1_OBJECT *obj, int lastpos); variable
1135 const ASN1_OBJECT *obj, int lastpos); global() variable
1141 **x, const ASN1_OBJECT *obj, global() variable
1155 const ASN1_OBJECT *obj, int lastpos, int type); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dx509.h1073 const ASN1_OBJECT *obj, int lastpos); variable
1135 const ASN1_OBJECT *obj, int lastpos); global() variable
1141 **x, const ASN1_OBJECT *obj, global() variable
1155 const ASN1_OBJECT *obj, int lastpos, int type); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dx509.h1073 const ASN1_OBJECT *obj, int lastpos); variable
1135 const ASN1_OBJECT *obj, int lastpos); global() variable
1141 **x, const ASN1_OBJECT *obj, global() variable
1155 const ASN1_OBJECT *obj, int lastpos, int type); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Dx509.h1073 const ASN1_OBJECT *obj, int lastpos); variable
1135 const ASN1_OBJECT *obj, int lastpos); global() variable
1141 **x, const ASN1_OBJECT *obj, global() variable
1155 const ASN1_OBJECT *obj, int lastpos, int type); global() variable
[all...]
/third_party/node/src/
H A Djs_native_api_v8.cc526 v8::Local<v8::Object> obj = value.As<v8::Object>(); in Unwrap() local
1069 v8::Local<v8::Object> obj = value.As<v8::Object>(); in Wrap() local
1694 auto obj = element->ToObject(context); in PrepareStackTraceCallback() local
2349 v8::Local<v8::Object> obj; OH_JSVM_GetAllPropertyNames() local
2422 v8::Local<v8::Object> obj; OH_JSVM_SetProperty() local
2444 v8::Local<v8::Object> obj; OH_JSVM_HasProperty() local
2467 v8::Local<v8::Object> obj; OH_JSVM_GetProperty() local
2489 v8::Local<v8::Object> obj; OH_JSVM_DeleteProperty() local
2509 v8::Local<v8::Object> obj; OH_JSVM_HasOwnProperty() local
2529 v8::Local<v8::Object> obj; OH_JSVM_SetNamedProperty() local
2552 v8::Local<v8::Object> obj; OH_JSVM_HasNamedProperty() local
2579 v8::Local<v8::Object> obj; OH_JSVM_GetNamedProperty() local
2600 v8::Local<v8::Object> obj; OH_JSVM_SetElement() local
2620 v8::Local<v8::Object> obj; OH_JSVM_HasElement() local
2640 v8::Local<v8::Object> obj; OH_JSVM_GetElement() local
2659 v8::Local<v8::Object> obj; OH_JSVM_DeleteElement() local
2682 v8::Local<v8::Object> obj; OH_JSVM_DefineProperties() local
2764 v8::Local<v8::Object> obj; OH_JSVM_ObjectFreeze() local
2781 v8::Local<v8::Object> obj; OH_JSVM_ObjectSeal() local
2877 v8::Local<v8::Object> obj; OH_JSVM_GetPrototype() local
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dx509.h1073 const ASN1_OBJECT *obj, int lastpos); variable
1135 const ASN1_OBJECT *obj, int lastpos); global() variable
1141 **x, const ASN1_OBJECT *obj, global() variable
1155 const ASN1_OBJECT *obj, int lastpos, int type); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dx509.h1073 const ASN1_OBJECT *obj, int lastpos); variable
1135 const ASN1_OBJECT *obj, int lastpos); global() variable
1141 **x, const ASN1_OBJECT *obj, global() variable
1155 const ASN1_OBJECT *obj, int lastpos, int type); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/
H A Dx509.h1073 const ASN1_OBJECT *obj, int lastpos); variable
1135 const ASN1_OBJECT *obj, int lastpos); global() variable
1141 **x, const ASN1_OBJECT *obj, global() variable
1155 const ASN1_OBJECT *obj, int lastpos, int type); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Dx509.h1073 const ASN1_OBJECT *obj, int lastpos); variable
1135 const ASN1_OBJECT *obj, int lastpos); global() variable
1141 **x, const ASN1_OBJECT *obj, global() variable
1155 const ASN1_OBJECT *obj, int lastpos, int type); global() variable
[all...]
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp232 static void *find_object_data(uint64_t obj) in find_object_data() argument
241 static void map_object(uint64_t obj, void *data) in map_object() argument
249 static void unmap_object(uint64_t obj) in unmap_object() argument
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/
H A Dx509.h1073 const ASN1_OBJECT *obj, int lastpos); variable
1135 const ASN1_OBJECT *obj, int lastpos); global() variable
1141 **x, const ASN1_OBJECT *obj, global() variable
1155 const ASN1_OBJECT *obj, int lastpos, int type); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/
H A Dx509.h1073 const ASN1_OBJECT *obj, int lastpos); variable
1135 const ASN1_OBJECT *obj, int lastpos); global() variable
1141 **x, const ASN1_OBJECT *obj, global() variable
1155 const ASN1_OBJECT *obj, int lastpos, int type); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/include/openssl/
H A Dx509.h1073 const ASN1_OBJECT *obj, int lastpos); variable
1135 const ASN1_OBJECT *obj, int lastpos); global() variable
1141 **x, const ASN1_OBJECT *obj, global() variable
1155 const ASN1_OBJECT *obj, int lastpos, int type); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/no-asm/include/openssl/
H A Dx509.h1073 const ASN1_OBJECT *obj, int lastpos); variable
1135 const ASN1_OBJECT *obj, int lastpos); global() variable
1141 **x, const ASN1_OBJECT *obj, global() variable
1155 const ASN1_OBJECT *obj, int lastpos, int type); global() variable
[all...]

Completed in 123 milliseconds

1...<<8182838485868788