Home
last modified time | relevance | path

Searched defs:closure (Results 1 - 25 of 105) sorted by relevance

12345

/third_party/python/Include/
H A Ddescrobject.h16 void *closure; member
/third_party/skia/include/gpu/gl/
H A DGrGLFunctions.h275 GrGLFunction(Closure closure) : GrGLFunction() { in GrGLFunction() argument
/third_party/python/Tools/scripts/
H A Dpdeps.py93 def closure(table): function
/third_party/python/Modules/_ctypes/
H A Dmalloc_closure.c27 ffi_closure closure; member
/third_party/python/Objects/clinic/
H A Dfuncobject.c.h40 PyObject *closure = Py_None; in func_new() local
/third_party/mesa3d/src/compiler/glsl/
H A Dstring_to_uint_map.h50 void *closure; member
[all...]
H A Dlower_output_reads.cpp133 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 Dshader_cache.cpp80 create_binding_str(const char *key, unsigned value, void *closure) in create_binding_str() argument
H A Dir_function_detect_recursion.cpp248 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 Djs-context-specialization.h70 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 Dhash_table.h155 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 Dhelper-cairo-ansi.hh132 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 Dx86-ffi_darwin.c321 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 Dfield.cc72 static PyObject* GetDescriptor(PyMessageFieldProperty* self, void* closure) { in GetDescriptor() argument
76 static PyObject* GetDoc(PyMessageFieldProperty* self, void* closure) { in GetDoc() argument
H A Dmessage_factory.cc239 static PyObject* GetPool(PyMessageFactory* self, void* closure) { in GetPool() argument
H A Dunknown_fields.cc234 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 Dcellobject.c132 cell_get_contents(PyCellObject *op, void *closure) in cell_get_contents() argument
/third_party/python/Doc/includes/
H A Dcustom3.c74 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 Dcustom4.c90 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 Dnanobenchmark.h159 static inline size_t MeasureClosure(const Closure& closure, in MeasureClosure() argument
/third_party/alsa-utils/axfer/
H A Dxfer-libasound-irq-rw.c61 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 Dbuiltins-async-function-gen.cc80 auto closure = Parameter<JSFunction>(Descriptor::kClosure); in TF_BUILTIN() local
/third_party/python/Lib/idlelib/
H A Dbrowser.py249 def closure(): function
/third_party/python/Lib/lib2to3/pgen2/
H A Dpgen.py176 def closure(state): function
/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon_unittest.cc204 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...]

Completed in 11 milliseconds

12345