Home
last modified time | relevance | path

Searched defs:obj (Results 1151 - 1175 of 1328) sorted by relevance

1...<<41424344454647484950>>...54

/third_party/mesa3d/src/compiler/nir/
H A Dnir_serialize.c93 write_add_object(write_ctx *ctx, const void *obj) in write_add_object() argument
101 write_lookup_object(write_ctx *ctx, const void *obj) in write_lookup_object() argument
109 read_add_object(read_ctx *ctx, void *obj) in read_add_object() argument
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h2259 void LiftoffAssembler::emit_smi_check(Register obj, Label* target, in emit_smi_check() argument
/third_party/node/deps/v8/src/wasm/
H A Dwasm-js.cc255 Local<Object> obj = Local<Object>::Cast(arg); in GetValueAsImports() local
2343 auto obj = values->get(decode_index); in WebAssemblyExceptionGetArg() local
/third_party/node/src/
H A Dnode_http2.cc563 Local<Object> obj = Object::New(env->isolate()); in GetDetails() local
602 Local<Object> obj = Object::New(env->isolate()); in GetDetails() local
238 Http2Settings(Http2Session* session, Local<Object> obj, Local<Function> callback, uint64_t start_time) Http2Settings() argument
2016 Local<Object> obj; New() local
2026 Http2Stream(Http2Session* session, Local<Object> obj, int32_t id, nghttp2_headers_category category, int options) Http2Stream() argument
3021 Local<Object> obj; AddPing() local
3060 Local<Object> obj; AddSettings() local
3083 Http2Ping( Http2Session* session, Local<Object> obj, Local<Function> callback) Http2Ping() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducurr.cpp263 deleteIsoCodeEntry(void *obj) { in deleteIsoCodeEntry() argument
272 deleteUnicode(void *obj) { in deleteUnicode() argument
/third_party/mesa3d/src/mesa/main/
H A Dbufferobj.c78 _mesa_bufferobj_subdata(struct gl_context *ctx, GLintptrARB offset, GLsizeiptrARB size, const void *data, struct gl_buffer_object *obj) _mesa_bufferobj_subdata() argument
126 bufferobj_get_subdata(struct gl_context *ctx, GLintptrARB offset, GLsizeiptrARB size, void *data, struct gl_buffer_object *obj) bufferobj_get_subdata() argument
149 _mesa_bufferobj_get_subdata(struct gl_context *ctx, GLintptrARB offset, GLsizeiptrARB size, void *data, struct gl_buffer_object *obj) _mesa_bufferobj_get_subdata() argument
260 bufferobj_data(struct gl_context *ctx, GLenum target, GLsizeiptrARB size, const void *data, struct gl_memory_object *memObj, GLuint64 offset, GLenum usage, GLbitfield storageFlags, struct gl_buffer_object *obj) bufferobj_data() argument
392 _mesa_bufferobj_data(struct gl_context *ctx, GLenum target, GLsizeiptrARB size, const void *data, GLenum usage, GLbitfield storageFlags, struct gl_buffer_object *obj) _mesa_bufferobj_data() argument
470 _mesa_bufferobj_map_range(struct gl_context *ctx, GLintptr offset, GLsizeiptr length, GLbitfield access, struct gl_buffer_object *obj, gl_map_buffer_index index) _mesa_bufferobj_map_range() argument
518 _mesa_bufferobj_flush_mapped_range(struct gl_context *ctx, GLintptr offset, GLsizeiptr length, struct gl_buffer_object *obj, gl_map_buffer_index index) _mesa_bufferobj_flush_mapped_range() argument
544 _mesa_bufferobj_unmap(struct gl_context *ctx, struct gl_buffer_object *obj, gl_map_buffer_index index) _mesa_bufferobj_unmap() argument
836 bufferobj_range_mapped(const struct gl_buffer_object *obj, GLintptr offset, GLsizeiptr size) bufferobj_range_mapped() argument
1011 _mesa_bufferobj_release_buffer(struct gl_buffer_object *obj) _mesa_bufferobj_release_buffer() argument
1542 unbind(struct gl_context *ctx, struct gl_vertex_array_object *vao, unsigned index, struct gl_buffer_object *obj) unbind() argument
5177 bufferobj_invalidate(struct gl_context *ctx, struct gl_buffer_object *obj, GLintptr offset, GLsizeiptr size) bufferobj_invalidate() argument
[all...]
H A Dshaderapi.c1283 struct gl_pipeline_object *obj = (struct gl_pipeline_object *) data; in update_programs_in_pipeline() local
1690 _mesa_DeleteObjectARB(GLhandleARB obj) in _mesa_DeleteObjectARB() argument
1768 _mesa_GetAttachedObjectsARB(GLhandleARB container, GLsizei maxCount, GLsizei * count, GLhandleARB * obj) _mesa_GetAttachedObjectsARB() argument
1777 _mesa_GetAttachedShaders(GLuint program, GLsizei maxCount, GLsizei *count, GLuint *obj) _mesa_GetAttachedShaders() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dtznames_impl.cpp1010 deleteZNames(void *obj) { in deleteZNames() argument
1020 deleteZNameInfo(void *obj) { in deleteZNameInfo() argument
1440 deleteZNamesLoader(void* obj) { in deleteZNamesLoader() argument
2027 deleteTZDBNames(void *obj) { in deleteTZDBNames() argument
2048 deleteTZDBNameInfo(void *obj) deleteTZDBNameInfo() argument
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dcompiler.cc2888 bool CompilationExceptionIsRangeError(Isolate* isolate, Handle<Object> obj) { in Compile() argument
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-agent-impl.cc1809 std::unique_ptr<protocol::Runtime::RemoteObject> obj; in didPause() local
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc564 static void JSObjectPrintHeader(std::ostream& os, JSObject obj, in JSObjectPrintHeader() argument
591 JSObjectPrintBody(std::ostream& os, JSObject obj, bool print_elements = true) JSObjectPrintBody() argument
1841 Address obj = DecompressTaggedPointer(address(), raw); WasmStructPrint() local
1843 Address obj = raw; WasmStructPrint() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Delements.cc1476 static void DeleteImpl(Handle<JSObject> obj, InternalIndex entry) { in DeleteImpl() argument
1936 static void DeleteAtEnd(Handle<JSObject> obj, in DeleteAtEnd() argument
1958 DeleteCommon(Handle<JSObject> obj, uint32_t entry, Handle<FixedArrayBase> store) DeleteCommon() argument
2065 DeleteImpl(Handle<JSObject> obj, InternalIndex entry) DeleteImpl() argument
2728 DeleteImpl(Handle<JSObject> obj, InternalIndex entry) DeleteImpl() argument
2732 DeleteAtEnd(Handle<JSObject> obj, Handle<BackingStore> backing_store, uint32_t entry) DeleteAtEnd() argument
2737 DeleteCommon(Handle<JSObject> obj, uint32_t entry, Handle<FixedArrayBase> store) DeleteCommon() argument
2841 DeleteImpl(Handle<JSObject> obj, InternalIndex entry) DeleteImpl() argument
2845 DeleteAtEnd(Handle<JSObject> obj, Handle<BackingStore> backing_store, uint32_t entry) DeleteAtEnd() argument
2850 DeleteCommon(Handle<JSObject> obj, uint32_t entry, Handle<FixedArrayBase> store) DeleteCommon() argument
3238 DeleteImpl(Handle<JSObject> obj, InternalIndex entry) DeleteImpl() argument
4546 DeleteImpl(Handle<JSObject> obj, InternalIndex entry) DeleteImpl() argument
4563 SloppyDeleteImpl(Handle<JSObject> obj, Handle<SloppyArgumentsElements> elements, InternalIndex entry) SloppyDeleteImpl() argument
4718 SloppyDeleteImpl(Handle<JSObject> obj, Handle<SloppyArgumentsElements> elements, InternalIndex entry) SloppyDeleteImpl() argument
4841 SloppyDeleteImpl(Handle<JSObject> obj, Handle<SloppyArgumentsElements> elements, InternalIndex entry) SloppyDeleteImpl() argument
[all...]
H A Djs-number-format.cc1707 Maybe<icu::Formattable> ToFormattable(Isolate* isolate, Handle<Object> obj, in ToFormattable() argument
/third_party/node/deps/openssl/openssl/apps/
H A Dca.c1505 ASN1_OBJECT *obj; in do_body() local
2523 static int old_entry_print(const ASN1_OBJECT *obj, const ASN1_STRING *str) in old_entry_print() argument
[all...]
/third_party/openssl/apps/
H A Dca.c1485 ASN1_OBJECT *obj; in do_body() local
2503 static int old_entry_print(const ASN1_OBJECT *obj, const ASN1_STRING *str) in old_entry_print() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationESEXT.cpp26 ValidateGetImageFormatAndType(const Context *context, angle::EntryPoint entryPoint, ObjectT *obj, GLenum format, GLenum type) ValidateGetImageFormatAndType() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtznames_impl.cpp1004 deleteZNames(void *obj) { in deleteZNames() argument
1014 deleteZNameInfo(void *obj) { in deleteZNameInfo() argument
1439 deleteZNamesLoader(void* obj) { in deleteZNamesLoader() argument
2026 deleteTZDBNames(void *obj) { in deleteTZDBNames() argument
2047 deleteTZDBNameInfo(void *obj) deleteTZDBNameInfo() argument
[all...]
H A Dvtzone.cpp30 deleteTimeZoneRule(void* obj) { in deleteTimeZoneRule() argument
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
H A DTestSuite.cpp601 bool GetTestArtifactsFromJSON(const js::Value::ConstObject &obj, in GetTestArtifactsFromJSON() argument
647 GetSingleTestResultFromJSON(const js::Value &name, const js::Value::ConstObject &obj, TestResults *resultsOut) GetSingleTestResultFromJSON() argument
758 const js::Value::ConstObject &obj = value.GetObject(); GetTestResultsFromJSON() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-gsubgpos.hh791 const void *obj; global() member
[all...]
/third_party/python/Modules/
H A D_cursesmodule.c236 PyCurses_ConvertToChtype(PyCursesWindowObject *win, PyObject *obj, chtype *ch) in PyCurses_ConvertToChtype() argument
305 PyCurses_ConvertToCchar_t(PyCursesWindowObject *win, PyObject *obj, chtype *ch , wchar_t *wch ) PyCurses_ConvertToCchar_t() argument
367 PyCurses_ConvertToString(PyCursesWindowObject *win, PyObject *obj, PyObject **bytes, wchar_t **wstr) PyCurses_ConvertToString() argument
4446 PyCurses_ConvertToWchar_t(PyObject *obj, wchar_t *wch) PyCurses_ConvertToWchar_t() argument
[all...]
H A D_elementtree.c158 is_empty_dict(PyObject *obj) in is_empty_dict() argument
H A D_tkinter.c848 get_typename(PyTclObject* obj, void* ignored) in get_typename() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Ducurr.cpp260 deleteIsoCodeEntry(void *obj) { in deleteIsoCodeEntry() argument
269 deleteUnicode(void *obj) { in deleteUnicode() argument
/third_party/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc731 bool IsValidUTF8(PyObject* obj) { in IsValidUTF8() argument

Completed in 95 milliseconds

1...<<41424344454647484950>>...54