/external/ltp/testcases/kernel/fs/fs_bind/bin/ |
D | nsclone.c | 32 int myfunc(void *arg) in myfunc() function 57 ret = ltp_clone_quick(CLONE_NEWNS | SIGCHLD, myfunc, (void *)child_cmd); in main()
|
/external/clang/test/Sema/ |
D | block-literal.c | 58 void myfunc(int (^block)(int)) {} 65 myfunc(^(int abcd) { in test5()
|
/external/skia/infra/bots/recipe_modules/run/examples/ |
D | full.py | 16 def myfunc(api, i): function 32 api.run.run_once(myfunc, api, i)
|
/external/skqp/infra/bots/recipe_modules/run/examples/ |
D | full.py | 16 def myfunc(api, i): function 32 api.run.run_once(myfunc, api, i)
|
/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/ |
D | sext128.ll | 37 %0 = call i32 @myfunc(float %a) 50 declare i32 @myfunc(float)
|
/external/clang/test/Rewriter/ |
D | rewrite-block-literal.mm | 54 void myfunc(int (^block)(int)) {} function 61 myfunc(^(int abcd) {
|
/external/clang/test/Parser/ |
D | cxx-friend.cpp | 41 friend void myfunc();
|
/external/compiler-rt/test/tsan/ |
D | ignore_lib4.cc | 27 extern "C" void myfunc() { in myfunc() function
|
/external/u-boot/doc/ |
D | README.unaligned-memory-access.txt | 178 void myfunc(u8 *data, u32 value) 203 void myfunc(u8 *data, u32 value) 212 void myfunc(u8 *data, u32 value)
|
/external/python/cpython2/Doc/howto/ |
D | logging-cookbook.rst | 110 logging.debug('Hi from myfunc') 132 0 Thread-1 Hi from myfunc 134 505 Thread-1 Hi from myfunc 136 1007 Thread-1 Hi from myfunc 138 1508 Thread-1 Hi from myfunc 139 2010 Thread-1 Hi from myfunc 141 2512 Thread-1 Hi from myfunc 143 3013 Thread-1 Hi from myfunc 144 3515 Thread-1 Hi from myfunc 146 4017 Thread-1 Hi from myfunc [all …]
|
/external/python/cpython2/Doc/library/ |
D | dis.rst | 23 Example: Given the function :func:`myfunc`:: 25 def myfunc(alist): 28 the following command can be used to get the disassembly of :func:`myfunc`:: 30 >>> dis.dis(myfunc)
|
D | re.rst | 662 ... 'def myfunc():')
|
/external/python/cpython3/Lib/unittest/test/testmock/ |
D | testhelpers.py | 907 def myfunc(x, y): function 910 mock = create_autospec(myfunc) 914 self.assertEqual(inspect.getfullargspec(mock), inspect.getfullargspec(myfunc))
|
/external/curl/m4/ |
D | curl-compilers.m4 | 1396 struct mystruct myfunc(); 1397 typedef char good_t1[sizeof(myfunc().mi) == sizeof(int) ? 1 : -1 ]; 1398 typedef char good_t2[sizeof(myfunc().mc) == sizeof(char) ? 1 : -1 ]; 1418 struct mystruct myfunc(); 1419 typedef char bad_t1[sizeof(myfunc().mi) != sizeof(int) ? 1 : -1 ]; 1420 typedef char bad_t2[sizeof(myfunc().mc) != sizeof(char) ? 1 : -1 ];
|
/external/python/cpython3/Doc/library/ |
D | dis.rst | 28 Example: Given the function :func:`myfunc`:: 30 def myfunc(alist): 34 :func:`myfunc`:: 36 >>> dis.dis(myfunc) 101 >>> bytecode = dis.Bytecode(myfunc)
|
D | re.rst | 856 ... 'def myfunc():')
|
/external/python/cpython3/Doc/howto/ |
D | logging-cookbook.rst | 112 logging.debug('Hi from myfunc') 136 0 Thread-1 Hi from myfunc 138 505 Thread-1 Hi from myfunc 140 1007 Thread-1 Hi from myfunc 142 1508 Thread-1 Hi from myfunc 143 2010 Thread-1 Hi from myfunc 145 2512 Thread-1 Hi from myfunc 147 3013 Thread-1 Hi from myfunc 148 3515 Thread-1 Hi from myfunc 150 4017 Thread-1 Hi from myfunc [all …]
|
/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_decoration_test.cpp | 4571 OpName %myfunc "myfunc" in TEST_F()
|
/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_decoration_test.cpp | 4571 OpName %myfunc "myfunc" in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | operation_semantics.md | 847 CustomCall("myfunc", {x, y}, f32[3x3]) 850 Here is an example of an implementation of `myfunc`: 853 extern "C" void myfunc(void* out, void** in) {
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/C/ |
D | C.stg | 2933 * void ANTLR3_CDECL myfunc( <scopeType(sname=scope.name)> ptr).
|