HomeSort by relevance Sort by last modified time
    Searched refs:newBranch (Results 1 - 8 of 8) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransaction.java 377 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) {
486 branch = newBranch;
    [all...]
  /external/deqp-deps/SPIRV-Tools/source/opt/
dead_branch_elim_pass.cpp 82 std::unique_ptr<Instruction> newBranch(
85 context()->AnalyzeDefUse(&*newBranch);
86 context()->set_instr_block(&*newBranch, bp);
87 bp->AddInstruction(std::move(newBranch));
aggressive_dead_code_elim_pass.cpp 243 std::unique_ptr<Instruction> newBranch(
246 context()->AnalyzeDefUse(&*newBranch);
247 context()->set_instr_block(&*newBranch, bp);
248 bp->AddInstruction(std::move(newBranch));
inline_pass.cpp 55 std::unique_ptr<Instruction> newBranch(
58 (*block_ptr)->AddInstruction(std::move(newBranch));
64 std::unique_ptr<Instruction> newBranch(
69 (*block_ptr)->AddInstruction(std::move(newBranch));
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
dead_branch_elim_pass.cpp 82 std::unique_ptr<Instruction> newBranch(
85 context()->AnalyzeDefUse(&*newBranch);
86 context()->set_instr_block(&*newBranch, bp);
87 bp->AddInstruction(std::move(newBranch));
aggressive_dead_code_elim_pass.cpp 243 std::unique_ptr<Instruction> newBranch(
246 context()->AnalyzeDefUse(&*newBranch);
247 context()->set_instr_block(&*newBranch, bp);
248 bp->AddInstruction(std::move(newBranch));
inline_pass.cpp 59 std::unique_ptr<Instruction> newBranch(
62 (*block_ptr)->AddInstruction(std::move(newBranch));
68 std::unique_ptr<Instruction> newBranch(
73 (*block_ptr)->AddInstruction(std::move(newBranch));
  /external/kotlinc/lib/
kotlin-main-kts.jar 

Completed in 330 milliseconds