Searched refs:tagging (Results 1 – 25 of 114) sorted by relevance
12345
/external/python/asn1crypto/docs/ |
D | universal_types.md | 29 - [Explicit and Implicit Tagging](#explicit-and-implicit-tagging) 165 class, method, tag, special tagging, content bytes, native Python value, child 200 implicit/explicit tagging. 213 Implicit and explicit tagging will be covered in more detail later, however 513 implicit and explicit tagging. 616 or `Choice` has more than one field with the same universal type, tagging allows 620 Implicit tagging simply changes the tag number of a type to a different value. 621 However, Explicit tagging wraps the existing type in another tag with the 624 In general, most situations allow for implicit tagging, with the notable 626 Otherwise, using implicit tagging would modify the tag of the chosen [all …]
|
/external/python/pyasn1/docs/source/pyasn1/type/tag/ |
D | contents.rst | 15 Tags can be appended to one another (in EXPLICIT tagging mode) 16 or overridden (IMPLICIT tagging mode) ultimately creating a new
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | stack-tagging-dbg.ll | 1 ; RUN: opt < %s -aarch64-stack-tagging -S -o - | FileCheck %s 28 !1 = !DIFile(filename: "stack-tagging.cc", directory: "/tmp")
|
D | stack-tagging.ll | 1 ; RUN: opt < %s -aarch64-stack-tagging -S -o - | FileCheck %s --check-prefixes=CHECK,SSI 2 ; RUN: opt < %s -aarch64-stack-tagging -stack-tagging-use-stack-safety=0 -S -o - | FileCheck %s --c…
|
D | stack-tagging-unchecked-ld-st.ll | 2 ; RUN: llc < %s -mtriple=aarch64 -mattr=+mte -stack-tagging-unchecked-ld-st=never | FileCheck %s --… 3 ; RUN: llc < %s -mtriple=aarch64 -mattr=+mte -stack-tagging-unchecked-ld-st=always | FileCheck %s -…
|
D | stack-tagging-ex-1.ll | 1 ; RUN: opt -S -aarch64-stack-tagging %s -o - | FileCheck %s
|
D | stack-tagging-untag-placement.ll | 1 ;; RUN: opt -S -aarch64-stack-tagging %s -o - | FileCheck %s
|
/external/jcommander/ |
D | release | 4 # deploy without tagging: mvn deploy -DperformRelease
|
/external/testng/maven/ |
D | build-with-maven | 11 # deploy without tagging: mvn deploy -DperformRelease
|
/external/perfetto/docs/contributing/ |
D | sdk-releasing.md | 33 Continue with [building the release](#building-and-tagging-the-release). 57 ## Building and tagging the release
|
/external/vixl/ |
D | VERSIONS.md | 16 into Linaro, we started working directly on `master` and stopped tagging
|
/external/testng/ |
D | build-with-maven | 23 # deploy without tagging: mvn deploy -DperformRelease
|
/external/llvm-project/llvm/docs/ |
D | MemTagSanitizer.rst | 58 SP; this allows to skip tagging of any variable when memory safety can 75 Heap tagging
|
/external/python/pyasn1/docs/source/pyasn1/type/constraint/ |
D | contents.rst | 9 type, together with :ref:`tagging <type.tag>`, is a way of creating
|
/external/ltp/testcases/open_posix_testsuite/Documentation/ |
D | HOWTO_Tagging | 5 In order to get code included in the releases, the tagging scheme below
|
/external/iproute2/examples/diffserv/ |
D | README | 74 classify based on the DSCPs and use the policer ids to decide tagging
|
/external/opencensus-java/ |
D | CHANGELOG.md | 143 - Initial stats and tagging implementation for Java (`impl`) and Android 144 (`impl-lite`). This implements all the stats and tagging APIs since v0.8.0.
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | wrappers_c.inc | 235 // Disable memory tagging for the heap. The caller must disable memory tag 244 // hardware support memory tagging.
|
/external/python/asn1crypto/ |
D | changelog.md | 153 - Added support for nested explicit tagging, supporting values that are 154 defined with explicit tagging and then added as a field of another 155 structure using explicit tagging. 180 - Fixed a regression where explicit tagging of a field containing a 388 explicit tagging
|
/external/llvm-project/compiler-rt/lib/hwasan/ |
D | hwasan_flags.inc | 27 // Test only flag to disable malloc/realloc/free memory tagging on startup.
|
/external/scudo/standalone/ |
D | wrappers_c.inc | 235 // Disable memory tagging for the heap. The caller must disable memory tag 244 // hardware support memory tagging.
|
/external/arm-trusted-firmware/docs/ |
D | glossary.rst | 96 hardware-assisted memory tagging.
|
/external/python/pyasn1/docs/source/pyasn1/type/opentype/ |
D | contents.rst | 42 ANY type can be subtyped by :ref:`tagging <type.tag>`.
|
/external/strace/xlat/ |
D | ethernet_protocols.in | 22 ETH_P_TRAILER 0x001C /* Trailer switch tagging */
|
/external/llvm-project/lldb/docs/use/ |
D | qemu-testing.rst | 96 * --mte option will enable AArch64 MTE (memory tagging) mode.
|
12345