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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
refactor.py 544 PS2 = "... "
574 (line.startswith(indent + self.PS2) or
575 line == indent + self.PS2.rstrip() + u"\n")):
615 block += [indent + self.PS2 + line for line in new]
661 # end of the prompt string (PS1 or PS2).
671 prefix2 = indent + self.PS2
  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 195 BasicBlock *PS2 = PBI->getSuccessor(1);
196 BasicBlock *PS = (PS1 == BB) ? PS2 : PS1;
224 BasicBlock *PS2 = TBB->getSuccessor(1);
226 BranchInst *PBI2 = dyn_cast<BranchInst>(PS2->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.
234 (PS2->getTerminator()->getSuccessor(0) != PS1))
262 // PS2 should not contain PHI node
    [all...]
  /external/python/cpython2/Lib/lib2to3/
refactor.py 550 PS2 = "... "
580 (line.startswith(indent + self.PS2) or
581 line == indent + self.PS2.rstrip() + u"\n")):
621 block += [indent + self.PS2 + line for line in new]
667 # end of the prompt string (PS1 or PS2).
677 prefix2 = indent + self.PS2
  /external/python/cpython3/Lib/lib2to3/
refactor.py 547 PS2 = "... "
577 (line.startswith(indent + self.PS2) or
578 line == indent + self.PS2.rstrip() + "\n")):
618 block += [indent + self.PS2 + line for line in new]
664 # end of the prompt string (PS1 or PS2).
674 prefix2 = indent + self.PS2
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
refactor.py 550 PS2 = "... "
580 (line.startswith(indent + self.PS2) or
581 line == indent + self.PS2.rstrip() + u"\n")):
621 block += [indent + self.PS2 + line for line in new]
667 # end of the prompt string (PS1 or PS2).
677 prefix2 = indent + self.PS2
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
refactor.py 550 PS2 = "... "
580 (line.startswith(indent + self.PS2) or
581 line == indent + self.PS2.rstrip() + u"\n")):
621 block += [indent + self.PS2 + line for line in new]
667 # end of the prompt string (PS1 or PS2).
677 prefix2 = indent + self.PS2
  /prebuilts/go/darwin-x86/test/chan/
powser1.go 184 type PS2 *[2]PS // pair of power series
powser2.go 194 type PS2 *[2]PS // pair of power series
  /prebuilts/go/linux-x86/test/chan/
powser1.go 184 type PS2 *[2]PS // pair of power series
powser2.go 194 type PS2 *[2]PS // pair of power series
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 550 PS2 = "... "
580 (line.startswith(indent + self.PS2) or
581 line == indent + self.PS2.rstrip() + u"\n")):
621 block += [indent + self.PS2 + line for line in new]
667 # end of the prompt string (PS1 or PS2).
677 prefix2 = indent + self.PS2
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 550 PS2 = "... "
580 (line.startswith(indent + self.PS2) or
581 line == indent + self.PS2.rstrip() + u"\n")):
621 block += [indent + self.PS2 + line for line in new]
667 # end of the prompt string (PS1 or PS2).
677 prefix2 = indent + self.PS2
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
kxia64.h 10 #define PS2 0x0004
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/
SetupVariable.h 878 // PS2 port
880 UINT8 PS2;
  /external/mksh/src/
sh.h     [all...]

Completed in 515 milliseconds