/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
netfilter.h | 8 /* Responses from hook functions. */ 34 /* Generic cache responses from hook functions.
|
/test/vti/test_serving/gae/ |
lab_infov1openapi.json | 69 "responses": { 91 "responses": {
|
schedule_infov1openapi.json | 98 "responses": { 120 "responses": {
|
/libcore/ojluni/src/main/java/java/security/cert/ |
PKIXRevocationChecker.java | 186 * Sets the OCSP responses. These responses are used to determine 189 * @param responses a map of OCSP responses. Each key is an 194 public void setOcspResponses(Map<X509Certificate, byte[]> responses) 196 if (responses == null) { 199 Map<X509Certificate, byte[]> copy = new HashMap<>(responses.size()); 200 for (Map.Entry<X509Certificate, byte[]> e : responses.entrySet()) { 208 * Gets the OCSP responses. These responses are used to determin [all...] |
/external/okhttp/mockwebserver/ |
README.md | 10 makes HTTP and HTTPS calls. It lets you specify which responses to return and 14 testing everything. You can even copy & paste HTTP responses from your real web 16 awkward-to-reproduce situations like 500 errors or slow-loading responses. 36 // Schedule some responses. 48 // Responses are returned in the same order that they are enqueued. 84 Mock responses default to an empty response body and a `200` status code. 116 By default MockWebServer uses a queue to specify a series of responses. Use a
|
/frameworks/av/include/media/ |
MicrophoneInfo.h | 57 Vector<float> responses; local 60 responses.push_back(characteristic.frequency_responses[1][i]); 63 mFrequencyResponses.push_back(responses); 120 Vector<float> responses; local 121 RETURN_IF_FAILED(readFloatVector(parcel, &responses, responsesNum)); 122 if (frequencies.size() != responses.size()) { 126 mFrequencyResponses.push_back(responses);
|
/cts/tests/tests/net/src/android/net/http/cts/ |
ApacheHttpClientTest.java | 58 List<HttpResponse> responses = new ArrayList<HttpResponse>(); local 63 responses.add(response); 67 assertDownloadResponse("Download " + i, SMALL_DOWNLOAD_SIZE, responses.get(i));
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
SplitTouchView.java | 56 String[] responses = getResources().getStringArray(R.array.cheese_responses); 57 String response = responses[responseIndex++ % responses.length];
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/ |
FakeHttpLayer.java | 74 * @param responses A list of responses that are returned to matching requests in order from first to last. 76 public void addHttpResponseRule(RequestMatcher requestMatcher, List<? extends HttpResponse> responses) { 77 addHttpResponseRule(new RequestMatcherResponseRule(requestMatcher, responses)); 110 throw new RuntimeException("Unexpected call to execute, no pending responses are available. See Robolectric.addPendingResponse(). Request was: " + 191 private List<? extends HttpResponse> responses; field in class:FakeHttpLayer.RequestMatcherResponseRule 208 public RequestMatcherResponseRule(RequestMatcher requestMatcher, List<? extends HttpResponse> responses) { 210 this.responses = responses; 225 if (responses.isEmpty()) [all...] |
/test/vti/test_serving/gae/webapp/src/handlers/ |
errors.py | 30 self.msg = msg or httplib.responses[self.code] 42 self.msg = msg or httplib.responses[self.code] 55 self.msg = httplib.responses[code]
|
/art/test/1948-obsolete-const-method-handle/util-src/src/art/constmethodhandle/ |
Responses.java | 21 public class Responses {
|
/external/android-clat/ |
netlink_callbacks.h | 16 * netlink_callbacks.h - callbacks for netlink responses
|
/external/autotest/server/site_tests/network_WiFi_MalformedProbeResp/ |
control | 15 if we receive malformed probe responses. In this particular case, the
|
/external/curl/tests/data/ |
test87 | 49 # will write both responses into the same file name so only the second
|
/external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/ |
arguments-globals.ll | 14 ; CHECK: 0 no alias responses
|
asm-global-bugfix.ll | 10 ; CHECK: 0 no alias responses
|
pr27213.ll | 38 ; CHECK: 0 no alias responses 39 ; CHECK: 5 may alias responses
|
/external/volley/src/main/java/com/android/volley/ |
ExecutorDelivery.java | 24 * Delivers responses and errors. 27 /** Used for posting responses, typically to the main thread. */ 32 * @param handler {@link Handler} to post responses on 73 * A Runnable used for delivering network responses to a listener on the
|
/external/volley/src/test/java/com/android/volley/utils/ |
ImmediateResponseDelivery.java | 24 * A ResponseDelivery for testing that immediately delivers responses
|
/frameworks/base/core/java/android/accounts/ |
IAccountAuthenticatorResponse.aidl | 21 * The interface used to return responses from an {@link IAccountAuthenticator}
|
IAccountManagerResponse.aidl | 21 * The interface used to return responses for asynchronous calls to the {@link IAccountManager}
|
/device/google/cuttlefish_common/common/commands/wifi_relay/ |
cmd.h | 39 // Responses() holds execution until netlink responds to this message. 41 const std::vector<nl_msg*> Responses() const;
|
wifi_relay.cpp | 109 // Responses() pauses until netlink responds to previously sent message. 110 for (auto *r : msg.Responses()) { 144 // Responses() pauses until netlink responds to previously sent message. 145 for (auto *r : msg.Responses()) { 209 // Responses() pauses until netlink responds to previously sent message. 210 for (auto *r : msg.Responses()) { 226 LOG(VERBOSE) << "No more responses";
|
/external/honggfuzz/examples/bind/ |
named.conf | 31 minimal-responses no; 69 responses-per-second 0;
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
ShadowTypedArrayTest.java | 122 .addAttribute(R.attr.responses, "@array/greetings") 124 new int[]{R.attr.responses}); 131 .addAttribute(R.attr.responses, "@array/greetings") 133 new int[]{R.attr.responses}); 156 .addAttribute(R.attr.responses, "@array/greetings") 159 new int[]{R.attr.scrollBars, R.attr.responses, R.attr.isSugary});
|