| /third_party/python/Include/ |
| H A D | descrobject.h | 16 void *closure; member
|
| /third_party/skia/include/gpu/gl/ |
| H A D | GrGLFunctions.h | 275 GrGLFunction(Closure closure) : GrGLFunction() { in GrGLFunction() argument
|
| /third_party/python/Tools/scripts/ |
| H A D | pdeps.py | 93 def closure(table): function
|
| /third_party/python/Modules/_ctypes/ |
| H A D | malloc_closure.c | 27 ffi_closure closure; member
|
| /third_party/python/Objects/clinic/ |
| H A D | funcobject.c.h | 40 PyObject *closure = Py_None; in func_new() local
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | string_to_uint_map.h | 50 void *closure; member [all...] |
| H A D | lower_output_reads.cpp | 133 emit_return_copy(const void *key, void *data, void *closure) in emit_return_copy() argument 141 emit_main_copy(const void *key, void *data, void *closure) in emit_main_copy() argument
|
| H A D | shader_cache.cpp | 80 create_binding_str(const char *key, unsigned value, void *closure) in create_binding_str() argument
|
| H A D | ir_function_detect_recursion.cpp | 248 remove_unlinked_functions(const void *key, void *data, void *closure) in remove_unlinked_functions() argument 272 emit_errors_unlinked(const void *key, void *data, void *closure) in emit_errors_unlinked() argument 294 emit_errors_linked(const void *key, void *data, void *closure) in emit_errors_linked() argument
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | js-context-specialization.h | 70 MaybeHandle<JSFunction> closure() const { return closure_; } in closure() function in v8::internal::compiler::final 39 JSContextSpecialization(Editor* editor, JSGraph* jsgraph, JSHeapBroker* broker, Maybe<OuterContext> outer, MaybeHandle<JSFunction> closure) JSContextSpecialization() argument
|
| /third_party/mesa3d/src/util/ |
| H A D | hash_table.h | 155 hash_table_call_foreach(struct hash_table *ht, void (*callback)(const void *key, void *data, void *closure), void *closure) hash_table_call_foreach() argument
|
| /third_party/skia/third_party/externals/harfbuzz/util/ |
| H A D | helper-cairo-ansi.hh | 132 helper_cairo_surface_write_to_ansi_stream(cairo_surface_t *surface, cairo_write_func_t write_func, void *closure) helper_cairo_surface_write_to_ansi_stream() argument
|
| /third_party/python/Modules/_ctypes/libffi_osx/x86/ |
| H A D | x86-ffi_darwin.c | 321 ffi_prep_closure (ffi_closure* closure, in ffi_prep_closure() argument 345 ffi_prep_raw_closure_loc(ffi_raw_closure* closure, ffi_cif* cif, void (*fun)(ffi_cif*,void*,ffi_raw*,void*), void *user_data, void *codeloc) ffi_prep_raw_closure_loc() argument [all...] |
| /third_party/protobuf/python/google/protobuf/pyext/ |
| H A D | field.cc | 72 static PyObject* GetDescriptor(PyMessageFieldProperty* self, void* closure) { in GetDescriptor() argument 76 static PyObject* GetDoc(PyMessageFieldProperty* self, void* closure) { in GetDoc() argument
|
| H A D | message_factory.cc | 239 static PyObject* GetPool(PyMessageFactory* self, void* closure) { in GetPool() argument
|
| H A D | unknown_fields.cc | 234 static PyObject* GetFieldNumber(PyUnknownFieldRef* self, void *closure) { in GetFieldNumber() argument 243 static PyObject* GetWireType(PyUnknownFieldRef* self, void *closure) { in GetWireType() argument 272 static PyObject* GetData(PyUnknownFieldRef* self, void *closure) { in GetData() argument
|
| /third_party/python/Objects/ |
| H A D | cellobject.c | 132 cell_get_contents(PyCellObject *op, void *closure) in cell_get_contents() argument
|
| /third_party/python/Doc/includes/ |
| H A D | custom3.c | 74 Custom_getfirst(CustomObject *self, void *closure) in Custom_getfirst() argument 81 Custom_setfirst(CustomObject *self, PyObject *value, void *closure) in Custom_setfirst() argument 101 Custom_getlast(CustomObject *self, void *closure) in Custom_getlast() argument 108 Custom_setlast(CustomObject *self, PyObject *value, void *closure) in Custom_setlast() argument
|
| H A D | custom4.c | 90 Custom_getfirst(CustomObject *self, void *closure) in Custom_getfirst() argument 97 Custom_setfirst(CustomObject *self, PyObject *value, void *closure) in Custom_setfirst() argument 115 Custom_getlast(CustomObject *self, void *closure) in Custom_getlast() argument 122 Custom_setlast(CustomObject *self, PyObject *value, void *closure) in Custom_setlast() argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
| H A D | nanobenchmark.h | 159 static inline size_t MeasureClosure(const Closure& closure, in MeasureClosure() argument
|
| /third_party/alsa-utils/axfer/ |
| H A D | xfer-libasound-irq-rw.c | 61 struct rw_closure *closure = state->private_data; in read_frames() local 206 struct rw_closure *closure = state->private_data; write_frames() local 360 struct rw_closure *closure = state->private_data; irq_rw_pre_process() local 414 struct rw_closure *closure = state->private_data; irq_rw_process_frames() local 428 struct rw_closure *closure = state->private_data; irq_rw_post_process() local [all...] |
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-async-function-gen.cc | 80 auto closure = Parameter<JSFunction>(Descriptor::kClosure); in TF_BUILTIN() local
|
| /third_party/python/Lib/idlelib/ |
| H A D | browser.py | 249 def closure(): function
|
| /third_party/python/Lib/lib2to3/pgen2/ |
| H A D | pgen.py | 176 def closure(state): function
|
| /third_party/protobuf/src/google/protobuf/stubs/ |
| H A D | common_unittest.cc | 204 Closure* closure = NewCallback(&SetA123Function); in TEST_F() local 211 Closure* closure = NewCallback(current_instance_, in TEST_F() local 219 Closure* closure = NewCallback(&SetAFunction, 456); in TEST_F() local 226 Closure* closure = NewCallback(current_instance_, in TEST_F() local 234 Closure* closure = NewCallback(&SetCFunction, string("test")); in TEST_F() local 241 Closure* closure = NewCallback(current_instance_, TEST_F() local 250 Closure* closure = NewCallback(&SetABFunction, 789, cstr); TEST_F() local 260 Closure* closure = NewCallback(current_instance_, TEST_F() local 272 Closure* closure = NewPermanentCallback(&SetA123Function); TEST_F() local 283 Closure* closure = NewPermanentCallback(current_instance_, TEST_F() local 295 Closure* closure = NewPermanentCallback(&SetAFunction, 456); TEST_F() local 306 Closure* closure = NewPermanentCallback(current_instance_, TEST_F() local 319 Closure* closure = NewPermanentCallback(&SetABFunction, 789, cstr); TEST_F() local 335 Closure* closure = NewPermanentCallback(current_instance_, TEST_F() local [all...] |