/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
D | RC2ParameterSpecTest.java | 149 RC2ParameterSpec ps1 = new RC2ParameterSpec(effectiveKeyBits, iv); in testEquals() local 156 ps1.equals(ps1)); in testEquals() 159 ps1.equals(ps2)); in testEquals() 162 ps2.equals(ps1)); in testEquals() 169 ps1.equals(ps3)); in testEquals() 172 ps1.equals(null)); in testEquals() 175 assertFalse("Objects should not be equal.", ps1.equals(ps2)); in testEquals() 178 assertFalse("Objects should not be equal.", ps1.equals(ps2)); in testEquals() 189 RC2ParameterSpec ps1 = new RC2ParameterSpec(effectiveKeyBits, iv); in testHashCode() local 193 ps1.hashCode() == ps2.hashCode()); in testHashCode()
|
D | RC5ParameterSpecTest.java | 220 RC5ParameterSpec ps1 = new RC5ParameterSpec(version, rounds, in testEquals() local 228 ps1.equals(ps1)); in testEquals() 231 ps1.equals(ps2)); in testEquals() 234 ps2.equals(ps1)); in testEquals() 241 ps1.equals(ps3)); in testEquals() 244 ps1.equals(null)); in testEquals() 247 assertFalse("Objects should not be equal.", ps1.equals(ps2)); in testEquals() 250 assertFalse("Objects should not be equal.", ps1.equals(ps2)); in testEquals() 253 assertFalse("Objects should not be equal.", ps1.equals(ps2)); in testEquals() 257 assertFalse("Objects should not be equal.", ps1.equals(ps2)); in testEquals() [all …]
|
/external/chromium_org/chrome/browser/ |
D | chrome_process_singleton_win_unittest.cc | 37 ChromeProcessSingleton ps1( in TEST() local 40 ps1.Unlock(); in TEST() 45 ProcessSingleton::NotifyResult result = ps1.NotifyOtherProcessOrCreate(); in TEST() 62 ChromeProcessSingleton ps1( in TEST() local 69 ProcessSingleton::NotifyResult result = ps1.NotifyOtherProcessOrCreate(); in TEST() 78 ps1.Unlock(); in TEST() 99 ChromeProcessSingleton ps1( in TEST() local 104 ps1.SetActiveModalDialog(::GetShellWindow()); in TEST() 109 ProcessSingleton::NotifyResult result = ps1.NotifyOtherProcessOrCreate(); in TEST() 120 ps1.SetActiveModalDialog(NULL); in TEST() [all …]
|
D | process_singleton_mac_unittest.cc | 93 ProcessSingleton ps1(temp_dir_.path(), in TEST_F() local 106 EXPECT_TRUE(ps1.Create()); in TEST_F() 109 ps1.Cleanup(); in TEST_F() 115 EXPECT_FALSE(ps1.Create()); in TEST_F() 122 ProcessSingleton ps1(temp_dir_.path(), in TEST_F() local 137 ps1.NotifyOtherProcessOrCreate()); in TEST_F() 142 ps1.Cleanup(); in TEST_F() 152 ps1.NotifyOtherProcessOrCreate()); in TEST_F()
|
/external/chromium/chrome/browser/ |
D | process_singleton_mac_unittest.cc | 91 ProcessSingleton ps1(temp_dir_.path()); in TEST_F() local 102 EXPECT_TRUE(ps1.Create()); in TEST_F() 105 ps1.Cleanup(); in TEST_F() 111 EXPECT_FALSE(ps1.Create()); in TEST_F() 118 ProcessSingleton ps1(temp_dir_.path()); in TEST_F() local 129 EXPECT_EQ(ProcessSingleton::PROCESS_NONE, ps1.NotifyOtherProcessOrCreate()); in TEST_F() 132 ps1.Cleanup(); in TEST_F() 138 EXPECT_EQ(ProcessSingleton::PROFILE_IN_USE, ps1.NotifyOtherProcessOrCreate()); in TEST_F()
|
/external/valgrind/main/memcheck/tests/ |
D | partiallydefinedeq.c | 30 short* ps1 = (short*)junk1; in main() local 43 *ps1 = 41; in main() 50 *ps1 = 42; in main()
|
/external/chromium_org/tools/cr/cr/commands/ |
D | shell.py | 47 ps1 = '[CR] ' + os.environ.get('PS1', '') 49 rcfile.write('source ~/.bashrc\nPS1="'+ps1+'"')
|
/external/libvpx/libvpx/vp8/common/ |
D | loopfilter_filters.c | 56 signed char ps1, qs1; in vp8_filter() local 60 ps1 = (signed char) * op1 ^ 0x80; in vp8_filter() 66 filter_value = vp8_signed_char_clamp(ps1 - qs1); in vp8_filter() 94 u = vp8_signed_char_clamp(ps1 + filter_value); in vp8_filter() 167 signed char ps1 = (signed char) * op1 ^ 0x80; in vp8_mbfilter() local 174 filter_value = vp8_signed_char_clamp(ps1 - qs1); in vp8_mbfilter() 205 s = vp8_signed_char_clamp(ps1 + u); in vp8_mbfilter()
|
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
D | vp9_loopfilter_filters_dspr2.h | 23 uint32_t *ps1, uint32_t *ps0, in vp9_filter_dspr2() argument 41 vps1 = (*ps1) ^ N128; in vp9_filter_dspr2() 189 *ps1 = vps1 ^ N128; in vp9_filter_dspr2() 195 uint32_t ps1, uint32_t ps0, in vp9_filter1_dspr2() argument 215 vps1 = (ps1) ^ N128; in vp9_filter1_dspr2()
|
/external/mksh/src/ |
D | lex.c | 1470 char * volatile ps1; in set_prompt() local 1473 ps1 = str_val(global("PS1")); in set_prompt() 1474 shf = shf_sopen(NULL, strlen(ps1) * 2, in set_prompt() 1476 while (*ps1) in set_prompt() 1477 if (*ps1 != '!' || *++ps1 == '!') in set_prompt() 1478 shf_putchar(*ps1++, shf); in set_prompt() 1482 ps1 = shf_sclose(shf); in set_prompt() 1495 char *cp = substitute(ps1, 0); in set_prompt()
|
/external/clang/test/PCH/ |
D | namespaces.cpp | 42 used_cls* ps1 = &s1; variable
|
/external/libvpx/libvpx/vp8/common/arm/armv6/ |
D | loopfilter_v6.asm | 180 str r7, [sp, #12] ; store ps1 temporarily 182 qsub8 r7, r7, r10 ; vp8_signed_char_clamp(ps1-qs1) 231 ldr r11, [sp, #12] ; load ps1 237 qadd8 r11, r11, r7 ; u = vp8_signed_char_clamp(ps1 + vp8_filter) 1017 eor r7, r7, r12 ; ps1 1023 str r7, [sp, #12] ; store ps1 temporarily 1024 qsub8 r7, r7, r10 ; vp8_signed_char_clamp(ps1-qs1) 1152 ldr r11, [sp, #12] ; load ps1 1163 qadd8 r10, r11, r10 ; s = vp8_signed_char_clamp(ps1 + u)
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
D | loopfiltersimplehorizontaledge_neon.asm | 44 veor q5, q5, q0 ; ps1: p1 offset to convert to a signed value 52 vqsub.s8 q4, q5, q8 ; q4: vp8_filter = vp8_signed_char_clamp(ps1-qs1)
|
D | loopfiltersimpleverticaledge_neon.asm | 64 veor q3, q3, q0 ; ps1: p1 offset to convert to a signed value 72 vqsub.s8 q14, q3, q6 ; vp8_filter = vp8_signed_char_clamp(ps1-qs1)
|
D | loopfilter_neon.asm | 338 veor q5, q5, q10 ; ps1 352 vqsub.s8 q1, q5, q8 ; vp8_filter = clamp(ps1-qs1) 384 vqadd.s8 q13, q5, q1 ; u = clamp(ps1 + vp8_filter)
|
D | mbloopfilter_neon.asm | 366 veor q5, q5, q0 ; ps1 381 vqsub.s8 q1, q5, q8 ; vp8_filter = clamp(ps1-qs1) 453 vqadd.s8 q12, q5, q12 ; s = clamp(ps1 + u)
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
D | vp9_loopfilter_neon.asm | 226 veor d5, d5, d18 ; ps1 237 vqsub.s8 d27, d5, d16 ; filter = clamp(ps1-qs1) 269 vqadd.s8 d21, d5, d27 ; u = clamp(ps1 + filter) 532 veor d25, d5, d22 ; ps1 539 vqsub.s8 d29, d25, d26 ; filter = clamp(ps1-qs1) 566 vqadd.s8 d25, d25, d29 ; op1 = clamp(ps1 + filter)
|
D | vp9_mb_lpf_neon.asm | 401 veor d25, d6, d22 ; ps1 407 vqsub.s8 d29, d25, d26 ; filter = clamp(ps1-qs1) 431 vqadd.s8 d25, d25, d29 ; op1 = clamp(ps1 + filter)
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_loopfilter_filters.c | 77 const int8_t ps1 = (int8_t) *op1 ^ 0x80; in filter4() local 83 int8_t filter = signed_char_clamp(ps1 - qs1) & hev; in filter4() 101 *op1 = signed_char_clamp(ps1 + filter) ^ 0x80; in filter4()
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | rhino-python.input | 151 self.startUserInput(str(sys.ps1)+'\t') 165 self.startUserInput(str(sys.ps1)+'\t')
|
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_loopfilter_intrin_sse2.c | 476 __m128i ps1 = _mm_xor_si128(p1, t80); in mb_lpf_horizontal_edge_w_sse2_16() local 484 filt = _mm_and_si128(_mm_subs_epi8(ps1, qs1), hev); in mb_lpf_horizontal_edge_w_sse2_16() 519 ps1 = _mm_xor_si128(_mm_adds_epi8(ps1, filt), t80); in mb_lpf_horizontal_edge_w_sse2_16() 741 work_a = _mm_andnot_si128(flat, ps1); in mb_lpf_horizontal_edge_w_sse2_16() 1004 const __m128i ps1 = _mm_xor_si128(_mm_loadl_epi64((__m128i *)(s - 2 * p)), in vp9_mbloop_filter_horizontal_edge_sse2() local 1016 filt = _mm_and_si128(_mm_subs_epi8(ps1, qs1), hev); in vp9_mbloop_filter_horizontal_edge_sse2() 1075 work_a = _mm_xor_si128(_mm_adds_epi8(ps1, filt), t80); in vp9_mbloop_filter_horizontal_edge_sse2()
|
D | vp9_loopfilter_intrin_avx2.c | 469 __m128i ps1 = _mm_xor_si128(p1, t80); in mb_lpf_horizontal_edge_w_avx2_16() local 481 filt = _mm_and_si128(_mm_subs_epi8(ps1, qs1), hev); in mb_lpf_horizontal_edge_w_avx2_16() 516 ps1 = _mm_xor_si128(_mm_adds_epi8(ps1, filt), t80); in mb_lpf_horizontal_edge_w_avx2_16() 844 p1 = _mm_andnot_si128(flat, ps1); in mb_lpf_horizontal_edge_w_avx2_16()
|
/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
D | loopfilter_filters_dspr2.c | 164 uint32_t *ps1, in vp8_filter_mips() argument 187 vps1 = (*ps1) ^ N128; in vp8_filter_mips() 338 *ps1 = vps1 ^ N128; in vp8_filter_mips() 1352 uint32_t *ps1, in vp8_mbfilter_mips() argument 1374 vps1 = (*ps1) ^ N128; in vp8_mbfilter_mips() 1624 *ps1 = vps1_r ^ N128; in vp8_mbfilter_mips()
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | loopfilter_block_sse2.asm | 70 pxor %1, [GLOBAL(t80)] ; ps1 73 psubsb scratch1, %4 ; signed_char_clamp(ps1 - qs1) 124 paddsb %1, %5 ; ps1 + vp8_filter
|
D | loopfilter_mmx.asm | 1235 ; s = vp8_signed_char_clamp(ps1 + u);
|