/external/clang/test/Sema/ |
incomplete-decl.c | 18 void func() { function
|
tentative-decls.c | 49 void func() { function
|
/external/ipsec-tools/src/racoon/ |
misc.c | 118 debug_location(file, line, func) 121 const char *func; 133 if (func) 134 snprintf(buf, sizeof(buf), "%s:%d:%s()", p, line, func);
|
schedule.h | 71 void (*func) __P((struct sched *)); /* callback on timeout */ member in struct:sched 93 void (*func) __P((struct sched *))));
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
ast.ml | 24 (* func - This type represents a function definition itself. *) 25 type func = Function of proto * expr type
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
ast.ml | 24 (* func - This type represents a function definition itself. *) 25 type func = Function of proto * expr type
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
ast.ml | 24 (* func - This type represents a function definition itself. *) 25 type func = Function of proto * expr type
|
/external/qemu/ |
json-lexer.h | 42 void json_lexer_init(JSONLexer *lexer, JSONLexerEmitter func);
|
json-streamer.c | 63 void (*func)(JSONMessageParser *, QList *)) 65 parser->emit = func;
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/ |
SecretKeyFactoryThread.java | 16 package org.apache.harmony.crypto.tests.javax.crypto.func;
|
/system/core/sh/ |
exec.h | 50 union node *func; member in union:cmdentry::param
|
/external/e2fsprogs/lib/ext2fs/ |
dir_iterate.c | 93 int (*func)(ext2_ino_t dir, 120 ctx.func = func; 133 int (*func)(struct ext2_dir_entry *dirent, member in struct:xlate 148 return (*xl->func)(dirent, offset, blocksize, buf, xl->real_private); 155 int (*func)(struct ext2_dir_entry *dirent, 165 xl.func = func; 217 ret = (ctx->func)(ctx->dir,
|
block.c | 23 int (*func)(ext2_filsys fs, member in struct:block_context 69 ret = (*ctx->func)(ctx->fs, ind_block, 94 flags = (*ctx->func)(ctx->fs, block_nr, ctx->bcount, 108 flags = (*ctx->func)(ctx->fs, block_nr, ctx->bcount, 129 ret |= (*ctx->func)(ctx->fs, ind_block, 146 ret = (*ctx->func)(ctx->fs, dind_block, 208 ret |= (*ctx->func)(ctx->fs, dind_block, 225 ret = (*ctx->func)(ctx->fs, tind_block, 287 ret |= (*ctx->func)(ctx->fs, tind_block, 298 int (*func)(ext2_filsys fs 510 int (*func)(ext2_filsys fs, member in struct:xlate [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
readstabs.c | 115 } func = { 0, 0, -1 }; local 272 Addr addr = func.start + st->n_value; 297 Addr addr = func.start + st->n_value; 324 if (func.start != 0) { 325 func.line = line.no; 337 if (*string == '\0' || func.start != 0) { 343 addr = func.start + st->n_value; 346 func.start = 0; 359 func.start = addr;
|
/external/icu4c/test/intltest/ |
testidna.cpp | 452 UBool doCompare, UBool testUnassigned, TestFunc func, UBool testSTD3ASCIIRules){ 471 destLen = func(src,-1,NULL,0,options, &parseError , &status); 476 destLen = func(src,-1,dest,destLen+1,options, &parseError, &status); 501 destLen = func(src,-1,NULL,0,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status); 506 destLen = func(src,-1,dest,destLen+1,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status); 536 destLen = func(tSrc, tSrcLen, NULL,0,options, &parseError, &status); 541 destLen = func(src,u_strlen(src),dest,destLen+1,options, &parseError, &status); 562 destLen = func(tSrc,tSrcLen,NULL,0,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status); 568 destLen = func(src,u_strlen(src),dest,destLen+1,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status); 590 destLen = func(src,-1,NULL,0,options | UIDNA_USE_STD3_RULES, &parseError, &status) [all...] |
/bootable/bootloader/legacy/arch_msm7k/ |
vic.c | 95 void irq_install(unsigned n, irq_handler func, int edge) 109 irq_vector_table[n] = func;
|
/build/tools/droiddoc/test/stubs/ |
run.sh | 21 . $TOP/$DIR/func.sh
|
/dalvik/vm/arch/generic/ |
Call.cpp | 51 * Call "func" with the specified arguments. 68 const u4* argv, const char* shorty, void* func, JValue* pReturn) 111 ffi_call(&cif, FFI_FN(func), pReturn, values);
|
/dalvik/vm/mterp/x86/ |
OP_PACKED_SWITCH.S | 1 %default { "func":"dvmInterpHandlePackedSwitch" } 18 call $func
|
/external/clang/test/CodeGenCXX/ |
derived-to-base-conv.cpp | 43 void func(X x) function 51 func(x);
|
/external/dhcpcd/ |
signals.c | 98 signal_handle(void (*func)(int)) 104 sa.sa_handler = func;
|
/external/openssl/crypto/conf/ |
conf_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_CONF,func,0)
|
/external/openssl/crypto/dh/ |
dh_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_DH,func,0)
|
/external/openssl/crypto/dsa/ |
dsa_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_DSA,func,0)
|
/external/v8/test/mjsunit/ |
array-slice.js | 224 function func(expected, a0, a1, a2) { 228 func([]); 229 func(['a'], 'a'); 230 func(['a', 1], 'a', 1); 231 func(['a', 1, undefined], 'a', 1, undefined); 232 func(['a', 1, undefined, void(0)], 'a', 1, undefined, void(0)); 237 function func(x, y) { 245 func('a'); 250 function func(x, y) { 256 func('a') [all...] |