/packages/apps/UnifiedEmail/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...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
KeyPurposeId.java | 31 public static final KeyPurposeId anyExtendedKeyUsage = new KeyPurposeId(Extension.extendedKeyUsage.branch("0")); 36 public static final KeyPurposeId id_kp_serverAuth = new KeyPurposeId(id_kp.branch("1")); 40 public static final KeyPurposeId id_kp_clientAuth = new KeyPurposeId(id_kp.branch("2")); 44 public static final KeyPurposeId id_kp_codeSigning = new KeyPurposeId(id_kp.branch("3")); 48 public static final KeyPurposeId id_kp_emailProtection = new KeyPurposeId(id_kp.branch("4")); 52 public static final KeyPurposeId id_kp_ipsecEndSystem = new KeyPurposeId(id_kp.branch("5")); 56 public static final KeyPurposeId id_kp_ipsecTunnel = new KeyPurposeId(id_kp.branch("6")); 60 public static final KeyPurposeId id_kp_ipsecUser = new KeyPurposeId(id_kp.branch("7")); 64 public static final KeyPurposeId id_kp_timeStamping = new KeyPurposeId(id_kp.branch("8")); 68 public static final KeyPurposeId id_kp_OCSPSigning = new KeyPurposeId(id_kp.branch("9")) [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...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
relax-swap2.l | 2 .*:9: Warning: relaxed out-of-range branch into a jump 3 .*:13: Warning: relaxed out-of-range branch into a jump 4 .*:18: Warning: relaxed out-of-range branch into a jump 5 .*:22: Warning: relaxed out-of-range branch into a jump 6 .*:27: Warning: relaxed out-of-range branch into a jump 7 .*:31: Warning: relaxed out-of-range branch into a jump 8 .*:36: Warning: relaxed out-of-range branch into a jump 9 .*:40: Warning: relaxed out-of-range branch into a jump 10 .*:45: Warning: relaxed out-of-range branch into a jump
|
micromips-branch-relax-pic.l | 3 .*:59: Warning: relaxed out-of-range branch into a jump 4 .*:63: Warning: relaxed out-of-range branch into a jump 5 .*:65: Warning: relaxed out-of-range branch into a jump 6 .*:67: Warning: relaxed out-of-range branch into a jump 7 .*:69: Warning: relaxed out-of-range branch into a jump 8 .*:71: Warning: relaxed out-of-range branch into a jump 9 .*:73: Warning: relaxed out-of-range branch into a jump 10 .*:75: Warning: relaxed out-of-range branch into a jump 11 .*:77: Warning: relaxed out-of-range branch into a jump 12 .*:79: Warning: relaxed out-of-range branch into a jum [all...] |
micromips-branch-relax.l | 2 .*:63: Warning: relaxed out-of-range branch into a jump 3 .*:65: Warning: relaxed out-of-range branch into a jump 4 .*:67: Warning: relaxed out-of-range branch into a jump 5 .*:69: Warning: relaxed out-of-range branch into a jump 6 .*:71: Warning: relaxed out-of-range branch into a jump 7 .*:73: Warning: relaxed out-of-range branch into a jump 8 .*:75: Warning: relaxed out-of-range branch into a jump 9 .*:77: Warning: relaxed out-of-range branch into a jump 10 .*:79: Warning: relaxed out-of-range branch into a jump 11 .*:81: Warning: relaxed out-of-range branch into a jum [all...] |
relax-bposge.l | 2 .*:6: Warning: relaxed out-of-range branch into a jump 3 .*:9: Warning: relaxed out-of-range branch into a jump 4 .*:7: Error: branch out of range 5 .*:8: Error: branch out of range
|
relax.l | 2 .*:9: Warning: relaxed out-of-range branch into a jump 3 .*:10: Warning: relaxed out-of-range branch into a jump 4 .*:11: Warning: relaxed out-of-range branch into a jump 5 .*:12: Warning: relaxed out-of-range branch into a jump 6 .*:13: Warning: relaxed out-of-range branch into a jump 7 .*:14: Warning: relaxed out-of-range branch into a jump 8 .*:15: Warning: relaxed out-of-range branch into a jump 9 .*:16: Warning: relaxed out-of-range branch into a jump 10 .*:17: Warning: relaxed out-of-range branch into a jump 11 .*:18: Warning: relaxed out-of-range branch into a jum [all...] |
relax-swap1.l | 2 .*:9: Warning: relaxed out-of-range branch into a jump 3 .*:14: Warning: relaxed out-of-range branch into a jump 4 .*:19: Warning: relaxed out-of-range branch into a jump 5 .*:24: Warning: relaxed out-of-range branch into a jump 6 .*:28: Warning: relaxed out-of-range branch into a jump 7 .*:33: Warning: relaxed out-of-range branch into a jump 8 .*:37: Warning: relaxed out-of-range branch into a jump 9 .*:42: Warning: relaxed out-of-range branch into a jump 10 .*:46: Warning: relaxed out-of-range branch into a jump 11 .*:51: Warning: relaxed out-of-range branch into a jum [all...] |
micromips-warn.l | 8 .*:2622: Warning: branch bge is always true 9 .*:2625: Warning: branch bgeu is always true 10 .*:2634: Warning: branch bgeu is always true 11 .*:2709: Warning: branch ble is always true 12 .*:2724: Warning: branch bleu is always true 13 .*:2730: Warning: branch bleu is always true 14 .*:2733: Warning: branch bleu is always true 15 .*:2832: Warning: branch bgel is always true 16 .*:2835: Warning: branch bgeul is always true 17 .*:2844: Warning: branch bgeul is always tru [all...] |
micromips-warn-branch-delay.l | 2 .*:8: Warning: wrong size instruction in a 16-bit branch delay slot 3 .*:10: Warning: wrong size instruction in a 16-bit branch delay slot 4 .*:12: Warning: wrong size instruction in a 16-bit branch delay slot 5 .*:14: Warning: wrong size instruction in a 16-bit branch delay slot 6 .*:16: Warning: wrong size instruction in a 16-bit branch delay slot 7 .*:18: Warning: wrong size instruction in a 16-bit branch delay slot 8 .*:20: Warning: wrong size instruction in a 16-bit branch delay slot
|
micromips-size-1.l | 2 .*:50: Warning: wrong size instruction in a 32-bit branch delay slot 3 .*:58: Warning: wrong size instruction in a 16-bit branch delay slot 4 .*:64: Warning: wrong size instruction in a 16-bit branch delay slot 5 .*:66: Warning: wrong size instruction in a 16-bit branch delay slot 6 .*:68: Warning: wrong size instruction in a 32-bit branch delay slot 7 .*:70: Warning: wrong size instruction in a 32-bit branch delay slot 8 .*:82: Warning: wrong size instruction in a 32-bit branch delay slot 9 .*:90: Warning: wrong size instruction in a 32-bit branch delay slot 10 .*:92: Warning: wrong size instruction in a 32-bit branch delay slot
|
msa-relax.l | 2 .*:3: Warning: relaxed out-of-range branch into a jump 3 .*:4: Warning: relaxed out-of-range branch into a jump 4 .*:5: Warning: relaxed out-of-range branch into a jump 5 .*:6: Warning: relaxed out-of-range branch into a jump 6 .*:7: Warning: relaxed out-of-range branch into a jump 7 .*:8: Warning: relaxed out-of-range branch into a jump 8 .*:9: Warning: relaxed out-of-range branch into a jump 9 .*:10: Warning: relaxed out-of-range branch into a jump 10 .*:11: Warning: relaxed out-of-range branch into a jump 11 .*:12: Warning: relaxed out-of-range branch into a jum [all...] |
mips-gp64-fp64.l | 2 .*:92: Warning: macro instruction expanded into multiple instructions in a branch delay slot 3 .*:96: Warning: macro instruction expanded into multiple instructions in a branch delay slot 4 .*:100: Warning: macro instruction expanded into multiple instructions in a branch delay slot
|
micromips-branch-delay.l | 2 .*:17: Warning: wrong size instruction in a 16-bit branch delay slot 3 .*:19: Warning: wrong size instruction in a 16-bit branch delay slot 4 .*:21: Warning: macro instruction expanded into a wrong size instruction in a 16-bit branch delay slot 5 .*:40: Warning: wrong size instruction in a 16-bit branch delay slot 6 .*:44: Warning: wrong size instruction in a 16-bit branch delay slot 7 .*:46: Warning: wrong size instruction in a 16-bit branch delay slot 8 .*:71: Warning: wrong size instruction in a 16-bit branch delay slot 9 .*:90: Warning: macro instruction expanded into multiple instructions in a branch delay slot 10 .*:92: Warning: macro instruction expanded into a wrong size instruction in a 16-bit branch delay slot 11 .*:94: Warning: macro instruction expanded into a wrong size instruction in a 16-bit branch delay slo [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m32r/ |
relax-1.d | 14 Disassembly of section .branch: 16 0* <branch>: 17 *0: ff 00 00 00 bra 0 <branch>
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
DERObjectIdentifier.java | 20 DERObjectIdentifier(ASN1ObjectIdentifier oid, String branch) 22 super(oid, branch);
|
/external/clang/test/CodeGen/ |
builtin-unpredictable.c | 9 void branch(int x) { function 10 // CHECK-LABEL: define void @branch(
|
/external/llvm/test/MC/Mips/ |
micromips-bad-branches.s | 3 # CHECK: error: branch to misaligned address 5 # CHECK: error: branch target out of range 7 # CHECK: error: branch to misaligned address 9 # CHECK: error: branch target out of range 12 # CHECK: error: branch to misaligned address 14 # CHECK: error: branch target out of range 16 # CHECK: error: branch to misaligned address 18 # CHECK: error: branch target out of range 21 # CHECK: error: branch to misaligned address 23 # CHECK: error: branch target out of rang [all...] |
mips-bad-branches.s | 3 # CHECK: error: branch to misaligned address 5 # CHECK: error: branch to misaligned address 7 # CHECK: error: branch to misaligned address 9 # CHECK: error: branch target out of range 11 # CHECK: error: branch to misaligned address 13 # CHECK: error: branch to misaligned address 15 # CHECK: error: branch to misaligned address 17 # CHECK: error: branch target out of range 20 # CHECK: error: branch to misaligned address 22 # CHECK: error: branch to misaligned addres [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
mpx-inval-1.l | 2 .*:6: Error: expecting valid branch instruction after `bnd' 3 .*:7: Error: expecting valid branch instruction after `bnd' 4 .*:8: Error: expecting valid branch instruction after `bnd' 6 .*:9: Error: expecting valid branch instruction after `bnd' 8 .*:10: Error: expecting valid branch instruction after `bnd' 9 .*:11: Error: expecting valid branch instruction after `bnd' 10 .*:14: Error: expecting valid branch instruction after `bnd' 11 .*:15: Error: expecting valid branch instruction after `bnd' 12 .*:16: Error: expecting valid branch instruction after `bnd' 13 .*:17: Error: expecting valid branch instruction after `bnd [all...] |
x86-64-mpx-inval-1.l | 2 .*:4: Error: expecting valid branch instruction after `bnd' 3 .*:5: Error: expecting valid branch instruction after `bnd' 4 .*:6: Error: expecting valid branch instruction after `bnd' 5 .*:7: Error: expecting valid branch instruction after `bnd' 6 .*:10: Error: expecting valid branch instruction after `bnd' 7 .*:11: Error: expecting valid branch instruction after `bnd' 8 .*:12: Error: expecting valid branch instruction after `bnd' 9 .*:13: Error: expecting valid branch instruction after `bnd' 17 .* Error: expecting valid branch instruction after `bnd' 19 .* Error: expecting valid branch instruction after `bnd [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);
|
/external/v8/src/compiler/ |
node-matchers.cc | 16 BranchMatcher::BranchMatcher(Node* branch) 17 : NodeMatcher(branch), if_true_(nullptr), if_false_(nullptr) { 18 if (branch->opcode() != IrOpcode::kBranch) return; 19 for (Node* use : branch->uses()) { 42 Node* branch = input0->InputAt(0); 43 if (branch != input1->InputAt(0)) return; 44 if (branch->opcode() != IrOpcode::kBranch) return; 47 branch_ = branch; 52 branch_ = branch;
|
diamond.h | 20 Node* branch; member in struct:v8::internal::compiler::Diamond 29 branch = graph->NewNode(common->Branch(hint), cond, graph->start()); 30 if_true = graph->NewNode(common->IfTrue(), branch); 31 if_false = graph->NewNode(common->IfFalse(), branch); 36 void Chain(Diamond& that) { branch->ReplaceInput(1, that.merge); } 39 void Chain(Node* that) { branch->ReplaceInput(1, that); } 41 // Nest {this} into either the if_true or if_false branch of {that}. 44 branch->ReplaceInput(1, that.if_true); 47 branch->ReplaceInput(1, that.if_false) [all...] |