HomeSort by relevance Sort by last modified time
    Searched refs:responses (Results 76 - 100 of 152) sorted by null

1 2 34 5 6 7

  /prebuilts/go/darwin-x86/src/net/textproto/
textproto.go 13 // Pipeline, to manage pipelined requests and responses
reader.go 17 // or responses from a text protocol network connection.
28 // the size of responses.
  /prebuilts/go/linux-x86/src/net/smtp/
smtp_test.go 24 responses []string
40 if !bytes.Equal(resp, []byte(test.responses[0])) {
41 t.Errorf("#%d got response %s, expected %s", i, resp, test.responses[0])
48 expected := []byte(test.responses[j+1])
  /prebuilts/go/linux-x86/src/net/textproto/
textproto.go 13 // Pipeline, to manage pipelined requests and responses
reader.go 17 // or responses from a text protocol network connection.
28 // the size of responses.
  /system/bt/doc/
power_management.md 28 states. Responses are handled in an asynchronous fashion, primarily via the
29 callbacks `bta_dm_pm_cback` and `bta_dm_pm_timer_cback`. Responses are handled
80 and also registers `bta_dm_pm_btm_cback` with the btm module to handle responses
149 responses are also fired as messages through the BTA workqueue thread, which are
  /external/opencv/ml/include/
ml.h 757 float* values, uchar* missing, float* responses, bool get_class_idx=false );
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
ConnectionServiceWrapper.java 1373 CreateConnectionResponse[] responses = mPendingResponses.values().toArray( local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
SimpleXMLRPCServer.py 435 #if not None, encode responses larger than this, if possible
663 BaseHTTPServer.BaseHTTPRequestHandler.responses[code]
  /external/python/cpython2/Lib/
SimpleXMLRPCServer.py 435 #if not None, encode responses larger than this, if possible
666 BaseHTTPServer.BaseHTTPRequestHandler.responses[code]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
SimpleXMLRPCServer.py 435 #if not None, encode responses larger than this, if possible
666 BaseHTTPServer.BaseHTTPRequestHandler.responses[code]
  /prebuilts/gdb/linux-x86/lib/python2.7/
SimpleXMLRPCServer.py 435 #if not None, encode responses larger than this, if possible
666 BaseHTTPServer.BaseHTTPRequestHandler.responses[code]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
SimpleXMLRPCServer.py 435 #if not None, encode responses larger than this, if possible
666 BaseHTTPServer.BaseHTTPRequestHandler.responses[code]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
SimpleXMLRPCServer.py 435 #if not None, encode responses larger than this, if possible
666 BaseHTTPServer.BaseHTTPRequestHandler.responses[code]
  /external/autotest/client/site_tests/power_LoadTest/extension/
test.js 85 // garbage data since some requests/responses might still come
  /prebuilts/go/darwin-x86/src/cmd/vet/
doc.go 87 HTTP responses used incorrectly
  /prebuilts/go/darwin-x86/src/net/rpc/jsonrpc/
all_test.go 100 // Send hand-coded requests to server, parse responses.
  /prebuilts/go/linux-x86/src/cmd/vet/
doc.go 87 HTTP responses used incorrectly
  /prebuilts/go/linux-x86/src/net/rpc/jsonrpc/
all_test.go 100 // Send hand-coded requests to server, parse responses.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_httplib.py 353 self.assertEqual(httplib.responses[httplib.NOT_FOUND], "Not Found")
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_httplib.py 416 self.assertEqual(httplib.responses[httplib.NOT_FOUND], "Not Found")
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_httplib.py 416 self.assertEqual(httplib.responses[httplib.NOT_FOUND], "Not Found")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_httplib.py 416 self.assertEqual(httplib.responses[httplib.NOT_FOUND], "Not Found")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_httplib.py 416 self.assertEqual(httplib.responses[httplib.NOT_FOUND], "Not Found")
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/
Robolectric.java     [all...]

Completed in 2718 milliseconds

1 2 34 5 6 7