Searched defs:branch (Results 1 - 11 of 11) sorted by relevance

/external/proguard/src/proguard/evaluation/
H A DBranchUnit.java36 public void branch(Clazz clazz, method in interface:BranchUnit
44 * conditional branch.
H A DBasicBranchUnit.java28 * 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 target
[all...]
/external/nist-sip/java/javax/sip/header/
H A DViaHeader.java10 void setBranch(String branch) throws ParseException; argument
H A DHeaderFactory.java173 String branch) throws InvalidArgumentException, ParseException;
172 createViaHeader(String host, int port, String transport, String branch) argument
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DVia.java63 /** The branch parameter is included by every forking proxy.
507 * Gets the branch paramater of the ViaHeader. Returns null if branch
510 * @return the string branch value of ViaHeader
517 * Sets the branch parameter of the ViaHeader to the newly supplied
518 * branch value.
520 * @param branch - the new string branch parmameter of the ViaHeader.
522 * unexpectedly while parsing the branch value.
524 public void setBranch(String branch) throw argument
[all...]
H A DHeaderFactoryImpl.java1057 * Creates a new ViaHeader based on the newly supplied uri and branch values.
1062 * @param branch the new string value of the branch.
1064 * unexpectedly while parsing the branch value.
1071 String branch)
1077 if (branch != null)
1078 via.setBranch(branch);
1067 createViaHeader( String host, int port, String transport, String branch) argument
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPTransaction.java212 // Transaction branch ID
213 private String branch; field in class:SIPTransaction
263 return this.branch;
403 // If the message has an explicit branch value set,
410 // Override the default branch with the one
480 * Sets the Via header branch parameter used to identify this transaction.
483 * New string used as the branch for this transaction.
486 branch = newBranch;
490 * Gets the current setting for the branch parameter of this transaction.
495 if (this.branch
[all...]
/external/skia/src/animator/
H A DSkScriptTokenizer.cpp119 Branch branch(kUnassigned, 0, 0);
120 fBranchStack.push(branch);
134 Branch& branch = fBranchStack.index(index); local
135 if (branch.fPrimed == Branch::kIsPrimed)
136 resolveBranch(branch);
691 Branch& branch = fBranchStack.index(branchIndex++); local
692 if (branch.fPrimed == Branch::kIsPrimed)
694 Op branchOp = branch.fOperator;
699 if (branch.fOperator == kLogicalAnd)
700 branch
946 Branch& branch = fBranchStack.index(branchIndex++); local
1013 Branch& branch = fBranchStack.top(); local
1178 resolveBranch(SkScriptEngine2::Branch& branch) argument
[all...]
/external/bluetooth/glib/glib/
H A Dgslice.c1266 #define SMC_BRANCH_COUNT (511) /* prime, to distribute branch collisions */
1289 smc_tree_branch_grow_L (SmcBranch *branch, argument
1292 unsigned int old_size = branch->n_entries * sizeof (branch->entries[0]);
1293 unsigned int new_size = old_size + sizeof (branch->entries[0]);
1295 mem_assert (index <= branch->n_entries);
1296 branch->entries = (SmcEntry*) realloc (branch->entries, new_size);
1297 if (!branch->entries)
1299 entry = branch
1306 smc_tree_branch_lookup_nearest_L(SmcBranch *branch, SmcKType key) argument
[all...]
/external/proguard/lib/
H A Dproguard.jar ... BranchUnit extends java.lang.Object { public abstract void branch (proguard.classfile.Clazz, proguard.classfile.attribute ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 127 milliseconds