Searched refs:newBranch (Results 1 - 3 of 3) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPTransaction.java377 String newBranch;
404 newBranch = ((Via) newOriginalRequest.getViaHeaders().getFirst())
406 if (newBranch != null) {
408 sipStack.getStackLogger().logDebug("Setting Branch id : " + newBranch);
412 setBranch(newBranch);
482 * @param newBranch
485 public final void setBranch(String newBranch) { argument
486 branch = newBranch;
/external/chromium_org/third_party/skia/src/core/
H A DSkRTree.cpp55 Branch newBranch; local
56 newBranch.fBounds = bounds;
57 newBranch.fChild.data = data;
62 fDeferredInserts.push(newBranch);
70 Branch* newSibling = insert(fRoot.fChild.subtree, &newBranch);
/external/skia/src/core/
H A DSkRTree.cpp55 Branch newBranch; local
56 newBranch.fBounds = bounds;
57 newBranch.fChild.data = data;
62 fDeferredInserts.push(newBranch);
70 Branch* newSibling = insert(fRoot.fChild.subtree, &newBranch);

Completed in 252 milliseconds