HomeSort by relevance Sort by last modified time
    Searched refs:myfunc (Results 1 - 10 of 10) sorted by null

  /external/clang/test/Sema/
block-literal.c 58 void myfunc(int (^block)(int)) {}
65 myfunc(^(int abcd) {
  /external/ltp/testcases/kernel/fs/fs_bind/bin/
nsclone.c 32 int myfunc(void *arg) function
57 ret = ltp_clone_quick(CLONE_NEWNS | SIGCHLD, myfunc, (void *)child_cmd);
  /external/clang/test/Parser/
cxx-friend.cpp 41 friend void myfunc();
  /external/compiler-rt/test/tsan/
ignore_lib4.cc 27 extern "C" void myfunc() { function
40 void (*func)() = (void(*)())dlsym(h, "myfunc");
  /external/skia/infra/bots/recipe_modules/run/examples/
full.py 16 def myfunc(api, i): function
32 api.run.run_once(myfunc, api, i)
  /external/skqp/infra/bots/recipe_modules/run/examples/
full.py 16 def myfunc(api, i): function
32 api.run.run_once(myfunc, api, i)
  /external/syzkaller/vendor/github.com/google/go-cmp/cmp/
options.go 428 name := fnc.Name() // E.g., "long/path/name/mypkg.(mytype).(long/path/name/mypkg.myfunc)-fm"
434 methodName := name[i+1:] // E.g., "long/path/name/mypkg.myfunc"
436 methodName = methodName[j+1:] // E.g., "myfunc"
438 name = name[:i] + methodName // E.g., "long/path/name/mypkg.(mytype)." + "myfunc"
443 name = name[i+1:] // E.g., "mypkg.(mytype).myfunc"
  /external/python/cpython3/Lib/unittest/test/testmock/
testhelpers.py 907 def myfunc(x, y): function in function:SpecSignatureTest.test_spec_inspect_signature
910 mock = create_autospec(myfunc)
914 self.assertEqual(inspect.getfullargspec(mock), inspect.getfullargspec(myfunc))
  /external/deqp-deps/SPIRV-Tools/test/val/
val_decoration_test.cpp     [all...]
  /external/swiftshader/third_party/SPIRV-Tools/test/val/
val_decoration_test.cpp     [all...]

Completed in 670 milliseconds