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

1 2

  /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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 207 BasicBlock *PS1 = PBI->getSuccessor(0);
209 BasicBlock *PS = (PS1 == BB) ? PS2 : PS1;
210 int CIdx = (PS1 == BB) ? 0 : 1;
236 BasicBlock *PS1 = TBB->getSuccessor(0);
238 BranchInst *PBI1 = dyn_cast<BranchInst>(PS1->getTerminator());
241 // If PS1 does not jump into PS2, but PS2 jumps into PS1,
244 (PS1->getTerminator()->getSuccessor(0) != PS2)) {
245 // 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
  /external/python/cpython2/Lib/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/python/cpython3/Lib/lib2to3/
refactor.py 530 PS1 = ">>> "
552 if line.lstrip().startswith(self.PS1):
558 i = line.find(self.PS1)
600 block = [indent + self.PS1 + new.pop(0)]
648 # end of the prompt string (PS1 or PS2).
655 This strips the first len(indent + self.PS1) characters off each line.
657 prefix1 = indent + self.PS1
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
  /external/u-boot/common/
cli_hush.c 302 static char *PS1;
948 PS1 = NULL;
950 PS1 = env_get("PS1");
951 if(PS1==0)
952 PS1 = "\\w \\$ ";
962 free(PS1);
963 PS1=xmalloc(strlen(cwd)+4);
964 sprintf(PS1, "%s %s", cwd, ( geteuid() != 0 ) ? "$ ":"# ");
965 *prompt_str = PS1;
    [all...]
  /external/mksh/src/
lex.c 1374 if (cur_prompt == PS1)
1487 char * volatile ps1; local
    [all...]
main.c 440 vp = global("PS1");
441 /* Set PS1 if unset or we are root and prompt doesn't contain a # */
881 set_prompt(PS1, s);
    [all...]
sh.h 565 EXTERN const char *safe_prompt; /* safe prompt if PS1 substitution fails */
    [all...]
  /external/u-boot/arch/arm/include/asm/arch-mx8m/
ddr.h 344 PS1,
  /external/swiftshader/third_party/LLVM/projects/sample/
configure 96 PS1='$ '
    [all...]
  /external/epid-sdk/
configure 122 PS1='$ '
    [all...]
  /external/fdlibm/
configure 36 PS1='$ '
    [all...]
  /external/fec/
configure 34 PS1='$ '
    [all...]
  /external/iputils/ninfod/
configure 126 PS1='$ '
    [all...]
  /external/google-breakpad/
configure 124 PS1='$ '
    [all...]
  /external/ltp/utils/ffsb-6.0-rc2/
configure 98 PS1='$ '
    [all...]
  /external/stressapptest/
configure 125 PS1='$ '
    [all...]
  /external/libpcap/
configure 122 PS1='$ '
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/e2fsprogs/
configure 122 PS1='$ '
    [all...]
  /external/iperf3/
configure 124 PS1='$ '
    [all...]
  /external/jemalloc_new/
configure 122 PS1='$ '
    [all...]

Completed in 1464 milliseconds

1 2