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

1 2

  /external/chromium_org/tools/gyp/buildbot/
buildbot_run.py 35 retcode = subprocess.call(stdin=devnull_fd, *args, **kwargs)
36 if retcode != 0:
191 retcode = subprocess.call(
196 retcode = subprocess.call(command, cwd=ROOT_DIR, env=env, shell=True)
197 if retcode:
211 retcode = 0
217 retcode += GypTestFormat('android')
221 retcode += GypTestFormat('ninja')
222 retcode += GypTestFormat('make')
224 retcode += GypTestFormat('cmake'
    [all...]
  /external/jpeg/
jdtrans.c 55 int retcode; local
60 retcode = (*cinfo->inputctl->consume_input) (cinfo);
61 if (retcode == JPEG_SUSPENDED)
63 if (retcode == JPEG_REACHED_EOI)
67 (retcode == JPEG_ROW_COMPLETED || retcode == JPEG_REACHED_SOS)) {
106 int retcode = 0; local
116 retcode = (*cinfo->inputctl->consume_input_build_huffman_index)
118 if (retcode == JPEG_REACHED_EOI)
125 retcode = (*cinfo->inputctl->consume_input_build_huffman_index
168 int retcode; local
    [all...]
jdapimin.c 244 int retcode; local
250 retcode = jpeg_consume_input(cinfo);
252 switch (retcode) {
254 retcode = JPEG_HEADER_OK;
264 retcode = JPEG_HEADER_TABLES_ONLY;
271 return retcode;
290 int retcode = JPEG_SUSPENDED; local
302 retcode = (*cinfo->inputctl->consume_input) (cinfo);
303 if (retcode == JPEG_REACHED_SOS) { /* Found SOS, prepare to decompress */
312 retcode = JPEG_REACHED_SOS
    [all...]
jdapistd.c 55 int retcode; variable
60 retcode = (*cinfo->inputctl->consume_input) (cinfo);
61 if (retcode == JPEG_SUSPENDED)
63 if (retcode == JPEG_REACHED_EOI)
67 (retcode == JPEG_ROW_COMPLETED || retcode == JPEG_REACHED_SOS)) {
  /external/chromium_org/third_party/webrtc/tools/e2e_quality/audio/
run_audio_test.py 71 retcode = subprocess.call(command, stdout=subprocess.PIPE)
72 if retcode != 0:
73 return retcode
98 retcode = play_proc.wait()
102 if retcode != 0:
103 return retcode
108 retcode = subprocess.call(command, stdout=subprocess.PIPE)
109 if retcode != 0:
110 return retcode
  /external/chromium_org/third_party/libjpeg_turbo/
jdtrans.c 55 int retcode; local
60 retcode = (*cinfo->inputctl->consume_input) (cinfo);
61 if (retcode == JPEG_SUSPENDED)
63 if (retcode == JPEG_REACHED_EOI)
67 (retcode == JPEG_ROW_COMPLETED || retcode == JPEG_REACHED_SOS)) {
jdapimin.c 243 int retcode; local
249 retcode = jpeg_consume_input(cinfo);
251 switch (retcode) {
253 retcode = JPEG_HEADER_OK;
263 retcode = JPEG_HEADER_TABLES_ONLY;
270 return retcode;
289 int retcode = JPEG_SUSPENDED; local
301 retcode = (*cinfo->inputctl->consume_input) (cinfo);
302 if (retcode == JPEG_REACHED_SOS) { /* Found SOS, prepare to decompress */
311 retcode = JPEG_REACHED_SOS
    [all...]
jdapistd.c 58 int retcode; variable
63 retcode = (*cinfo->inputctl->consume_input) (cinfo);
64 if (retcode == JPEG_SUSPENDED)
66 if (retcode == JPEG_REACHED_EOI)
70 (retcode == JPEG_ROW_COMPLETED || retcode == JPEG_REACHED_SOS)) {
  /external/chromium_org/third_party/ots/
gyp_ots 17 retcode = subprocess.call(['svn', 'checkout', _GYP_FETCH_URL, gyp_dir])
18 if retcode < 0:
  /external/chromium_org/tools/gyp/test/standalone-static-library/
gyptest-standalone-static-library.py 49 retcode = subprocess.call(['ar', '-x', path]) variable
50 assert retcode == 0
  /external/chromium_org/build/android/pylib/utils/
xvfb.py 43 _, retcode = os.waitpid(proc.pid, 0)
44 if retcode == 0:
47 if retcode != 0:
  /external/chromium_org/tools/flakiness/
is_flaky.py 42 num_passed = len([retcode for retcode in results if retcode == 0])
  /external/deqp/scripts/build/
common.py 31 retcode = subprocess.call(args)
32 if retcode != 0:
33 raise Exception("Failed to execute '%s', got %d" % (str(args), retcode))
  /external/chromium_org/chrome/browser/first_run/
first_run_internal_win.cc 174 int retcode = 0; local
175 if (!LaunchSetupForEula(inner_html.value(), &retcode) ||
176 (retcode != installer::EULA_ACCEPTED &&
177 retcode != installer::EULA_ACCEPTED_OPT_IN)) {
183 if (retcode == installer::EULA_ACCEPTED) {
186 } else if (retcode == installer::EULA_ACCEPTED_OPT_IN) {
  /cts/apps/CameraITS/tools/
run_all_tests.py 80 retcode = subprocess.call(cmd,stderr=ferr,stdout=fout,cwd=outdir)
83 if retcode == 0:
86 elif retcode == SKIP_RET_CODE:
89 elif retcode != 0 and testname in NOT_YET_MANDATED[scene]:
  /external/lldb/examples/customization/pwd-cd-and-system/
utils.py 41 retcode = process.poll()
49 print "retcode:", retcode
  /external/deqp/android/scripts/
common.py 68 retcode = subprocess.call(args)
69 if retcode != 0:
70 raise Exception("Failed to execute '%s', got %d" % (commandLine, retcode))
73 retcode = subprocess.call(args)
74 if retcode != 0:
75 raise Exception("Failed to execute '%s', got %d" % (str(args), retcode))
92 raise Exception("adb devices -l failed, got %d" % retcode)
  /external/iputils/ninfod/
ninfod_name.c 213 int done = 0, retcode = 0; local
230 return retcode; /* truncated */
239 retcode = 1; // trunc
246 retcode = 1;
250 retcode = 1;
258 return retcode;
  /external/chromium_org/tools/valgrind/
tsan_analyze.py 233 retcode = 0
241 retcode = -1
247 retcode = -3
249 if retcode != 0:
250 return retcode
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
main_unittest.py 100 retcode = proc.returncode
101 self.assertEqual(retcode, 0)
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
onyxd_if.c 305 int retcode = -1; local
309 retcode = check_fragments_for_errors(pbi);
310 if(retcode <= 0)
311 return retcode;
337 retcode = vp8_decode_frame(pbi);
339 if (retcode < 0)
390 return retcode;
  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 314 int retcode = -1; local
318 retcode = check_fragments_for_errors(pbi);
319 if(retcode <= 0)
320 return retcode;
355 retcode = vp8_decode_frame(pbi);
357 if (retcode < 0)
416 return retcode;
  /external/clang/www/demo/
index.cgi 263 my $retcode = 0;
268 $retcode = system($commandline);
278 if ( WIFEXITED($retcode) && WEXITSTATUS($retcode) != 0 ) {
285 if ( WIFSIGNALED($retcode) != 0 ) {
286 my $sig = WTERMSIG($retcode);
  /external/deqp/scripts/
run_internal_tests.py 20 retcode = subprocess.call(args)
22 if retcode != 0:
23 raise Exception("Failed to execute %s, got %d" % (str(args), retcode))
  /external/openssl/crypto/ocsp/
ocsp_ht.c 196 int retcode; local
235 retcode = strtoul(p, &r, 10);
253 if(retcode != 200)

Completed in 828 milliseconds

1 2