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

1 2 3 4

  /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 1.0 ClientCodec and ServerCodec
6 // for the rpc package.
7 // For JSON-RPC 2.0 support, see https://godoc.org/?q=json-rpc+2.0
15 "net/rpc"
28 // JSON-RPC responses include the request id but not the request method.
29 // Package rpc expects both.
31 // and then look it up by request ID when filling out the rpc Response.
36 // NewClientCodec returns a new rpc.ClientCodec using JSON-RPC on conn
    [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 1.0 ClientCodec and ServerCodec
6 // for the rpc package.
7 // For JSON-RPC 2.0 support, see https://godoc.org/?q=json-rpc+2.0
15 "net/rpc"
28 // JSON-RPC responses include the request id but not the request method.
29 // Package rpc expects both.
31 // and then look it up by request ID when filling out the rpc Response.
36 // NewClientCodec returns a new rpc.ClientCodec using JSON-RPC on conn
    [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
88 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
88 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).
  /external/python/cpython2/Lib/json/
__init__.py 273 can be used to implement custom decoders (e.g. JSON-RPC class hinting).
307 can be used to implement custom decoders (e.g. JSON-RPC class hinting).
  /external/python/cpython3/Lib/json/
__init__.py 282 can be used to implement custom decoders (e.g. JSON-RPC class hinting).
310 can be used to implement custom decoders (e.g. JSON-RPC class hinting).

Completed in 558 milliseconds

1 2 3 4