HomeSort by relevance Sort by last modified time
    Searched refs:branch (Results 1 - 25 of 173) sorted by null

1 2 3 4 5 6 7

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/teletrust/
TeleTrusTObjectIdentifiers.java 9 static final ASN1ObjectIdentifier ripemd160 = teleTrusTAlgorithm.branch("2.1");
10 static final ASN1ObjectIdentifier ripemd128 = teleTrusTAlgorithm.branch("2.2");
11 static final ASN1ObjectIdentifier ripemd256 = teleTrusTAlgorithm.branch("2.3");
13 static final ASN1ObjectIdentifier teleTrusTRSAsignatureAlgorithm = teleTrusTAlgorithm.branch("3.1");
15 static final ASN1ObjectIdentifier rsaSignatureWithripemd160 = teleTrusTRSAsignatureAlgorithm.branch("2");
16 static final ASN1ObjectIdentifier rsaSignatureWithripemd128 = teleTrusTRSAsignatureAlgorithm.branch("3");
17 static final ASN1ObjectIdentifier rsaSignatureWithripemd256 = teleTrusTRSAsignatureAlgorithm.branch("4");
19 static final ASN1ObjectIdentifier ecSign = teleTrusTAlgorithm.branch("3.2");
21 static final ASN1ObjectIdentifier ecSignWithSha1 = ecSign.branch("1");
22 static final ASN1ObjectIdentifier ecSignWithRipemd160 = ecSign.branch("2")
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
PKCSObjectIdentifiers.java 12 static final ASN1ObjectIdentifier rsaEncryption = pkcs_1.branch("1");
14 // static final ASN1ObjectIdentifier md2WithRSAEncryption = pkcs_1.branch("2");
15 // static final ASN1ObjectIdentifier md4WithRSAEncryption = pkcs_1.branch("3");
17 static final ASN1ObjectIdentifier md5WithRSAEncryption = pkcs_1.branch("4");
18 static final ASN1ObjectIdentifier sha1WithRSAEncryption = pkcs_1.branch("5");
19 static final ASN1ObjectIdentifier srsaOAEPEncryptionSET = pkcs_1.branch("6");
20 static final ASN1ObjectIdentifier id_RSAES_OAEP = pkcs_1.branch("7");
21 static final ASN1ObjectIdentifier id_mgf1 = pkcs_1.branch("8");
22 static final ASN1ObjectIdentifier id_pSpecified = pkcs_1.branch("9");
23 static final ASN1ObjectIdentifier id_RSASSA_PSS = pkcs_1.branch("10")
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/nist/
NISTObjectIdentifiers.java 16 static final ASN1ObjectIdentifier id_sha256 = nistAlgorithm.branch("2.1");
17 static final ASN1ObjectIdentifier id_sha384 = nistAlgorithm.branch("2.2");
18 static final ASN1ObjectIdentifier id_sha512 = nistAlgorithm.branch("2.3");
19 static final ASN1ObjectIdentifier id_sha224 = nistAlgorithm.branch("2.4");
21 static final ASN1ObjectIdentifier aes = nistAlgorithm.branch("1");
23 static final ASN1ObjectIdentifier id_aes128_ECB = aes.branch("1");
24 static final ASN1ObjectIdentifier id_aes128_CBC = aes.branch("2");
25 static final ASN1ObjectIdentifier id_aes128_OFB = aes.branch("3");
26 static final ASN1ObjectIdentifier id_aes128_CFB = aes.branch("4");
27 static final ASN1ObjectIdentifier id_aes128_wrap = aes.branch("5")
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/sec/
SECObjectIdentifiers.java 15 static final ASN1ObjectIdentifier sect163k1 = ellipticCurve.branch("1");
16 static final ASN1ObjectIdentifier sect163r1 = ellipticCurve.branch("2");
17 static final ASN1ObjectIdentifier sect239k1 = ellipticCurve.branch("3");
18 static final ASN1ObjectIdentifier sect113r1 = ellipticCurve.branch("4");
19 static final ASN1ObjectIdentifier sect113r2 = ellipticCurve.branch("5");
20 static final ASN1ObjectIdentifier secp112r1 = ellipticCurve.branch("6");
21 static final ASN1ObjectIdentifier secp112r2 = ellipticCurve.branch("7");
22 static final ASN1ObjectIdentifier secp160r1 = ellipticCurve.branch("8");
23 static final ASN1ObjectIdentifier secp160k1 = ellipticCurve.branch("9");
24 static final ASN1ObjectIdentifier secp256k1 = ellipticCurve.branch("10")
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/eac/
EACObjectIdentifiers.java 16 static final ASN1ObjectIdentifier id_PK = bsi_de.branch("2.2.1");
18 static final ASN1ObjectIdentifier id_PK_DH = id_PK.branch("1");
19 static final ASN1ObjectIdentifier id_PK_ECDH = id_PK.branch("2");
24 static final ASN1ObjectIdentifier id_CA = bsi_de.branch("2.2.3");
25 static final ASN1ObjectIdentifier id_CA_DH = id_CA.branch("1");
26 static final ASN1ObjectIdentifier id_CA_DH_3DES_CBC_CBC = id_CA_DH.branch("1");
27 static final ASN1ObjectIdentifier id_CA_ECDH = id_CA.branch("2");
28 static final ASN1ObjectIdentifier id_CA_ECDH_3DES_CBC_CBC = id_CA_ECDH.branch("1");
34 static final ASN1ObjectIdentifier id_TA = bsi_de.branch("2.2.2");
36 static final ASN1ObjectIdentifier id_TA_RSA = id_TA.branch("1")
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
X9ObjectIdentifiers.java 14 static final ASN1ObjectIdentifier id_fieldType = ansi_X9_62.branch("1");
16 static final ASN1ObjectIdentifier prime_field = id_fieldType.branch("1");
18 static final ASN1ObjectIdentifier characteristic_two_field = id_fieldType.branch("2");
20 static final ASN1ObjectIdentifier gnBasis = id_fieldType.branch("2.3.1");
22 static final ASN1ObjectIdentifier tpBasis = id_fieldType.branch("2.3.2");
24 static final ASN1ObjectIdentifier ppBasis = id_fieldType.branch("2.3.3");
26 static final ASN1ObjectIdentifier id_ecSigType = ansi_X9_62.branch("4");
30 static final ASN1ObjectIdentifier id_publicKeyType = ansi_X9_62.branch("2");
32 static final ASN1ObjectIdentifier id_ecPublicKey = id_publicKeyType.branch("1");
34 static final ASN1ObjectIdentifier ecdsa_with_SHA2 = id_ecSigType.branch("3")
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/misc/
MiscObjectIdentifiers.java 12 static final ASN1ObjectIdentifier netscapeCertType = netscape.branch("1");
13 static final ASN1ObjectIdentifier netscapeBaseURL = netscape.branch("2");
14 static final ASN1ObjectIdentifier netscapeRevocationURL = netscape.branch("3");
15 static final ASN1ObjectIdentifier netscapeCARevocationURL = netscape.branch("4");
16 static final ASN1ObjectIdentifier netscapeRenewalURL = netscape.branch("7");
17 static final ASN1ObjectIdentifier netscapeCApolicyURL = netscape.branch("8");
18 static final ASN1ObjectIdentifier netscapeSSLServerName = netscape.branch("12");
19 static final ASN1ObjectIdentifier netscapeCertComment = netscape.branch("13");
30 static final ASN1ObjectIdentifier verisignCzagExtension = verisign.branch("6.3");
32 static final ASN1ObjectIdentifier verisignDnbDunsNumber = verisign.branch("6.15")
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/isismtt/
ISISMTTObjectIdentifiers.java 10 static final ASN1ObjectIdentifier id_isismtt_cp = id_isismtt.branch("1");
19 static final ASN1ObjectIdentifier id_isismtt_cp_accredited = id_isismtt_cp.branch("1");
21 static final ASN1ObjectIdentifier id_isismtt_at = id_isismtt.branch("3");
30 static final ASN1ObjectIdentifier id_isismtt_at_dateOfCertGen = id_isismtt_at.branch("1");
36 static final ASN1ObjectIdentifier id_isismtt_at_procuration = id_isismtt_at.branch("2");
42 static final ASN1ObjectIdentifier id_isismtt_at_admission = id_isismtt_at.branch("3");
51 static final ASN1ObjectIdentifier id_isismtt_at_monetaryLimit = id_isismtt_at.branch("4");
57 static final ASN1ObjectIdentifier id_isismtt_at_declarationOfMajority = id_isismtt_at.branch("5");
67 static final ASN1ObjectIdentifier id_isismtt_at_iCCSN = id_isismtt_at.branch("6");
78 static final ASN1ObjectIdentifier id_isismtt_at_PKReference = id_isismtt_at.branch("7")
    [all...]
  /packages/apps/Email/src/org/apache/commons/io/input/
