HomeSort by relevance Sort by last modified time
    Searched full:branch (Results 101 - 125 of 4746) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/test/MC/MachO/AArch64/
reloc-errors.s 3 ; CHECK: error: conditional branch requires assembler-local label. 'external' is external.
6 ; CHECK: error: Invalid relocation on conditional branch
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/eac/
EACObjectIdentifiers.java 39 static final ASN1ObjectIdentifier id_PK = bsi_de.branch("2.2.1");
42 static final ASN1ObjectIdentifier id_PK_DH = id_PK.branch("1");
44 static final ASN1ObjectIdentifier id_PK_ECDH = id_PK.branch("2");
54 static final ASN1ObjectIdentifier id_CA = bsi_de.branch("2.2.3");
56 static final ASN1ObjectIdentifier id_CA_DH = id_CA.branch("1");
58 static final ASN1ObjectIdentifier id_CA_DH_3DES_CBC_CBC = id_CA_DH.branch("1");
60 static final ASN1ObjectIdentifier id_CA_ECDH = id_CA.branch("2");
62 static final ASN1ObjectIdentifier id_CA_ECDH_3DES_CBC_CBC = id_CA_ECDH.branch("1");
72 static final ASN1ObjectIdentifier id_TA = bsi_de.branch("2.2.2");
75 static final ASN1ObjectIdentifier id_TA_RSA = id_TA.branch("1")
    [all...]
  /external/proguard/src/proguard/evaluation/
