/aosp_15_r20/external/python/cpython3/Modules/ |
D | _pickle.c | 370 _Pickle_FastCall(PyObject *func, PyObject *obj) in _Pickle_FastCall() 387 PyObject *func, *func2; in init_method_ref() local 417 reconstruct_method(PyObject *func, PyObject *self) in reconstruct_method() 429 call_method(PyObject *func, PyObject *self, PyObject *obj) in call_method() 5734 PyObject *set; in load_empty_set() local 5822 PyObject *func; in instantiate() local 6589 PyObject *set; in load_additems() local
|
D | posixmodule.c | 559 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 6035 sigset_t set; in parse_posix_spawn_flags() local 6048 sigset_t set; in parse_posix_spawn_flags() local 14530 PyObject *func = NULL; in PyOS_FSPath() local
|
/aosp_15_r20/external/libxml2/ |
H A D | xpath.c | 1659 xmlNodeSetPtr set; in xmlXPathCacheNewNodeSet() local 1841 xmlNodeSetPtr set; in xmlXPathCacheObjectCopy() local 2528 xmlXPathNodeSetSort(xmlNodeSetPtr set) { in xmlXPathNodeSetSort() 3200 xmlXPathNodeSetClearFromPos(xmlNodeSetPtr set, int pos, int hasNsNodes) in xmlXPathNodeSetClearFromPos() 3227 xmlXPathNodeSetClear(xmlNodeSetPtr set, int hasNsNodes) in xmlXPathNodeSetClear() 3241 xmlXPathNodeSetKeepLast(xmlNodeSetPtr set) in xmlXPathNodeSetKeepLast() 10118 xmlNodeSetPtr set, in xmlXPathNodeSetFilter() 10253 xmlNodeSetPtr set, in xmlXPathCompOpEvalPredicate() 11220 xmlNodeSetPtr set; in xmlXPathCompOpEvalFilterFirst() local 11490 xmlXPathFunction func; in xmlXPathCompOpEval() local [all …]
|
H A D | xmlschemas.c | 2846 #define VERROR_INT(func, msg) xmlSchemaInternalErr(ACTXT_CAST vctxt, func, msg); argument 2848 #define PERROR_INT(func, msg) xmlSchemaInternalErr(ACTXT_CAST pctxt, func, msg); argument 2849 #define PERROR_INT2(func, msg) xmlSchemaInternalErr(ACTXT_CAST ctxt, func, msg); argument 2851 #define AERROR_INT(func, msg) xmlSchemaInternalErr(actxt, func, msg); argument 3874 xmlSchemaFreeWildcardNsSet(xmlSchemaWildcardNsPtr set) in xmlSchemaFreeWildcardNsSet() 16043 int set) in xmlSchemaCheckCOSCTDerivedOK() 16114 int set) in xmlSchemaCheckCOSDerivedOK() 16892 int set = 0; in xmlSchemaCheckRCaseNameAndTypeOK() local 19596 int set = 0; in xmlSchemaCheckElemPropsCorrect() local 19718 int set, methSet; in xmlSchemaCheckElemSubstGroup() local [all …]
|
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/ |
D | nashorn.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/javax. ... |
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/ |
D | nashorn.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/javax. ... |
/aosp_15_r20/external/python/setuptools/setuptools/_vendor/ |
D | pyparsing.py | 1039 def _trim_arity(func, maxargs=2): argument 1463 def set(self, key, value): function 1487 def set(self, key, value): function 1517 def set(self, key, value): function 4825 def tokenMap(func, *args): argument
|
/aosp_15_r20/external/python/setuptools/pkg_resources/_vendor/ |
D | pyparsing.py | 1039 def _trim_arity(func, maxargs=2): argument 1463 def set(self, key, value): function 1487 def set(self, key, value): function 1517 def set(self, key, value): function 4825 def tokenMap(func, *args): argument
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | xpath.c | 1772 xmlNodeSetPtr set; in xmlXPathCacheNewNodeSet() local 1954 xmlNodeSetPtr set; in xmlXPathCacheObjectCopy() local 2651 xmlXPathNodeSetSort(xmlNodeSetPtr set) { in xmlXPathNodeSetSort() 3323 xmlXPathNodeSetClearFromPos(xmlNodeSetPtr set, int pos, int hasNsNodes) in xmlXPathNodeSetClearFromPos() 3350 xmlXPathNodeSetClear(xmlNodeSetPtr set, int hasNsNodes) in xmlXPathNodeSetClear() 3364 xmlXPathNodeSetKeepLast(xmlNodeSetPtr set) in xmlXPathNodeSetKeepLast() 10457 xmlNodeSetPtr set, in xmlXPathNodeSetFilter() 10711 xmlNodeSetPtr set, in xmlXPathCompOpEvalPredicate() 11684 xmlNodeSetPtr set; in xmlXPathCompOpEvalFilterFirst() local 11971 xmlXPathFunction func; in xmlXPathCompOpEval() local [all …]
|
/aosp_15_r20/external/skia/src/sksl/codegen/ |
H A D | SkSLWGSLCodeGenerator.cpp | 1315 const FunctionDefinition& func = e->as<FunctionDefinition>(); in generateCode() local 3447 const FunctionDeclaration& func = call.function(); in assembleFunctionCall() local 4529 int set = fProgram.fConfig->fSettings.fDefaultUniformSet; in writeNonBlockUniformsForTests() local
|
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
H A D | webcomponents.js | 67 set: function(key, value) { method in WeakMap 187 set: function(v) {}, method 252 set: setter, property 565 function setEndOfMicrotask(func) { argument 2759 set: function(v) { method 5484 queue.forEach(function(func) { argument 5489 setImmediate = function(func) { argument
|
H A D | ShadowDOM.js | 19 set: function(key, value) { method in WeakMap 141 set: function(v) {}, method 206 set: setter, property 521 function setEndOfMicrotask(func) { argument 2729 set: function(v) { method
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/ |
H A D | radv_shader.h | 188 void (*func)(void *private_data, enum aco_compiler_debug_level level, const char *message); member 237 } set[MAX_SETS]; member
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | sysmodule.c | 1892 sys_call_tracing_impl(PyObject *module, PyObject *func, PyObject *funcargs) in sys_call_tracing_impl() 2092 PyObject *set = PyObject_CallFunction((PyObject *)&PyFrozenSet_Type, in list_stdlib_module_names() local
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | _sre.c | 427 SRE_CHARSET(SRE_CODE* set, SRE_CODE ch) in SRE_CHARSET() 2022 PyObject* func; in call() local
|
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 168 #define __sanitizer_syscall_pre_sigpending(set) \ argument 170 #define __sanitizer_syscall_post_sigpending(res, set) \ argument 172 #define __sanitizer_syscall_pre_sigprocmask(how, set, oset) \ argument 175 #define __sanitizer_syscall_post_sigprocmask(res, how, set, oset) \ argument 377 #define __sanitizer_syscall_pre_rt_sigprocmask(how, set, oset, sigsetsize) \ argument 380 #define __sanitizer_syscall_post_rt_sigprocmask(res, how, set, oset, \ argument 384 #define __sanitizer_syscall_pre_rt_sigpending(set, sigsetsize) \ argument 386 #define __sanitizer_syscall_post_rt_sigpending(res, set, sigsetsize) \ argument 448 #define __sanitizer_syscall_pre_bdflush(func, data) \ argument 450 #define __sanitizer_syscall_post_bdflush(res, func, data) \ argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/lib/linux/i686-unknown-linux-musl/include/sanitizer/ |
D | linux_syscall_hooks.h | 168 #define __sanitizer_syscall_pre_sigpending(set) \ argument 170 #define __sanitizer_syscall_post_sigpending(res, set) \ argument 172 #define __sanitizer_syscall_pre_sigprocmask(how, set, oset) \ argument 175 #define __sanitizer_syscall_post_sigprocmask(res, how, set, oset) \ argument 377 #define __sanitizer_syscall_pre_rt_sigprocmask(how, set, oset, sigsetsize) \ argument 380 #define __sanitizer_syscall_post_rt_sigprocmask(res, how, set, oset, \ argument 384 #define __sanitizer_syscall_pre_rt_sigpending(set, sigsetsize) \ argument 386 #define __sanitizer_syscall_post_rt_sigpending(res, set, sigsetsize) \ argument 448 #define __sanitizer_syscall_pre_bdflush(func, data) \ argument 450 #define __sanitizer_syscall_post_bdflush(res, func, data) \ argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/sanitizer/ |
D | linux_syscall_hooks.h | 168 #define __sanitizer_syscall_pre_sigpending(set) \ argument 170 #define __sanitizer_syscall_post_sigpending(res, set) \ argument 172 #define __sanitizer_syscall_pre_sigprocmask(how, set, oset) \ argument 175 #define __sanitizer_syscall_post_sigprocmask(res, how, set, oset) \ argument 377 #define __sanitizer_syscall_pre_rt_sigprocmask(how, set, oset, sigsetsize) \ argument 380 #define __sanitizer_syscall_post_rt_sigprocmask(res, how, set, oset, \ argument 384 #define __sanitizer_syscall_pre_rt_sigpending(set, sigsetsize) \ argument 386 #define __sanitizer_syscall_post_rt_sigpending(res, set, sigsetsize) \ argument 448 #define __sanitizer_syscall_pre_bdflush(func, data) \ argument 450 #define __sanitizer_syscall_post_bdflush(res, func, data) \ argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/lib/linux/arm-unknown-linux-musleabihf/include/sanitizer/ |
D | linux_syscall_hooks.h | 168 #define __sanitizer_syscall_pre_sigpending(set) \ argument 170 #define __sanitizer_syscall_post_sigpending(res, set) \ argument 172 #define __sanitizer_syscall_pre_sigprocmask(how, set, oset) \ argument 175 #define __sanitizer_syscall_post_sigprocmask(res, how, set, oset) \ argument 377 #define __sanitizer_syscall_pre_rt_sigprocmask(how, set, oset, sigsetsize) \ argument 380 #define __sanitizer_syscall_post_rt_sigprocmask(res, how, set, oset, \ argument 384 #define __sanitizer_syscall_pre_rt_sigpending(set, sigsetsize) \ argument 386 #define __sanitizer_syscall_post_rt_sigpending(res, set, sigsetsize) \ argument 448 #define __sanitizer_syscall_pre_bdflush(func, data) \ argument 450 #define __sanitizer_syscall_post_bdflush(res, func, data) \ argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/lib/linux/aarch64-unknown-linux-musl/include/sanitizer/ |
D | linux_syscall_hooks.h | 168 #define __sanitizer_syscall_pre_sigpending(set) \ argument 170 #define __sanitizer_syscall_post_sigpending(res, set) \ argument 172 #define __sanitizer_syscall_pre_sigprocmask(how, set, oset) \ argument 175 #define __sanitizer_syscall_post_sigprocmask(res, how, set, oset) \ argument 377 #define __sanitizer_syscall_pre_rt_sigprocmask(how, set, oset, sigsetsize) \ argument 380 #define __sanitizer_syscall_post_rt_sigprocmask(res, how, set, oset, \ argument 384 #define __sanitizer_syscall_pre_rt_sigpending(set, sigsetsize) \ argument 386 #define __sanitizer_syscall_post_rt_sigpending(res, set, sigsetsize) \ argument 448 #define __sanitizer_syscall_pre_bdflush(func, data) \ argument 450 #define __sanitizer_syscall_post_bdflush(res, func, data) \ argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/lib/linux/aarch64-unknown-linux-musl/include/sanitizer/ |
D | linux_syscall_hooks.h | 168 #define __sanitizer_syscall_pre_sigpending(set) \ argument 170 #define __sanitizer_syscall_post_sigpending(res, set) \ argument 172 #define __sanitizer_syscall_pre_sigprocmask(how, set, oset) \ argument 175 #define __sanitizer_syscall_post_sigprocmask(res, how, set, oset) \ argument 377 #define __sanitizer_syscall_pre_rt_sigprocmask(how, set, oset, sigsetsize) \ argument 380 #define __sanitizer_syscall_post_rt_sigprocmask(res, how, set, oset, \ argument 384 #define __sanitizer_syscall_pre_rt_sigpending(set, sigsetsize) \ argument 386 #define __sanitizer_syscall_post_rt_sigpending(res, set, sigsetsize) \ argument 448 #define __sanitizer_syscall_pre_bdflush(func, data) \ argument 450 #define __sanitizer_syscall_post_bdflush(res, func, data) \ argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/lib/linux/arm-unknown-linux-musleabihf/include/sanitizer/ |
D | linux_syscall_hooks.h | 168 #define __sanitizer_syscall_pre_sigpending(set) \ argument 170 #define __sanitizer_syscall_post_sigpending(res, set) \ argument 172 #define __sanitizer_syscall_pre_sigprocmask(how, set, oset) \ argument 175 #define __sanitizer_syscall_post_sigprocmask(res, how, set, oset) \ argument 377 #define __sanitizer_syscall_pre_rt_sigprocmask(how, set, oset, sigsetsize) \ argument 380 #define __sanitizer_syscall_post_rt_sigprocmask(res, how, set, oset, \ argument 384 #define __sanitizer_syscall_pre_rt_sigpending(set, sigsetsize) \ argument 386 #define __sanitizer_syscall_post_rt_sigpending(res, set, sigsetsize) \ argument 448 #define __sanitizer_syscall_pre_bdflush(func, data) \ argument 450 #define __sanitizer_syscall_post_bdflush(res, func, data) \ argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/lib/linux/x86_64-unknown-linux-musl/include/sanitizer/ |
D | linux_syscall_hooks.h | 168 #define __sanitizer_syscall_pre_sigpending(set) \ argument 170 #define __sanitizer_syscall_post_sigpending(res, set) \ argument 172 #define __sanitizer_syscall_pre_sigprocmask(how, set, oset) \ argument 175 #define __sanitizer_syscall_post_sigprocmask(res, how, set, oset) \ argument 377 #define __sanitizer_syscall_pre_rt_sigprocmask(how, set, oset, sigsetsize) \ argument 380 #define __sanitizer_syscall_post_rt_sigprocmask(res, how, set, oset, \ argument 384 #define __sanitizer_syscall_pre_rt_sigpending(set, sigsetsize) \ argument 386 #define __sanitizer_syscall_post_rt_sigpending(res, set, sigsetsize) \ argument 448 #define __sanitizer_syscall_pre_bdflush(func, data) \ argument 450 #define __sanitizer_syscall_post_bdflush(res, func, data) \ argument
|
/aosp_15_r20/external/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 169 #define __sanitizer_syscall_pre_sigpending(set) \ argument 171 #define __sanitizer_syscall_post_sigpending(res, set) \ argument 173 #define __sanitizer_syscall_pre_sigprocmask(how, set, oset) \ argument 176 #define __sanitizer_syscall_post_sigprocmask(res, how, set, oset) \ argument 378 #define __sanitizer_syscall_pre_rt_sigprocmask(how, set, oset, sigsetsize) \ argument 381 #define __sanitizer_syscall_post_rt_sigprocmask(res, how, set, oset, \ argument 385 #define __sanitizer_syscall_pre_rt_sigpending(set, sigsetsize) \ argument 387 #define __sanitizer_syscall_post_rt_sigpending(res, set, sigsetsize) \ argument 449 #define __sanitizer_syscall_pre_bdflush(func, data) \ argument 451 #define __sanitizer_syscall_post_bdflush(res, func, data) \ argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/sanitizer/ |
D | linux_syscall_hooks.h | 168 #define __sanitizer_syscall_pre_sigpending(set) \ argument 170 #define __sanitizer_syscall_post_sigpending(res, set) \ argument 172 #define __sanitizer_syscall_pre_sigprocmask(how, set, oset) \ argument 175 #define __sanitizer_syscall_post_sigprocmask(res, how, set, oset) \ argument 377 #define __sanitizer_syscall_pre_rt_sigprocmask(how, set, oset, sigsetsize) \ argument 380 #define __sanitizer_syscall_post_rt_sigprocmask(res, how, set, oset, \ argument 384 #define __sanitizer_syscall_pre_rt_sigpending(set, sigsetsize) \ argument 386 #define __sanitizer_syscall_post_rt_sigpending(res, set, sigsetsize) \ argument 448 #define __sanitizer_syscall_pre_bdflush(func, data) \ argument 450 #define __sanitizer_syscall_post_bdflush(res, func, data) \ argument
|