/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | extension_set.h | 126 EnumValidityFuncWithArg* func; member 715 KeyValueFunctor func) { in ForEach() 722 KeyValueFunctor ForEach(KeyValueFunctor func) { in ForEach() 731 KeyValueFunctor ForEach(KeyValueFunctor func) const { in ForEach() 1183 static inline const std::string& Get(int number, const ExtensionSet& set, in Get() 1187 static inline const std::string* GetPtr(int number, const ExtensionSet& set, in GetPtr() 1192 int number, const ExtensionSet& set) { in GetRepeatedPtr() 1196 ExtensionSet* set) { in Set() 1199 static inline std::string* Mutable(int number, int index, ExtensionSet* set) { in Mutable() 1203 const std::string& value, ExtensionSet* set) { in Add() [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | extension_set.h | 126 EnumValidityFuncWithArg* func; member 715 KeyValueFunctor func) { in ForEach() 722 KeyValueFunctor ForEach(KeyValueFunctor func) { in ForEach() 731 KeyValueFunctor ForEach(KeyValueFunctor func) const { in ForEach() 1183 static inline const std::string& Get(int number, const ExtensionSet& set, in Get() 1187 static inline const std::string* GetPtr(int number, const ExtensionSet& set, in GetPtr() 1192 int number, const ExtensionSet& set) { in GetRepeatedPtr() 1196 ExtensionSet* set) { in Set() 1199 static inline std::string* Mutable(int number, int index, ExtensionSet* set) { in Mutable() 1203 const std::string& value, ExtensionSet* set) { in Add() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/marl/src/ |
H A D | thread.cpp | 249 containers::unordered_set<Core, CoreHasher> set(cores.allocator); in add() local 263 containers::unordered_set<Core, CoreHasher> set(cores.allocator); in remove() local 281 Impl(Func&& func, _PROC_THREAD_ATTRIBUTE_LIST* attributes) in Impl() 306 const Func func; member in marl::Thread::Impl 310 Thread::Thread(Affinity&& affinity, Func&& func) { in Thread() 391 Func func; member in marl::Thread::Impl 423 Thread::Thread(Affinity&& affinity, Func&& func) in Thread()
|
/aosp_15_r20/external/strace/ |
H A D | basic_filters.c | 71 struct number_set *set) in qualify_syscall_number_personality() 82 qualify_syscall_number(const char *s, struct number_set *set) in qualify_syscall_number() 121 qualify_syscall_regex(const char *s, struct number_set *set) in qualify_syscall_regex() 205 qualify_syscall_class(const char *s, struct number_set *set) in qualify_syscall_class() 239 struct number_set *set) in qualify_syscall_name_personality() 253 qualify_syscall_name(const char *s, struct number_set *set) in qualify_syscall_name() 273 qualify_syscall(const char *token, struct number_set *set) in qualify_syscall() 295 qualify_syscall_tokens(const char *const str, struct number_set *const set) in qualify_syscall_tokens() 351 qualify_tokens(const char *const str, struct number_set *const set, in qualify_tokens() 352 string_to_uint_func func, const char *const name) in qualify_tokens()
|
/aosp_15_r20/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/ |
H A D | FtraceLine.kt | 56 private fun set(taskName: String?, pid: Int, tgid: Int, cpu: Int, timestamp: Double, in set() method 150 val func = sliceTo(ftraceLine.function) { skipUntil { it == ':'.toByte() } } in parseLine() constant
|
/aosp_15_r20/external/trusty/musl/include/ |
D | sched.h | 85 #define __CPU_op_S(i, size, set, op) ( (i)/8U >= (size) ? 0 : \ argument 88 #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=) argument 89 #define CPU_CLR_S(i, size, set) __CPU_op_S(i, size, set, &=~) argument 90 #define CPU_ISSET_S(i, size, set) __CPU_op_S(i, size, set, &) argument 92 #define __CPU_op_func_S(func, op) \ argument 110 #define CPU_COUNT_S(size,set) __sched_cpucount(size,set) argument 111 #define CPU_ZERO_S(size,set) memset(set,0,size) argument 117 #define CPU_FREE(set) free(set) argument 121 #define CPU_SET(i, set) CPU_SET_S(i,sizeof(cpu_set_t),set) argument 122 #define CPU_CLR(i, set) CPU_CLR_S(i,sizeof(cpu_set_t),set) argument [all …]
|
/aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/ |
H A D | sched.h | 93 #define __CPU_op_S(i, size, set, op) ( (i)/8U >= (size) ? 0 : \ argument 96 #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=) argument 97 #define CPU_CLR_S(i, size, set) __CPU_op_S(i, size, set, &=~) argument 98 #define CPU_ISSET_S(i, size, set) __CPU_op_S(i, size, set, &) argument 100 #define __CPU_op_func_S(func, op) \ argument 118 #define CPU_COUNT_S(size,set) __sched_cpucount(size,set) argument 119 #define CPU_ZERO_S(size,set) memset(set,0,size) argument 125 #define CPU_FREE(set) free(set) argument 129 #define CPU_SET(i, set) CPU_SET_S(i,sizeof(cpu_set_t),set) argument 130 #define CPU_CLR(i, set) CPU_CLR_S(i,sizeof(cpu_set_t),set) argument [all …]
|
/aosp_15_r20/prebuilts/build-tools/sysroots/aarch64-unknown-linux-musl/include/ |
H A D | sched.h | 93 #define __CPU_op_S(i, size, set, op) ( (i)/8U >= (size) ? 0 : \ argument 96 #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=) argument 97 #define CPU_CLR_S(i, size, set) __CPU_op_S(i, size, set, &=~) argument 98 #define CPU_ISSET_S(i, size, set) __CPU_op_S(i, size, set, &) argument 100 #define __CPU_op_func_S(func, op) \ argument 118 #define CPU_COUNT_S(size,set) __sched_cpucount(size,set) argument 119 #define CPU_ZERO_S(size,set) memset(set,0,size) argument 125 #define CPU_FREE(set) free(set) argument 129 #define CPU_SET(i, set) CPU_SET_S(i,sizeof(cpu_set_t),set) argument 130 #define CPU_CLR(i, set) CPU_CLR_S(i,sizeof(cpu_set_t),set) argument [all …]
|
/aosp_15_r20/external/musl/include/ |
H A D | sched.h | 93 #define __CPU_op_S(i, size, set, op) ( (i)/8U >= (size) ? 0 : \ argument 96 #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=) argument 97 #define CPU_CLR_S(i, size, set) __CPU_op_S(i, size, set, &=~) argument 98 #define CPU_ISSET_S(i, size, set) __CPU_op_S(i, size, set, &) argument 100 #define __CPU_op_func_S(func, op) \ argument 118 #define CPU_COUNT_S(size,set) __sched_cpucount(size,set) argument 119 #define CPU_ZERO_S(size,set) memset(set,0,size) argument 125 #define CPU_FREE(set) free(set) argument 129 #define CPU_SET(i, set) CPU_SET_S(i,sizeof(cpu_set_t),set) argument 130 #define CPU_CLR(i, set) CPU_CLR_S(i,sizeof(cpu_set_t),set) argument [all …]
|
/aosp_15_r20/prebuilts/build-tools/sysroots/x86_64-unknown-linux-musl/include/ |
H A D | sched.h | 93 #define __CPU_op_S(i, size, set, op) ( (i)/8U >= (size) ? 0 : \ argument 96 #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=) argument 97 #define CPU_CLR_S(i, size, set) __CPU_op_S(i, size, set, &=~) argument 98 #define CPU_ISSET_S(i, size, set) __CPU_op_S(i, size, set, &) argument 100 #define __CPU_op_func_S(func, op) \ argument 118 #define CPU_COUNT_S(size,set) __sched_cpucount(size,set) argument 119 #define CPU_ZERO_S(size,set) memset(set,0,size) argument 125 #define CPU_FREE(set) free(set) argument 129 #define CPU_SET(i, set) CPU_SET_S(i,sizeof(cpu_set_t),set) argument 130 #define CPU_CLR(i, set) CPU_CLR_S(i,sizeof(cpu_set_t),set) argument [all …]
|
/aosp_15_r20/prebuilts/build-tools/sysroots/arm-unknown-linux-musleabihf/include/ |
H A D | sched.h | 93 #define __CPU_op_S(i, size, set, op) ( (i)/8U >= (size) ? 0 : \ argument 96 #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=) argument 97 #define CPU_CLR_S(i, size, set) __CPU_op_S(i, size, set, &=~) argument 98 #define CPU_ISSET_S(i, size, set) __CPU_op_S(i, size, set, &) argument 100 #define __CPU_op_func_S(func, op) \ argument 118 #define CPU_COUNT_S(size,set) __sched_cpucount(size,set) argument 119 #define CPU_ZERO_S(size,set) memset(set,0,size) argument 125 #define CPU_FREE(set) free(set) argument 129 #define CPU_SET(i, set) CPU_SET_S(i,sizeof(cpu_set_t),set) argument 130 #define CPU_CLR(i, set) CPU_CLR_S(i,sizeof(cpu_set_t),set) argument [all …]
|
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/ |
H A D | RescopeGlobalVariables.cpp | 48 TIntermFunctionDefinition *func = *pair.second.functions.begin(); in rescope() local 91 std::set<TIntermFunctionDefinition *> &set = mGlobalVarsNeedRescope.at(&var).functions; in visitSymbol() local 135 TIntermFunctionDefinition *func = node->getAsFunctionDefinition(); in visitFunctionDefinition() local
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | descrobject.c | 27 #define descr_set_trampoline_call(set, obj, value, closure) \ argument 272 method_check_args(PyObject *func, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in method_check_args() 303 method_enter_call(PyThreadState *tstate, PyObject *func) in method_enter_call() 314 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in method_vectorcall_VARARGS() 339 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in method_vectorcall_VARARGS_KEYWORDS() 375 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in method_vectorcall_FASTCALL_KEYWORDS_METHOD() 395 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in method_vectorcall_FASTCALL() 414 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in method_vectorcall_FASTCALL_KEYWORDS() 433 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in method_vectorcall_NOARGS() 460 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in method_vectorcall_O() [all …]
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | descrobject.c | 213 PyObject *self, *func, *result; in methoddescr_call() local 258 PyObject *self, *func, *result; in classmethoddescr_call() local 309 PyObject *self, *func, *result; in wrapperdescr_call() local 1241 PyObject *func, *res; in property_descr_set() local 1265 property_copy(PyObject *old, PyObject *get, PyObject *set, PyObject *del) in property_copy() 1304 PyObject *get = NULL, *set = NULL, *del = NULL, *doc = NULL; in property_init() local
|
/aosp_15_r20/device/google/felix/vibrator/common/ |
D | HardwareBase.h | 51 Record(const char *func, const T &value, const std::ios *stream) in Record() 127 bool HwApiBase::set(const T &value, std::ostream *stream) { in set() function 177 void HwApiBase::record(const char *func, const T &value, const std::ios *stream) { in record()
|
/aosp_15_r20/external/dnsmasq/src/ |
H A D | log.c | 224 char* func = ""; in my_syslog() local 347 void set_log_writer(fd_set* set, int* maxfdp) { in set_log_writer() 354 void check_log_writer(fd_set* set) { in check_log_writer()
|
/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 460 def add(self, set, item, i=None, predecessor=None, causal=None): 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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/polly/isl/ |
D | isl-noexceptions.h | 195 set = isl_dim_set, enumerator 296 class set; variable 584 std::function<isl::ast_node(isl::ast_node, isl::ast_build)> func; member 5196 stat aff::foreach_piece(const std::function<stat(isl::set, isl::aff)> &fn) const in foreach_piece() 5201 stat aff::foreach_piece(const std::function<stat(isl::set, isl::multi_aff)> &fn) const in foreach_piece() 5269 isl::pw_aff aff::intersect_domain(const isl::set &set) const in intersect_domain() 5294 isl::pw_aff aff::intersect_params(const isl::set &set) const in intersect_params() 5721 isl::pw_aff aff::subtract_domain(const isl::set &set) const in subtract_domain() 5951 std::function<stat(isl::aff)> func; in foreach() member 6106 isl::ast_expr ast_build::expr_from(isl::set set) const in expr_from() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/polly/isl/ |
D | isl-noexceptions.h | 195 set = isl_dim_set, enumerator 296 class set; variable 584 std::function<isl::ast_node(isl::ast_node, isl::ast_build)> func; member 5196 stat aff::foreach_piece(const std::function<stat(isl::set, isl::aff)> &fn) const in foreach_piece() 5201 stat aff::foreach_piece(const std::function<stat(isl::set, isl::multi_aff)> &fn) const in foreach_piece() 5269 isl::pw_aff aff::intersect_domain(const isl::set &set) const in intersect_domain() 5294 isl::pw_aff aff::intersect_params(const isl::set &set) const in intersect_params() 5721 isl::pw_aff aff::subtract_domain(const isl::set &set) const in subtract_domain() 5951 std::function<stat(isl::aff)> func; in foreach() member 6106 isl::ast_expr ast_build::expr_from(isl::set set) const in expr_from() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/polly/isl/ |
D | isl-noexceptions.h | 195 set = isl_dim_set, enumerator 296 class set; variable 584 std::function<isl::ast_node(isl::ast_node, isl::ast_build)> func; member 5196 stat aff::foreach_piece(const std::function<stat(isl::set, isl::aff)> &fn) const in foreach_piece() 5201 stat aff::foreach_piece(const std::function<stat(isl::set, isl::multi_aff)> &fn) const in foreach_piece() 5269 isl::pw_aff aff::intersect_domain(const isl::set &set) const in intersect_domain() 5294 isl::pw_aff aff::intersect_params(const isl::set &set) const in intersect_params() 5721 isl::pw_aff aff::subtract_domain(const isl::set &set) const in subtract_domain() 5951 std::function<stat(isl::aff)> func; in foreach() member 6106 isl::ast_expr ast_build::expr_from(isl::set set) const in expr_from() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/polly/isl/ |
D | isl-noexceptions.h | 195 set = isl_dim_set, enumerator 296 class set; variable 584 std::function<isl::ast_node(isl::ast_node, isl::ast_build)> func; member 5196 stat aff::foreach_piece(const std::function<stat(isl::set, isl::aff)> &fn) const in foreach_piece() 5201 stat aff::foreach_piece(const std::function<stat(isl::set, isl::multi_aff)> &fn) const in foreach_piece() 5269 isl::pw_aff aff::intersect_domain(const isl::set &set) const in intersect_domain() 5294 isl::pw_aff aff::intersect_params(const isl::set &set) const in intersect_params() 5721 isl::pw_aff aff::subtract_domain(const isl::set &set) const in subtract_domain() 5951 std::function<stat(isl::aff)> func; in foreach() member 6106 isl::ast_expr ast_build::expr_from(isl::set set) const in expr_from() [all …]
|
/aosp_15_r20/external/libtracefs/src/ |
H A D | tracefs-tools.c | 244 unsigned long long set; in trace_get_options() local 308 enum tracefs_option_id id, bool set) in trace_config_option() 408 char *func; member 416 bool set; member 552 static int add_func_str(struct func_list ***next_func_ptr, const char *func) in add_func_str()
|
/aosp_15_r20/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu_cmd.h | 30 cmd_func_t *func; member 32 int set; member
|
/aosp_15_r20/external/llvm-libc/test/integration/src/pthread/ |
H A D | pthread_exit_test.cpp | 24 void set(int i) { val = i; } in set() function in A 34 void *func(void *) { in func() function
|
/aosp_15_r20/external/llvm-libc/test/integration/src/threads/ |
H A D | thrd_exit_test.cpp | 24 void set(int i) { val = i; } in set() function in A 34 int func(void *) { in func() function
|