Searched refs:makeRequest (Results 1 – 10 of 10) sorted by relevance
/external/robolectric-shadows/shadows/httpclient/src/test/java/org/robolectric/shadows/httpclient/ |
D | FakeHttpTest.java | 22 makeRequest("http://example.com"); in httpRequestWasSent_ReturnsTrueIfRequestWasSent() 34 makeRequest("http://example.com"); in httpRequestWasMade_returnsTrueIfRequestMatchingGivenRuleWasMade() 40 makeRequest("http://example.com"); in httpRequestWasMade_returnsFalseIfNoRequestMatchingGivenRuleWasMAde() 44 private void makeRequest(String uri) throws HttpException, IOException { in makeRequest() method in FakeHttpTest
|
/external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/ |
D | ShutdownTest.java | 66 makeRequest(); in connectionsAreClosedWhenServerStops() 69 makeRequest(); in connectionsAreClosedWhenServerStops() 76 private void makeRequest() throws MalformedURLException, IOException { in makeRequest() method in ShutdownTest
|
/external/libchrome/mojo/public/js/ |
D | bindings.js | 12 function makeRequest(output) { function 201 this.bind(makeRequest(ptr)); 541 mojo.makeRequest = makeRequest;
|
D | README.md | 66 var echoRequest = mojo.makeRequest(echoPtr); 99 var echoServiceRequest = mojo.makeRequest(echoServicePtr); 126 `mojo.makeRequest` creates a message pipe; populates the output argument (which
|
/external/syzkaller/vendor/google.golang.org/appengine/log/ |
D | log.go | 235 req, err := makeRequest(params, internal.FullyQualifiedAppID(c), appengine.VersionID(c)) 243 func makeRequest(params *Query, appID, versionID string) (*pb.LogReadRequest, error) { func
|
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
D | RoomParametersFetcher.java | 68 public void makeRequest() { in makeRequest() method in RoomParametersFetcher
|
D | WebSocketRTCClient.java | 117 new RoomParametersFetcher(connectionUrl, null, callbacks).makeRequest(); in connectToRoomInternal()
|
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/qps/ |
D | ClientConfiguration.java | 74 return Utils.makeRequest(payloadType, clientPayload, serverPayload); in newRequest()
|
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/ |
D | Utils.java | 267 public static SimpleRequest makeRequest(Messages.PayloadType payloadType, int reqLength, in makeRequest() method in Utils
|
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/driver/ |
D | LoadClient.java | 141 simpleRequest = Utils.makeRequest(Messages.PayloadType.COMPRESSABLE, in LoadClient()
|