Home
last modified time | relevance | path

Searched defs:fun (Results 1 – 25 of 137) sorted by relevance

123456

/external/python/cpython3/Lib/test/
Dtest_sched.py44 fun = lambda x: l.append(x) function
53 fun = lambda x: l.append(x) function
91 fun = lambda x: l.append(x) function
100 fun = lambda x: l.append(x) function
146 fun = lambda x: l.append(x) function
157 fun = lambda x: l.append(x) function
171 def fun(*a, **b): function
190 fun = lambda x: l.append(x) function
/external/arm-optimized-routines/string/test/
Dstrlen.c15 static const struct fun struct
18 size_t (*fun)(const char *s); argument
49 static void test(const struct fun *fun, int align, int len) in test()
Dstrrchr.c15 static const struct fun struct
18 char *(*fun)(const char *s, int c); argument
45 static void test(const struct fun *fun, int align, int seekpos, int len) in test()
Dstrchr.c15 static const struct fun struct
18 char *(*fun)(const char *s, int c); argument
45 static void test(const struct fun *fun, int align, int seekpos, int len) in test()
Dstrnlen.c17 static const struct fun struct
20 size_t (*fun)(const char *s, size_t m); argument
47 static void test(const struct fun *fun, int align, int maxlen, int len) in test()
Dmemchr.c15 static const struct fun struct
18 void *(*fun)(const void *, int c, size_t n); argument
47 static void test(const struct fun *fun, int align, int seekpos, int len) in test()
Dstrcmp.c14 static const struct fun struct
17 int (*fun)(const char *s1, const char *s2); argument
50 static void test(const struct fun *fun, int s1align, int s2align, int len, int diffpos) in test()
Dstrchrnul.c17 static const struct fun struct
20 char *(*fun)(const char *s, int c); argument
47 static void test(const struct fun *fun, int align, int seekpos, int len) in test()
Dmemcmp.c14 static const struct fun struct
17 int (*fun)(const void *s1, const void *s2, size_t n); member
44 static void test(const struct fun *fun, int s1align, int s2align, int len, int diffpos) in test()
Dmemset.c14 static const struct fun struct
17 void *(*fun)(void *s, int c, size_t n); member
48 static void test(const struct fun *fun, int salign, int c, int len) in test()
Dstrcpy.c14 static const struct fun struct
17 char *(*fun)(char *dest, const char *src); argument
47 static void test(const struct fun *fun, int dalign, int salign, int len) in test()
Dmemcpy.c14 static const struct fun struct
17 void *(*fun)(void *, const void *, size_t); argument
47 static void test(const struct fun *fun, int dalign, int salign, int len) in test()
Dstrncmp.c14 static const struct fun struct
17 int (*fun)(const char *, const char *, size_t); argument
44 static void test(const struct fun *fun, int s1align, int s2align, int maxlen, int diffpos, int len) in test()
Dmemmove.c14 static const struct fun struct
17 void *(*fun)(void *, const void *, size_t); argument
45 static void test(const struct fun *fun, int dalign, int salign, int len) in test()
78 static void test_overlap(const struct fun *fun, int dalign, int salign, int len) in test_overlap()
/external/u-boot/drivers/mtd/nand/raw/
Dfsl_upm.c49 static void fun_wait(struct fsl_upm_nand *fun) in fun_wait()
67 struct fsl_upm_nand *fun = nand_get_controller_data(chip); in fun_select_chip() local
82 struct fsl_upm_nand *fun = nand_get_controller_data(chip); in fun_cmd_ctrl() local
134 struct fsl_upm_nand *fun = nand_get_controller_data(chip); in upm_nand_write_buf() local
158 struct fsl_upm_nand *fun = nand_get_controller_data(chip); in nand_dev_ready() local
163 int fsl_upm_nand_init(struct nand_chip *chip, struct fsl_upm_nand *fun) in fsl_upm_nand_init()
/external/google-fruit/include/fruit/impl/component_storage/
Dcomponent_storage_entry.defn.h79 inline ComponentInterfaceImpl(fun_t fun, std::tuple<Args...> args_tuple) in ComponentInterfaceImpl()
176 … ComponentStorageEntry ComponentStorageEntry::LazyComponentWithNoArgs::create(Component (*fun)()) { in create()
194 ComponentStorageEntry::LazyComponentWithNoArgs::createReplacedComponentEntry(Component (*fun)()) { in createReplacedComponentEntry()
206 ComponentStorageEntry::LazyComponentWithNoArgs::createReplacementComponentEntry(Component (*fun)())… in createReplacementComponentEntry()
/external/apache-commons-bcel/src/examples/Mini/
DASTProgram.java62 Function fun = new Function(ident, args, true); in ASTProgram() local
115 EnvEntry fun; in traverse() local
128 "Redeclaration of " + fun + "."); in traverse() local
/external/libaom/libaom/av1/common/
Dobmc.h22 overlappable_nb_visitor_t fun, in foreach_overlappable_nb_above()
59 overlappable_nb_visitor_t fun, in foreach_overlappable_nb_left()
/external/clang/test/OpenMP/
Ddeclare_reduction_messages.c42 int fun(int arg) { in fun() function
/external/clang/test/CodeGenCXX/
D2003-12-08-ArrayOfPtrToMemberFunc.cpp10 void Evil::fun() { in fun() function in Evil
/external/clang/test/SemaCXX/
Dwritable-strings-deprecated.cpp14 char *fun(void) in fun() function
/external/python/cpython2/Demo/turtle/
Dtdemo_penrose.py135 def test(l=200, n=4, fun=sun, startpos=(0,0), th=2): argument
154 def demo(fun=sun): argument
/external/python/cpython3/Lib/turtledemo/
Dpenrose.py135 def test(l=200, n=4, fun=sun, startpos=(0,0), th=2): argument
148 def demo(fun=sun): argument
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/
Dcfi.s3 fun: label
/external/arm-optimized-routines/math/test/
Dmathbench.c215 static const struct fun struct
232 } fun; argument

123456