/external/mksh/ |
D | mkshrc_vendor | 13 if (( USER_ID )); then PS1='$'; else PS1='#'; fi 14 PS4='[$EPOCHREALTIME] '; PS1='${| 20 }$HOSTNAME:${PWD:-?} '"$PS1 "
|
D | mkshrc | 14 if (( USER_ID )); then PS1='$'; else PS1='#'; fi 15 PS4='[$EPOCHREALTIME] '; PS1='${| 21 }$HOSTNAME:${PWD:-?} '"$PS1 "
|
/external/llvm/lib/Transforms/Utils/ |
D | FlattenCFG.cpp | 194 BasicBlock *PS1 = PBI->getSuccessor(0); in FlattenParallelAndOr() local 196 BasicBlock *PS = (PS1 == BB) ? PS2 : PS1; in FlattenParallelAndOr() 197 int CIdx = (PS1 == BB) ? 0 : 1; in FlattenParallelAndOr() 223 BasicBlock *PS1 = TBB->getSuccessor(0); in FlattenParallelAndOr() local 225 BranchInst *PBI1 = dyn_cast<BranchInst>(PS1->getTerminator()); in FlattenParallelAndOr() 228 // If PS1 does not jump into PS2, but PS2 jumps into PS1, in FlattenParallelAndOr() 231 (PS1->getTerminator()->getSuccessor(0) != PS2)) { in FlattenParallelAndOr() 232 // Check whether PS2 jumps into PS1. in FlattenParallelAndOr() 234 (PS2->getTerminator()->getSuccessor(0) != PS1)) in FlattenParallelAndOr() 258 // PS1 must have a conditional branch. in FlattenParallelAndOr()
|
/external/vulkan-validation-layers/tests/ |
D | CMakeLists.txt | 65 FILE(TO_NATIVE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/_run_all_tests.ps1 RUN_ALL) 66 FILE(TO_NATIVE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/_vkvalidatelayerdoc.ps1 VALIDATE_DOC) 68 COMMAND ${CMAKE_COMMAND} -E copy_if_different ${RUN_ALL} run_all_tests.ps1 69 COMMAND ${CMAKE_COMMAND} -E copy_if_different ${VALIDATE_DOC} vkvalidatelayerdoc.ps1
|
D | _run_all_tests.ps1 | 4 # i.e. run_all_tests.ps1 -TestExceptions VkLayerTest.RequiredParameter:VkLayerTest.UnrecognizedValue 7 # i.e run_all_tests.ps1 -Debug
|
D | _vkvalidatelayerdoc.ps1 | 5 # .\vkvalidatelayerdoc.ps1 [-Debug] 14 write-host "vkvalidatelayerdoc.ps1: Validate layer documentation"
|
/external/python/cpython2/Parser/ |
D | parsetok.c | 73 char *ps1, char *ps2, perrdetail *err_ret) in PyParser_ParseFile() argument 75 return PyParser_ParseFileFlags(fp, filename, g, start, ps1, ps2, in PyParser_ParseFile() 81 char *ps1, char *ps2, perrdetail *err_ret, int flags) in PyParser_ParseFileFlags() argument 84 return PyParser_ParseFileFlagsEx(fp, filename, g, start, ps1, ps2, err_ret, &iflags); in PyParser_ParseFileFlags() 89 char *ps1, char *ps2, perrdetail *err_ret, int *flags) in PyParser_ParseFileFlagsEx() argument 95 if ((tok = PyTokenizer_FromFile(fp, ps1, ps2)) == NULL) { in PyParser_ParseFileFlagsEx()
|
/external/python/cpython2/Lib/ |
D | code.py | 71 decide whether to use sys.ps1 or sys.ps2 to prompt the next 178 using the familiar sys.ps1 and sys.ps2, and input buffering. 212 sys.ps1 214 sys.ps1 = ">>> " 232 prompt = sys.ps1
|
/external/valgrind/memcheck/tests/ |
D | partiallydefinedeq.c | 30 short* ps1 = (short*)junk1; in main() local 43 *ps1 = 41; in main() 50 *ps1 = 42; in main()
|
/external/python/cpython2/Demo/pysvr/ |
D | pysvr.py | 70 str(sys.ps1) 72 sys.ps1 = ">>> " 75 stdout.write(sys.ps1)
|
/external/fdlibm/ |
D | e_acos.c | 50 pS1 = -3.25565818622400915405e-01, /* 0xBFD4D612, 0x03EB6F7D */ variable 81 p = z*(pS0+z*(pS1+z*(pS2+z*(pS3+z*(pS4+z*pS5))))); 87 p = z*(pS0+z*(pS1+z*(pS2+z*(pS3+z*(pS4+z*pS5))))); 99 p = z*(pS0+z*(pS1+z*(pS2+z*(pS3+z*(pS4+z*pS5)))));
|
D | e_asin.c | 59 pS1 = -3.25565818622400915405e-01, /* 0xBFD4D612, 0x03EB6F7D */ variable 90 p = t*(pS0+t*(pS1+t*(pS2+t*(pS3+t*(pS4+t*pS5))))); 98 p = t*(pS0+t*(pS1+t*(pS2+t*(pS3+t*(pS4+t*pS5)))));
|
/external/libvpx/libvpx/vp8/common/ |
D | loopfilter_filters.c | 48 signed char ps1, qs1; in vp8_filter() local 52 ps1 = (signed char)*op1 ^ 0x80; in vp8_filter() 58 filter_value = vp8_signed_char_clamp(ps1 - qs1); in vp8_filter() 86 u = vp8_signed_char_clamp(ps1 + filter_value); in vp8_filter() 140 signed char ps1 = (signed char)*op1 ^ 0x80; in vp8_mbfilter() local 147 filter_value = vp8_signed_char_clamp(ps1 - qs1); in vp8_mbfilter() 177 s = vp8_signed_char_clamp(ps1 + u); in vp8_mbfilter()
|
/external/llvm/test/CodeGen/X86/ |
D | llc-override-mcpu-mattr.ll | 11 %ps1 = load <4 x i64>, <4 x i64>* %s1 13 %0 = bitcast <4 x i64> %ps1 to <32 x i8>
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_loopfilter_sse2.c | 60 __m128i ps1, qs1, ps0, qs0; in vpx_highbd_lpf_horizontal_16_sse2() local 152 ps1 = _mm_subs_epi16(p1, t80); in vpx_highbd_lpf_horizontal_16_sse2() 157 filt = _mm_and_si128(signed_char_clamp_bd_sse2(_mm_subs_epi16(ps1, qs1), bd), in vpx_highbd_lpf_horizontal_16_sse2() 180 ps1 = _mm_adds_epi16(signed_char_clamp_bd_sse2(_mm_adds_epi16(ps1, filt), bd), in vpx_highbd_lpf_horizontal_16_sse2() 363 ps1 = _mm_andnot_si128(flat, ps1); in vpx_highbd_lpf_horizontal_16_sse2() 367 p1 = _mm_or_si128(ps1, flat_p1); // full list of p1 values in vpx_highbd_lpf_horizontal_16_sse2() 517 __m128i ps1, ps0, qs0, qs1; in vpx_highbd_lpf_horizontal_8_sse2() local 545 ps1 = _mm_subs_epi16(p1, t80); in vpx_highbd_lpf_horizontal_8_sse2() 637 filt = signed_char_clamp_bd_sse2(_mm_subs_epi16(ps1, qs1), bd); in vpx_highbd_lpf_horizontal_8_sse2() 691 work_a = signed_char_clamp_bd_sse2(_mm_adds_epi16(ps1, filt), bd); in vpx_highbd_lpf_horizontal_8_sse2() [all …]
|
/external/python/cpython2/Lib/lib2to3/ |
D | refactor.py | 549 PS1 = ">>> " variable in RefactoringTool 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/cpython2/PC/bdist_wininst/ |
D | install.c | 489 IShellLink *ps1 = NULL; in CreateShortcut() local 510 &ps1); in CreateShortcut() 517 hr = ps1->lpVtbl->QueryInterface(ps1, &IID_IPersistFile, in CreateShortcut() 526 hr = ps1->lpVtbl->SetPath(ps1, path); in CreateShortcut() 533 hr = ps1->lpVtbl->SetDescription(ps1, description); in CreateShortcut() 541 hr = ps1->lpVtbl->SetArguments(ps1, arguments); in CreateShortcut() 550 hr = ps1->lpVtbl->SetIconLocation(ps1, iconpath, iconindex); in CreateShortcut() 559 hr = ps1->lpVtbl->SetWorkingDirectory(ps1, workdir); in CreateShortcut() 579 ps1->lpVtbl->Release(ps1); in CreateShortcut() 587 if (ps1) in CreateShortcut() [all …]
|
/external/mksh/src/ |
D | lex.c | 1353 if (cur_prompt == PS1) in getsc_line() 1428 if (cur_prompt != PS1) in getsc_line() 1435 } else if (interactive && cur_prompt == PS1) { in getsc_line() 1457 case PS1: in set_prompt() 1466 char * volatile ps1; in set_prompt() local 1470 ps1 = str_val(global("PS1")); in set_prompt() 1471 shf = shf_sopen(NULL, strlen(ps1) * 2, in set_prompt() 1473 while (*ps1) in set_prompt() 1474 if (*ps1 != '!' || *++ps1 == '!') in set_prompt() 1475 shf_putchar(*ps1++, shf); in set_prompt() [all …]
|
/external/strace/tests/ |
D | pread64-pwrite64.c | 87 size_t ps1 = get_page_size() - 1; in test_dump() local 88 buf = (void *) (((size_t) buf + ps1) & ~ps1) - len; in test_dump()
|
D | read-write.c | 102 size_t ps1 = get_page_size() - 1; in test_dump() local 103 buf = (void *) (((size_t) buf + ps1) & ~ps1) - len; in test_dump()
|
/external/strace/tests-mx32/ |
D | read-write.c | 102 size_t ps1 = get_page_size() - 1; in test_dump() local 103 buf = (void *) (((size_t) buf + ps1) & ~ps1) - len; in test_dump()
|
D | pread64-pwrite64.c | 87 size_t ps1 = get_page_size() - 1; in test_dump() local 88 buf = (void *) (((size_t) buf + ps1) & ~ps1) - len; in test_dump()
|
/external/strace/tests-m32/ |
D | read-write.c | 102 size_t ps1 = get_page_size() - 1; in test_dump() local 103 buf = (void *) (((size_t) buf + ps1) & ~ps1) - len; in test_dump()
|
D | pread64-pwrite64.c | 87 size_t ps1 = get_page_size() - 1; in test_dump() local 88 buf = (void *) (((size_t) buf + ps1) & ~ps1) - len; in test_dump()
|
/external/python/cpython2/Doc/faq/ |
D | extending.rst | 338 char ps1[] = ">>> "; 340 char *prompt = ps1; 385 if (ps1 == prompt || /* ">>> " or */ 395 prompt = ps1; 416 prompt = ps1; 424 prompt = ps1;
|