Home
last modified time | relevance | path

Searched +full:- +full:- +full:branch (Results 1 – 25 of 1165) sorted by relevance

12345678910>>...47

/external/llvm/test/MC/Mips/
Dmips-bad-branches.s1 # RUN: not llvm-mc %s -triple=mipsel-unknown-linux -mcpu=mips32r2 -arch=mips 2>&1 | FileCheck %s
3 # CHECK: error: branch to misaligned address
4 # CHECK: b -131069
5 # CHECK: error: branch to misaligned address
6 # CHECK: b -131070
7 # CHECK: error: branch to misaligned address
8 # CHECK: b -131071
9 # CHECK: error: branch target out of range
10 # CHECK: b -131073
11 # CHECK: error: branch to misaligned address
[all …]
Dmicromips-bad-branches.s1 # RUN: not llvm-mc %s -triple=mipsel-unknown-linux -mcpu=mips32r2 -mattr=+msa -arch=mips -mattr=+mi…
3 # CHECK: error: branch to misaligned address
4 # CHECK: b -65535
5 # CHECK: error: branch target out of range
6 # CHECK: b -65537
7 # CHECK: error: branch to misaligned address
9 # CHECK: error: branch target out of range
12 # CHECK: error: branch to misaligned address
13 # CHECK: beq $1, $1, -65535
14 # CHECK: error: branch target out of range
[all …]
/external/llvm-project/llvm/test/MC/Mips/
Dmips-bad-branches.s1 # RUN: not llvm-mc %s -triple=mipsel-unknown-linux -mcpu=mips32r2 -arch=mips 2>&1 | FileCheck %s
3 # CHECK: error: branch to misaligned address
4 # CHECK: b -131069
5 # CHECK: error: branch to misaligned address
6 # CHECK: b -131070
7 # CHECK: error: branch to misaligned address
8 # CHECK: b -131071
9 # CHECK: error: branch target out of range
10 # CHECK: b -131073
11 # CHECK: error: branch to misaligned address
[all …]
Dmicromips-bad-branches.s1 # RUN: not llvm-mc %s -triple=mipsel-unknown-linux -mcpu=mips32r2 -mattr=+msa -arch=mips -mattr=+mi…
3 # CHECK: error: branch to misaligned address
4 # CHECK: b -65535
5 # CHECK: error: branch target out of range
6 # CHECK: b -65537
7 # CHECK: error: branch to misaligned address
9 # CHECK: error: branch target out of range
12 # CHECK: error: branch to misaligned address
13 # CHECK: beq $1, $1, -65535
14 # CHECK: error: branch target out of range
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/bc/
DBCObjectIdentifiers.java6 …* Object Identifiers belonging to iso.org.dod.internet.private.enterprise.legion-of-the-bouncy-ca…
11 * iso.org.dod.internet.private.enterprise.legion-of-the-bouncy-castle
22 public static final ASN1ObjectIdentifier bc_pbe = bc.branch("1");
25 * SHA-1(1)
29 public static final ASN1ObjectIdentifier bc_pbe_sha1 = bc_pbe.branch("1");
31 /** SHA-2.SHA-256; 1.3.6.1.4.1.22554.1.2.1 */
32 public static final ASN1ObjectIdentifier bc_pbe_sha256 = bc_pbe.branch("2.1");
33 /** SHA-2.SHA-384; 1.3.6.1.4.1.22554.1.2.2 */
34 public static final ASN1ObjectIdentifier bc_pbe_sha384 = bc_pbe.branch("2.2");
35 /** SHA-2.SHA-512; 1.3.6.1.4.1.22554.1.2.3 */
[all …]
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/bc/
DBCObjectIdentifiers.java7 …* Object Identifiers belonging to iso.org.dod.internet.private.enterprise.legion-of-the-bouncy-ca…
13 * iso.org.dod.internet.private.enterprise.legion-of-the-bouncy-castle
24 public static final ASN1ObjectIdentifier bc_pbe = bc.branch("1");
27 * SHA-1(1)
31 public static final ASN1ObjectIdentifier bc_pbe_sha1 = bc_pbe.branch("1");
33 /** SHA-2.SHA-256; 1.3.6.1.4.1.22554.1.2.1 */
34 public static final ASN1ObjectIdentifier bc_pbe_sha256 = bc_pbe.branch("2.1");
35 /** SHA-2.SHA-384; 1.3.6.1.4.1.22554.1.2.2 */
36 public static final ASN1ObjectIdentifier bc_pbe_sha384 = bc_pbe.branch("2.2");
37 /** SHA-2.SHA-512; 1.3.6.1.4.1.22554.1.2.3 */
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/bc/
DBCObjectIdentifiers.java7 …* Object Identifiers belonging to iso.org.dod.internet.private.enterprise.legion-of-the-bouncy-ca…
13 * iso.org.dod.internet.private.enterprise.legion-of-the-bouncy-castle
24 public static final ASN1ObjectIdentifier bc_pbe = bc.branch("1");
27 * SHA-1(1)
31 public static final ASN1ObjectIdentifier bc_pbe_sha1 = bc_pbe.branch("1");
33 /** SHA-2.SHA-256; 1.3.6.1.4.1.22554.1.2.1 */
34 public static final ASN1ObjectIdentifier bc_pbe_sha256 = bc_pbe.branch("2.1");
35 /** SHA-2.SHA-384; 1.3.6.1.4.1.22554.1.2.2 */
36 public static final ASN1ObjectIdentifier bc_pbe_sha384 = bc_pbe.branch("2.2");
37 /** SHA-2.SHA-512; 1.3.6.1.4.1.22554.1.2.3 */
[all …]
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/pkcs/
DPKCSObjectIdentifiers.java7 * pkcs-1 OBJECT IDENTIFIER ::=<p>
8 * { iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) 1 }
17 ASN1ObjectIdentifier rsaEncryption = pkcs_1.branch("1");
18 // BEGIN Android-removed: MD2 and MD4 are unsupported
21 ASN1ObjectIdentifier md2WithRSAEncryption = pkcs_1.branch("2");
23 ASN1ObjectIdentifier md4WithRSAEncryption = pkcs_1.branch("3");
25 // END Android-removed: MD2 and MD4 are unsupported
27 ASN1ObjectIdentifier md5WithRSAEncryption = pkcs_1.branch("4");
29 ASN1ObjectIdentifier sha1WithRSAEncryption = pkcs_1.branch("5");
31 ASN1ObjectIdentifier srsaOAEPEncryptionSET = pkcs_1.branch("6");
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
DPKCSObjectIdentifiers.java6 * pkcs-1 OBJECT IDENTIFIER ::=<p>
7 * { iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) 1 }
15 ASN1ObjectIdentifier rsaEncryption = pkcs_1.branch("1");
16 // BEGIN Android-removed: MD2 and MD4 are unsupported
19 ASN1ObjectIdentifier md2WithRSAEncryption = pkcs_1.branch("2");
21 ASN1ObjectIdentifier md4WithRSAEncryption = pkcs_1.branch("3");
23 // END Android-removed: MD2 and MD4 are unsupported
25 ASN1ObjectIdentifier md5WithRSAEncryption = pkcs_1.branch("4");
27 ASN1ObjectIdentifier sha1WithRSAEncryption = pkcs_1.branch("5");
29 ASN1ObjectIdentifier srsaOAEPEncryptionSET = pkcs_1.branch("6");
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/pkcs/
DPKCSObjectIdentifiers.java7 * pkcs-1 OBJECT IDENTIFIER ::=<p>
8 * { iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) 1 }
17 ASN1ObjectIdentifier rsaEncryption = pkcs_1.branch("1");
18 // BEGIN Android-removed: MD2 and MD4 are unsupported
21 ASN1ObjectIdentifier md2WithRSAEncryption = pkcs_1.branch("2");
23 ASN1ObjectIdentifier md4WithRSAEncryption = pkcs_1.branch("3");
25 // END Android-removed: MD2 and MD4 are unsupported
27 ASN1ObjectIdentifier md5WithRSAEncryption = pkcs_1.branch("4");
29 ASN1ObjectIdentifier sha1WithRSAEncryption = pkcs_1.branch("5");
31 ASN1ObjectIdentifier srsaOAEPEncryptionSET = pkcs_1.branch("6");
[all …]
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x9/
DX9ObjectIdentifiers.java10 * ansi-X9-62 OBJECT IDENTIFIER ::= { iso(1) member-body(2)
11 * us(840) ansi-x962(10045) }
21 ASN1ObjectIdentifier id_fieldType = ansi_X9_62.branch("1");
24 ASN1ObjectIdentifier prime_field = id_fieldType.branch("1");
27 ASN1ObjectIdentifier characteristic_two_field = id_fieldType.branch("2");
30 ASN1ObjectIdentifier gnBasis = characteristic_two_field.branch("3.1");
33 ASN1ObjectIdentifier tpBasis = characteristic_two_field.branch("3.2");
36 ASN1ObjectIdentifier ppBasis = characteristic_two_field.branch("3.3");
39 ASN1ObjectIdentifier id_ecSigType = ansi_X9_62.branch("4");
42 ASN1ObjectIdentifier ecdsa_with_SHA1 = id_ecSigType.branch("1");
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x9/
DX9ObjectIdentifiers.java10 * ansi-X9-62 OBJECT IDENTIFIER ::= { iso(1) member-body(2)
11 * us(840) ansi-x962(10045) }
21 ASN1ObjectIdentifier id_fieldType = ansi_X9_62.branch("1");
24 ASN1ObjectIdentifier prime_field = id_fieldType.branch("1");
27 ASN1ObjectIdentifier characteristic_two_field = id_fieldType.branch("2");
30 ASN1ObjectIdentifier gnBasis = characteristic_two_field.branch("3.1");
33 ASN1ObjectIdentifier tpBasis = characteristic_two_field.branch("3.2");
36 ASN1ObjectIdentifier ppBasis = characteristic_two_field.branch("3.3");
39 ASN1ObjectIdentifier id_ecSigType = ansi_X9_62.branch("4");
42 ASN1ObjectIdentifier ecdsa_with_SHA1 = id_ecSigType.branch("1");
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
DX9ObjectIdentifiers.java9 * ansi-X9-62 OBJECT IDENTIFIER ::= { iso(1) member-body(2)
10 * us(840) ansi-x962(10045) }
19 ASN1ObjectIdentifier id_fieldType = ansi_X9_62.branch("1");
22 ASN1ObjectIdentifier prime_field = id_fieldType.branch("1");
25 ASN1ObjectIdentifier characteristic_two_field = id_fieldType.branch("2");
28 ASN1ObjectIdentifier gnBasis = characteristic_two_field.branch("3.1");
31 ASN1ObjectIdentifier tpBasis = characteristic_two_field.branch("3.2");
34 ASN1ObjectIdentifier ppBasis = characteristic_two_field.branch("3.3");
37 ASN1ObjectIdentifier id_ecSigType = ansi_X9_62.branch("4");
40 ASN1ObjectIdentifier ecdsa_with_SHA1 = id_ecSigType.branch("1");
[all …]
/external/mesa3d/bin/
Dcommit_in_branch.py8 def print_(args: argparse.Namespace, success: bool, message: str) -> None:
41 def is_commit_valid(commit: str) -> bool:
42 ret = subprocess.call(['git', 'cat-file', '-e', commit],
48 def branch_has_commit(upstream: str, branch: str, commit: str) -> bool:
50 Returns True if the commit is actually present in the branch
52 ret = subprocess.call(['git', 'merge-base', '--is-ancestor',
53 commit, upstream + '/' + branch],
59 def branch_has_backport_of_commit(upstream: str, branch: str, commit: str) -> str:
61 Returns the commit hash if the commit has been backported to the branch,
64 out = subprocess.check_output(['git', 'log', '--format=%H',
[all …]
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/nist/
DNISTObjectIdentifiers.java9 * iso/itu(2) joint-assign(16) us(840) organization(1) gov(101) csor(3)
17 /** 2.16.840.1.101.3.4 -- algorithms */
21 static final ASN1ObjectIdentifier hashAlgs = nistAlgorithm.branch("2");
24 static final ASN1ObjectIdentifier id_sha256 = hashAlgs.branch("1");
26 static final ASN1ObjectIdentifier id_sha384 = hashAlgs.branch("2");
28 static final ASN1ObjectIdentifier id_sha512 = hashAlgs.branch("3");
30 static final ASN1ObjectIdentifier id_sha224 = hashAlgs.branch("4");
32 static final ASN1ObjectIdentifier id_sha512_224 = hashAlgs.branch("5");
34 static final ASN1ObjectIdentifier id_sha512_256 = hashAlgs.branch("6");
37 static final ASN1ObjectIdentifier id_sha3_224 = hashAlgs.branch("7");
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/nist/
DNISTObjectIdentifiers.java9 * iso/itu(2) joint-assign(16) us(840) organization(1) gov(101) csor(3)
17 /** 2.16.840.1.101.3.4 -- algorithms */
21 static final ASN1ObjectIdentifier hashAlgs = nistAlgorithm.branch("2");
24 static final ASN1ObjectIdentifier id_sha256 = hashAlgs.branch("1");
26 static final ASN1ObjectIdentifier id_sha384 = hashAlgs.branch("2");
28 static final ASN1ObjectIdentifier id_sha512 = hashAlgs.branch("3");
30 static final ASN1ObjectIdentifier id_sha224 = hashAlgs.branch("4");
32 static final ASN1ObjectIdentifier id_sha512_224 = hashAlgs.branch("5");
34 static final ASN1ObjectIdentifier id_sha512_256 = hashAlgs.branch("6");
37 static final ASN1ObjectIdentifier id_sha3_224 = hashAlgs.branch("7");
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/nist/
DNISTObjectIdentifiers.java8 * iso/itu(2) joint-assign(16) us(840) organization(1) gov(101) csor(3)
15 /** 2.16.840.1.101.3.4 -- algorithms */
19 static final ASN1ObjectIdentifier hashAlgs = nistAlgorithm.branch("2");
22 static final ASN1ObjectIdentifier id_sha256 = hashAlgs.branch("1");
24 static final ASN1ObjectIdentifier id_sha384 = hashAlgs.branch("2");
26 static final ASN1ObjectIdentifier id_sha512 = hashAlgs.branch("3");
28 static final ASN1ObjectIdentifier id_sha224 = hashAlgs.branch("4");
30 static final ASN1ObjectIdentifier id_sha512_224 = hashAlgs.branch("5");
32 static final ASN1ObjectIdentifier id_sha512_256 = hashAlgs.branch("6");
35 static final ASN1ObjectIdentifier id_sha3_224 = hashAlgs.branch("7");
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/misc/
DMiscObjectIdentifiers.java9 // iso/itu(2) joint-assign(16) us(840) uscompany(1) netscape(113730) cert-extensions(1) }
18 ASN1ObjectIdentifier netscapeCertType = netscape.branch("1");
22 ASN1ObjectIdentifier netscapeBaseURL = netscape.branch("2");
26 ASN1ObjectIdentifier netscapeRevocationURL = netscape.branch("3");
30 ASN1ObjectIdentifier netscapeCARevocationURL = netscape.branch("4");
34 ASN1ObjectIdentifier netscapeRenewalURL = netscape.branch("7");
38 ASN1ObjectIdentifier netscapeCApolicyURL = netscape.branch("8");
42 ASN1ObjectIdentifier netscapeSSLServerName = netscape.branch("12");
46 ASN1ObjectIdentifier netscapeCertComment = netscape.branch("13");
50 // iso/itu(2) joint-assign(16) us(840) uscompany(1) verisign(113733) cert-extensions(1) }
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/misc/
DMiscObjectIdentifiers.java13 // iso/itu(2) joint-assign(16) us(840) uscompany(1) netscape(113730) cert-extensions(1) }
22 ASN1ObjectIdentifier netscapeCertType = netscape.branch("1");
26 ASN1ObjectIdentifier netscapeBaseURL = netscape.branch("2");
30 ASN1ObjectIdentifier netscapeRevocationURL = netscape.branch("3");
34 ASN1ObjectIdentifier netscapeCARevocationURL = netscape.branch("4");
38 ASN1ObjectIdentifier netscapeRenewalURL = netscape.branch("7");
42 ASN1ObjectIdentifier netscapeCApolicyURL = netscape.branch("8");
46 ASN1ObjectIdentifier netscapeSSLServerName = netscape.branch("12");
50 ASN1ObjectIdentifier netscapeCertComment = netscape.branch("13");
54 // iso/itu(2) joint-assign(16) us(840) uscompany(1) verisign(113733) cert-extensions(1) }
[all …]
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/misc/
DMiscObjectIdentifiers.java13 // iso/itu(2) joint-assign(16) us(840) uscompany(1) netscape(113730) cert-extensions(1) }
22 ASN1ObjectIdentifier netscapeCertType = netscape.branch("1");
26 ASN1ObjectIdentifier netscapeBaseURL = netscape.branch("2");
30 ASN1ObjectIdentifier netscapeRevocationURL = netscape.branch("3");
34 ASN1ObjectIdentifier netscapeCARevocationURL = netscape.branch("4");
38 ASN1ObjectIdentifier netscapeRenewalURL = netscape.branch("7");
42 ASN1ObjectIdentifier netscapeCApolicyURL = netscape.branch("8");
46 ASN1ObjectIdentifier netscapeSSLServerName = netscape.branch("12");
50 ASN1ObjectIdentifier netscapeCertComment = netscape.branch("13");
54 // iso/itu(2) joint-assign(16) us(840) uscompany(1) verisign(113733) cert-extensions(1) }
[all …]
/external/perfetto/docs/contributing/
Dchrome-branches.md4 creation of a branch in the perfetto repo, cherry-picking of the change(s) to
5 the branch, and updating the `DEPS` file in Chrome's milestone branch to point
6 to the new perfetto branch's head.
8 ## Creating the perfetto branch {#branch}
10 1. Determine the branch name: **`chromium/XXXX`**, where `XXXX` is the branch
15 1. Check if the branch already exists: if yes, skip to
16 [cherry-picking](#all-tables). To check, you can search for it in
17 …[Gerrit's branch page](https://android-review.googlesource.com/admin/repos/platform/external/perfe…
19 1. Look up the appropriate base revision for the branch. You should use the
20 revision that Chromium's `DEPS` of the milestone branch points to (search
[all …]
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-branch-clone.cpp1 // RUN: %check_clang_tidy %s bugprone-branch-clone %t -- -- -fno-delayed-template-parsing
5 // CHECK-MESSAGES: :[[@LINE-1]]:3: warning: if with identical then and else branches [bugprone-bran… in test_basic1()
8 // CHECK-MESSAGES: :[[@LINE-1]]:3: note: else branch starts here in test_basic1()
16 // CHECK-MESSAGES: :[[@LINE-1]]:3: warning: if with identical then and else branches [bugprone-bran… in test_basic2()
20 // CHECK-MESSAGES: :[[@LINE-1]]:3: note: else branch starts here in test_basic2()
29 // CHECK-MESSAGES: :[[@LINE-1]]:3: warning: if with identical then and else branches [bugprone-bran… in test_basic3()
33 // CHECK-MESSAGES: :[[@LINE-1]]:3: note: else branch starts here in test_basic3()
41 out--; in test_basic4()
80 // CHECK-MESSAGES: :[[@LINE-1]]:3: warning: if with identical then and else branches [bugprone-bran… in test_basic8()
84 // CHECK-MESSAGES: :[[@LINE-1]]:5: note: else branch starts here in test_basic8()
[all …]
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dppc-passname.ll1 ; Test pass name: ppc-loop-instr-form-prep.
2-mtriple=powerpc64le-unknown-unknown < %s -debug-pass=Structure -stop-before=ppc-loop-instr-form-p…
3 ; STOP-BEFORE-LOOP-INSTR-FORM-PREP-NOT: -ppc-loop-instr-form-prep
4 ; STOP-BEFORE-LOOP-INSTR-FORM-PREP-NOT: "ppc-loop-instr-form-prep" pass is not registered.
5 ; STOP-BEFORE-LOOP-INSTR-FORM-PREP-NOT: Prepare loop for ppc preferred instruction forms
7-mtriple=powerpc64le-unknown-unknown < %s -debug-pass=Structure -stop-after=ppc-loop-instr-form-pr…
8 ; STOP-AFTER-LOOP-INSTR-FORM-PREP: -ppc-loop-instr-form-prep
9 ; STOP-AFTER-LOOP-INSTR-FORM-PREP-NOT: "ppc-loop-instr-form-prep" pass is not registered.
10 ; STOP-AFTER-LOOP-INSTR-FORM-PREP: Prepare loop for ppc preferred instruction forms
13 ; Test pass name: ppc-toc-reg-deps.
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/sec/
DSECObjectIdentifiers.java10 * iso(1) identified-organization(3) certicom(132) curve(0)
12 * secg-scheme OBJECT IDENTIFIER ::= {
13 * iso(1) identified-organization(3) certicom(132) schemes(1) }
22 static final ASN1ObjectIdentifier sect163k1 = ellipticCurve.branch("1");
24 static final ASN1ObjectIdentifier sect163r1 = ellipticCurve.branch("2");
26 static final ASN1ObjectIdentifier sect239k1 = ellipticCurve.branch("3");
28 static final ASN1ObjectIdentifier sect113r1 = ellipticCurve.branch("4");
30 static final ASN1ObjectIdentifier sect113r2 = ellipticCurve.branch("5");
32 static final ASN1ObjectIdentifier secp112r1 = ellipticCurve.branch("6");
34 static final ASN1ObjectIdentifier secp112r2 = ellipticCurve.branch("7");
[all …]
/external/angle/doc/
DChoosingANGLEBranch.md1 # Choosing an ANGLE branch for your project
6 This document illustrates how to choose a branch of ANGLE which can be expected
13 matching Chromium branch. These branches will be created from the revision which
14 that Chromium branch points to as its dependency. So, for example, the
15 `chromium/2013` branch point is at r28bcf4ff, because [Chromium's dependency
16 file for the 2013 branch]
21 works to choose an appropriate ANGLE branch for your project. You will, however,
22 likely want to make sure that you choose a branch that is used for a relatively
26 branches will be short-lived.
28 **We recommend choosing a branch corresponding to a Beta or Stable Chromium
[all …]

12345678910>>...47