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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
refactor.py 543 PS1 = ">>> "
565 if line.lstrip().startswith(self.PS1):
571 i = line.find(self.PS1)
613 block = [indent + self.PS1 + new.pop(0)]
661 # end of the prompt string (PS1 or PS2).
668 This strips the first len(indent + self.PS1) characters off each line.
670 prefix1 = indent + self.PS1
  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 194 BasicBlock *PS1 = PBI->getSuccessor(0);
196 BasicBlock *PS = (PS1 == BB) ? PS2 : PS1;
197 int CIdx = (PS1 == BB) ? 0 : 1;
223 BasicBlock *PS1 = TBB->getSuccessor(0);
225 BranchInst *PBI1 = dyn_cast<BranchInst>(PS1->getTerminator());
228 // If PS1 does not jump into PS2, but PS2 jumps into PS1,
231 (PS1->getTerminator()->getSuccessor(0) != PS2)) {
232 // Check whether PS2 jumps into PS1
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
refactor.py 549 PS1 = ">>> "
571 if line.lstrip().startswith(self.PS1):
577 i = line.find(self.PS1)
619 block = [indent + self.PS1 + new.pop(0)]
667 # end of the prompt string (PS1 or PS2).
674 This strips the first len(indent + self.PS1) characters off each line.
676 prefix1 = indent + self.PS1
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
refactor.py 549 PS1 = ">>> "
571 if line.lstrip().startswith(self.PS1):
577 i = line.find(self.PS1)
619 block = [indent + self.PS1 + new.pop(0)]
667 # end of the prompt string (PS1 or PS2).
674 This strips the first len(indent + self.PS1) characters off each line.
676 prefix1 = indent + self.PS1
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 549 PS1 = ">>> "
571 if line.lstrip().startswith(self.PS1):
577 i = line.find(self.PS1)
619 block = [indent + self.PS1 + new.pop(0)]
667 # end of the prompt string (PS1 or PS2).
674 This strips the first len(indent + self.PS1) characters off each line.
676 prefix1 = indent + self.PS1
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 549 PS1 = ">>> "
571 if line.lstrip().startswith(self.PS1):
577 i = line.find(self.PS1)
619 block = [indent + self.PS1 + new.pop(0)]
667 # end of the prompt string (PS1 or PS2).
674 This strips the first len(indent + self.PS1) characters off each line.
676 prefix1 = indent + self.PS1
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
kxia64.h 9 #define PS1 0x0002
  /external/mksh/src/
sh.h 505 EXTERN const char *safe_prompt; /* safe prompt if PS1 substitution fails */
    [all...]

Completed in 589 milliseconds