Home
last modified time | relevance | path

Searched +full:- +full:- +full:prefix (Results 1 – 25 of 1327) sorted by relevance

12345678910>>...54

/aosp_15_r20/external/clang/test/Driver/
H A Darm-cortex-cpus.c2 // RUN: %clang -target arm -mcpu=generic -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-GENERIC %s
3 // CHECK-GENERIC: "-cc1"{{.*}} "-triple" "armv4t-{{.*}} "-target-cpu" "generic"
5 // RUN: %clang -target armeb -mcpu=generic -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-BE-GENER…
6 // CHECK-BE-GENERIC: "-cc1"{{.*}} "-triple" "armebv4t-{{.*}} "-target-cpu" "generic"
8 // RUN: %clang -target arm -mthumb -mcpu=generic -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-GE…
9 // CHECK-GENERIC-THUMB: "-cc1"{{.*}} "-triple" "thumbv4t-{{.*}} "-target-cpu" "generic"
11 // RUN: %clang -target armeb -mthumb -mcpu=generic -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-
12 // CHECK-BE-GENERIC-THUMB: "-cc1"{{.*}} "-triple" "thumbebv4t-{{.*}} "-target-cpu" "generic"
14 // RUN: %clang -target armv4t -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-V4T %s
15 // RUN: %clang -target arm -march=armv4t -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-V4T %s
[all …]
H A Daarch64-cpus.c3 // RUN: %clang -target aarch64 -### -c %s 2>&1 | FileCheck -check-prefix=GENERIC %s
4 // RUN: %clang -target aarch64 -mcpu=generic -### -c %s 2>&1 | FileCheck -check-prefix=GENERIC %s
5 // RUN: %clang -target aarch64 -mlittle-endian -### -c %s 2>&1 | FileCheck -check-prefix=GENERIC %s
6 // RUN: %clang -target aarch64 -mlittle-endian -mcpu=generic -### -c %s 2>&1 | FileCheck -check-pre…
7 // RUN: %clang -target aarch64_be -mlittle-endian -### -c %s 2>&1 | FileCheck -check-prefix=GENERIC…
8 // RUN: %clang -target aarch64_be -mlittle-endian -mcpu=generic -### -c %s 2>&1 | FileCheck -check-…
9 // GENERIC: "-cc1"{{.*}} "-triple" "aarch64{{.*}}" "-target-cpu" "generic"
11 // RUN: %clang -target arm64 -### -c %s 2>&1 | FileCheck -check-prefix=ARM64-GENERIC %s
12 // RUN: %clang -target arm64 -mcpu=generic -### -c %s 2>&1 | FileCheck -check-prefix=ARM64-GENERIC …
13 // RUN: %clang -target arm64 -mlittle-endian -### -c %s 2>&1 | FileCheck -check-prefix=ARM64-GENERI…
[all …]
H A Dfsanitize.c1 …UN: %clang -target x86_64-linux-gnu -fsanitize=undefined -fsanitize-trap=undefined %s -### 2>&1 | …
2-target x86_64-linux-gnu -fsanitize=undefined -fsanitize-trap=undefined -fno-sanitize-trap=signed-
3 …clang -target x86_64-linux-gnu -fsanitize=undefined -fsanitize-undefined-trap-on-error %s -### 2>&…
4 …ang -target x86_64-linux-gnu -fsanitize=undefined-trap -fsanitize-undefined-trap-on-error %s -### …
5 …ang -target x86_64-linux-gnu -fsanitize-undefined-trap-on-error -fsanitize=undefined-trap %s -### …
6-UNDEFINED-TRAP: "-fsanitize={{((signed-integer-overflow|integer-divide-by-zero|float-divide-by-ze…
7-UNDEFINED-TRAP: "-fsanitize-trap=alignment,array-bounds,bool,enum,float-cast-overflow,float-divid…
8-UNDEFINED-TRAP2: "-fsanitize-trap=alignment,array-bounds,bool,enum,float-cast-overflow,float-divi…
10 // RUN: %clang -target x86_64-linux-gnu -fsanitize=undefined %s -### 2>&1 | FileCheck %s --check-pr…
11-UNDEFINED: "-fsanitize={{((signed-integer-overflow|integer-divide-by-zero|float-divide-by-zero|fu…
[all …]
H A Dcuda-options.cu2 // REQUIRES: clang-driver
3 // REQUIRES: x86-registered-target
4 // REQUIRES: nvptx-registered-target
6 // Simple compilation case. Compile device-side to PTX assembly and make sure
8 // RUN: %clang -### -target x86_64-linux-gnu -c %s 2>&1 \
9 // RUN: | FileCheck -check-prefix DEVICE -check-prefix DEVICE-NOSAVE \
10 // RUN: -check-prefix HOST -check-prefix INCLUDES-DEVICE \
11 // RUN: -check-prefix NOLINK %s
14 // RUN: %clang -### -target x86_64-linux-gnu %s 2>&1 \
15 // RUN: | FileCheck -check-prefix DEVICE -check-prefix DEVICE-NOSAVE \
[all …]
H A Dcl-outputs.c1 // Note: %s must be preceded by --, otherwise it may be interpreted as a
2 // command-line option, e.g. on Mac where %s is commonly under /Users.
4 // RUN: %clang_cl /c -### -- %s 2>&1 | FileCheck -check-prefix=DEFAULT %s
5 // DEFAULT: "-o" "cl-outputs.obj"
7 // RUN: %clang_cl /Fo -### -- %s 2>&1 | FileCheck -check-prefix=FoEMPTY %s
8 // FoEMPTY: "-o" "cl-outputs.obj"
10 // RUN: %clang_cl /Foa -### -- %s 2>&1 | FileCheck -check-prefix=FoNAME %s
11 // FoNAME: "-o" "a.obj"
13 // RUN: %clang_cl /Foa.ext /Fob.ext -### -- %s 2>&1 | FileCheck -check-prefix=FoNAMEEXT %s
14 // FoNAMEEXT: "-o" "b.ext"
[all …]
H A Dcl-options.c1 // Note: %s must be preceded by --, otherwise it may be interpreted as a
2 // command-line option, e.g. on Mac where %s is commonly under /Users.
7 // RUN: %clang_cl /c -### -- %s 2>&1 | FileCheck -check-prefix=c %s
8 // c: -c
10 // RUN: %clang_cl /C -### -- %s 2>&1 | FileCheck -check-prefix=C %s
11 // C: error: invalid argument '-C' only allowed with '/E, /P or /EP'
13 // RUN: %clang_cl /C /P -### -- %s 2>&1 | FileCheck -check-prefix=C_P %s
14 // C_P: "-E"
15 // C_P: "-C"
18 // RUN: -### -- %s 2>&1 | FileCheck -check-prefix=D %s
[all …]
H A Dclang_f_opts.c1 // REQUIRES: clang-driver
3-### -S -fasm -fblocks -fbuiltin -fno-math-errno -fcommon -fpascal-strings -fno-blocks -fno-builti…
4-### -S -fasm -fblocks -fbuiltin -fno-math-errno -fcommon -fpascal-strings -fno-asm -fno-blocks -f…
6 // CHECK-OPTIONS1: -split-stacks
7 // CHECK-OPTIONS1: -fgnu-keywords
8 // CHECK-OPTIONS1: -fblocks
9 // CHECK-OPTIONS1: -fpascal-strings
11 // CHECK-OPTIONS2: -fmath-errno
12 // CHECK-OPTIONS2: -fno-gnu-keywords
13 // CHECK-OPTIONS2: -fno-builtin
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DX86DisassemblerDecoderCommon.h1 //===-- X86DisassemblerDecoderCommon.h - Disassembler decoder ---*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
14 //===----------------------------------------------------------------------===//
85 "says the instruction applies in 64-bit mode but no more") \
87 "requires an OPSIZE prefix, so operands change width") \
89 "requires an ADSIZE prefix, so operands change width") \
96 "requires an OPSIZE prefix, so operands change width") \
98 "requires an OPSIZE prefix, so operands change width") \
100 "requires an ADSIZE prefix, so operands change width") \
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DX86DisassemblerDecoderCommon.h1 //===-- X86DisassemblerDecoderCommon.h - Disassembler decoder ---*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
14 //===----------------------------------------------------------------------===//
85 "says the instruction applies in 64-bit mode but no more") \
87 "requires an OPSIZE prefix, so operands change width") \
89 "requires an ADSIZE prefix, so operands change width") \
96 "requires an OPSIZE prefix, so operands change width") \
98 "requires an OPSIZE prefix, so operands change width") \
100 "requires an ADSIZE prefix, so operands change width") \
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DX86DisassemblerDecoderCommon.h1 //===-- X86DisassemblerDecoderCommon.h - Disassembler decoder ---*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
14 //===----------------------------------------------------------------------===//
85 "says the instruction applies in 64-bit mode but no more") \
87 "requires an OPSIZE prefix, so operands change width") \
89 "requires an ADSIZE prefix, so operands change width") \
96 "requires an OPSIZE prefix, so operands change width") \
98 "requires an OPSIZE prefix, so operands change width") \
100 "requires an ADSIZE prefix, so operands change width") \
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DX86DisassemblerDecoderCommon.h1 //===-- X86DisassemblerDecoderCommon.h - Disassembler decoder ---*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
14 //===----------------------------------------------------------------------===//
85 "says the instruction applies in 64-bit mode but no more") \
87 "requires an OPSIZE prefix, so operands change width") \
89 "requires an ADSIZE prefix, so operands change width") \
96 "requires an OPSIZE prefix, so operands change width") \
98 "requires an OPSIZE prefix, so operands change width") \
100 "requires an ADSIZE prefix, so operands change width") \
[all …]
/aosp_15_r20/external/capstone/arch/X86/
H A DX86DisassemblerDecoderCommon.h1 /*===-- X86DisassemblerDecoderCommon.h - Disassembler decoder -----*- C -*-===*
8 *===----------------------------------------------------------------------===*
15 *===----------------------------------------------------------------------===*/
18 /* By Nguyen Anh Quynh <[email protected]>, 2013-2015 */
22 * the decoder and the table generator in a C-friendly manner.
79 "64-bit mode but no more") \
80 ENUM_ENTRY(IC_OPSIZE, 3, "requires an OPSIZE prefix, so " \
82 ENUM_ENTRY(IC_ADSIZE, 3, "requires an ADSIZE prefix, so " \
84 ENUM_ENTRY(IC_OF, 2, "requires 0f prefix ") \
90 ENUM_ENTRY(IC_XD_OPSIZE, 3, "requires an OPSIZE prefix, so " \
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DX86DisassemblerDecoderCommon.h1 //===-- X86DisassemblerDecoderCommon.h - Disassembler decoder ---*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
14 //===----------------------------------------------------------------------===//
79 "64-bit mode but no more") \
80 ENUM_ENTRY(IC_OPSIZE, 3, "requires an OPSIZE prefix, so " \
82 ENUM_ENTRY(IC_ADSIZE, 3, "requires an ADSIZE prefix, so " \
89 ENUM_ENTRY(IC_XD_OPSIZE, 3, "requires an OPSIZE prefix, so " \
91 ENUM_ENTRY(IC_XS_OPSIZE, 3, "requires an OPSIZE prefix, so " \
93 ENUM_ENTRY(IC_XD_ADSIZE, 3, "requires an ADSIZE prefix, so " \
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DX86DisassemblerDecoderCommon.h1 //===-- X86DisassemblerDecoderCommon.h - Disassembler decoder ---*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
14 //===----------------------------------------------------------------------===//
75 "64-bit mode but no more") \
76 ENUM_ENTRY(IC_OPSIZE, 3, "requires an OPSIZE prefix, so " \
78 ENUM_ENTRY(IC_ADSIZE, 3, "requires an ADSIZE prefix, so " \
85 ENUM_ENTRY(IC_XD_OPSIZE, 3, "requires an OPSIZE prefix, so " \
87 ENUM_ENTRY(IC_XS_OPSIZE, 3, "requires an OPSIZE prefix, so " \
89 ENUM_ENTRY(IC_XD_ADSIZE, 3, "requires an ADSIZE prefix, so " \
[all …]
/aosp_15_r20/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoderCommon.h1 //===-- X86DisassemblerDecoderCommon.h - Disassembler decoder ---*- C++ -*-===//
8 //===----------------------------------------------------------------------===//
15 //===----------------------------------------------------------------------===//
80 "64-bit mode but no more") \
81 ENUM_ENTRY(IC_OPSIZE, 3, "requires an OPSIZE prefix, so " \
83 ENUM_ENTRY(IC_ADSIZE, 3, "requires an ADSIZE prefix, so " \
90 ENUM_ENTRY(IC_XD_OPSIZE, 3, "requires an OPSIZE prefix, so " \
92 ENUM_ENTRY(IC_XS_OPSIZE, 3, "requires an OPSIZE prefix, so " \
94 ENUM_ENTRY(IC_64BIT_REXW, 5, "requires a REX.W prefix, so operands "\
96 ENUM_ENTRY(IC_64BIT_REXW_ADSIZE, 6, "requires a REX.W prefix and 0x67 " \
[all …]
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/
H A DEC.java6 // BEGIN Android-removed: Unsupported algorithms
12 // END Android-removed: Unsupported algorithms
17 // BEGIN Android-removed: Unsupported algorithms
19 // END Android-removed: Unsupported algorithms
23 private static final String PREFIX = "org.bouncycastle.jcajce.provider.asymmetric" + ".ec."; field in EC
42 // BEGIN Android-removed: Unsupported algorithms in configure()
44 provider.addAlgorithm("AlgorithmParameters.EC", PREFIX + "AlgorithmParametersSpi"); in configure()
47 provider.addAlgorithm("KeyAgreement.ECDH", PREFIX + "KeyAgreementSpi$DH"); in configure()
49 provider.addAlgorithm("KeyAgreement.ECDHC", PREFIX + "KeyAgreementSpi$DHC"); in configure()
51 provider.addAlgorithm("KeyAgreement.ECCDH", PREFIX + "KeyAgreementSpi$DHC"); in configure()
[all …]
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/asymmetric/
H A DEC.java7 // BEGIN Android-removed: Unsupported algorithms
13 // END Android-removed: Unsupported algorithms
18 // BEGIN Android-removed: Unsupported algorithms
20 // END Android-removed: Unsupported algorithms
27 …private static final String PREFIX = "com.android.internal.org.bouncycastle.jcajce.provider.asymme… field in EC
49 // BEGIN Android-removed: Unsupported algorithms in configure()
51 provider.addAlgorithm("AlgorithmParameters.EC", PREFIX + "AlgorithmParametersSpi"); in configure()
54 provider.addAlgorithm("KeyAgreement.ECDH", PREFIX + "KeyAgreementSpi$DH"); in configure()
56 provider.addAlgorithm("KeyAgreement.ECDHC", PREFIX + "KeyAgreementSpi$DHC"); in configure()
58 provider.addAlgorithm("KeyAgreement.ECCDH", PREFIX + "KeyAgreementSpi$DHC"); in configure()
[all …]
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/
H A DEC.java7 // BEGIN Android-removed: Unsupported algorithms
13 // END Android-removed: Unsupported algorithms
18 // BEGIN Android-removed: Unsupported algorithms
20 // END Android-removed: Unsupported algorithms
27 …private static final String PREFIX = "com.android.org.bouncycastle.jcajce.provider.asymmetric" + "… field in EC
49 // BEGIN Android-removed: Unsupported algorithms in configure()
51 provider.addAlgorithm("AlgorithmParameters.EC", PREFIX + "AlgorithmParametersSpi"); in configure()
54 provider.addAlgorithm("KeyAgreement.ECDH", PREFIX + "KeyAgreementSpi$DH"); in configure()
56 provider.addAlgorithm("KeyAgreement.ECDHC", PREFIX + "KeyAgreementSpi$DHC"); in configure()
58 provider.addAlgorithm("KeyAgreement.ECCDH", PREFIX + "KeyAgreementSpi$DHC"); in configure()
[all …]
/aosp_15_r20/external/openthread/src/core/net/
H A Dip6_address.hpp37 #include "openthread-core-config.h"
60 * @addtogroup core-ip6-ip6
67 * Represents the Network Prefix of an IPv6 address (most significant 64 bits of the address).
75 static constexpr uint8_t kLength = kSize * kBitsPerByte; ///< Length of Network Prefix in bits.
78 … * Generates and sets the Network Prefix to a crypto-secure random Unique Local Address (ULA) based
81 * @retval kErrorNone Successfully generated a random ULA Network Prefix
82 * @retval kErrorFailed Failed to generate random ULA Network Prefix.
90 * Represents an IPv6 Prefix.
94 class Prefix : public otIp6Prefix, public Clearable<Prefix>, public Unequatable<Prefix> class
97 static constexpr uint8_t kMaxSize = OT_IP6_ADDRESS_SIZE; ///< Max (byte) size of a prefix.
[all …]
/aosp_15_r20/external/clang/test/Frontend/
H A Dgnu-mcount.c1 // RUN: %clang -target armv7-unknown-none-eabi -pg -S -emit-llvm -o - %s | FileCheck %s -check-pref…
2 …%clang -target armv7-unknown-none-eabi -pg -meabi gnu -S -emit-llvm -o - %s | FileCheck %s -check-…
3 // RUN: %clang -target aarch64-unknown-none-eabi -pg -S -emit-llvm -o - %s | FileCheck %s -check-pr…
4 …lang -target aarch64-unknown-none-eabi -pg -meabi gnu -S -emit-llvm -o - %s | FileCheck %s -check-…
5 // RUN: %clang -target armv7-unknown-linux-gnueabi -pg -S -emit-llvm -o - %s | FileCheck %s -check-…
6 …lang -target armv7-unknown-linux-gnueabi -meabi gnu -pg -S -emit-llvm -o - %s | FileCheck %s -chec…
7 …/ RUN: %clang -target aarch64-unknown-linux-gnueabi -pg -S -emit-llvm -o - %s | FileCheck %s -chec…
8 …ng -target aarch64-unknown-linux-gnueabi -meabi gnu -pg -S -emit-llvm -o - %s | FileCheck %s -chec…
9 // RUN: %clang -target armv7-unknown-linux-gnueabihf -pg -S -emit-llvm -o - %s | FileCheck %s -chec…
10 …ang -target armv7-unknown-linux-gnueabihf -meabi gnu -pg -S -emit-llvm -o - %s | FileCheck %s -che…
[all …]
/aosp_15_r20/art/disassembler/
H A Ddisassembler_x86.cc8 * http://www.apache.org/licenses/LICENSE-2.0
24 #include "android-base/logging.h"
25 #include "android-base/stringprintf.h"
73 // 64-bit opcode REX modifier.
173 uint8_t* prefix, bool load, RegFile src_reg_file, in DumpAddress() argument
181 } else { // 64-bit RIP relative addressing. in DumpAddress()
221 // 64-bit low 32-bit absolute address, redundant absolute address encoding on 32-bit. in DumpAddress()
239 prefix[2], load ? src_reg_file : dst_reg_file); in DumpAddress()
291 uint8_t prefix[4] = {0, 0, 0, 0}; in DumpInstruction() local
294 // Group 1 - lock and repeat prefixes: in DumpInstruction()
[all …]
/aosp_15_r20/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyResources.java8 * http://www.apache.org/licenses/LICENSE-2.0
35 * <li>un-updatable resource IDs</li>
42 * Class containing the identifiers used to update device management-related system drawable.
73 * Class containing the source identifiers used to update device management-related system
116 * Class containing the style identifiers used to update device management-related system
130 * A style identifier indicating that the updatable drawable has a solid non-colored
143 * Class containing the identifiers used to update device management-related system strings.
154 * Class containing the identifiers used to update device management-related system strings
164 private static final String PREFIX = "Settings."; field in DevicePolicyResources.Strings.Settings
170 PREFIX + "FACE_SETTINGS_FOR_WORK_TITLE";
[all …]
/aosp_15_r20/external/openthread/tests/toranj/ncp/
H A Dtest-030-slaac-address-ncp.py33 # -------------------------------------------------------------------------------------------------…
38 # - Verify that adding prefix (with SLAAC flag) causes a corresponding SLAAC IPv6 address to be add…
39 # - Verify that removing the prefix, would remove the SLAAC address.
40 # - Verify behavior when same prefix is added/removed on multiple nodes (with or without SLAAC flag…
41 # - Check behavior when a user-added address with the same prefix already exists.
42 # - Check behavior when a user-added address with same prefix is removed (SLAAC module should add a…
43 # - Ensure removal of prefix does not remove user-added address with same prefix.
44 # - Ensure disabling SLAAC module removes previously added SLAAC addresses, and re-enabling it adds…
45 # - Check behavior when prefix is added while SLAAC module is disabled and then enabled later.
47 test_name = __file__[:-3] if __file__.endswith('.py') else __file__
[all …]
/aosp_15_r20/external/libcxx/test/std/re/re.alg/re.alg.search/
H A Decma.pass.cpp1 //===----------------------------------------------------------------------===//
8 //===----------------------------------------------------------------------===//
13 // REQUIRES: locale.cs_CZ.ISO8859-2
25 // XFAIL: linux-gnu
42 assert(!m.prefix().matched); in main()
43 assert(m.prefix().first == s); in main()
44 assert(m.prefix().second == m[0].first); in main()
57 assert(!m.prefix().matched); in main()
58 assert(m.prefix().first == s); in main()
59 assert(m.prefix().second == m[0].first); in main()
[all …]
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/
H A Dconfig.layout2 ## config.layout -- Pre-defined Installation Path Layouts
5 ## - layouts can be loaded with configure's --enable-layout=ID option
6 ## - when no --enable-layout option is given, the default layout is `apr'
7 ## - a trailing plus character (`+') on paths is replaced with a
14 prefix: /usr/local/apr
15 exec_prefix: ${prefix}
20 mandir: ${prefix}/man
21 sysconfdir: ${prefix}/conf
22 datadir: ${prefix}
23 installbuilddir: ${datadir}/build-${APR_MAJOR_VERSION}
[all …]

12345678910>>...54