Searched
full:rpc (Results
551 -
575 of
906) sorted by null
<<21222324252627282930>>
/dalvik/vm/mterp/mips/ |
OP_SPUT_JUMBO.S | 49 FETCH_ADVANCE_INST(4) # advance rPC, load rINST
|
OP_SPUT_OBJECT.S | 43 FETCH_ADVANCE_INST(2) # advance rPC, load rINST
|
OP_SPUT_OBJECT_JUMBO.S | 45 FETCH_ADVANCE_INST(4) # advance rPC, load rINST
|
OP_SPUT_WIDE.S | 19 FETCH_ADVANCE_INST(2) # advance rPC, load rINST
|
OP_SPUT_WIDE_JUMBO.S | 21 FETCH_ADVANCE_INST(4) # advance rPC, load rINST
|
binflopWide.S | 40 FETCH_ADVANCE_INST(2) # advance rPC, load rINST
|
binflopWide2addr.S | 34 FETCH_ADVANCE_INST(1) # advance rPC, load rINST
|
binopWide.S | 30 FETCH_ADVANCE_INST(2) # advance rPC, load rINST
|
binopWide2addr.S | 26 FETCH_ADVANCE_INST(1) # advance rPC, load rINST
|
/dalvik/vm/mterp/x86/ |
OP_IGET.S | 15 movzwl 2(rPC),rIBASE # rIBASE<- 0000CCCC
|
OP_IPUT.S | 16 movzwl 2(rPC),rIBASE # rIBASE<- 0000CCCC
|
OP_IPUT_WIDE.S | 13 movzwl 2(rPC),rIBASE # rIBASE<- 0000CCCC
|
/external/chromium/chrome/common/extensions/docs/examples/howto/contentscript_xhr/ |
background.html | 45 // generalized into a more robust RPC system.
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
ServiceException.java | 34 * Thrown by blocking RPC methods when a failure occurs.
|
/external/protobuf/src/google/protobuf/ |
unittest_no_generic_services.proto | 53 rpc Foo(TestMessage) returns(TestMessage);
|
/hardware/ti/omap4xxx/domx/domx/omx_rpc/inc/ |
omx_rpc_internal.h | 36 * the OpenMAX1.1 DOMX Framework RPC. 82 /* *********************** OMX RPC DEFINES***********************************/ 158 /** RPC_OMX_CONTEXT : RPC context structure 171 * @ param pAppData : App data of RPC caller
|
/hardware/ti/omap4xxx/domx/domx/ |
omx_rpc.h | 36 * the OpenMAX1.1 DOMX Framework RPC. 88 /* RPC Specific Error - to depricate */ 112 * @brief RPC instance init is used to bring up a instance of a client - this should be ideally invokable from any core 118 * These values can be picked up from the RPC handle. But an unique identifier is required -Server
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
yp_prot.h | 2 * This file contains symbols and structures defining the rpc protocol 12 #include <rpc/rpc.h> 306 YPPUSH_RPC = -4, /* RPC failure talking to server */
|
nis.h | 2 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for 5 * may copy or modify Sun RPC without charge, but are not authorized 10 * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE 14 * Sun RPC is provided with no support and without any obligation on the 19 * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC 35 #include <rpc/rpc.h>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
yp_prot.h | 2 * This file contains symbols and structures defining the rpc protocol 12 #include <rpc/rpc.h> 306 YPPUSH_RPC = -4, /* RPC failure talking to server */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
yp_prot.h | 2 * This file contains symbols and structures defining the rpc protocol 12 #include <rpc/rpc.h> 306 YPPUSH_RPC = -4, /* RPC failure talking to server */
|
/external/kernel-headers/original/linux/sunrpc/ |
xdr.h | 39 * Features a header (for a linear buffer containing RPC headers 51 struct kvec head[1], /* RPC header + non-page data */ 128 * Adjust kvec to reflect end of xdr'ed data (RPC client XDR)
|
/external/llvm/test/MC/MBlaze/ |
mblaze_special.s | 12 mfs r0, rpc 27 mts rpc, r0 52 mfs r1, rpc
|
/dalvik/vm/compiler/codegen/x86/ |
Lower.cpp | 43 u2* rPC; //PC pointer to bytecode 264 rPC = rStart; 266 for(i = 0; i < 5; i++) *rPC++ = 0; 268 rPC = rStart; 275 lowerByteCode(method); //use inst, rPC, method, modify rPC 276 int size_in_u2 = rPC - rStart; 412 rPC = (u2*)codePtr; 476 int lowerByteCode(const Method* method) { //inputs: rPC & inst & stream & streamMethodStart 479 int offsetPC = rPC - (u2*)method->insns [all...] |
/hardware/ti/omap4xxx/domx/domx/omx_rpc/src/ |
omx_rpc.c | 36 * the OpenMAX1.1 DOMX Framework RPC Stub implementations. 95 * @brief RPC instance init is used for initialization. It is called once for 98 * @param phRPCCtx [OUT] : RPC Context structure - to be filled in and returned 193 * @brief RPC instance deinit is used for tear down. It is called once when an 195 * @param phRPCCtx [IN] : RPC Context structure. 209 "NULL context handle supplied to RPC Deinit"); 279 * @param data [IN] : The RPC Context structure is passed here.
|
Completed in 446 milliseconds
<<21222324252627282930>>