Home
last modified time | relevance | path

Searched +defs:func +defs:list (Results 76 – 100 of 686) sorted by relevance

12345678910>>...28

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/polly/isl/
Disl-noexceptions.h584 std::function<isl::ast_node(isl::ast_node, isl::ast_build)> func; member
5319 boolean aff::involves_param(const isl::id_list &list) const in involves_param()
5361 isl::aff_list aff::list() const in list() function
5951 std::function<stat(isl::aff)> func; in foreach() member
7753 std::function<stat(isl::ast_node)> func; in foreach() member
8981 std::function<stat(isl::basic_map)> func; in foreach() member
9627 isl::set basic_set::project_out_param(const isl::id_list &list) const in project_out_param()
9949 std::function<stat(isl::basic_set)> func; in foreach() member
10396 std::function<stat(isl::id)> func; in foreach() member
10980 std::function<stat(isl::basic_map)> func; in foreach_basic_map() member
[all …]
/aosp_15_r20/external/libaom/test/
H A Dconvolve_test.cc419 uint16_t lookup(uint8_t *list, int index) const { in lookup()
427 void assign_val(uint8_t *list, int index, uint16_t val) const { in assign_val()
431 CONVERT_TO_SHORTPTR(list)[index] = val; in assign_val() local
729 #define WRAP(func, bd) \ argument
1039 uint16_t lookup(uint8_t *list, int index) const { return list[index]; } in lookup()
1041 void assign_val(uint8_t *list, int index, uint16_t val) const { in assign_val()
/aosp_15_r20/external/python/cpython3/Objects/
Dtypeobject.c1417 PyWeakReference **list = (PyWeakReference **) \ in subtype_dealloc() local
1640 vectorcall_unbound(PyThreadState *tstate, int unbound, PyObject *func, in vectorcall_unbound()
1654 call_unbound_noarg(int unbound, PyObject *func, PyObject *self) in call_unbound_noarg()
1677 PyObject *func = lookup_method(self, name, &unbound); in vectorcall_method() local
1696 PyObject *func = lookup_maybe_method(self, name, &unbound); in vectorcall_maybe() local
2326 descrgetfunc func; in subtype_dict() local
2350 descrsetfunc func; in subtype_setdict() local
2911 PyObject *func = PyDict_GetItemWithError(type->tp_dict, attr); in type_new_staticmethod() local
2938 PyObject *func = PyDict_GetItemWithError(type->tp_dict, attr); in type_new_classmethod() local
4130 PyObject *list = PyList_New(0); in _PyType_GetSubclasses() local
[all …]
Dbytesobject.c528 PyObject *func, *result; in format_obj() local
1735 PyObject *list; in bytes_split_impl() local
1820 PyObject *list; in bytes_rsplit_impl() local
2593 PyObject *func; in bytes_new_impl() local
/aosp_15_r20/external/python/cpython3/Modules/
D_tkinter.c1601 EventFunc func; member
1692 var_invoke(EventFunc func, PyObject *selfptr, PyObject *args, int flags) in var_invoke()
2140 char *list; in _tkinter_tkapp_splitlist() local
2213 PyObject *func; member
2325 PyObject *func) in _tkinter_tkapp_createcommand_impl()
2438 PyObject *func; member
2447 NewFHCD(PyObject *func, PyObject *file, int id) in NewFHCD()
2485 PyObject *func, *file, *res; in FileHandler() local
2488 func = data->func; in FileHandler() local
2512 int mask, PyObject *func) in _tkinter_tkapp_createfilehandler_impl()
[all …]
D_testcapimodule.c222 PyObject* list; in test_list_api() local
5251 PyObject *func, *func_args; in test_pyobject_fastcall() local
5269 PyObject *func, *func_args, *kwargs; in test_pyobject_fastcalldict() local
5296 PyObject *func, *func_args, *kwnames = NULL; in test_pyobject_vectorcall() local
5330 PyObject *func; in test_pyvectorcall_call() local
6060 eval_get_func_name(PyObject *self, PyObject *func) in eval_get_func_name()
6066 eval_get_func_desc(PyObject *self, PyObject *func) in eval_get_func_desc()
6337 settrace_to_record(PyObject *self, PyObject *list) in settrace_to_record()
6365 settrace_to_error(PyObject *self, PyObject *list) in settrace_to_error()
6378 function_get_code(PyObject *self, PyObject *func) in function_get_code()
[all …]
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Ddblist.c33 struct ext2_db_entry2 *list, in make_dblist()
318 int (*func)(ext2_filsys fs, member
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_divergence_analysis.c1240 visit_cf_list(struct exec_list *list, struct divergence_state *state) in visit_cf_list()
1329 nir_function_impl *func = nir_shader_get_entrypoint(shader); in nir_has_divergent_loop() local
/aosp_15_r20/external/libfuse/lib/
H A Dfuse_i.h28 fuse_interrupt_func_t func; member
58 struct fuse_req list; member
H A Dfuse_lowlevel.c1919 fuse_interrupt_func_t func; local
2769 void fuse_req_interrupt_func(fuse_req_t req, fuse_interrupt_func_t func,
2794 void (*func)(fuse_req_t, fuse_ino_t, const void *); member
2847 void (*func)( fuse_req_t, fuse_ino_t, const void *); member
2852 void (*func)( fuse_req_t, fuse_ino_t, uint32_t, const void *, size_t size); member
3514 int fuse_req_getgroups(fuse_req_t req, int size, gid_t list[])
3576 int fuse_req_getgroups(fuse_req_t req, int size, gid_t list[])
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Dlower_static_tensor_list.cc158 func::FuncOp func, const llvm::SmallSet<int, 4> &tensor_list_args) { in GetResizedTensorListIndexes() argument
260 const tensorflow::TensorList *list = in matchAndRewrite() local
1114 llvm::SmallSet<int, 4> GetTensorListArgumentsIndex(func::FuncOp func) { in GetTensorListArgumentsIndex() argument
1126 llvm::SmallSet<int, 4> GetTensorListResultsIndex(func::FuncOp func) { in GetTensorListResultsIndex() argument
1186 func::FuncOp func, in UpdateFunctionAndRegionType() argument
1286 llvm::DenseMap<int, int> MapTensorListResultToArgument(func::FuncOp func) { in MapTensorListResultToArgument() argument
/aosp_15_r20/external/pytorch/torch/csrc/
H A Dutils.cpp52 bool list = PyList_Check(arg); in THPUtils_unpackLongs() local
205 bool maybeThrowBackCompatKeepdimWarn(char* func) { in maybeThrowBackCompatKeepdimWarn()
/aosp_15_r20/frameworks/native/cmds/atrace/
H A Datrace.cpp676 char* func = strtok(myFuncs, ","); in verifyKernelTraceFuncs() local
716 char* func = strtok(myFuncs, ","); in setKernelTraceFuncs() local
1183 Return<void> ret = g_atraceHal->listCategories([](const auto& list) { in initVendorCategoriesFromHal()
/aosp_15_r20/external/trace-cmd/tracecmd/
H A Dtrace-read.c55 struct list_head list; member
68 struct list_head list; member
417 struct pid_list *list; in __add_filter() local
489 struct pid_list *list; in convert_comm_filter() local
524 struct pid_list *list; in make_pid_filter() local
822 tracecmd_show_data_func func = tracecmd_get_show_data_func(handle); in trace_show_data() local
1474 static void set_event_flags(struct tep_handle *pevent, struct event_str *list, in set_event_flags()
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/util/
Didle_notified_set.rs295 func: F, in drain() field
378 let list = match old_my_list { in remove() localVariable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/config/
Dsetupcfg.py179 def _warn_accidental_env_marker_misconfig(label: str, orig_value: str, parsed: list):
498 def _deprecated_config_handler(self, func, msg, warning_class): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/config/
Dsetupcfg.py179 def _warn_accidental_env_marker_misconfig(label: str, orig_value: str, parsed: list):
498 def _deprecated_config_handler(self, func, msg, warning_class): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/config/
Dsetupcfg.py179 def _warn_accidental_env_marker_misconfig(label: str, orig_value: str, parsed: list):
498 def _deprecated_config_handler(self, func, msg, warning_class): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/config/
Dsetupcfg.py179 def _warn_accidental_env_marker_misconfig(label: str, orig_value: str, parsed: list):
498 def _deprecated_config_handler(self, func, msg, warning_class): argument
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dtree.c1659 xmlNodeListGetString(xmlDocPtr doc, const xmlNode *list, int inLine) in xmlNodeListGetString()
1760 xmlNodeListGetRawString(const xmlDoc *doc, const xmlNode *list, int inLine) in xmlNodeListGetRawString()
2876 xmlSetListDoc(xmlNodePtr list, xmlDocPtr doc) { in xmlSetListDoc()
5781 xmlNodePtr list = NULL; in xmlNodeSetContent() local
5870 xmlNodePtr list = NULL; in xmlNodeSetContentLen() local
8292 xmlDOMWrapNSNormAddNsMapItem2(xmlNsPtr **list, int *size, int *number, in xmlDOMWrapNSNormAddNsMapItem2()
8335 xmlNsPtr *list = NULL; in xmlDOMWrapRemoveNode() local
10300 xmlRegisterNodeDefault(xmlRegisterNodeFunc func) in xmlRegisterNodeDefault()
10318 xmlDeregisterNodeDefault(xmlDeregisterNodeFunc func) in xmlDeregisterNodeDefault()
/aosp_15_r20/external/python/cpython2/Objects/
Dbytesobject.c538 PyObject *func, *result; in format_obj() local
1786 PyObject *list; in bytes_split_impl() local
1871 PyObject *list; in bytes_rsplit_impl() local
2539 PyObject *func; in bytes_new() local
Dobject.c479 PyObject *func; in PyObject_Unicode() local
1754 PyObject *list; in merge_list_attr() local
2382 PyObject *list; in Py_ReprEnter() local
2410 PyObject *list; in Py_ReprLeave() local
/aosp_15_r20/external/libpng/contrib/tools/
H A Dpngcp.c1402 const char *list = arg + (i+1); in opt_check() local
1944 # define SET(name, func) if (getsearchopts(dp, #name, &val))\ in search_compression() argument
1955 # define SET(name, func) if (getallopts(dp, #name, &val))\ in set_compression() argument
1967 # define SET(name, func) if (getallopts(dp, "ICC-profile-" #name, &val))\ in set_ICC_profile_compression() argument
1987 # define SET(name, func) if (getallopts(dp, "text-" #name, &val))\ in set_text_compression() argument
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dnir.c808 static bool ppir_emit_cf_list(ppir_compiler *comp, struct exec_list *list) in ppir_emit_cf_list()
947 nir_function_impl *func = nir_shader_get_entrypoint(nir); in ppir_compile_nir() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/
H A Dbssl_shim.cc75 static void PrintSocketError(const char *func) { perror(func); } in PrintSocketError()
321 std::vector<const char *> list(list_func(nullptr, 0)); in CheckListContains() local

12345678910>>...28