/hardware/qcom/gps/loc_api/ |
Android.mk | 5 # add RPC dirs if RPC is available 8 GPS_DIR_LIST += $(LOCAL_PATH)/libloc_api-rpc-50001/
|
/hardware/qcom/gps/msm8084/loc_api/ |
Android.mk | 5 # add RPC dirs if RPC is available 8 GPS_DIR_LIST += $(LOCAL_PATH)/libloc_api-rpc-50001/
|
/hardware/qcom/gps/msm8909/loc_api/ |
Android.mk | 5 # add RPC dirs if RPC is available 8 GPS_DIR_LIST += $(LOCAL_PATH)/libloc_api-rpc-50001/
|
/hardware/qcom/gps/msm8994/loc_api/ |
Android.mk | 5 # add RPC dirs if RPC is available 8 GPS_DIR_LIST += $(LOCAL_PATH)/libloc_api-rpc-50001/
|
/hardware/qcom/gps/msm8996/loc_api/ |
Android.mk | 5 # add RPC dirs if RPC is available 8 GPS_DIR_LIST += $(LOCAL_PATH)/libloc_api-rpc-50001/
|
/prebuilts/go/darwin-x86/src/net/rpc/jsonrpc/ |
server.go | 11 "net/rpc" 25 // JSON-RPC clients can use arbitrary json values as request IDs. 26 // Package rpc expects uint64 request IDs. 29 // When rpc responds, we use the sequence number in 36 // NewServerCodec returns a new rpc.ServerCodec using JSON-RPC on conn. 37 func NewServerCodec(conn io.ReadWriteCloser) rpc.ServerCodec { 64 func (c *serverCodec) ReadRequestHeader(r *rpc.Request) error { 72 // RPC package expects uint64. Translate to 92 // RPC params is struct [all...] |
client.go | 5 // Package jsonrpc implements a JSON-RPC ClientCodec and ServerCodec 6 // for the rpc package. 14 "net/rpc" 27 // JSON-RPC responses include the request id but not the request method. 28 // Package rpc expects both. 30 // and then look it up by request ID when filling out the rpc Response. 35 // NewClientCodec returns a new rpc.ClientCodec using JSON-RPC on conn. 36 func NewClientCodec(conn io.ReadWriteCloser) rpc.ClientCodec { 51 func (c *clientCodec) WriteRequest(r *rpc.Request, param interface{}) error [all...] |
/prebuilts/go/linux-x86/src/net/rpc/jsonrpc/ |
server.go | 11 "net/rpc" 25 // JSON-RPC clients can use arbitrary json values as request IDs. 26 // Package rpc expects uint64 request IDs. 29 // When rpc responds, we use the sequence number in 36 // NewServerCodec returns a new rpc.ServerCodec using JSON-RPC on conn. 37 func NewServerCodec(conn io.ReadWriteCloser) rpc.ServerCodec { 64 func (c *serverCodec) ReadRequestHeader(r *rpc.Request) error { 72 // RPC package expects uint64. Translate to 92 // RPC params is struct [all...] |
client.go | 5 // Package jsonrpc implements a JSON-RPC ClientCodec and ServerCodec 6 // for the rpc package. 14 "net/rpc" 27 // JSON-RPC responses include the request id but not the request method. 28 // Package rpc expects both. 30 // and then look it up by request ID when filling out the rpc Response. 35 // NewClientCodec returns a new rpc.ClientCodec using JSON-RPC on conn. 36 func NewClientCodec(conn io.ReadWriteCloser) rpc.ClientCodec { 51 func (c *clientCodec) WriteRequest(r *rpc.Request, param interface{}) error [all...] |
/prebuilts/go/darwin-x86/src/net/rpc/ |
client.go | 5 package rpc package 19 // the remote side of the RPC connection. 28 // Call represents an active RPC. 37 // Client represents an RPC Client. 54 // A ClientCodec implements writing of RPC requests and 55 // reading of RPC responses for the client side of an RPC session. 167 log.Println("rpc: client protocol error:", err) 179 log.Println("rpc: discarding Call reply due to insufficient Done chan capacity") 234 // DialHTTP connects to an HTTP RPC server at the specified network addres [all...] |
debug.go | 5 package rpc package 8 Some HTML presented at http://machine:port/debug/rpc 39 var debug = template.Must(template.New("RPC debug").Parse(debugText)) 71 // Runs at /debug/rpc 91 fmt.Fprintln(w, "rpc: error executing template:", err.Error())
|
server.go | 6 Package rpc provides access to the exported methods of an object across a 87 rpc.Register(arith) 88 rpc.HandleHTTP() 98 client, err := rpc.DialHTTP("tcp", serverAddress + ":1234") 125 The net/rpc package is frozen and is not accepting new features. 127 package rpc package 147 DefaultDebugPath = "/debug/rpc" 169 // Request is a header written before every RPC call. It is used internally 178 // Response is a header written before every RPC return. It is used internally 188 // Server represents an RPC Server [all...] |
/prebuilts/go/linux-x86/src/net/rpc/ |
client.go | 5 package rpc package 19 // the remote side of the RPC connection. 28 // Call represents an active RPC. 37 // Client represents an RPC Client. 54 // A ClientCodec implements writing of RPC requests and 55 // reading of RPC responses for the client side of an RPC session. 167 log.Println("rpc: client protocol error:", err) 179 log.Println("rpc: discarding Call reply due to insufficient Done chan capacity") 234 // DialHTTP connects to an HTTP RPC server at the specified network addres [all...] |
debug.go | 5 package rpc package 8 Some HTML presented at http://machine:port/debug/rpc 39 var debug = template.Must(template.New("RPC debug").Parse(debugText)) 71 // Runs at /debug/rpc 91 fmt.Fprintln(w, "rpc: error executing template:", err.Error())
|
server.go | 6 Package rpc provides access to the exported methods of an object across a 87 rpc.Register(arith) 88 rpc.HandleHTTP() 98 client, err := rpc.DialHTTP("tcp", serverAddress + ":1234") 125 The net/rpc package is frozen and is not accepting new features. 127 package rpc package 147 DefaultDebugPath = "/debug/rpc" 169 // Request is a header written before every RPC call. It is used internally 178 // Response is a header written before every RPC return. It is used internally 188 // Server represents an RPC Server [all...] |
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
RPCUtils.h | 1 //===----- RPCUTils.h - Basic tilities for building RPC APIs ----*- C++ -*-===// 10 // Basic utilities for building RPC APIs. 45 /// Describes reserved RPC Function Ids. 60 // These cannot be included in RPC, as template class members cannot be 64 // RPC Function description type. 67 // RPC primitive operations (call, expect, etc) for a given function. It 82 // RPC Function description specialization for non-void functions. 140 // RPC Function description specialization for void functions. 236 // before we call the handler. This allows recursive RPC calls. 290 /// These utilities support the construction of very primitive RPC utilities [all...] |
OrcRemoteTargetRPCAPI.h | 1 //===--- OrcRemoteTargetRPCAPI.h - Orc Remote-target RPC API ----*- C++ -*-===// 10 // This file defines the Orc remote-target RPC API. It should not be used 65 class OrcRemoteTargetRPCAPI : public RPC<RPCChannel> {
|
/prebuilts/go/darwin-x86/src/cmd/asm/internal/arch/ |
arch.go | 24 RPC 107 register["PC"] = RPC 201 register["PC"] = RPC 285 register["PC"] = RPC 351 register["PC"] = RPC 407 register["PC"] = RPC 462 register["PC"] = RPC 518 register["PC"] = RPC
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/arch/ |
arch.go | 24 RPC 107 register["PC"] = RPC 201 register["PC"] = RPC 285 register["PC"] = RPC 351 register["PC"] = RPC 407 register["PC"] = RPC 462 register["PC"] = RPC 518 register["PC"] = RPC
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/ |
MBlazeBaseInfo.h | 137 case MBlaze::RPC : return 0x0000; 209 case 0x0000 : return MBlaze::RPC;
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
RPCUtilsTest.cpp | 1 //===----------- RPCUtilsTest.cpp - Unit tests the Orc RPC utils ----------===// 64 class DummyRPC : public testing::Test, public RPC<QueueChannel> {
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/ |
__init__.py | 272 can be used to implement custom decoders (e.g. JSON-RPC class hinting).
306 can be used to implement custom decoders (e.g. JSON-RPC class hinting).
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/ |
__init__.py | 260 can be used to implement custom decoders (e.g. JSON-RPC class hinting).
294 can be used to implement custom decoders (e.g. JSON-RPC class hinting).
|
/prebuilts/gdb/darwin-x86/lib/python2.7/json/ |
__init__.py | 272 can be used to implement custom decoders (e.g. JSON-RPC class hinting). 306 can be used to implement custom decoders (e.g. JSON-RPC class hinting).
|
/prebuilts/gdb/linux-x86/lib/python2.7/json/ |
__init__.py | 272 can be used to implement custom decoders (e.g. JSON-RPC class hinting). 306 can be used to implement custom decoders (e.g. JSON-RPC class hinting).
|