Home
last modified time | relevance | path

Searched refs:myfunc (Results 1 – 21 of 21) sorted by relevance

/external/ltp/testcases/kernel/fs/fs_bind/bin/
Dnsclone.c32 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/
Dblock-literal.c58 void myfunc(int (^block)(int)) {}
65 myfunc(^(int abcd) { in test5()
/external/skia/infra/bots/recipe_modules/run/examples/
Dfull.py16 def myfunc(api, i): function
32 api.run.run_once(myfunc, api, i)
/external/skqp/infra/bots/recipe_modules/run/examples/
Dfull.py16 def myfunc(api, i): function
32 api.run.run_once(myfunc, api, i)
/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/
Dsext128.ll37 %0 = call i32 @myfunc(float %a)
50 declare i32 @myfunc(float)
/external/clang/test/Rewriter/
Drewrite-block-literal.mm54 void myfunc(int (^block)(int)) {} function
61 myfunc(^(int abcd) {
/external/clang/test/Parser/
Dcxx-friend.cpp41 friend void myfunc();
/external/compiler-rt/test/tsan/
Dignore_lib4.cc27 extern "C" void myfunc() { in myfunc() function
/external/u-boot/doc/
DREADME.unaligned-memory-access.txt178 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/
Dlogging-cookbook.rst110 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/
Ddis.rst23 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)
Dre.rst662 ... 'def myfunc():')
/external/python/cpython3/Lib/unittest/test/testmock/
Dtesthelpers.py907 def myfunc(x, y): function
910 mock = create_autospec(myfunc)
914 self.assertEqual(inspect.getfullargspec(mock), inspect.getfullargspec(myfunc))
/external/curl/m4/
Dcurl-compilers.m41396 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/
Ddis.rst28 Example: Given the function :func:`myfunc`::
30 def myfunc(alist):
34 :func:`myfunc`::
36 >>> dis.dis(myfunc)
101 >>> bytecode = dis.Bytecode(myfunc)
Dre.rst856 ... 'def myfunc():')
/external/python/cpython3/Doc/howto/
Dlogging-cookbook.rst112 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/
Dval_decoration_test.cpp4571 OpName %myfunc "myfunc" in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_decoration_test.cpp4571 OpName %myfunc "myfunc" in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md847 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/
DC.stg2933 * void ANTLR3_CDECL myfunc( <scopeType(sname=scope.name)> ptr).