/external/python/cpython2/Lib/test/ |
D | pythoninfo.py | 67 def call_func(info_add, name, mod, func_name, formatter=None): function 106 call_func(info_add, 'sys.androidapilevel', sys, 'getandroidapilevel') 107 call_func(info_add, 'sys.windowsversion', sys, 'getwindowsversion') 178 call_func(info_add, 'os.cwd', os, 'getcwd') 180 call_func(info_add, 'os.uid', os, 'getuid') 181 call_func(info_add, 'os.gid', os, 'getgid') 182 call_func(info_add, 'os.uname', os, 'uname') 187 call_func(info_add, 'os.groups', os, 'getgroups', formatter=format_groups) 199 call_func(info_add, 'os.cpu_count', os, 'cpu_count') 200 call_func(info_add, 'os.loadavg', os, 'getloadavg') [all …]
|
/external/python/cpython3/Lib/test/ |
D | pythoninfo.py | 68 def call_func(info_add, name, mod, func_name, *, formatter=None): function 107 call_func(info_add, 'sys.androidapilevel', sys, 'getandroidapilevel') 108 call_func(info_add, 'sys.windowsversion', sys, 'getwindowsversion') 214 call_func(info_add, 'os.%s' % func, os, func) 219 call_func(info_add, 'os.getgroups', os, 'getgroups', formatter=format_groups) 586 call_func(info_add, 'pymem.allocator', _testcapi, 'pymem_getallocatorsname') 602 call_func(info_add, 'resource.pagesize', resource, 'getpagesize') 626 call_func(info_add, 'test_support._is_gui_available', support, '_is_gui_available') 627 call_func(info_add, 'test_support.python_is_optimized', support, 'python_is_optimized') 730 call_func(info_add, 'fips.openssl_fips_mode', _hashlib, 'get_fips_mode')
|
/external/llvm-project/llvm/test/CodeGen/WebAssembly/ |
D | function-bitcasts.ll | 138 declare void @call_func(i32 ()*) 142 ; CHECK-NEXT: call call_func, $pop[[L0]]{{$}} 144 ; CHECK-NEXT: call call_func, $pop[[L1]]{{$}} 146 call void @call_func(i32 ()* @has_i32_ret) 147 call void @call_func(i32 ()* bitcast (void (i32)* @has_i32_arg to i32 ()*)) 154 ; CHECK: i32.const $push[[L1:[0-9]+]]=, call_func{{$}} 157 ; CHECK: i32.const $push[[L3:[0-9]+]]=, call_func{{$}} 165 invoke void @call_func(i32 ()* @has_i32_ret) 169 invoke void @call_func(i32 ()* bitcast (void (i32)* @has_i32_arg to i32 ()*))
|
/external/grpc-grpc/test/core/channel/ |
D | channel_stack_builder_test.cc | 48 static void call_func(grpc_call_element* elem, in call_func() function 80 call_func, 93 call_func,
|
D | channel_stack_test.cc | 57 static void call_func(grpc_call_element* elem, in call_func() function 78 call_func, in test_create_channel_stack()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | member-expr.cpp | 199 template <class T> void call_func(T t) { in call_func() function 216 …call_func(e); // expected-note {{in instantiation of function template specialization 'PR15045::c… in test_arrow_on_non_pointer_records() 218 …call_func(f); // expected-note {{in instantiation of function template specialization 'PR15045::c… in test_arrow_on_non_pointer_records()
|
/external/clang/test/SemaCXX/ |
D | member-expr.cpp | 199 template <class T> void call_func(T t) { in call_func() function 216 …call_func(e); // expected-note {{in instantiation of function template specialization 'PR15045::c… in test_arrow_on_non_pointer_records() 218 …call_func(f); // expected-note {{in instantiation of function template specialization 'PR15045::c… in test_arrow_on_non_pointer_records()
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | function-call-relocs.ll | 9 ; CHECK-LABEL: call_func: 15 define amdgpu_kernel void @call_func(i32 addrspace(1)* %out) {
|
/external/tensorflow/tensorflow/tools/tensorflow_builder/config_detector/ |
D | config_detector.py | 545 for config, call_func in six.iteritems(all_functions): 546 ret_val = call_func
|
/external/javasqlite/src/main/native/ |
D | sqlite_jni.c | 1745 call_func(sqlite_func *sf, int nargs, const char **args) in call_func() function 1917 call_func, f); in mkfunc_common() 1929 call_func, f); in mkfunc_common()
|