TeeInputStream.java 43 private final OutputStream branch; field in class:TeeInputStream
57 * @param branch output stream that will receive a copy of all bytes read
59 public TeeInputStream(InputStream input, OutputStream branch) {
60 this(input, branch, false);
70 * @param branch output stream that will receive a copy of all bytes read
75 InputStream input, OutputStream branch, boolean closeBranch) {
77 this.branch = branch;
93 branch.close();
108 branch.write(ch);
    [all...]
  /packages/apps/Email/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/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/
BTree.java 46 BTree branch; local
50 branch = zero;
54 branch = one;
56 branch.addString(path.substring(1), value);
  /tools/motodev/makefile/scripts/
git_update.sh 2 GIT_BRANCH=`git branch | grep "*" | cut -b 3-`
3 if [ x$GIT_BRANCH != "x(no branch)" ]
7 echo "No branch set: Have you checked out a branch?"
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
feedPublish.sh 28 branch="HEAD"; # optional
37 cmd=$cmd" -Dbranch=$branch -Dversion=$version -DbuildID=$buildID -DbuildAlias=$buildAlias -DbuildType="${buildID:0:1};
  /external/proguard/src/proguard/evaluation/
BranchUnit.java 36 public void branch(Clazz clazz, method in interface:BranchUnit
44 * conditional branch.
  /external/webkit/Tools/BuildSlaveSupport/
build-launcher-app 65 my ($url, $branch);
73 ($branch) = ($url =~ m/\/webkit\/(trunk|branches\/[^\/]+)/);
74 die "Unable to determine current SVN branch in $sourceDir" unless (defined $branch);
75 $branch =~ s/^branches\///;
76 return $branch;
82 my $branch = currentBranch();
86 my $branchFile = "$nightlyLauncherStagingPath/Contents/Resources/BRANCH";
103 open(OUT, ">$branchFile") or die "Couldn't open BRANCH in built application for writing";
104 print OUT "$branch\n"
    [all...]
  /dalvik/vm/compiler/codegen/arm/
ArchFactory.cpp 34 TGT_LIR *branch = genCmpImmBranch(cUnit, cond, reg, checkValue); local
40 branch->generic.target = (LIR *) exceptionLabel;
48 return genCheckCommon(cUnit, dOffset, branch, pcrLabel);
79 TGT_LIR *branch = opCondBranch(cUnit, cond); local
80 genCheckCommon(cUnit, dOffset, branch, pcrLabel);
  /dalvik/vm/mterp/mips/
bincmp.S 1 %verify "branch taken"
2 %verify "branch not taken"
4 * Generic two-operand compare-and-branch operation. Provide a "revcmp"
15 b${revcmp} a2, a3, 1f # branch to 1 if comparison failed
16 FETCH_S(a1, 1) # a1<- branch offset, in code units
19 li a1, 2 # a1- BYTE branch dist for not-taken
zcmp.S 1 %verify "branch taken"
2 %verify "branch not taken"
4 * Generic one-operand compare-and-branch operation. Provide a "revcmp"
13 FETCH_S(a1, 1) # a1 <- branch offset, in code units
14 b${revcmp} a2, zero, 1f # branch to 1 if comparison failed
17 li a1, 2 # a1- BYTE branch dist for not-taken
  /external/llvm/test/MC/MachO/ARM/
thumb-bl-jbits.s 15 # We are checking that the branch and link instruction which is:
18 # the branch is assembled with a label not a displacement.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1ObjectIdentifier.java 17 * Return an OID that creates a branch under the current one.
19 * @param branchID node numbers for the new branch.
20 * @return the OID for the new created branch.
22 public ASN1ObjectIdentifier branch(String branchID) method in class:ASN1ObjectIdentifier
28 * Return true if this oid is an extension of the passed in branch, stem.
29 * @param stem the arc or branch that is a possible parent.
30 * @return true if the branch is on the passed in stem, false otherwise.
  /cts/tools/dasm/src/dasm/
DasmCatchBuilder.java 59 * @param branch
63 String branch) {
66 add(exception, branch);
70 * Adds new exception type and branch label to current "from-to" block
79 * @param branch
82 void add(String exception, String branch) {
90 if (s != null && s.compareToIgnoreCase(branch) != 0)
93 + ") but different branch addresses (" + s
94 + " and " + branch + ")");
95 type_branch.put(type, branch);
196 String branch = uc.type_branch.get(type); local
    [all...]
  /external/v8/tools/
common-includes.sh 35 TEMP_BRANCH=$BRANCHNAME-temporary-branch-created-by-script
63 local MATCH=$(git branch | grep "$1" | awk '{print $NF}' | grep -x $1)
65 confirm "Branch $1 exists, do you want to delete it?"
67 git branch -D $1 || die "Deleting branch '$1' failed."
68 echo "Branch $1 deleted."
70 die "Can't continue. Please delete branch $1 and try again."
111 # Persist current branch.
118 # Get ahold of a safe temporary branch and check it out.
124 # Delete the branch that will be created later if it exists already
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
AVLTree.h 216 branch[d] = cmp > 0;
229 branch.reset();
247 branch.set();
276 } while (branch[depth]);
278 branch[depth] = true;
284 branch[depth] = false;
302 } while (!branch[depth]);
304 branch[depth] = false;
310 branch[depth] = true;
325 // Records a path into the tree. If branch[n] is true, indicate
    [all...]
  /dalvik/vm/mterp/armv5te/
bincmp.S 1 %verify "branch taken"
2 %verify "branch not taken"
4 * Generic two-operand compare-and-branch operation. Provide a "revcmp"
16 FETCH_S(r1, 1) @ r1<- branch offset, in code units
18 mov${revcmp} r1, #2 @ r1<- BYTE branch dist for not-taken
zcmp.S 1 %verify "branch taken"
2 %verify "branch not taken"
4 * Generic one-operand compare-and-branch operation. Provide a "revcmp"
13 FETCH_S(r1, 1) @ r1<- branch offset, in code units
15 mov${revcmp} r1, #2 @ r1<- inst branch dist for not-taken

Completed in 382 milliseconds

1 2 3 4 5 6 7