Home
last modified time | relevance | path

Searched +defs:func +defs:list (Results 176 – 200 of 686) sorted by relevance

12345678910>>...28

/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/bionic/libc/kernel/uapi/drm/
Ddrm.h104 } func; member
205 struct drm_buf_desc __user * list; member
209 int __user * list; member
224 struct drm_buf_pub __user * list; member
/aosp_15_r20/external/armnn/src/armnnOnnxParser/
H A DOnnxParser.cpp928 auto func = it->second; in LoadGraph() local
961 …id OnnxParserImpl::SetupInfo(const google::protobuf::RepeatedPtrField<onnx::ValueInfoProto >* list) in SetupInfo()
1461 … OnnxParserImpl::ParseActivation(const onnx::NodeProto& node, const armnn::ActivationFunction func) in ParseActivation()
/aosp_15_r20/external/python/cpython3/Programs/
D_testembed.c460 config_set_wide_string_list(PyConfig *config, PyWideStringList *list, in config_set_wide_string_list()
2059 int (*func)(void); member
/aosp_15_r20/external/python/cpython3/Python/
Dsysmodule.c1892 sys_call_tracing_impl(PyObject *module, PyObject *func, PyObject *funcargs) in sys_call_tracing_impl()
2046 PyObject *list = PyList_New(0); in list_builtin_module_names() local
3298 PyObject *list = PyList_New(argc); in make_sys_argv() local
/aosp_15_r20/external/python/cpython3/Modules/
Dposixmodule.c559 PyObject *func, *res; in run_at_forkers() local
638 register_at_forker(PyObject **lst, PyObject *func) in register_at_forker()
1181 PyObject *func, *res; in path_converter() local
4033 _listdir_windows_no_opendir(path_t *path, PyObject *list) in _listdir_windows_no_opendir()
4131 _posix_listdir(path_t *path, PyObject *list) in _posix_listdir()
7625 PyObject *list; in os_getgrouplist_impl() local
14530 PyObject *func = NULL; in PyOS_FSPath() local
15972 PyObject *list = PyList_New(0); in posixmodule_exec() local
D_elementtree.c141 list_join(PyObject* list) in list_join()
1727 PyObject* list; in element_subscr() local
2760 PyObject* list = PyList_New(2); in treebuilder_handle_data() local
3040 #define EXPAT(func) (expat_capi->func) argument
Dpyexpat.c215 call_with_frame(const char *funcname, int lineno, PyObject* func, PyObject* args, in call_with_frame()
1860 PyObject *list = PyList_New(0); in add_features() local
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dpywrap_tfe_src.cc536 TFE_Op* GetFunc(TFE_Context* ctx, const tensorflow::NameAttrList& func, in GetFunc()
1299 PyObject* list = PyList_New(gradient_tensors.size()); in AggregateGradients() local
1967 static std::vector<int64_t> MakeIntList(PyObject* list) {
2133 bool ListContainsNone(PyObject* list) {
2253 std::vector<int64_t> list; local
2325 std::vector<tensorflow::DataType> list; local
2791 std::vector<PyObject*> list(seq_array, seq_array + len); local
/aosp_15_r20/external/libdrm/
H A Dxf86drmMode.c904 int domain, bus, dev, func; in drmCheckModesettingSupported() local
1682 struct drm_mode_list_lessees list; in drmModeListLessees() local
/aosp_15_r20/external/pytorch/test/
H A Dtest_jit.py685 def test_input(func, input, result): argument
694 def func(x): function
706 def func(x): function
730 def func(x): function
742 def func(x): function
1832 def profile(func, X): argument
1869 def profile(func, X): argument
1897 def func(x): function
4877 def func(a, b): function
4922 def func(a, b): function
[all …]
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_misc.cpp93 std::ostream& operator<<(std::ostream& out, const std::vector<T>& list) { in operator <<()
3000 auto func = std::make_unique<GraphFunction>( in TEST() local
3013 auto func = std::make_unique<GraphFunction>( in TEST() local
3028 static auto* func = torch::jit::GetDecompositionExecutor( in TEST() local
/aosp_15_r20/external/pytorch/torch/distributed/
H A Ddistributed_c10d.py285 func, argument
4305 split_ranks: Optional[list] = None,
/aosp_15_r20/external/doclava/res/assets/templates-sdk/assets/js/
H A Ddocs.js491 function hideNestedItems(list, toggle) { argument
1608 function wrapWithWidget(func) { argument
2238 $.fn.debounce = function(func, wait, immediate) { argument
5638 function renderAndroidResults(list, gMatches, query) { argument
5655 function renderGoogleDocsResults(list, gGoogleMatches, query) { argument
/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_program.c2098 ntq_emit_function(struct vc4_compile *c, nir_function_impl *func) in ntq_emit_function()
2105 ntq_emit_cf_list(struct vc4_compile *c, struct exec_list *list) in ntq_emit_cf_list()
/aosp_15_r20/external/trace-cmd/tracecmd/
H A Dtrace-record.c4725 struct func_list **list) in write_func_filter()
4788 const char *file, struct func_list **list) in write_func_file()
4908 static void add_func(struct func_list **list, const char *mod, const char *func) in add_func()
5606 struct tracecmd_event_list *list; in list_event() local
5620 struct tracecmd_event_list *list; in record_all_events() local
/aosp_15_r20/external/python/cpython3/Lib/test/
D_test_multiprocessing.py179 def __init__(self, func): argument
202 def assertReturnsIfImplemented(self, value, func, *args): argument
1370 def assertReachesEventually(self, func, value): argument
5881 list = property(operator.attrgetter('manager.list')) variable in ManagerMixin
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir.c492 nir_function *func = ralloc(shader, nir_function); in nir_function_create() local
1217 nir_instr_free_list(struct exec_list *list) in nir_instr_free_list()
H A Dnir.h4434 #define nir_foreach_function(func, shader) \ argument
4437 #define nir_foreach_function_safe(func, shader) \ argument
4490 nir_function *func = NULL; in nir_shader_get_entrypoint() local
4596 nir_function_set_impl(nir_function *func, nir_function_impl *impl) in nir_function_set_impl()
4902 nir_instr_insert_before_cf_list(struct exec_list *list, nir_instr *before) in nir_instr_insert_before_cf_list()
4908 nir_instr_insert_after_cf_list(struct exec_list *list, nir_instr *after) in nir_instr_insert_after_cf_list()
5205 static const char *list = NULL; in should_skip_nir() local
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_api.cc588 void TF_DeleteDeviceList(TF_DeviceList* list) { delete list; } in TF_DeleteDeviceList()
605 int TF_DeviceListCount(const TF_DeviceList* list) { in TF_DeviceListCount()
1374 #define DEFINE_GETATTR(func, c_type, cpp_type, list_field) \ argument
/aosp_15_r20/external/trace-cmd/lib/trace-cmd/
H A Dtrace-input.c39 struct list_head list; member
47 struct list_head list; member
61 struct list_head list; member
5787 tracecmd_show_data_func func) in tracecmd_set_show_data_func()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java2243 private boolean checkCallingPermission(String permission, String func) { in checkCallingPermission()
2247 private boolean checkCallingPermission(String permission, String func, in checkCallingPermission()
2736 final List<String> list = new ArrayList<>(map.size() * 2); in flatten() local
/aosp_15_r20/external/libxml2/
H A Druntest.c111 functest func; /* function implementing the test */ member
2323 dumpNodeList(xmlNodePtr list) { in dumpNodeList()
2343 xmlNodePtr root = NULL, list; in testParseContent() local
/aosp_15_r20/external/toybox/toys/pending/
H A Dsh.c479 static void *push_arg(struct arg_list **list, void *arg) in push_arg()
1345 int func = ff->next!=ff && ff->vars; in end_fcall() local
/aosp_15_r20/hardware/interfaces/graphics/composer/aidl/vts/
H A DVtsHalGraphicsComposer3_TargetTest.cpp1446 void forEachTwoConfigs(int64_t display, std::function<void(int32_t, int32_t)> func) { in forEachTwoConfigs() argument
1477 const auto list = mComposerClient->takeListOfRefreshRateChangedDebugData(); in checkIfCallbackRefreshRateChangedDebugEnabledReceived() local
1753 std::function<void(VtsDisplay&, const DisplayConfiguration&)> func) { in forEachNotifyExpectedPresentConfig()
/aosp_15_r20/external/antlr/runtime/ActionScript/project/lib/
HDFlexAntTasks.jar ... lang.String) public abstract java.util.List content () public abstract java.util.Iterator ...

12345678910>>...28