HomeSort by relevance Sort by last modified time
    Searched refs:routine (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebKitPluginAgent.defs 33 routine CheckInApplication(serverPort :mach_port_t;
38 routine SpawnPluginHost(pluginVendorPort :mach_port_t;
43 routine CheckInPluginHost(serverPort :mach_port_t;
WebKitPluginClient.defs 38 routine PCLoadURL(clientPort :mach_port_t;
59 routine PCGetCookies(clientPort :mach_port_t;
65 routine PCSetCookies(clientPort :mach_port_t;
71 routine PCGetProxy(clientPort :mach_port_t;
77 routine PCGetAuthenticationInfo(clientPort :mach_port_t;
88 routine PCConvertPoint(clientPort :mach_port_t;
100 routine PCGetStringIdentifier(clientPort :mach_port_t;
104 routine PCGetIntIdentifier(clientPort :mach_port_t;
108 routine PCGetWindowNPObject(clientPort :mach_port_t;
111 routine PCGetPluginElementNPObject(clientPort :mach_port_t
    [all...]
  /dalvik/vm/compiler/template/armv5te-vfp/
TEMPLATE_SQRT_DOUBLE_VFP.S 20 bx r2 @ tail call to sqrt library routine
  /dalvik/vm/mterp/armv5te/
OP_INVOKE_STATIC.S 1 %default { "routine":"NoRange" }
21 bne common_invokeMethod${routine} @ yes, continue on
41 beq common_invokeMethod${routine} @ no (r0=method, r9="this")
44 bne common_invokeMethod${routine} @ yes (r0=method, r9="this")
50 b common_invokeMethod${routine} @ whew, finally!
52 bne common_invokeMethod${routine} @ (r0=method, r9="this")
OP_INVOKE_INTERFACE.S 1 %default { "isrange":"0", "routine":"NoRange" }
27 b common_invokeMethod${routine} @ (r0=method, r9="this")
OP_INVOKE_VIRTUAL_QUICK.S 1 %default { "isrange":"0", "routine":"NoRange" }
23 bl common_invokeMethod${routine} @ (r0=method, r9="this")
OP_INVOKE_SUPER_QUICK.S 1 %default { "isrange":"0", "routine":"NoRange" }
25 bl common_invokeMethod${routine} @ (r0=method, r9="this")
OP_INVOKE_DIRECT.S 1 %default { "isrange":"0", "routine":"NoRange" }
30 bne common_invokeMethod${routine} @ r0=method, r9="this"
OP_INVOKE_VIRTUAL.S 1 %default { "isrange":"0", "routine":"NoRange" }
45 bl common_invokeMethod${routine} @ (r0=method, r9="this")
  /dalvik/vm/mterp/x86/
OP_INVOKE_STATIC.S 1 %default { "routine":"NoRange","isrange":"0" }
18 jne common_invokeMethod${routine}
29 jne common_invokeMethod${routine}
OP_INVOKE_SUPER_QUICK.S 1 %default { "isrange":"0", "routine":"NoRange" }
26 jmp common_invokeMethod${routine}
OP_INVOKE_VIRTUAL_QUICK.S 1 %default { "isrange":"0", "routine":"NoRange" }
23 jmp common_invokeMethod${routine}
OP_INVOKE_INTERFACE.S 1 %default { "isrange":"0", "routine":"NoRange" }
32 jmp common_invokeMethod${routine}
OP_DIV_LONG.S 2 %default {"routine":"__divdi3","special":"$0x80000000"}
21 call $routine
OP_DIV_LONG_2ADDR.S 2 %default {"routine":"__divdi3","special":"$0x80000000"}
22 call $routine
  /dalvik/vm/mterp/x86-atom/
OP_INVOKE_VIRTUAL_QUICK.S 24 %default { "isrange":"0", "routine":"NoRange" }
38 jmp common_invokeMethod${routine} # invoke method common code
OP_INVOKE_STATIC.S 20 * a "routine" variable to specify this is the "range" version of
43 %default { "routine":"NoRange" }
52 jne common_invokeMethod${routine} # invoke method common code
70 jmp common_invokeMethod${routine} # invoke method common code
OP_INVOKE_SUPER_QUICK.S 24 %default { "isrange":"0", "routine":"NoRange" }
40 jmp common_invokeMethod${routine} # invoke method common code
OP_INVOKE_DIRECT.S 20 * a "routine" variable to specify this is the "range" version of
45 %default { "isrange":"0", "routine":"NoRange" }
64 jne common_invokeMethod${routine} # invoke method common code
91 jne common_invokeMethod${routine} # invoke method common code
  /external/linux-tools-perf/util/
usage.c 44 void set_die_routine(void (*routine)(const char *err, va_list params) NORETURN)
46 die_routine = routine;
  /external/linux-tools-perf/bench/
mem-memcpy.c 26 static const char *routine = "default"; variable
36 OPT_STRING('r', "routine", &routine, "default",
37 "Specify routine to copy"),
49 struct routine { struct
55 struct routine routines[] = {
202 if (!strcmp(routines[i].name, routine))
206 printf("Unknown routine:%s\n", routine);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
pthread.h 222 /* Create a new thread, starting with execution of START-ROUTINE
540 /* Install a cleanup handler: ROUTINE will be called with arguments ARG
541 when the thread is canceled or calls pthread_exit. ROUTINE will also
547 # define pthread_cleanup_push(routine, arg) \
549 __pthread_cleanup_class __clframe (routine, arg)
561 # define pthread_cleanup_push_defer_np(routine, arg) \
563 __pthread_cleanup_class __clframe (routine, arg); \
586 /* Install a cleanup handler: ROUTINE will be called with arguments ARG
587 when the thread is canceled or calls pthread_exit. ROUTINE will also
593 # define pthread_cleanup_push(routine, arg)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
pthread.h 222 /* Create a new thread, starting with execution of START-ROUTINE
540 /* Install a cleanup handler: ROUTINE will be called with arguments ARG
541 when the thread is canceled or calls pthread_exit. ROUTINE will also
547 # define pthread_cleanup_push(routine, arg) \
549 __pthread_cleanup_class __clframe (routine, arg)
561 # define pthread_cleanup_push_defer_np(routine, arg) \
563 __pthread_cleanup_class __clframe (routine, arg); \
586 /* Install a cleanup handler: ROUTINE will be called with arguments ARG
587 when the thread is canceled or calls pthread_exit. ROUTINE will also
593 # define pthread_cleanup_push(routine, arg)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
pthread.h 222 /* Create a new thread, starting with execution of START-ROUTINE
540 /* Install a cleanup handler: ROUTINE will be called with arguments ARG
541 when the thread is canceled or calls pthread_exit. ROUTINE will also
547 # define pthread_cleanup_push(routine, arg) \
549 __pthread_cleanup_class __clframe (routine, arg)
561 # define pthread_cleanup_push_defer_np(routine, arg) \
563 __pthread_cleanup_class __clframe (routine, arg); \
586 /* Install a cleanup handler: ROUTINE will be called with arguments ARG
587 when the thread is canceled or calls pthread_exit. ROUTINE will also
593 # define pthread_cleanup_push(routine, arg)
    [all...]
  /external/qemu/memcheck/
memcheck.c 59 * routine - If 1, access violation has occurred in 'free' routine.
60 * If 2, access violation has occurred in 'realloc' routine.
63 av_invalid_pointer(ProcDesc* proc, target_ulong ptr, int routine)
71 proc->image_path, proc->pid, ptr, routine == 1 ? "free" : "realloc",
72 routine == 1 ? "free" : "reallocate");
113 /* Obtain routine, filename / line info for the address. */
121 printf(" In routine %s in %s/%s:%u\n",
151 printf(" Unable to obtain routine information. Symbols file is not found.\n");
153 printf(" Unable to obtain routine information.\n
    [all...]

Completed in 2295 milliseconds

1 2 3 4 5