HomeSort by relevance Sort by last modified time
    Searched refs:bailout (Results 1 - 25 of 67) sorted by null

1 2 3

  /frameworks/av/media/common_time/
cc_helper.cpp 36 goto bailout;
43 goto bailout;
46 goto bailout;
52 bailout:
  /device/asus/fugu/libaudio/
alsa_utils.cpp 109 goto bailout;
119 goto bailout;
127 goto bailout;
134 goto bailout;
138 goto bailout;
146 goto bailout;
157 goto bailout;
161 goto bailout;
166 goto bailout;
170 goto bailout;
    [all...]
audio_hal_thunks.cpp 434 goto bailout;
460 goto bailout;
466 bailout:
507 goto bailout;
539 goto bailout;
547 bailout:
642 goto bailout;
649 goto bailout;
656 goto bailout;
686 bailout
    [all...]
AudioOutput.cpp 275 goto bailout;
286 goto bailout;
300 goto bailout;
312 bailout:
  /frameworks/base/libs/common_time/
diag_thread.cpp 99 goto bailout;
104 goto bailout;
114 goto bailout;
119 goto bailout;
123 bailout:
206 goto bailout;
224 goto bailout;
317 bailout:
common_time_server.cpp 431 goto bailout;
439 goto bailout;
453 goto bailout;
473 goto bailout;
487 goto bailout;
498 goto bailout;
509 goto bailout;
515 goto bailout;
524 goto bailout;
529 goto bailout;
    [all...]
clock_recovery.cpp 370 goto bailout;
406 bailout:
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2843.js 30 function bailout() { throw "bailout"; } function
41 assertThrows("foo(1, bailout)");
42 assertThrows("foo(1, bailout)");
44 assertThrows("foo(1, bailout)");
regress-1104.js 30 // bailout.
regress-1149.js 28 // We should not try to record duplicate bailout IDs for the 'left-hand
regress-3199913.js 28 // Test that bailout during evaluation of the key for a keyed call works as
  /external/chromium_org/third_party/libjpeg_turbo/
tjunittest.c 56 bailout();}
58 #define _throw(m) {printf("ERROR: %s\n", m); bailout();}
83 #define bailout() {exitStatus=-1; goto bailout;} macro
140 retval=0; exitStatus=-1; goto bailout; \
146 retval=0; exitStatus=-1; goto bailout; \
152 retval=0; exitStatus=-1; goto bailout; \
219 bailout:
291 bailout:
326 bailout();
    [all...]
bmp.c 70 retval=-1; goto bailout;}
72 strerror(errno)); retval=-1; goto bailout;}
125 retval=-1; goto bailout;
176 bailout:
209 retval=-1; goto bailout;
265 bailout:
jpegut.c 22 #define _catch(f) {if((f)==-1) {printf("TJPEG: %s\n", tjGetErrorStr()); bailout();}}
28 #define bailout() {exitstatus=-1; goto finally;} macro
183 bailout();
188 bailout();
216 printf("ERROR: Could not allocate buffer\n"); bailout();
255 printf("Incorrect JPEG header\n"); bailout();
260 printf("ERROR: Could not allocate buffer\n"); bailout();
284 puts("ERROR: Could not allocate buffer."); bailout();
288 {printf("Error in tjInitCompress():\n%s\n", tjGetErrorStr()); bailout();}
290 {printf("Error in tjInitDecompress():\n%s\n", tjGetErrorStr()); bailout();}
    [all...]
jpgtest.cxx 25 #define _catch(f) {if((f)==-1) {printf("Error in %s:\n%s\n", #f, tjGetErrorStr()); goto bailout;}}
94 goto bailout;
102 goto bailout;
113 goto bailout;
181 goto bailout;
222 goto bailout;
251 goto bailout;
267 bailout:
turbojpeg-jni.c 42 if(!_exccls) goto bailout; \
44 goto bailout; \
56 if(!_cls) goto bailout; \
66 bailout:
76 bailout:
94 bailout:
137 bailout:
194 bailout:
245 bailout:
288 bailout
    [all...]
turbojpeg.c 117 retval=-1; goto bailout;}
264 bailout:
530 bailout:
545 bailout:
562 bailout:
596 goto bailout;
641 bailout:
708 goto bailout;
813 bailout:
912 bailout
    [all...]
tjbench.c 43 retval=-1; goto bailout;}
234 bailout:
310 bailout:
435 goto bailout;
447 bailout:
635 goto bailout;
649 bailout:
916 goto bailout;
940 bailout:
  /external/chromium_org/chrome/browser/ui/webui/extensions/chromeos/
kiosk_apps_browsertest.js 179 // Verify that checking disable bailout checkbox brings up confirmation UI and
182 var checkbox = $('kiosk-disable-bailout-shortcut');
183 var confirmOverlay = $('kiosk-disable-bailout-confirm-overlay');
197 cr.dispatchSimpleEvent($('kiosk-disable-bailout-confirm-button'), 'click');
205 cr.dispatchSimpleEvent($('kiosk-disable-bailout-cancel-button'), 'click');
210 // Verify that disable bailout checkbox is hidden without kiosk auto launch.
212 var checkbox = $('kiosk-disable-bailout-shortcut');
225 // Verify that disable bailout checkbox is disabled with no auto launch app.
227 var checkbox = $('kiosk-disable-bailout-shortcut');
  /external/chromium_org/chrome/browser/resources/extensions/chromeos/
kiosk_apps.css 149 #kiosk-disable-bailout-confirm-overlay {
153 #kiosk-disable-bailout-warning-bold {
  /external/chromium_org/v8/test/mjsunit/compiler/
assignment-deopt.js 81 // Test bailout when accessing a non-existing array element.
90 // Test bailout with count operation in a value context.
count-deopt.js 81 // Test bailout when accessing a non-existing array element.
90 // Test bailout with count operation in a value context.
expression-trees.js 77 // Set the j'th variable to a string to force a bailout.
98 // Set the j'th variable to a string to force a bailout.
  /external/ltrace/
prototype.c 212 bailout(const char *name, int own) function
229 return bailout(name, own_name);
241 return bailout(name, own_name);
  /external/chromium_org/v8/test/mjsunit/
readonly.js 215 // Extra test forcing bailout.

Completed in 298 milliseconds

1 2 3