BasicBranchUnit.java 28 * This BranchUnit remembers the branch unit commands that are invoked on it.
41 * Resets the flag that tells whether any of the branch unit commands was
50 * Sets the flag that tells whether any of the branch unit commands was
59 * Returns whether any of the branch unit commands was called.
68 * Sets the initial branch targets, which will be updated as the branch
69 * methods of the branch unit are called.
84 public void branch(Clazz clazz, method in class:BasicBranchUnit
89 // Override the branch targets.
102 // Accumulate the branch targets
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
TeeOutputStream.java 32 protected OutputStream branch; field in class:TeeOutputStream
37 * @param branch the second OutputStream
39 public TeeOutputStream( OutputStream out, OutputStream branch ) {
41 this.branch = branch;
51 this.branch.write(b);
63 this.branch.write(b, off, len);
73 this.branch.write(b);
82 this.branch.flush();
91 this.branch.close()
    [all...]
  /external/skia/infra/bots/recipes/
swarm_presubmit.py 25 # git-cl wants us to be on a branch.
26 branch = 'tmp_%s' % api.uuid.random()
27 api.step('create git branch',
28 cmd=['git', 'checkout', '-b', branch])
43 api.step('delete git branch',
44 cmd=['git', 'branch', '-D', branch])
  /external/autotest/site_utils/autoupdate/
release.py 17 _CONF_BRANCH_SECTION = 'BRANCH'
24 """Errors related to release and branch inference."""
33 directory, which has a single section [BRANCH] containing
38 bp_XYZ: for each branch listed above, a variable that maps to the Chrome
42 next_branch: the name of the current (unforked) branch (e.g. R24)
44 It is also worth noting that a branch point X.Y.Z (alternatively, W.X.Y.Z)
45 of some branch R denotes the build number X (repsectively, W) that
46 constitutes the said branch. Therefore, it is only from build X+1 (W+1) and
79 # Get next branch name.
95 key=lambda (branch, release): self._release_key(release)
    [all...]
  /system/extras/simpleperf/scripts/
update.py 74 def fetch_artifact(branch, build, target, pattern):
77 target, branch, pattern)
79 cmd = [fetch_artifact_path, '--branch', branch, '--target', target,
85 """Creates a new branch in the project."""
87 logger().info('Creating branch %s', branch_name)
91 def commit(branch, build, add_paths):
98 Taken from branch {branch}.""").format(branch=branch, build=build
    [all...]
  /external/skia/site/
schedule.md 8 On the branch date, a healthy level of Skia near HEAD is chosen. After this
9 point, for the next six weeks, only high priority fixes are checked into the branch.
10 After the six week period, when another branch is cut, only critical (typically
11 security) fixes will be committed to any previous branch.
15 Milestone | Branch Date (beginning of day)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumb2_it_bad.l 2 [^:]*:8: Error: branch must be last instruction in IT block -- `beq foo'
3 [^:]*:9: Error: branch must be last instruction in IT block -- `bleq foo'
4 [^:]*:10: Error: branch must be last instruction in IT block -- `blxeq r0'
6 [^:]*:13: Error: branch must be last instruction in IT block -- `bxeq r0'
7 [^:]*:14: Error: branch must be last instruction in IT block -- `tbbeq \[r0,r1\]'
  /art/runtime/interpreter/mterp/arm64/
zcmp.S 3 * Generic one-operand compare-and-branch operation. Provide a "condition"
11 FETCH_S wINST, 1 // w1<- branch offset, in code units
15 ${branch} MterpCommonTakenBranchNoFlags
  /external/autotest/client/site_tests/platform_Crouton/
control 13 This test fetches a specific branch of crouton, and runs crouton tests.
16 @param branch: (master) github branch
  /external/droiddriver/
contributing.md 5 The [`master` branch](https://github.com/appium/droiddriver/tree/master) on GitHub tracks [the AOSP master branch](https://android.googlesource.com/platform/external/droiddriver). [All releases](releasing_to_jcenter.md) are made from the master branch.
  /external/fmtlib/support/
update-converity-branch.py 2 # Update the coverity branch from the master branch.
27 git('commit', '-m', 'Update coverity branch')
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
micromips@mips4-branch-likely.d 2 #name: MIPS mips4 branch-likely instructions
3 #source: mips4-branch-likely.s
6 # Test mips4 branch-likely instructions (microMIPS).
  /toolchain/binutils/binutils-2.25/gold/testsuite/
arm_bl_in_range.s 2 # Test ARM bl instructions just within branch range limits.
8 # Add padding so that target is just within branch range.
38 # Add padding so that target is just within of branch range.
  /art/runtime/interpreter/mterp/mips/
zcmp.S 2 * Generic one-operand compare-and-branch operation. Provide a "condition"
10 FETCH_S(rINST, 1) # rINST <- branch offset, in code units
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/isismtt/
ISISMTTObjectIdentifiers.java 15 static final ASN1ObjectIdentifier id_isismtt_cp = id_isismtt.branch("1");
27 static final ASN1ObjectIdentifier id_isismtt_cp_accredited = id_isismtt_cp.branch("1");
30 static final ASN1ObjectIdentifier id_isismtt_at = id_isismtt.branch("3");
39 static final ASN1ObjectIdentifier id_isismtt_at_dateOfCertGen = id_isismtt_at.branch("1");
47 static final ASN1ObjectIdentifier id_isismtt_at_procuration = id_isismtt_at.branch("2");
55 static final ASN1ObjectIdentifier id_isismtt_at_admission = id_isismtt_at.branch("3");
66 static final ASN1ObjectIdentifier id_isismtt_at_monetaryLimit = id_isismtt_at.branch("4");
74 static final ASN1ObjectIdentifier id_isismtt_at_declarationOfMajority = id_isismtt_at.branch("5");
84 static final ASN1ObjectIdentifier id_isismtt_at_iCCSN = id_isismtt_at.branch("6");
95 static final ASN1ObjectIdentifier id_isismtt_at_PKReference = id_isismtt_at.branch("7")
    [all...]
  /external/clang/test/Analysis/
complex.c 7 // This branch should be infeasible
12 // If p != 0 then this branch is feasible; otherwise it is not.
  /external/llvm/test/CodeGen/MIR/Generic/
machine-basic-block-ir-block-reference.mir 1 # RUN: llc -start-after branch-folder -stop-after branch-folder -o - %s 2>&1 | FileCheck %s
machine-basic-block-undefined-ir-block.mir 1 # RUN: not llc -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s
machine-basic-block-unknown-name.mir 1 # RUN: not llc -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s
machine-function-missing-body-error.mir 1 # RUN: not llc -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s
machine-function-missing-name.mir 1 # RUN: not llc -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s
  /external/llvm/test/CodeGen/MIR/X86/
expected-machine-operand.mir 1 # RUN: not llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s
expected-named-register-livein.mir 1 # RUN: not llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s

Completed in 1057 milliseconds

1 2 3 45 6 7 8 91011>>