/aosp_15_r20/bionic/libc/system_properties/ |
H A D | contexts_split.cpp | 69 static inline void ListAdd(List** list, Args... args) { in ListAdd() 73 static void ListAddAfterLen(PrefixNode** list, const char* prefix, ContextListNode* context) { in ListAddAfterLen() 89 static void ListForEach(List* list, Func func) { in ListForEach() 97 static List* ListFind(List* list, Func func) { in ListFind() 108 static void ListFree(List** list) { in ListFree()
|
/aosp_15_r20/external/wayland/src/ |
H A D | wayland-util.c | 38 wl_list_init(struct wl_list *list) in wl_list_init() 45 wl_list_insert(struct wl_list *list, struct wl_list *elm) in wl_list_insert() 63 wl_list_length(const struct wl_list *list) in wl_list_length() 79 wl_list_empty(const struct wl_list *list) in wl_list_empty() 85 wl_list_insert_list(struct wl_list *list, struct wl_list *other) in wl_list_insert_list() 404 for_each_helper(struct wl_array *entries, wl_iterator_func_t func, void *data) in for_each_helper() 426 wl_map_for_each(struct wl_map *map, wl_iterator_func_t func, void *data) in wl_map_for_each()
|
/aosp_15_r20/external/trace-cmd/lib/trace-cmd/ |
H A D | trace-plugin.c | 102 tracecmd_plugin_load_func func; in load_plugin() local 103 struct trace_plugin_list *list; in load_plugin() local 284 struct trace_plugin_list *list = NULL; in tracecmd_load_plugins() local 301 tracecmd_plugin_unload_func func; in tracecmd_unload_plugins() local 302 struct trace_plugin_list *list; in tracecmd_unload_plugins() local
|
/aosp_15_r20/external/libtraceevent/src/ |
H A D | event-plugin.c | 110 char **list = NULL; in tep_plugin_list_options() local 144 void tep_plugin_free_options_list(char **list) in tep_plugin_free_options_list() 434 const struct tep_plugin_list *list) in tep_print_plugins() 448 tep_plugin_load_func func; in load_plugin() local 449 struct tep_plugin_list *list; in load_plugin() local 642 struct tep_plugin_list *list = NULL; in tep_load_plugins() local 700 tep_plugin_unload_func func; in tep_unload_plugins() local 701 struct tep_plugin_list *list; in tep_unload_plugins() local
|
/aosp_15_r20/external/trace-cmd/tracecmd/ |
H A D | trace-list.c | 62 static void process_file_re(process_file_func func, in process_file_re() 109 static void show_event(process_file_func func, const char *system, in show_event() 122 static void show_system(process_file_func func, const char *system, int flags) in show_system() 135 static void show_event_systems(process_file_func func, char **systems, int flags) in show_event_systems() 143 static void match_system_events(process_file_func func, const char *system, in match_system_events() 159 static void process_events(process_file_func func, const char *re, int flags) in process_events() 555 struct tep_plugin_list *list; in show_plugin_options() local 583 struct tep_plugin_list *list; in show_plugins() local
|
/aosp_15_r20/external/coreboot/payloads/coreinfo/ |
H A D | pci_module.c | 39 static int partition(struct pci_devices *list, int len) in partition() 59 static void quicksort(struct pci_devices *list, int len) in quicksort() 92 unsigned int bus, slot, func; in pci_module_redraw() local 156 int slot, func; in ci_pci_scan_bus() local
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | _tkinter.c | 533 Split(char *list) in Split() 620 char *list = PyString_AsString(arg); in SplitObj() local 634 char *list; in SplitObj() local 1829 EventFunc func; member 1897 var_invoke(EventFunc func, PyObject *selfptr, PyObject *args, int flags) in var_invoke() 2300 char *list; in Tkapp_SplitList() local 2368 char *list; in Tkapp_Split() local 2432 PyObject *func; member 2451 PyObject *func, *arg, *res; in PythonCmd() local 2460 func = data->func; in PythonCmd() local [all …]
|
D | clmodule.c | 310 PyObject *list, *v; in doParams() local 482 PyObject *list; in clm_QueryParams() local 742 PyObject *list; in cl_QueryAlgorithms() local 882 #define func(name, handler) \ macro 898 func(BytesPerSample, Int_FromLong) in func() function
|
/aosp_15_r20/external/python/cpython2/Parser/ |
D | spark.py | 170 def preprocess(self, rule, func): return rule, func argument 172 def addRule(self, doc, func, _preprocess=1): argument 666 def resolve(self, list): argument 687 def preprocess(self, rule, func): argument 785 def preprocess(self, rule, func): argument 786 rebind = lambda func, self=self: \ argument 795 def foundMatch(self, args, func): argument 820 def resolve(self, list): argument
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | typeobject.c | 1013 PyWeakReference **list = (PyWeakReference **) \ in subtype_dealloc() local 1259 PyObject *args, *func = 0, *retval; in call_method() local 1297 PyObject *args, *func = 0, *retval; in call_maybe() local 1401 tail_contains(PyObject *list, int whence, PyObject *o) { in tail_contains() 1431 check_duplicates(PyObject *list) in check_duplicates() 1878 descrgetfunc func; in subtype_dict() local 1914 descrsetfunc func; in subtype_setdict() local 2770 PyObject *list, *raw, *ref; in type_subclasses() local 4321 PyObject *list, *ref, *newobj; local 4347 PyObject *list, *ref; local [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
H A D | tensor_list_ops_decomposition.cc | 55 void UpdateFuncType(func::FuncOp func) { in UpdateFuncType() argument 73 func::FuncOp func, Type size_type, in ModifyFunctionSignature() argument 141 func::FuncOp func, in ModifyFunctionReturn() argument 553 TF::EmptyTensorListOp list, in HandleEmptyTensorListOp() 580 TF::TensorListReserveOp list, in HandleTensorListReserveOp() 608 TF::TensorListFromTensorOp list, in HandleTensorListFromTensorOp() 814 } else if (auto list = llvm::dyn_cast<TF::EmptyTensorListOp>(&op)) { in DecomposeTensorListOpsInternal() local 818 } else if (auto list = llvm::dyn_cast<TF::TensorListReserveOp>(&op)) { in DecomposeTensorListOpsInternal() local 822 } else if (auto list = llvm::dyn_cast<TF::TensorListFromTensorOp>(&op)) { in DecomposeTensorListOpsInternal() local
|
/aosp_15_r20/prebuilts/ndk/current/sources/android/cpufeatures/ |
H A D | cpu-features.c | 97 static __inline__ void x86_cpuid(int func, int values[4]) in x86_cpuid() 116 static __inline__ void x86_cpuid(int func, int values[4]) in x86_cpuid() 262 has_list_item(const char* list, const char* item) in has_list_item() 354 cpulist_init(CpuList* list) { in cpulist_init() 364 cpulist_set(CpuList* list, int index) { in cpulist_set() 371 cpulist_count(CpuList* list) { in cpulist_count() 386 cpulist_parse(CpuList* list, const char* line, int line_len) in cpulist_parse() 438 cpulist_read_from(CpuList* list, const char* filename) in cpulist_read_from()
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | ceval.c | 342 _Py_FatalError_TstateNULL(const char *func) in _Py_FatalError_TstateNULL() 711 int (*func)(void *) = NULL; in make_pending_calls() local 1150 PyFunctionObject *func = _PyFunction_FromConstructor(&desc); in PyEval_EvalCode() local 2169 PyObject *list = SECOND(); local 2276 PyObject *list = PEEK(oparg); local 2336 PyObject *list = SECOND(); local 3247 PyObject *list = PyList_New(oparg); local 3259 PyObject *list = POP(); local 3271 PyObject *list = PEEK(oparg); local 4849 PyFunctionObject *func = (PyFunctionObject *)callable; local [all …]
|
/aosp_15_r20/external/google-breakpad/src/third_party/libdisasm/ |
H A D | x86_operand_list.c | 6 x86_oplist_t *list; in x86_oplist_append() local 49 x86_oplist_t *op, *list; in x86_oplist_free() local 71 int x86_operand_foreach( x86_insn_t *insn, x86_operand_fn func, void *arg, in x86_operand_foreach() 73 x86_oplist_t *list; in x86_operand_foreach() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/ |
H A D | import_model.cc | 613 auto& list = name_and_value.second.list(); in ConvertDeferredFunctions() local 899 auto& list = attr->list(); in AddNodesToShapeRefiner() local 1076 auto& list = attr->list(); in InferOutputType() local 1162 auto& list = attr->list(); in InferOutputType() local 1602 mlir::func::FuncOp func, mlir::tf_executor::GraphOp graph_op, in ConvertFunctionArgAndRets() 1721 llvm::to_vector<4>(llvm::map_range(arg_attrs, [&](NamedAttrList& list) { in ConvertFunctionArgAndRets() 1725 llvm::to_vector<4>(llvm::map_range(ret_attrs, [&](NamedAttrList& list) { in ConvertFunctionArgAndRets() 2141 for (const auto& func : funcs) { in ConvertNode() local 3129 const ListValue& list = value.list_value(); in RecursivelyFindLeaves() local 3177 for (auto func : module.getOps<mlir::func::FuncOp>()) { in AdjustBoundInputArgTypes() local [all …]
|
/aosp_15_r20/external/openthread/tests/scripts/thread-cert/pktverify/ |
H A D | utils.py | 53 def func(p): function 153 def is_sublist(lst1: list, lst2: list) -> bool:
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | attr_value.proto | 28 repeated NameAttrList func = 9; // "list(attr)" field 40 ListValue list = 1; // any "list(...)" field 46 NameAttrList func = 10; field
|
/aosp_15_r20/external/trusty/lk/include/lib/ |
D | console.h | 57 const cmd *list; member 78 #define STATIC_COMMAND(command_str, help_str, func) { command_str, help_str, func, CMD_AVAIL_NORMAL… argument 79 #define STATIC_COMMAND_MASKED(command_str, help_str, func, availability_mask) { command_str, help_s… argument 89 #define STATIC_COMMAND(command_str, help_str, func) argument
|
/aosp_15_r20/external/pytorch/torch/csrc/profiler/ |
H A D | util.cpp | 32 const char* func, in logSoftAssert() 52 const char* func, in logSoftAssert() 164 const c10::List<c10::IValue>& list) { in flattenList() 318 std::string ivalueListToStr(const std::vector<c10::IValue>& list) { in ivalueListToStr() 361 inline std::string format_list(ListLikeType list, bool truncate) { in format_list()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/ |
H A D | flatbuffer_loader.cpp | 273 if (const auto* func = ivalue->val_as_Function()) { in parseAndPopulate() local 531 const mobile::serialization::List* list = ivalue.val_as_List(); in parseList() local 542 std::vector<T> parseListNative(const U* list) { in parseListNative() 550 const auto& list = ivalue.val_as_IntList(); in parseIntList() local 557 const auto& list = ivalue.val_as_DoubleList(); in parseDoubleList() local 564 const auto& list = ivalue.val_as_BoolList(); in parseBoolList() local 874 if (const auto* func = ival->val_as_Function()) { in get_module_info_from_flatbuffer() local
|
/aosp_15_r20/external/vulkan-validation-layers/layers/ |
H A D | vk_layer_utils.cpp | 78 VK_LAYER_EXPORT bool white_list(const char *item, const std::set<std::string> &list) { return (list… in white_list() 217 …InstanceCreateInfo *get_chain_info(const VkInstanceCreateInfo *pCreateInfo, VkLayerFunction func) { in get_chain_info() 226 …ayerDeviceCreateInfo *get_chain_info(const VkDeviceCreateInfo *pCreateInfo, VkLayerFunction func) { in get_chain_info()
|
/aosp_15_r20/hardware/ril/libril/ |
H A D | ril_event.cpp | 104 static void init_list(struct ril_event * list) in init_list() 112 static void addToList(struct ril_event * ev, struct ril_event * list) in addToList() 252 void ril_event_set(struct ril_event * ev, int fd, bool persist, ril_event_cb func, void * param) in ril_event_set() 291 struct ril_event * list; in ril_timer_add() local
|
/aosp_15_r20/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril_event.cpp | 104 static void init_list(struct ril_event * list) in init_list() 112 static void addToList(struct ril_event * ev, struct ril_event * list) in addToList() 252 void ril_event_set(struct ril_event * ev, int fd, bool persist, ril_event_cb func, void * param) in ril_event_set() 291 struct ril_event * list; in ril_timer_add() local
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | inspect_fodder2.py | 3 def wrapper(func): argument 8 def replace(func): argument 53 def setfunc(func): argument 106 def annotated(arg1: list): 123 def decorator(func): argument
|
/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/ |
H A D | DynamicLayer.cpp | 303 std::function<Tensor(const Tensor&)> func) { in foreachTensorInplace() 309 … const std::bitset<64> use_flag_relative, const std::function<Tensor(const Tensor&, bool)>& func){ in foreachTensorInplaceWithFlag() 322 auto list = ivalue.toList().copy(); in foreachTensorInplaceWithFlag() local 336 auto list = ivalue.toTensorList(); in foreachTensorInplaceWithFlag() local
|