OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:error_state
(Results
1 - 8
of
8
) sorted by null
/prebuilts/misc/common/swig/include/2.0.11/octave/
octruntime.swg
30
unwind_protect_int(
error_state
);
36
frame.protect_var(
error_state
);
41
error_state
= 0;
46
retn = (
error_state
== 0);
62
unwind_protect_int(
error_state
);
68
frame.protect_var(
error_state
);
73
error_state
= 0;
80
error_state
= 0;
82
retn = (
error_state
== 0);
octtypemaps.swg
88
if (robj && !
error_state
)
octcontainer.swg
583
if (seq&&!
error_state
)
octrun.swg
427
if (
error_state
) return dim_vector(1,1);
433
if (
error_state
) return dim_vector(1,1);
[
all
...]
/device/google/marlin/vr/
vr.c
41
static int
error_state
= 0; //global error state - don't do anything if set!
variable
198
if (
error_state
) {
228
if (
error_state
) {
269
error_state
= 1;
277
if (
error_state
) {
313
if (
error_state
) {
348
error_state
= 1;
/external/autotest/server/cros/chaos_lib/
chaos_capture_analyzer.py
505
for
error_state
in self.ERROR_STATE_INFO_TUPLE:
506
if self._does_packet_match_error_state(
error_state
, packet):
507
error_attributes = self._get_packet_detail(
error_state
.details,
510
error_state
.name + ", " + \
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp
292
ERROR_STATE
690
while (currentStatus !=
ERROR_STATE
) {
751
while (currentStatus !=
ERROR_STATE
&& !bOutputEosReached) {
[
all
...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp
170
ERROR_STATE
568
while(currentStatus !=
ERROR_STATE
)
623
while(currentStatus !=
ERROR_STATE
&& !bOutputEosReached)
[
all
...]
Completed in 693 milliseconds