Home
last modified time | relevance | path

Searched full:prefix (Results 1 – 25 of 6023) sorted by relevance

12345678910>>...241

/external/curl/packages/vms/
Dcurlmsg.sdl21 /* "THE COMBINED LENGTH OF THE PREFIX AND THE MESSAGE SYMBOL NAME CANNOT
22 /* EXCEED 31 CHARACTERS." WITH A PREFIX OF FIVE THAT LEAVES US WITH 26
28 "FACILITY" EQUALS 3841 PREFIX "CURL" TAG ""
29 ,"OK" EQUALS %X0F018009 PREFIX "CURL" TAG ""
30 ,"UNSUPPORTED_PROTOCOL" EQUALS %X0F018012 PREFIX "CURL" TAG ""
31 ,"FAILED_INIT" EQUALS %X0F01801A PREFIX "CURL" TAG ""
32 ,"URL_MALFORMAT" EQUALS %X0F018022 PREFIX "CURL" TAG ""
33 ,"OBSOLETE4" EQUALS %X0F01802A PREFIX "CURL" TAG ""
34 ,"COULDNT_RESOLVE_PROXY" EQUALS %X0F018032 PREFIX "CURL" TAG ""
35 ,"COULDNT_RESOLVE_HOST" EQUALS %X0F01803A PREFIX "CURL" TAG ""
[all …]
/external/curl/tests/certs/scripts/
Dgenserv.sh13 USAGE="echo Usage is genserv.sh <prefix> <caprefix>"
25 PREFIX=$1
26 if [ ".$PREFIX" = . ] ; then
27 echo No configuration prefix
30 if [ ! -f $PREFIX-sv.prm ] ; then
31 echo No configuration file $PREFIX-sv.prm
38 echo No CA prefix
62 echo SERIAL=$SERIAL PREFIX=$PREFIX CAPREFIX=$CAPREFIX DURATION=$DURATION KEYSIZE=$KEYSIZE
65 echo "openssl dhparam -2 -out $PREFIX-sv.dhp $KEYSIZE"
66 $OPENSSL dhparam -2 -out $PREFIX-sv.dhp $KEYSIZE
[all …]
Dgenroot.sh21 PREFIX=$1
22 if [ ".$PREFIX" = . ] ; then
23 echo No configuration prefix
26 if [ ! -f $PREFIX-ca.prm ] ; then
27 echo No configuration file $PREFIX-ca.prm
41 echo SERIAL=$SERIAL PREFIX=$PREFIX DURATION=$DURATION KEYSIZE=$KEYSIZE
43 echo "openssl genrsa -out $PREFIX-ca.key $KEYSIZE -passout XXX"
44 openssl genrsa -out $PREFIX-ca.key $KEYSIZE -passout pass:secret
46 echo "openssl req -config $PREFIX-ca.prm -new -key $PREFIX-ca.key -out $PREFIX-ca.csr"
47 $OPENSSL req -config $PREFIX-ca.prm -new -key $PREFIX-ca.key -out $PREFIX-ca.csr -passin pass:secret
[all …]
/external/clang/test/Frontend/
Dgnu-mcount.c1 …nown-none-eabi -pg -S -emit-llvm -o - %s | FileCheck %s -check-prefix CHECK -check-prefix CHECK-AR…
2 …abi -pg -meabi gnu -S -emit-llvm -o - %s | FileCheck %s -check-prefix CHECK -check-prefix CHECK-AR…
3 …nown-none-eabi -pg -S -emit-llvm -o - %s | FileCheck %s -check-prefix CHECK -check-prefix CHECK-AR…
4 …abi -pg -meabi gnu -S -emit-llvm -o - %s | FileCheck %s -check-prefix CHECK -check-prefix CHECK-AR…
5 …-linux-gnueabi -pg -S -emit-llvm -o - %s | FileCheck %s -check-prefix CHECK -check-prefix CHECK-AR…
6 …abi -meabi gnu -pg -S -emit-llvm -o - %s | FileCheck %s -check-prefix CHECK -check-prefix CHECK-AR…
7 …-linux-gnueabi -pg -S -emit-llvm -o - %s | FileCheck %s -check-prefix CHECK -check-prefix CHECK-AR…
8 …abi -meabi gnu -pg -S -emit-llvm -o - %s | FileCheck %s -check-prefix CHECK -check-prefix CHECK-AR…
9 …inux-gnueabihf -pg -S -emit-llvm -o - %s | FileCheck %s -check-prefix CHECK -check-prefix CHECK-AR…
10 …ihf -meabi gnu -pg -S -emit-llvm -o - %s | FileCheck %s -check-prefix CHECK -check-prefix CHECK-AR…
[all …]
/external/autotest/server/cros/ap_configurators/
Dap_configurator_factory.py30 PREFIX='autotest_lib.server.cros.ap_configurators.' variable in APConfiguratorFactory
33 [PREFIX + 'linksys_ap_configurator',
36 [PREFIX + 'linksys_ap_15_configurator',
39 [PREFIX + 'dlink_ap_configurator',
42 [PREFIX + 'trendnet_ap_configurator',
45 [PREFIX + 'trendnet691gr_ap_configurator',
48 [PREFIX + 'trendnet731br_ap_configurator',
51 [PREFIX + 'trendnet432brp_ap_configurator',
54 [PREFIX + 'trendnet692gr_ap_configurator',
57 [PREFIX + 'trendnet654tr_ap_configurator',
[all …]
/external/clang/test/Driver/
Dcuda-options.cu9 // RUN: | FileCheck -check-prefix DEVICE -check-prefix DEVICE-NOSAVE \
10 // RUN: -check-prefix HOST -check-prefix INCLUDES-DEVICE \
11 // RUN: -check-prefix NOLINK %s
15 // RUN: | FileCheck -check-prefix DEVICE -check-prefix DEVICE-NOSAVE \
16 // RUN: -check-prefix HOST -check-prefix INCLUDES-DEVICE \
17 // RUN: -check-prefix LINK %s
22 // RUN: | FileCheck -check-prefix NODEVICE -check-prefix HOST \
23 // RUN: -check-prefix NOINCLUDES-DEVICE -check-prefix LINK %s
27 // RUN: | FileCheck -check-prefix DEVICE -check-prefix DEVICE-NOSAVE \
28 // RUN: -check-prefix NOHOST -check-prefix NOLINK %s
[all …]
Darm-cortex-cpus.c2 // RUN: %clang -target arm -mcpu=generic -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-GENERIC %s
5 // RUN: %clang -target armeb -mcpu=generic -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-BE-GENER…
8 // RUN: %clang -target arm -mthumb -mcpu=generic -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-GE…
11 // RUN: %clang -target armeb -mthumb -mcpu=generic -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-…
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
18 // RUN: %clang -target armv4t -mthumb -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-V4T-THUMB %s
19 // RUN: %clang -target arm -mthumb -march=armv4t -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-V4…
22 // RUN: %clang -target armv5 -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-V5 %s
23 // RUN: %clang -target arm -march=armv5 -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-V5 %s
[all …]
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 … -target aarch64 -mlittle-endian -mcpu=generic -### -c %s 2>&1 | FileCheck -check-prefix=GENERIC %s
7 // RUN: %clang -target aarch64_be -mlittle-endian -### -c %s 2>&1 | FileCheck -check-prefix=GENERIC…
8 …arget aarch64_be -mlittle-endian -mcpu=generic -### -c %s 2>&1 | FileCheck -check-prefix=GENERIC %s
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…
14 …rget arm64 -mlittle-endian -mcpu-generic -### -c %s 2>&1 | FileCheck -check-prefix=ARM64-GENERIC %s
[all …]
Dcuda-external-tools.cu9 // RUN: | FileCheck -check-prefix ARCH64 -check-prefix SM20 -check-prefix OPT0 %s
11 // RUN: | FileCheck -check-prefix ARCH64 -check-prefix SM20 -check-prefix OPT1 %s
13 // RUN: | FileCheck -check-prefix ARCH64 -check-prefix SM20 -check-prefix OPT2 %s
15 // RUN: | FileCheck -check-prefix ARCH64 -check-prefix SM20 -check-prefix OPT3 %s
17 // RUN: | FileCheck -check-prefix ARCH64 -check-prefix SM20 -check-prefix OPT3 %s
19 // RUN: | FileCheck -check-prefix ARCH64 -check-prefix SM20 -check-prefix OPT3 %s
23 // RUN: | FileCheck -check-prefix ARCH64 -check-prefix SM20 -check-prefix DBG %s
28 // RUN: | FileCheck -check-prefix ARCH64 -check-prefix SM20 -check-prefix OPT2 %s
32 // RUN: | FileCheck -check-prefix ARCH64 -check-prefix SM20 -check-prefix OPT0 %s
37 // RUN: | FileCheck -check-prefix ARCH64 -check-prefix SM20 -check-prefix OPT2 %s
[all …]
Dcl-outputs.c4 // RUN: %clang_cl /c -### -- %s 2>&1 | FileCheck -check-prefix=DEFAULT %s
7 // RUN: %clang_cl /Fo -### -- %s 2>&1 | FileCheck -check-prefix=FoEMPTY %s
10 // RUN: %clang_cl /Foa -### -- %s 2>&1 | FileCheck -check-prefix=FoNAME %s
13 // RUN: %clang_cl /Foa.ext /Fob.ext -### -- %s 2>&1 | FileCheck -check-prefix=FoNAMEEXT %s
16 // RUN: %clang_cl /Fofoo.dir/ -### -- %s 2>&1 | FileCheck -check-prefix=FoDIR %s
19 // RUN: %clang_cl /Fofoo.dir/a -### -- %s 2>&1 | FileCheck -check-prefix=FoDIRNAME %s
22 // RUN: %clang_cl /Fofoo.dir/a.ext -### -- %s 2>&1 | FileCheck -check-prefix=FoDIRNAMEEXT %s
25 // RUN: %clang_cl /Fo.. -### -- %s 2>&1 | FileCheck -check-prefix=FoCRAZY %s
28 // RUN: %clang_cl /Foa.obj -### -- %s %s 2>&1 | FileCheck -check-prefix=CHECK-MULTIPLESOURCEERROR %s
31 // RUN: %clang_cl /Fomydir/ -### -- %s %s 2>&1 | FileCheck -check-prefix=CHECK-MULTIPLESOURCEOK %s
[all …]
Ddebug-options.c5 // RUN: | FileCheck -check-prefix=G -check-prefix=G_GDB %s
7 // RUN: | FileCheck -check-prefix=G %s
9 // RUN: | FileCheck -check-prefix=G %s
11 // RUN: | FileCheck -check-prefix=G -check-prefix=G_GDB %s
13 // RUN: | FileCheck -check-prefix=GLTO_ONLY -check-prefix=G_GDB %s
15 // RUN: | FileCheck -check-prefix=G %s
17 // RUN: | FileCheck -check-prefix=G -check-prefix=G_LLDB %s
19 // RUN: | FileCheck -check-prefix=G -check-prefix=G_SCE %s
22 // RUN: | FileCheck -check-prefix=G_DARWIN -check-prefix=G_LLDB %s
24 // RUN: | FileCheck -check-prefix=G_DARWIN %s
[all …]
Dcl-options.c7 // RUN: %clang_cl /c -### -- %s 2>&1 | FileCheck -check-prefix=c %s
10 // RUN: %clang_cl /C -### -- %s 2>&1 | FileCheck -check-prefix=C %s
13 // RUN: %clang_cl /C /P -### -- %s 2>&1 | FileCheck -check-prefix=C_P %s
18 // RUN: -### -- %s 2>&1 | FileCheck -check-prefix=D %s
26 // RUN: %clang_cl /E -### -- %s 2>&1 | FileCheck -check-prefix=E %s
30 // RUN: %clang_cl /EP -### -- %s 2>&1 | FileCheck -check-prefix=EP %s
35 // RUN: %clang_cl /fp:fast /fp:except -### -- %s 2>&1 | FileCheck -check-prefix=fpexcept %s
38 // RUN: %clang_cl /fp:fast /fp:except /fp:except- -### -- %s 2>&1 | FileCheck -check-prefix=fpexcep…
41 // RUN: %clang_cl /fp:precise /fp:fast -### -- %s 2>&1 | FileCheck -check-prefix=fpfast %s
45 // RUN: %clang_cl /fp:fast /fp:precise -### -- %s 2>&1 | FileCheck -check-prefix=fpprecise %s
[all …]
Dpic.c49 // RUN: | FileCheck %s --check-prefix=CHECK-NO-PIC
51 // RUN: | FileCheck %s --check-prefix=CHECK-PIC1
53 // RUN: | FileCheck %s --check-prefix=CHECK-PIC2
55 // RUN: | FileCheck %s --check-prefix=CHECK-PIE1
57 // RUN: | FileCheck %s --check-prefix=CHECK-PIE2
63 // RUN: | FileCheck %s --check-prefix=CHECK-NO-PIC
65 // RUN: | FileCheck %s --check-prefix=CHECK-NO-PIC
67 // RUN: | FileCheck %s --check-prefix=CHECK-NO-PIC
69 // RUN: | FileCheck %s --check-prefix=CHECK-NO-PIC
71 // RUN: | FileCheck %s --check-prefix=CHECK-NO-PIC
[all …]
Dps4-sdk-root.c17 … x86_64-scei-ps4 %s 2>&1 | FileCheck -check-prefix=WARN-SYS-HEADERS -check-prefix=WARN-SYS-LIBS -c…
19 …### -c -target x86_64-scei-ps4 %s 2>&1 | FileCheck -check-prefix=WARN-SYS-HEADERS -check-prefix=NO…
20 …### -S -target x86_64-scei-ps4 %s 2>&1 | FileCheck -check-prefix=WARN-SYS-HEADERS -check-prefix=NO…
21 …### -E -target x86_64-scei-ps4 %s 2>&1 | FileCheck -check-prefix=WARN-SYS-HEADERS -check-prefix=NO…
22 …it-ast -target x86_64-scei-ps4 %s 2>&1 | FileCheck -check-prefix=WARN-SYS-HEADERS -check-prefix=NO…
23 …t x86_64-scei-ps4 %s 2>&1 | FileCheck -check-prefix=WARN-ISYSROOT -check-prefix=WARN-SYS-LIBS -che…
25 …nt-directory -### -c -nostdinc -target x86_64-scei-ps4 %s 2>&1 | FileCheck -check-prefix=NO-WARN %s
26 …nt-directory -### -S -nostdinc -target x86_64-scei-ps4 %s 2>&1 | FileCheck -check-prefix=NO-WARN %s
27 …nt-directory -### -E -nostdinc -target x86_64-scei-ps4 %s 2>&1 | FileCheck -check-prefix=NO-WARN %s
28 …ctory -### -emit-ast -nostdinc -target x86_64-scei-ps4 %s 2>&1 | FileCheck -check-prefix=NO-WARN %s
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/
DEC.java20 private static final String PREFIX = "org.bouncycastle.jcajce.provider.asymmetric" + ".ec."; field in EC
31 provider.addAlgorithm("AlgorithmParameters.EC", PREFIX + "AlgorithmParametersSpi"); in configure()
33 provider.addAlgorithm("KeyAgreement.ECDH", PREFIX + "KeyAgreementSpi$DH"); in configure()
35 // provider.addAlgorithm("KeyAgreement.ECDHC", PREFIX + "KeyAgreementSpi$DHC"); in configure()
36 // provider.addAlgorithm("KeyAgreement.ECCDH", PREFIX + "KeyAgreementSpi$DHC"); in configure()
38 …"KeyAgreement." + X9ObjectIdentifiers.dhSinglePass_stdDH_sha1kdf_scheme, PREFIX + "KeyAgreementSpi… in configure()
39 …greement." + X9ObjectIdentifiers.dhSinglePass_cofactorDH_sha1kdf_scheme, PREFIX + "KeyAgreementSpi… in configure()
41 …yAgreement." + SECObjectIdentifiers.dhSinglePass_stdDH_sha224kdf_scheme, PREFIX + "KeyAgreementSpi… in configure()
42 …ement." + SECObjectIdentifiers.dhSinglePass_cofactorDH_sha224kdf_scheme, PREFIX + "KeyAgreementSpi… in configure()
44 …yAgreement." + SECObjectIdentifiers.dhSinglePass_stdDH_sha256kdf_scheme, PREFIX + "KeyAgreementSpi… in configure()
[all …]
DRSA.java18 private static final String PREFIX = "org.bouncycastle.jcajce.provider.asymmetric" + ".rsa."; field in RSA
29 … provider.addAlgorithm("AlgorithmParameters.OAEP", PREFIX + "AlgorithmParametersSpi$OAEP"); in configure()
30 provider.addAlgorithm("AlgorithmParameters.PSS", PREFIX + "AlgorithmParametersSpi$PSS"); in configure()
51 provider.addAlgorithm("Cipher.RSA", PREFIX + "CipherSpi$NoPadding"); in configure()
56 // provider.addAlgorithm("Cipher.RSA/PKCS1", PREFIX + "CipherSpi$PKCS1v1_5Padding"); in configure()
57 …// provider.addAlgorithm("Cipher", PKCSObjectIdentifiers.rsaEncryption, PREFIX + "CipherSpi$PKCS1v… in configure()
58 …// provider.addAlgorithm("Cipher", X509ObjectIdentifiers.id_ea_rsa, PREFIX + "CipherSpi$PKCS1v1_5P… in configure()
59 … // provider.addAlgorithm("Cipher.RSA/1", PREFIX + "CipherSpi$PKCS1v1_5Padding_PrivateOnly"); in configure()
60 … // provider.addAlgorithm("Cipher.RSA/2", PREFIX + "CipherSpi$PKCS1v1_5Padding_PublicOnly"); in configure()
61 // provider.addAlgorithm("Cipher.RSA/OAEP", PREFIX + "CipherSpi$OAEPPadding"); in configure()
[all …]
DDSA.java12 private static final String PREFIX = "org.bouncycastle.jcajce.provider.asymmetric" + ".dsa."; field in DSA
23 provider.addAlgorithm("AlgorithmParameters.DSA", PREFIX + "AlgorithmParametersSpi"); in configure()
25 …provider.addAlgorithm("AlgorithmParameterGenerator.DSA", PREFIX + "AlgorithmParameterGeneratorSpi"… in configure()
27 provider.addAlgorithm("KeyPairGenerator.DSA", PREFIX + "KeyPairGeneratorSpi"); in configure()
28 provider.addAlgorithm("KeyFactory.DSA", PREFIX + "KeyFactorySpi"); in configure()
31 provider.addAlgorithm("Signature.SHA1withDSA", PREFIX + "DSASigner$stdDSA"); in configure()
33 provider.addAlgorithm("Signature.NONEWITHDSA", PREFIX + "DSASigner$noneDSA"); in configure()
38 // provider.addAlgorithm("Signature.DETDSA", PREFIX + "DSASigner$detDSA"); in configure()
39 // provider.addAlgorithm("Signature.SHA1WITHDETDSA", PREFIX + "DSASigner$detDSA"); in configure()
40 // provider.addAlgorithm("Signature.SHA224WITHDETDSA", PREFIX + "DSASigner$detDSA224"); in configure()
[all …]
/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoderCommon.h81 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 " \
97 "prefix") \
114 ENUM_ENTRY(IC_VEX, 1, "requires a VEX prefix") \
115 ENUM_ENTRY(IC_VEX_XS, 2, "requires VEX and the XS prefix") \
116 ENUM_ENTRY(IC_VEX_XD, 2, "requires VEX and the XD prefix") \
[all …]
/external/compiler-rt/test/cfi/
Dbad-cast.cpp2 // RUN: %expect_crash %t1 a 2>&1 | FileCheck --check-prefix=FAIL %s
3 // RUN: %expect_crash %t1 b 2>&1 | FileCheck --check-prefix=FAIL %s
4 // RUN: %expect_crash %t1 c 2>&1 | FileCheck --check-prefix=FAIL %s
5 // RUN: %t1 d 2>&1 | FileCheck --check-prefix=PASS %s
6 // RUN: %t1 e 2>&1 | FileCheck --check-prefix=PASS %s
7 // RUN: %t1 f 2>&1 | FileCheck --check-prefix=PASS %s
8 // RUN: %expect_crash %t1 g 2>&1 | FileCheck --check-prefix=FAIL %s
9 // RUN: %t1 h 2>&1 | FileCheck --check-prefix=PASS %s
12 // RUN: %expect_crash %t2 a 2>&1 | FileCheck --check-prefix=FAIL %s
13 // RUN: %expect_crash %t2 b 2>&1 | FileCheck --check-prefix=FAIL %s
[all …]
/external/compiler-rt/test/cfi/cross-dso/icall/
Ddiag.cpp12 // RUN: %t icv 2>&1 | FileCheck %s --check-prefix=ICALL-DIAG --check-prefix=CAST-DIAG \
13 // RUN: --check-prefix=VCALL-DIAG --check-prefix=ALL-RECOVER
15 // RUN: %t i_v 2>&1 | FileCheck %s --check-prefix=ICALL-DIAG --check-prefix=CAST-NODIAG \
16 // RUN: --check-prefix=VCALL-DIAG --check-prefix=ALL-RECOVER
18 // RUN: %t _cv 2>&1 | FileCheck %s --check-prefix=ICALL-NODIAG --check-prefix=CAST-DIAG \
19 // RUN: --check-prefix=VCALL-DIAG --check-prefix=ALL-RECOVER
21 // RUN: %t ic_ 2>&1 | FileCheck %s --check-prefix=ICALL-DIAG --check-prefix=CAST-DIAG \
22 // RUN: --check-prefix=VCALL-NODIAG --check-prefix=ALL-RECOVER
30 // RUN: %expect_crash %t icv 2>&1 | FileCheck %s --check-prefix=ICALL-NODIAG --check-prefix=CAST-NO…
31 // RUN: --check-prefix=VCALL-NODIAG --check-prefix=ICALL-F…
[all …]
/external/compiler-rt/lib/interception/tests/
Dinterception_win_test.cc217 // Add padding to avoid memory violation when scanning the prefix. in LoadActiveCode()
327 FunctionPrefixKind prefix = FunctionPrefixDetour; in TEST() local
328 TestIdentityFunctionPatching(kIdentityCodeWithPrologue, override, prefix); in TEST()
329 TestIdentityFunctionPatching(kIdentityCodeWithPushPop, override, prefix); in TEST()
330 TestIdentityFunctionPatching(kIdentityCodeWithMov, override, prefix); in TEST()
331 TestIdentityFunctionPatching(kIdentityCodeWithJump, override, prefix); in TEST()
342 FunctionPrefixKind prefix = FunctionPrefixHotPatch; in TEST() local
343 TestIdentityFunctionPatching(kIdentityCodeWithMov, override, prefix); in TEST()
348 FunctionPrefixKind prefix = FunctionPrefixNone; in TEST() local
349 TestIdentityFunctionPatching(kIdentityCodeWithPrologue, override, prefix); in TEST()
[all …]
/external/bzip2/
DMakefile27 PREFIX=/usr/local macro
73 if ( test ! -d $(PREFIX)/bin ) ; then mkdir -p $(PREFIX)/bin ; fi
74 if ( test ! -d $(PREFIX)/lib ) ; then mkdir -p $(PREFIX)/lib ; fi
75 if ( test ! -d $(PREFIX)/man ) ; then mkdir -p $(PREFIX)/man ; fi
76 if ( test ! -d $(PREFIX)/man/man1 ) ; then mkdir -p $(PREFIX)/man/man1 ; fi
77 if ( test ! -d $(PREFIX)/include ) ; then mkdir -p $(PREFIX)/include ; fi
78 cp -f bzip2 $(PREFIX)/bin/bzip2
79 cp -f bzip2 $(PREFIX)/bin/bunzip2
80 cp -f bzip2 $(PREFIX)/bin/bzcat
81 cp -f bzip2recover $(PREFIX)/bin/bzip2recover
[all …]
/external/clang/test/Preprocessor/
Darm-acle-6.5.c1 // RUN: %clang -target arm-eabi -mfpu=none -x c -E -dM %s -o - | FileCheck %s -check-prefix CHECK-N…
2 // RUN: %clang -target armv4-eabi -x c -E -dM %s -o - | FileCheck %s -check-prefix CHECK-NO-FP
3 // RUN: %clang -target armv5-eabi -x c -E -dM %s -o - | FileCheck %s -check-prefix CHECK-NO-FP
4 // RUN: %clang -target armv6m-eabi -x c -E -dM %s -o - | FileCheck %s -check-prefix CHECK-NO-FP
5 // RUN: %clang -target armv7r-eabi -x c -E -dM %s -o - | FileCheck %s -check-prefix CHECK-NO-FP
6 // RUN: %clang -target armv7m-eabi -x c -E -dM %s -o - | FileCheck %s -check-prefix CHECK-NO-FP
10 // RUN: %clang -target arm-eabi -mfpu=vfpv3xd -x c -E -dM %s -o - | FileCheck %s -check-prefix CHEC…
14 // RUN: %clang -target arm-eabi -mfpu=vfpv3xd-fp16 -x c -E -dM %s -o - | FileCheck %s -check-prefix
15 // RUN: %clang -target arm-eabi -mfpu=fpv4-sp-d16 -x c -E -dM %s -o - | FileCheck %s -check-prefix
16 // RUN: %clang -target arm-eabi -mfpu=fpv5-sp-d16 -x c -E -dM %s -o - | FileCheck %s -check-prefix
[all …]
/external/harfbuzz_ng/win32/
Dinstall.mak2 # a path under $(PREFIX).
5 @if not exist $(PREFIX)\bin\ mkdir $(PREFIX)\bin
6 @if not exist $(PREFIX)\lib\ mkdir $(PREFIX)\lib
7 @if not exist $(PREFIX)\include\harfbuzz\ mkdir $(PREFIX)\include\harfbuzz
8 @copy /b $(HARFBUZZ_DLL_FILENAME).dll $(PREFIX)\bin
9 @copy /b $(HARFBUZZ_DLL_FILENAME).pdb $(PREFIX)\bin
10 @copy /b $(CFG)\$(PLAT)\harfbuzz.lib $(PREFIX)\lib
11 …ist $(HARFBUZZ_GOBJECT_DLL_FILENAME).dll copy /b $(HARFBUZZ_GOBJECT_DLL_FILENAME).dll $(PREFIX)\bin
12 …ist $(HARFBUZZ_GOBJECT_DLL_FILENAME).dll copy /b $(HARFBUZZ_GOBJECT_DLL_FILENAME).pdb $(PREFIX)\bin
13 …xist $(HARFBUZZ_GOBJECT_DLL_FILENAME).dll copy /b $(CFG)\$(PLAT)\harfbuzz-gobject.lib $(PREFIX)\lib
[all …]
/external/llvm/test/CodeGen/X86/
Dslow-unaligned-mem.ll3 … llc < %s -mtriple=i386-unknown-unknown -mcpu=pentium3 2>&1 | FileCheck %s --check-prefix=SLOW
4 … llc < %s -mtriple=i386-unknown-unknown -mcpu=pentium3m 2>&1 | FileCheck %s --check-prefix=SLOW
5 … llc < %s -mtriple=i386-unknown-unknown -mcpu=pentium-m 2>&1 | FileCheck %s --check-prefix=SLOW
6 … llc < %s -mtriple=i386-unknown-unknown -mcpu=pentium4 2>&1 | FileCheck %s --check-prefix=SLOW
7 … llc < %s -mtriple=i386-unknown-unknown -mcpu=pentium4m 2>&1 | FileCheck %s --check-prefix=SLOW
8 … llc < %s -mtriple=i386-unknown-unknown -mcpu=yonah 2>&1 | FileCheck %s --check-prefix=SLOW
9 … llc < %s -mtriple=i386-unknown-unknown -mcpu=prescott 2>&1 | FileCheck %s --check-prefix=SLOW
10 … llc < %s -mtriple=i386-unknown-unknown -mcpu=nocona 2>&1 | FileCheck %s --check-prefix=SLOW
11 … llc < %s -mtriple=i386-unknown-unknown -mcpu=core2 2>&1 | FileCheck %s --check-prefix=SLOW
12 … llc < %s -mtriple=i386-unknown-unknown -mcpu=penryn 2>&1 | FileCheck %s --check-prefix=SLOW
[all …]

12345678910>>...241