Home
last modified time | relevance | path

Searched refs:raising (Results 1 – 25 of 229) sorted by relevance

12345678910

/external/subsampling-scale-image-view/
DCONTRIBUTING.md1 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/
Diab.go146 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/
Dtemplate_25-1.in10 the signal that was caught is added to the signal mask by raising that
54 printf("Returning from raising %%MYSIG%%\n");
Dtemplate_22-1.in12 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/
Dllvm_linker.mli17 (** [link_modules' dst src] links [src] into [dst], raising [Error]
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dadd3.ll3 ;; Target triple for gep raising case below.
/external/llvm/test/Transforms/InstCombine/
Dadd3.ll3 ;; Target triple for gep raising case below.
/external/llvm-project/llvm/bindings/ocaml/linker/
Dllvm_linker.mli16 (** [link_modules' dst src] links [src] into [dst], raising [Error]
/external/grpc-grpc/examples/ruby/errors_and_cancellation/
DREADME.md6 implementations by raising a certain `GRPC::BadStatus` exception.
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dbugprone-bad-signal-to-kill-thread.rst7 raising ``SIGTERM`` signal and the signal kills the entire process, not
/external/tensorflow/.github/ISSUE_TEMPLATE/
D30-feature-request.md3 about: Use this template for raising a feature request
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Gather.pbtxt25 raising an error.
/external/libcap/libcap/
Dcap_proc.c690 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/
DREADME30 is properly prohibited from raising bits in its
/external/python/cpython2/Doc/library/
Dtokenize.rst34 signals completion by raising :exc:`StopIteration`.
57 signals completion by raising :exc:`StopIteration`.
/external/ImageMagick/m4/
Dversion.m445 # PLEASE NOTE that doing a SO BUMP aka raising the CURRENT REVISION
/external/python/cpython2/Misc/NEWS.d/
D2.7rc2.rst86 math.erfc was incorrectly raising OverflowError for values between -27.3 and
D2.6b2.rst62 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/
Dselect.rst163 :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/
DCHANGELOG.rst66 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/
Dlegalize_hlo_patterns.td49 // context, getting to these ops may require some raising.
182 // context, getting to these ops may require some raising.
/external/dtc/pylibfdt/
Dlibfdt.i53 # of raising an exception.
56 # instead of raising an exception.
/external/python/setuptools/setuptools/tests/
Dtest_easy_install.py128 monkeypatch.setattr(site, 'getsitepackages', mock_gsp, raising=False)
132 monkeypatch.delattr(site, 'getsitepackages', raising=False)
/external/icu/icu4c/source/test/testdata/
Demoji-test.txt1011 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/
Ddecomposition_lib.mlir2 // for decomposition and external tfr.functions for raising the decomposition

12345678910