HomeSort by relevance Sort by last modified time
    Searched refs:PS1 (Results 1 - 25 of 63) sorted by null

1 2 3

  /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...]
  /external/autotest/server/site_tests/platform_GCC/
dejagnu_remote.sh 35 PS1=. TERM=linux ssh ${SSH_ARGS} -t -t -M -S "${CONTROL_PATH}" root@$1 \
  /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
  /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
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
  /external/mksh/src/
lex.c 1353 if (cur_prompt == PS1)
1428 if (cur_prompt != PS1)
1435 } else if (interactive && cur_prompt == PS1) {
1457 case PS1:
1466 char * volatile ps1; local
    [all...]
main.c 402 vp = global("PS1");
403 /* Set PS1 if unset or we are root and prompt doesn't contain a # */
831 set_prompt(PS1, s);
    [all...]
sh.h 505 EXTERN const char *safe_prompt; /* safe prompt if PS1 substitution fails */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
kxia64.h 9 #define PS1 0x0002
  /external/strace/
config.status 124 PS1='$ '
    [all...]
  /external/swiftshader/third_party/LLVM/projects/sample/
configure 96 PS1='$ '
    [all...]
  /external/fdlibm/
configure 36 PS1='$ '
    [all...]
  /external/fec/
configure 34 PS1='$ '
    [all...]
  /external/iputils/ninfod/
configure 126 PS1='$ '
    [all...]
  /toolchain/binutils/binutils-2.25/etc/
configure 121 PS1='$ '
    [all...]
  /external/google-breakpad/
configure 124 PS1='$ '
    [all...]
  /external/liblzf/
configure 94 PS1='$ '
    [all...]
  /external/ltp/utils/ffsb-6.0-rc2/
configure 98 PS1='$ '
    [all...]
  /external/stressapptest/
configure 125 PS1='$ '
    [all...]
  /toolchain/binutils/binutils-2.25/intl/
configure 121 PS1='$ '
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
configure 121 PS1='$ '
    [all...]
  /external/libpcap/
configure 122 PS1='$ '
    [all...]

Completed in 1116 milliseconds

1 2 3