Searched refs:raising (Results 1 – 25 of 229) sorted by relevance
12345678910
/external/subsampling-scale-image-view/ |
D | CONTRIBUTING.md | 1 Before raising a new issue, please check the following places for an answer to your question! 8 …for help on StackOverflow instead of raising an issue. This issue tracker is intended for reportin…
|
/external/libcap/cap/ |
D | iab.go | 146 var raising uint32 150 raising |= (newI & ^oldIP) | iab.a[i] | iab.nb[i] 158 if raising != 0 {
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/ |
D | template_25-1.in | 10 the signal that was caught is added to the signal mask by raising that 54 printf("Returning from raising %%MYSIG%%\n");
|
D | template_22-1.in | 12 was caught is not added to the signal mask by raising that signal in the 55 printf("Returning from raising %%MYSIG%%\n");
|
/external/llvm/bindings/ocaml/linker/ |
D | llvm_linker.mli | 17 (** [link_modules' dst src] links [src] into [dst], raising [Error]
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | add3.ll | 3 ;; Target triple for gep raising case below.
|
/external/llvm/test/Transforms/InstCombine/ |
D | add3.ll | 3 ;; Target triple for gep raising case below.
|
/external/llvm-project/llvm/bindings/ocaml/linker/ |
D | llvm_linker.mli | 16 (** [link_modules' dst src] links [src] into [dst], raising [Error]
|
/external/grpc-grpc/examples/ruby/errors_and_cancellation/ |
D | README.md | 6 implementations by raising a certain `GRPC::BadStatus` exception.
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | bugprone-bad-signal-to-kill-thread.rst | 7 raising ``SIGTERM`` signal and the signal kills the entire process, not
|
/external/tensorflow/.github/ISSUE_TEMPLATE/ |
D | 30-feature-request.md | 3 about: Use this template for raising a feature request
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Gather.pbtxt | 25 raising an error.
|
/external/libcap/libcap/ |
D | cap_proc.c | 690 int raising = 0; in _cap_iab_set_proc() local 696 raising |= (newI & ~oldIP) | iab->a[i] | iab->nb[i]; in _cap_iab_set_proc() 702 if (raising) { in _cap_iab_set_proc()
|
/external/ltp/testcases/kernel/security/filecaps/ |
D | README | 30 is properly prohibited from raising bits in its
|
/external/python/cpython2/Doc/library/ |
D | tokenize.rst | 34 signals completion by raising :exc:`StopIteration`. 57 signals completion by raising :exc:`StopIteration`.
|
/external/ImageMagick/m4/ |
D | version.m4 | 45 # PLEASE NOTE that doing a SO BUMP aka raising the CURRENT REVISION
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7rc2.rst | 86 math.erfc was incorrectly raising OverflowError for values between -27.3 and
|
D | 2.6b2.rst | 62 Issue a RuntimeWarning instead of raising SystemError if the parent module 342 Fix bz2.BZFile iterator to release its internal lock properly when raising
|
/external/python/cpython3/Doc/library/ |
D | select.rst | 163 :pep:`475` for the rationale), instead of raising 269 :pep:`475` for the rationale), instead of raising 369 :pep:`475` for the rationale), instead of raising 457 :pep:`475` for the rationale), instead of raising 498 :pep:`475` for the rationale), instead of raising
|
/external/python/mock/ |
D | CHANGELOG.rst | 66 raising :exc:`RuntimeError`, making the method idempotent. Patch 138 boolean result instead of raising an exception. Patch by A Kaptur.
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | legalize_hlo_patterns.td | 49 // context, getting to these ops may require some raising. 182 // context, getting to these ops may require some raising.
|
/external/dtc/pylibfdt/ |
D | libfdt.i | 53 # of raising an exception. 56 # instead of raising an exception.
|
/external/python/setuptools/setuptools/tests/ |
D | test_easy_install.py | 128 monkeypatch.setattr(site, 'getsitepackages', mock_gsp, raising=False) 132 monkeypatch.delattr(site, 'getsitepackages', raising=False)
|
/external/icu/icu4c/source/test/testdata/ |
D | emoji-test.txt | 1011 1F64B ; fully-qualified # person raising hand 1012 1F64B 1F3FB ; fully-qualified # person raising hand: light … 1013 1F64B 1F3FC ; fully-qualified # person raising hand: medium… 1014 1F64B 1F3FD ; fully-qualified # person raising hand: medium… 1015 1F64B 1F3FE ; fully-qualified # person raising hand: medium… 1016 1F64B 1F3FF ; fully-qualified # person raising hand: dark s… 1017 1F64B 200D 2642 FE0F ; fully-qualified # ♂️ man raising hand 1018 1F64B 200D 2642 ; non-fully-qualified # ♂ man raising hand 1019 1F64B 1F3FB 200D 2642 FE0F ; fully-qualified # ♂️ man raising hand: light … 1020 1F64B 1F3FB 200D 2642 ; non-fully-qualified # ♂ man raising hand: light s… [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/tfr/resources/ |
D | decomposition_lib.mlir | 2 // for decomposition and external tfr.functions for raising the decomposition
|
12345678910