Searched defs:current_branch (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
H A Dscm_mock.py56 def current_branch(self): member in class:MockSCM
H A Dgit.py136 def current_branch(self): member in class:Git
140 current_branch = self.current_branch()
141 return self._branch_from_ref(self.read_git_config('branch.%s.merge' % current_branch, cwd=self.checkout_root, executive=self._executive).strip())
311 if self.current_branch() != self._branch_tracking_remote_master():
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A Dradeon_setup_tgsi_llvm.c396 struct radeon_llvm_branch * current_branch = get_current_branch(ctx); local
413 if (current_block != current_branch->if_block) {
414 LLVMBuildBr(gallivm->builder, current_branch->endif_block);
416 if (!LLVMGetBasicBlockTerminator(current_branch->if_block)) {
417 LLVMBuildBr(gallivm->builder, current_branch->endif_block);
419 current_branch->has_else = 1;
420 LLVMPositionBuilderAtEnd(gallivm->builder, current_branch->else_block);
430 struct radeon_llvm_branch * current_branch = get_current_branch(ctx); local
435 if (current_block != current_branch->if_block
436 && current_block != current_branch
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_setup_tgsi_llvm.c396 struct radeon_llvm_branch * current_branch = get_current_branch(ctx); local
413 if (current_block != current_branch->if_block) {
414 LLVMBuildBr(gallivm->builder, current_branch->endif_block);
416 if (!LLVMGetBasicBlockTerminator(current_branch->if_block)) {
417 LLVMBuildBr(gallivm->builder, current_branch->endif_block);
419 current_branch->has_else = 1;
420 LLVMPositionBuilderAtEnd(gallivm->builder, current_branch->else_block);
430 struct radeon_llvm_branch * current_branch = get_current_branch(ctx); local
435 if (current_block != current_branch->if_block
436 && current_block != current_branch
[all...]
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc2303 * Check if a conditional branch to "current_branch" with token "token" is
2308 * - "current_branch" must be in the induction loop.
2316 HBasicBlock* current_branch,
2319 current_branch->current_loop())) {
2314 CheckIfBranchIsLoopGuard( Token::Value token, HBasicBlock* current_branch, HBasicBlock* other_branch) argument
/external/pcre/dist/
H A Dpcre_internal.h2459 pcre_uchar *current_branch; member in struct:branch_chain

Completed in 259 milliseconds