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

1 2 3

  /external/webkit/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" }
17 bne common_invokeMethod${routine} @ yes, continue on
23 bne common_invokeMethod${routine} @ no, continue
OP_INVOKE_INTERFACE.S 1 %default { "isrange":"0", "routine":"NoRange" }
27 b common_invokeMethod${routine} @ jump to common handler
OP_INVOKE_SUPER_QUICK.S 1 %default { "isrange":"0", "routine":"NoRange" }
25 bl common_invokeMethod${routine} @ continue on
OP_INVOKE_VIRTUAL_QUICK.S 1 %default { "isrange":"0", "routine":"NoRange" }
23 bl common_invokeMethod${routine} @ continue on
OP_INVOKE_DIRECT.S 1 %default { "isrange":"0", "routine":"NoRange" }
30 bne common_invokeMethod${routine} @ no, continue on
OP_INVOKE_VIRTUAL.S 1 %default { "isrange":"0", "routine":"NoRange" }
45 bl common_invokeMethod${routine} @ continue on
  /dalvik/vm/mterp/x86/
OP_INVOKE_STATIC.S 1 %default { "routine":"NoRange","isrange":"0" }
18 jne common_invokeMethod${routine}
35 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" }
38 jmp common_invokeMethod${routine}
OP_DIV_LONG.S 2 %default {"routine":"__divdi3","special":"$0x80000000"}
25 call $routine
OP_DIV_LONG_2ADDR.S 2 %default {"routine":"__divdi3","special":"$0x80000000"}
27 call $routine
OP_INVOKE_DIRECT.S 1 %default { "isrange":"0", "routine":"NoRange" }
33 jne common_invokeMethod${routine} # no, continue on
  /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
OP_INVOKE_INTERFACE.S 20 * a "routine" variable to specify this is the "range" version of
45 %default { "isrange":"0", "routine":"NoRange" }
76 jmp common_invokeMethod${routine} # invoke method common code
  /external/qemu/memcheck/
memcheck.c 65 * routine - If 1, access violation has occurred in 'free' routine.
66 * If 2, access violation has occurred in 'realloc' routine.
69 av_invalid_pointer(ProcDesc* proc, target_ulong ptr, int routine)
77 proc->image_path, proc->pid, ptr, routine == 1 ? "free" : "realloc",
78 routine == 1 ? "free" : "reallocate");
119 /* Obtain routine, filename / line info for the address. */
127 printf(" In routine %s in %s/%s:%u\n",
157 printf(" Unable to obtain routine information. Symbols file is not found.\n");
159 printf(" Unable to obtain routine information.\n
    [all...]
  /bionic/libc/include/
pthread.h 280 __pthread_cleanup_func_t routine,
294 #define pthread_cleanup_push(routine, arg) \
297 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \
  /development/ndk/platforms/android-3/include/
pthread.h 211 __pthread_cleanup_func_t routine,
225 #define pthread_cleanup_push(routine, arg) \
228 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \
  /development/ndk/platforms/android-5/include/
pthread.h 238 __pthread_cleanup_func_t routine,
252 #define pthread_cleanup_push(routine, arg) \
255 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \

Completed in 167 milliseconds

1 2 3