/external/v8/test/mjsunit/ |
H A D | instanceof-2.js | 28 var except = "exception"; variable 36 except, except, true, true, except, except, true, true, 37 except, except, false, true, except, except, false, true, 38 except, excep [all...] |
/external/clang/test/CodeGenCXX/ |
H A D | windows-itanium-exceptions.cpp | 5 void except() { function 10 try { except(); } catch (...) { }
|
/external/libdaemon/libdaemon/ |
H A D | dfork.h | 113 /** Close all file descriptors except those passed. List needs to be 131 /** Unblock all signals except those passed. List needs to be 135 int daemon_unblock_sigs(int except, ...); 141 int daemon_unblock_sigsv(const int except[]); 149 /** Reset all signal handlers except those passed. List needs to be 153 int daemon_reset_sigs(int except, ...); 159 int daemon_reset_sigsv(const int except[]);
|
H A D | dfork.c | 597 int daemon_unblock_sigs(int except, ...) { argument 603 va_start(ap, except); 605 if (except >= 1) 614 va_start(ap, except); 617 if (except >= 1) { 619 p[i++] = except; 637 int daemon_unblock_sigsv(const int except[]) { argument 644 for (i = 0; except[i] > 0; i++) 645 if (sigaddset(&ss, except[i]) < 0) 651 int daemon_reset_sigs(int except, argument 691 daemon_reset_sigsv(const int except[]) argument [all...] |
/external/libcap-ng/libcap-ng-0.7/bindings/python/ |
H A D | capng_swig.i | 28 %typemap(python,except) int {
|
/external/selinux/libselinux/src/ |
H A D | exception.sh | 1 function except() { function 19 for i in `awk '/<stdin>.*extern int/ { print $6 }' temp.aux`; do except $i ; done
|
/external/selinux/libsemanage/src/ |
H A D | exception.sh | 1 function except() { function 13 for i in `awk '/extern int/ { print $6 }' temp.aux`; do except $i ; done
|
/external/autotest/client/cros/cellular/ |
H A D | scpi_shell | 16 except ValueError: 32 except EOFError: 41 except Exception: 49 except Exception as e: 54 except cellular_system_error:
|
/external/autotest/tko/ |
H A D | retrieve_jobs | 6 except:
|
H A D | site_parse | 10 except ImportError:
|
H A D | save_query.cgi | 35 except: 45 except Exception:
|
/external/llvm/test/MC/Mips/ |
H A D | asciiz-directive.s | 2 # .asciiz is exactly the same as .asciz, except it's MIPS-specific.
|
/external/selinux/policycoreutils/sandbox/ |
H A D | start | 8 except:
|
/external/llvm/test/MC/COFF/ |
H A D | seh-align2.s | 70 .seh_handler __C_specific_handler, @except
|
H A D | seh-align3.s | 74 .seh_handler __C_specific_handler, @except, @unwind
|
/external/chromium-trace/catapult/hooks/ |
H A D | pre_push | 17 except: 37 except(subprocess.CalledProcessError):
|
/external/droiddriver/ |
H A D | contributing_aosp.md | 5 Follow instructions at https://source.android.com/source/downloading.html except those noted below. You need to set up authentication to be able to submit changes.
|
/external/chromium-trace/catapult/trace_processor/experimental/bin/ |
H A D | visualize_traces | 29 except ImportError, e:
|
/external/selinux/policycoreutils/audit2allow/ |
H A D | sepolgen-ifgen | 88 except IOError as e: 91 except OSError: 105 except: 118 except IOError as e: 137 except ValueError as e:
|
/external/mesa3d/ |
H A D | SConstruct | 49 except KeyError: 66 except ImportError: 153 except ImportError:
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/ |
H A D | cq | 36 except: 68 except SQSError, e: 76 except SQSError, e:
|
/external/autotest/server/control_segments/ |
H A D | stage_server_side_package | 21 except (error.AutoservError, dev_server.DevServerException) as e:
|
/external/compiler-rt/test/ |
H A D | lit.common.configured.in | 37 except KeyError as e:
|
/external/compiler-rt/unittests/ |
H A D | lit.common.unit.configured.in | 20 except KeyError as e:
|
/external/llvm/test/MC/AsmParser/ |
H A D | directive_seh.s | 26 .seh_handler __C_specific_handler, @except 35 # CHECK: .seh_handler __C_specific_handler, @except
|