Home
last modified time | relevance | path

Searched refs:keep_going (Results 1 – 24 of 24) sorted by relevance

/external/skia/tools/skp/
Dgenerate_page_set.py40 keep_going = raw_input('Do you have more page sets to create? (y/n)')
41 if keep_going != 'y':
/external/tensorflow/tensorflow/tools/ci_build/
Dci_sanity.sh331 bazel query "attr('licenses', 'notice', deps(${BUILD_TARGET}))" --keep_going > "${TMP_FILE}" 2>&1
342 bazel query "deps(${LICENSES_TARGET})" --keep_going > "${TMP_FILE}" 2>&1
570 …bazel cquery ${EXTRA_FLAG} "somepath(${TARGET}, ${DISALLOWED_DEP})" --keep_going> "${TMP_FILE}" 2>…
/external/v8/src/utils/
Dutils.cc140 bool keep_going = true; in ReadLine() local
143 while (keep_going) { in ReadLine()
161 keep_going = false; in ReadLine()
/external/tensorflow/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py36_full/
Dnonpip_v1.sh54 --test_output=errors --verbose_failures=true --keep_going \
Dnonpip.sh56 --test_output=errors --verbose_failures=true --keep_going \
/external/tensorflow/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py37_full/
Dnonpip_v1.sh54 --test_output=errors --verbose_failures=true --keep_going \
Dnonpip.sh56 --test_output=errors --verbose_failures=true --keep_going \
/external/tensorflow/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py2_full/
Dnonpip_v1.sh54 --test_output=errors --verbose_failures=true --keep_going \
Dnonpip.sh56 --test_output=errors --verbose_failures=true --keep_going \
/external/tensorflow/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py35_full/
Dnonpip_v1.sh54 --test_output=errors --verbose_failures=true --keep_going \
Dnonpip.sh56 --test_output=errors --verbose_failures=true --keep_going \
/external/compiler-rt/include/sanitizer/
Dmsan_interface.h74 void __msan_set_keep_going(int keep_going);
/external/tensorflow/tensorflow/tools/ci_build/release/ubuntu_16/tpu_py37_full/
Dnonpip.sh48 --test_output=errors --verbose_failures=true --keep_going \
/external/libvpx/libvpx/
Dvpxdec.c530 int keep_going = 0; in main_loop() local
640 keep_going = 1; in main_loop()
854 if (!keep_going) goto fail; in main_loop()
862 if (!keep_going) goto fail; in main_loop()
883 if (!keep_going) goto fail; in main_loop()
899 if (!keep_going) goto fail; in main_loop()
/external/grpc-grpc/tools/internal_ci/linux/
Dgrpc_bazel_on_foundry_base.sh45 --keep_going \
Dgrpc_ubsan_on_foundry.sh46 --keep_going \
Dgrpc_msan_on_foundry.sh46 --keep_going \
/external/grpc-grpc/tools/internal_ci/linux/pull_request/
Dgrpc_ubsan_on_foundry.sh46 --keep_going \
/external/libaom/libaom/apps/
Daomdec.c438 int keep_going = 0; in main_loop() local
561 keep_going = 1; in main_loop()
754 if (!keep_going) goto fail; in main_loop()
763 if (!keep_going) goto fail; in main_loop()
797 if (!keep_going) goto fail; in main_loop()
/external/compiler-rt/lib/msan/
Dmsan_interface_internal.h110 void __msan_set_keep_going(int keep_going);
Dmsan.cc433 void __msan_set_keep_going(int keep_going) { in __msan_set_keep_going() argument
434 flags()->halt_on_error = !keep_going; in __msan_set_keep_going()
/external/llvm/utils/
Dllvm-compilers-check484 if (configrc == 0 or self.options.keep_going) :
494 if (buildrc == 0 or self.options.keep_going) :
505 if ((testrc == 0 or self.options.keep_going)
/external/swiftshader/third_party/llvm-7.0/llvm/utils/
Dllvm-compilers-check484 if (configrc == 0 or self.options.keep_going) :
494 if (buildrc == 0 or self.options.keep_going) :
505 if ((testrc == 0 or self.options.keep_going)
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.cc2024 bool keep_going = true; in HandleWhile() local
2031 while (keep_going) { in HandleWhile()
2038 keep_going = cond_val.GetFirstElement<bool>(); in HandleWhile()
2039 if (keep_going) { in HandleWhile()