/external/dbus/test/ |
decode-gcov.c | 358 die ("no count of blocks in func found\n"); 725 function_reverse_succ_arcs (Function *func) 732 for (i = 0; i < func->n_blocks; i++) 733 if (func->block_graph[i].succ) 734 func->block_graph[i].succ = reverse_arcs (func->block_graph[i].succ); 759 Function *func; local 797 func = dbus_new0 (Function, 1); 798 if (func == NULL) 802 func->name = _dbus_strdup (_dbus_string_get_const_data (&funcname)) 1264 Function *func = link->data; local 1384 Function *func; local 1726 Function *func = link->data; local 1820 Function *func = link->data; local 2006 Function *func = link->data; local 2111 Function *func = link->data; local 2241 Function *func = link->data; local 2259 Function *func = link->data; local 2290 Function *func = link->data; local 2307 Function *func = link->data; local 2345 Function *func = link->data; local 2367 Function *func = link->data; local 2390 Function *func = funcs[i]; local [all...] |
/external/v8/test/mjsunit/ |
string-replace.js | 125 assertEquals(3, arguments.length, "replace('x',func) func-args"); 126 assertEquals("x", m, "replace('x',func(m,..))"); 127 assertEquals(0, i, "replace('x',func(..,i,..))"); 128 assertEquals(short, s, "replace('x',func(..,s))"); 131 assertEquals(1, ctr, "replace('x',func) num-match"); 135 assertEquals(3, arguments.length, "replace(/x/,func) func-args"); 136 assertEquals("x", m, "replace(/x/,func(m,..))"); 137 assertEquals(0, i, "replace(/x/,func(..,i,..))") [all...] |
/external/bluetooth/glib/glib/ |
gcache.h | 59 GHFunc func, 63 GHFunc func,
|
gcompletion.h | 52 GCompletionFunc func; member in struct:_GCompletion 59 GCompletion* g_completion_new (GCompletionFunc func);
|
/external/clang/test/Sema/ |
function.c | 9 void func(const char*); // expected-note {{previous declaration is here}} 10 void func(char*); // expected-error{{conflicting types for 'func'}}
|
/external/clang/test/SemaCXX/ |
linkage-spec.cpp | 39 extern "C" void func(void); 42 extern "C" void pr5430::func(void) { } function in class:pr5430
|
class.cpp | 29 typedef int func(); typedef in class:C 30 func tm; 31 func *ptm; 32 func btm : 1; // expected-error {{bit-field 'btm' has non-integral type}}
|
/external/e2fsprogs/lib/e2p/ |
iod.c | 25 int (*func) (const char *, struct dirent *, void *), 67 if ((*func)(dir_name, de, private))
|
/external/libvpx/vpx_ports/ |
x86.h | 39 #define cpuid(func,ax,bx,cx,dx)\ 43 : "a" (func)); 45 #define cpuid(func,ax,bx,cx,dx)\ 51 : "a" (func)); 57 #define cpuid(func,a,b,c,d) do{\ 59 __cpuid(regs,func); a=regs[0]; b=regs[1]; c=regs[2]; d=regs[3];\ 62 #define cpuid(func,a,b,c,d)\ 63 __asm mov eax, func\
|
/external/openssl/crypto/ecdsa/ |
ecs_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_ECDSA,func,0)
|
/external/openssl/crypto/jpake/ |
jpake_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_JPAKE,func,0)
|
/external/openssl/crypto/ui/ |
ui_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_UI,func,0)
|
/external/qemu/ |
ioport.h | 40 IOPortReadFunc *func, void *opaque); 42 IOPortWriteFunc *func, void *opaque);
|
json-streamer.h | 30 void (*func)(JSONMessageParser *, QList *));
|
/external/webkit/Source/WebKit/android/wds/ |
Command.h | 70 Command(const char* name, const char* desc, const DispatchFunction func, 74 , m_dispatch(func)
|
/frameworks/base/include/utils/ |
Debug.h | 56 debugPrintFunc func = 0, void* cookie = 0); 61 debugPrintFunc func = 0, void* cookie = 0);
|
/system/core/toolbox/ |
toolbox.c | 25 int (*func)(int, char**); member in struct:__anon25861 51 return tools[i].func(argc, argv);
|
/bootable/bootloader/legacy/libboot/ |
tags_cmdline.c | 44 h.func = tag_cmdline;
|
tags_partition.c | 48 .func = ptn_importer,
|
tags_revision.c | 46 h.func = tag_revision;
|
tags_serialno.c | 45 h.func = tag_serialno;
|
/external/icu4c/common/ |
ucln_cmn.h | 59 cleanupFunc *func);
|
/external/icu4c/i18n/ |
ucln_in.h | 55 cleanupFunc *func);
|
/external/kernel-headers/original/linux/ |
workqueue.h | 17 void (*func)(void *); member in struct:work_struct 29 .func = (f), \ 38 * initialize a work-struct's func and data pointers: 42 (_work)->func = _func; \ 74 extern int schedule_on_each_cpu(void (*func)(void *info), void *info);
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
bitops-3bit-bits-in-byte.js | 26 function TimeFunc(func) { 29 for(var y=0; y<256; y++) func(y);
|