Home
last modified time | relevance | path

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

12345678910>>...59

/aosp_15_r20/external/llvm/test/MC/Mips/
H A 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 …]
H A 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 …]
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/pkcs/
H A 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 …]
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
H A 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 …]
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/pkcs/
H A 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 …]
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/bc/
H A 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 …]
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
H A 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 …]
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x9/
H A 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 …]
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x9/
H A 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 …]
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/bc/
H A 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 …]
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/bc/
H A 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 …]
/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/
H A Dgit.py1 # -*- coding: utf-8 -*-
3 # Use of this source code is governed by a BSD-style license that can be
50 """Returns the nearest higher-level repo dir from the specified path.
78 ['git', '--git-dir', path, 'config', 'remote.%s.url' % remote],
80 check=False, encoding='utf-8').output.strip()
113 cmd = ['fsck', '--no-progress', '--no-dangling']
129 If full is True, then it must be full length- 40 chars. If False, >=6, and
148 def GetGitRepoRevision(cwd, branch='HEAD', short=False): argument
149 """Find the revision of a branch.
153 branch: Branch name. Defaults to current branch.
[all …]
/aosp_15_r20/external/crosvm/tools/
H A Dcl3 # Use of this source code is governed by a BSD-style license that can be
28 You need to be on a local branch tracking a remote one. `repo start` does this
31 $ git checkout -b mybranch --track origin/main
37 If you are tracking a different branch (e.g. aosp/main or cros/chromeos), the upload may
39 create a new branch tracking origin/main and cherry-picks your commits.
42 [mybranch-upstream] ... resolve conflicts
43 [mybranch-upstream] $ git add .
44 [mybranch-upstream] $ git cherry-pick --continue
45 [mybranch-upstream] $ ./tools/cl upload
49 GERRIT_URL = "https://chromium-review.googlesource.com"
[all …]
/aosp_15_r20/external/pdfium/testing/tools/
H A Dsafetynet_compare.py3 # Use of this source code is governed by a BSD-style license that can be
130 """Profiles two branches that are not the current branch.
139 before_branch: One branch to profile.
140 after_branch: Other branch to profile.
145 in the given branch.
165 """Profiles two branches that are not the current branch.
174 before_branch: One branch to profile.
175 after_branch: Other branch to profile.
180 in the given branch.
189 """Profiles the current branch (with uncommitted changes) and another one.
[all …]
/aosp_15_r20/external/libaom/av1/encoder/
H A Dcnn.c20 #define CLAMPINDEX(a, hi) ((a) < 0 ? 0 : ((a) >= (hi) ? ((hi)-1) : (a)))
48 if (tensor->allocsize) { in free_tensor()
49 aom_free(tensor->buf[0]); in free_tensor()
50 tensor->buf[0] = NULL; in free_tensor()
51 tensor->allocsize = 0; in free_tensor()
58 if (tensor->allocsize < newallocsize) { in realloc_tensor()
60 tensor->buf[0] = in realloc_tensor()
61 (float *)aom_malloc(sizeof(*tensor->buf[0]) * newallocsize); in realloc_tensor()
62 if (!tensor->buf[0]) return false; in realloc_tensor()
63 tensor->allocsize = newallocsize; in realloc_tensor()
[all …]
/aosp_15_r20/out/soong/raw-aosp_shiba/b9/
Db95719f3eb9af664acf4a4fc10c844600669142e3 from: "out/host/linux-x86/bin/lint"
7 from: "out/host/linux-x86/bin/lint_project_xml"
11 from: "out/host/linux-x86/bin/soong_zip"
15 from: "out/host/linux-x86/bin/zipsync"
19 from: "out/host/linux-x86/framework/lint.jar"
23 from: "art/test/1953-pop-frame/src/art/SuspendEvents.java"
24 to: "art/test/1953-pop-frame/src/art/SuspendEvents.java"
27 from: "art/test/1953-pop-frame/src/art/Test1953.java"
28 to: "art/test/1953-pop-frame/src/art/Test1953.java"
31 from: "art/test/988-method-trace/src/art/Test988.java"
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/debug_tree/src/
Dlib.rs34 pub fn new() -> TreeBuilder { in new()
125 pub fn get_config_override(&self) -> Option<TreeConfig> { in get_config_override()
131 pub fn has_config_override(&self) -> bool { in has_config_override()
136 /// Adds a new branch with text, `text` and returns a `ScopedBranch`.
138 /// or if its `release()` method is called, the tree will step back out of the added branch.
141 /// * `text` - A string slice to use as the newly added branch's text.
145 /// Exiting branch when end of scope is reached.
150 /// let _branch = tree.add_branch("Branch"); // _branch enters scope
151 /// // tree is now pointed inside new branch.
152 /// tree.add_leaf("Child of Branch");
[all …]
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/nist/
H A 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 …]
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/nist/
H A 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 …]
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/nist/
H A 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 …]
/aosp_15_r20/external/pytorch/
H A DRELEASE.md3 <!-- toc -->
5 - [Release Compatibility Matrix](#release-compatibility-matrix)
6 - [Release Cadence](#release-cadence)
7 - [General Overview](#general-overview)
8 - [Frequently Asked Questions](#frequently-asked-questions)
9 - [Cutting a release branch preparations](#cutting-a-release-branch-preparations)
10 - [Cutting release branches](#cutting-release-branches)
11 - [`pytorch/pytorch`](#pytorchpytorch)
12 - [`pytorch/builder` / PyTorch domain libraries](#pytorchbuilder--pytorch-domain-libraries)
13- [Making release branch specific changes for PyTorch](#making-release-branch-specific-changes-for
[all …]
/aosp_15_r20/external/OpenCSD/decoder/tests/snapshots/TC2/pkt_proc_logs/
H A Dtrc_pkt_lister_0x13.ppl2 -----------------------------------------------
6 Test Command Line:-
7-arm-gerrit\local-work-pp-local-only\opencsd-local\decoder\tests\build\win\trc_pkt_lister\..\..\..…
37 Idx:26636; ID:13; BRANCH_ADDRESS : Branch address packet; Addr=0xC00185A2 ~[0x5A2]; Cycles=378;
38 Idx:26641; ID:13; BRANCH_ADDRESS : Branch address packet; Addr=0xC02F5B3A ~[0x2F5B3A]; Cycles=1;
46 Idx:26663; ID:13; BRANCH_ADDRESS : Branch address packet; Addr=0xC00546A8 ~[0x546A8]; Cycles=142;
48 Idx:26670; ID:13; BRANCH_ADDRESS : Branch address packet; Addr=0xC005482E ~[0x82E]; Cycles=57;
60 Idx:26709; ID:13; BRANCH_ADDRESS : Branch address packet; Addr=0xC0304480 ~[0x304480]; Cycles=481;
64 Idx:26727; ID:13; BRANCH_ADDRESS : Branch address packet; Addr=0xC0054FEE ~[0xFEE]; Cycles=6;
72 Idx:26748; ID:13; BRANCH_ADDRESS : Branch address packet; Addr=0xC0304450 ~[0x304450]; Cycles=398;
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dretail_v2alpha.projects.locations.catalogs.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/aosp_15_r20/development/vndk/snapshot/
H A Dupdate.py9 # http://www.apache.org/licenses/LICENSE-2.0
40 branch_name = 'update-' + (build or 'local')
41 logging.info('Creating branch {branch} in {dir}'.format(
42 branch=branch_name, dir=os.getcwd()))
59 def install_snapshot(branch, build, local_dir, install_dir, temp_artifact_dir): argument
66 branch: string or None, branch name of build artifacts
73 artifact_pattern = 'android-vndk-*.zip'
75 if branch and build:
78 logging.info('Fetching {pattern} from {branch} (bid: {build})'.format(
79 pattern=artifact_pattern, branch=branch, build=build))
[all …]
/aosp_15_r20/external/deqp-deps/glslang/Test/baseResults/
Dswitch.frag.out30 0:14 'a' ( temp 2-element array of mediump int)
41 0:21 Branch: Break
60 0:31 Branch: Break
68 0:36 Branch: Break
77 0:39 Branch: Break
86 0:42 Branch: Break
106 0:50 Branch: Break
122 0:54 component-wise multiply ( temp highp float)
123 0:54 component-wise multiply ( temp highp float)
127 0:55 Branch: Break
[all …]

12345678910>>...59