OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:response_str
(Results
1 - 11
of
11
) sorted by null
/test/framework/harnesses/host_controller/tradefed/
remote_client_test.py
55
def _Respond(self,
response_str
):
59
response_str
: The response string.
67
server_socket.send(
response_str
)
71
def AddResponse(self,
response_str
):
75
response_str
: The response string.
77
self._response_queue.put_nowait(
response_str
)
90
response_str
= self._response_queue.get()
92
if
response_str
is None:
94
self._Respond(
response_str
)
remote_operation.py
47
def ParseResponse(self,
response_str
):
51
response_str
: A JSON string.
59
response = json.loads(
response_str
)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_urllib2_localnet.py
124
response_str
= "%(HA1)s:%(nonce)s:%(nc)s:" \
126
response = hashlib.md5(
response_str
).hexdigest()
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_urllib2_localnet.py
126
response_str
= "%(HA1)s:%(nonce)s:%(nc)s:" \
128
response = hashlib.md5(
response_str
).hexdigest()
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_urllib2_localnet.py
126
response_str
= "%(HA1)s:%(nonce)s:%(nc)s:" \
128
response = hashlib.md5(
response_str
).hexdigest()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2_localnet.py
126
response_str
= "%(HA1)s:%(nonce)s:%(nc)s:" \
128
response = hashlib.md5(
response_str
).hexdigest()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2_localnet.py
126
response_str
= "%(HA1)s:%(nonce)s:%(nc)s:" \
128
response = hashlib.md5(
response_str
).hexdigest()
/packages/apps/Bluetooth/jni/
com_android_bluetooth_hfp.cpp
719
jstring
response_str
,
732
const char* response = env->GetStringUTFChars(
response_str
, nullptr);
739
env->ReleaseStringUTFChars(
response_str
, response);
[
all
...]
/external/python/cpython2/Lib/test/
test_urllib2_localnet.py
177
response_str
= "%(HA1)s:%(nonce)s:%(nc)s:" \
179
response = hashlib.md5(
response_str
).hexdigest()
/external/python/cpython3/Lib/test/
test_urllib2_localnet.py
136
response_str
= "%(HA1)s:%(nonce)s:%(nc)s:" \
138
response = hashlib.md5(
response_str
.encode("ascii")).hexdigest()
/device/google/cuttlefish_common/guest/hals/ril/
vsoc_ril.cpp
1109
const char*
response_str
= "CVD_R1.0.0";
local
[
all
...]
Completed in 300 milliseconds