OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:statuscode
(Results
1 - 25
of
29
) sorted by null
1
2
/external/apache-http/src/org/apache/http/protocol/
HttpRequestExecutor.java
280
int
statuscode
= 0;
local
282
while (response == null ||
statuscode
< HttpStatus.SC_OK) {
288
statuscode
= response.getStatusLine().getStatusCode();
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
omx_video_encoder.cpp
[
all
...]
video_encoder_device_copper.cpp
196
venc_msg.
statuscode
=VEN_S_SUCCESS;
213
venc_msg.
statuscode
=VEN_S_SUCCESS;
[
all
...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp
[
all
...]
video_encoder_device_v4l2.cpp
302
venc_msg.
statuscode
= VEN_S_SUCCESS;
315
venc_msg.
statuscode
= VEN_S_SUCCESS;
345
venc_msg.
statuscode
=VEN_S_SUCCESS;
393
venc_msg.
statuscode
=VEN_S_SUCCESS;
417
venc_msg.
statuscode
= VEN_S_SUCCESS;
425
venc_msg.
statuscode
= VEN_S_SUCCESS;
433
venc_msg.
statuscode
= VEN_S_EFAIL;
443
venc_msg.
statuscode
=VEN_S_EFAIL;
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/
socks.py
384
statuscode
= int(statusline[1])
388
if
statuscode
!= 200:
390
raise HTTPError((
statuscode
, statusline[2]))
/external/chromium-trace/catapult/third_party/gsutil/third_party/socksipy-branch/
socks.py
343
statuscode
= int(statusline[1])
347
if
statuscode
!= 200:
349
raise HTTPError((
statuscode
, statusline[2]))
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp
[
all
...]
video_encoder_device_v4l2.cpp
330
venc_msg.
statuscode
= VEN_S_SUCCESS;
343
venc_msg.
statuscode
= VEN_S_SUCCESS;
379
venc_msg.
statuscode
=VEN_S_SUCCESS;
434
venc_msg.
statuscode
=VEN_S_SUCCESS;
479
venc_msg.
statuscode
= VEN_S_SUCCESS;
487
venc_msg.
statuscode
= VEN_S_SUCCESS;
495
venc_msg.
statuscode
= VEN_S_EFAIL;
505
venc_msg.
statuscode
=VEN_S_EFAIL;
[
all
...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
video_encoder_test.c
988
queueitem.status = venc_msg.
statuscode
;
995
queueitem.status = venc_msg.
statuscode
;
1006
queueitem.status = venc_msg.
statuscode
;
1018
queueitem.status = venc_msg.
statuscode
;
/hardware/qcom/msm8960/kernel-headers/linux/
msm_vidc_enc.h
410
unsigned long
statuscode
;
member in struct:venc_msg
/hardware/qcom/msm8960/original-kernel-headers/linux/
msm_vidc_enc.h
607
unsigned long
statuscode
;
member in struct:venc_msg
/hardware/qcom/msm8994/kernel-headers/linux/
msm_vidc_enc.h
440
unsigned long
statuscode
;
member in struct:venc_msg
/hardware/qcom/msm8994/original-kernel-headers/linux/
msm_vidc_enc.h
663
unsigned long
statuscode
;
member in struct:venc_msg
/hardware/qcom/msm8996/kernel-headers/linux/
msm_vidc_enc.h
440
unsigned long
statuscode
;
member in struct:venc_msg
/hardware/qcom/msm8996/original-kernel-headers/linux/
msm_vidc_enc.h
663
unsigned long
statuscode
;
member in struct:venc_msg
/hardware/qcom/msm8x84/kernel-headers/linux/
msm_vidc_enc.h
440
unsigned long
statuscode
;
member in struct:venc_msg
/hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_vidc_enc.h
663
unsigned long
statuscode
;
member in struct:venc_msg
/external/robolectric/v1/lib/main/
httpcore-4.0.1.jar
/prebuilts/devtools/tools/lib/
httpcore-4.1.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar
/prebuilts/tools/common/http-client/
httpcore-4.1.jar
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.0.1/
httpcore-4.0.1.jar
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar
Completed in 412 milliseconds
1
2