Home
last modified time | relevance | path

Searched defs:ps (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/spec/
DPSourceTest.java54 PSource.PSpecified ps = new PSource.PSpecified(p); in testPSpecified() local
69 PSource.PSpecified ps = new PSource.PSpecified(p); in testGetValue() local
100 PSource ps = new PSource(pSrcName); in testGetAlgorithm() local
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DRC5ParameterSpecTest.java70 RC5ParameterSpec ps = new RC5ParameterSpec(version, rounds, in testRC5ParameterSpec1() local
120 RC5ParameterSpec ps = new RC5ParameterSpec(version, rounds, wordSize, in testRC5ParameterSpec2() local
145 RC5ParameterSpec ps = new RC5ParameterSpec(version, rounds, wordSize); in testGetVersion() local
160 RC5ParameterSpec ps = new RC5ParameterSpec(version, rounds, wordSize); in testGetRounds() local
175 RC5ParameterSpec ps = new RC5ParameterSpec(version, rounds, wordSize); in testGetWordSize() local
193 RC5ParameterSpec ps = new RC5ParameterSpec(version, rounds, in testGetIV() local
DRC2ParameterSpecTest.java62 RC2ParameterSpec ps = new RC2ParameterSpec(effectiveKeyBits, iv); in testRC2ParameterSpec1() local
94 RC2ParameterSpec ps = new RC2ParameterSpec(effectiveKeyBits, iv, offset); in testRC2ParameterSpec2() local
109 RC2ParameterSpec ps = new RC2ParameterSpec(effectiveKeyBits, iv); in testGetEffectiveKeyBits() local
125 RC2ParameterSpec ps = new RC2ParameterSpec(effectiveKeyBits, iv); in testGetIV() local
DOAEPParameterSpecTest.java102 OAEPParameterSpec ps = new OAEPParameterSpec(mdName, mgfName, in testGetDigestAlgorithm() local
118 OAEPParameterSpec ps = new OAEPParameterSpec(mdName, mgfName, in testGetMGFAlgorithm() local
134 OAEPParameterSpec ps = new OAEPParameterSpec(mdName, mgfName, in testGetMGFParameters() local
150 OAEPParameterSpec ps = new OAEPParameterSpec(mdName, mgfName, in testGetPSource() local
/external/clang/test/FixIt/
Dfixit-pmem.cpp15 int foo(int S::* ps, S s, S* p) in foo()
17 p.*ps = 1; in foo() local
21 void foo1(int (S::*ps)(), S s, S* p) in foo1()
/external/libpcap/
Dpcap-snf.c41 snf_pcap_stats(pcap_t *p, struct pcap_stat *ps) in snf_pcap_stats()
60 struct pcap_snf *ps = p->priv; in snf_platform_cleanup() local
73 struct pcap_snf *ps = p->priv; in snf_getnonblock() local
81 struct pcap_snf *ps = p->priv; in snf_setnonblock() local
112 struct pcap_snf *ps = p->priv; in snf_read() local
194 struct pcap_snf *ps = p->priv; in snf_activate() local
278 struct pcap_snf *ps; in snf_create() local
/external/bison/lib/
Dmbsinit.c30 mbsinit (const mbstate_t *ps) in mbsinit()
54 mbsinit (const mbstate_t *ps) in mbsinit()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
Du_surfaces.c38 struct pipe_surface *ps; in util_surfaces_do_get() local
80 util_surfaces_do_detach(struct util_surfaces *us, struct pipe_surface *ps) in util_surfaces_do_detach()
116 struct pipe_surface *ps = us->u.array[i]; in util_surfaces_destroy() local
Du_clear.h48 struct pipe_surface *ps = framebuffer->cbufs[i]; in util_clear() local
54 struct pipe_surface *ps = framebuffer->zsbuf; in util_clear() local
/external/mesa3d/src/gallium/auxiliary/util/
Du_surfaces.c38 struct pipe_surface *ps; in util_surfaces_do_get() local
80 util_surfaces_do_detach(struct util_surfaces *us, struct pipe_surface *ps) in util_surfaces_do_detach()
116 struct pipe_surface *ps = us->u.array[i]; in util_surfaces_destroy() local
Du_clear.h48 struct pipe_surface *ps = framebuffer->cbufs[i]; in util_clear() local
54 struct pipe_surface *ps = framebuffer->zsbuf; in util_clear() local
Du_surfaces.h61 struct pipe_surface *ps = us->u.array[level]; in util_surfaces_get() local
88 util_surfaces_detach(struct util_surfaces *us, struct pipe_surface *ps) in util_surfaces_detach()
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/spec/
DECParameterSpec_ImplTest.java183 ECParameterSpec ps = in testGetCofactor() local
206 ECParameterSpec ps = in testGetCurve() local
231 ECParameterSpec ps = in testGetGenerator() local
256 ECParameterSpec ps = in testGetOrder() local
/external/speex/libspeex/
Dfilterbank.c134 void filterbank_compute_bank32(FilterBank *bank, spx_word32_t *ps, spx_word32_t *mel) in filterbank_compute_bank32()
156 void filterbank_compute_psd16(FilterBank *bank, spx_word16_t *mel, spx_word16_t *ps) in filterbank_compute_psd16()
173 void filterbank_compute_bank(FilterBank *bank, float *ps, float *mel) in filterbank_compute_bank()
190 void filterbank_compute_psd(FilterBank *bank, float *mel, float *ps) in filterbank_compute_psd()
202 void filterbank_psy_smooth(FilterBank *bank, float *ps, float *mask) in filterbank_psy_smooth()
/external/libcxx/src/support/win32/
Dlocale_win32.cpp37 mbstate_t *__restrict ps, locale_t loc ) in mbrlen_l()
43 size_t len, mbstate_t *__restrict ps, locale_t loc ) in mbsrtowcs_l()
48 size_t wcrtomb_l( char *__restrict s, wchar_t wc, mbstate_t *__restrict ps, in wcrtomb_l()
55 size_t n, mbstate_t *__restrict ps, locale_t loc ) in mbrtowc_l()
61 size_t nms, size_t len, mbstate_t *__restrict ps, locale_t loc ) in mbsnrtowcs_l()
67 size_t nwc, size_t len, mbstate_t *__restrict ps, locale_t loc ) in wcsnrtombs_l()
/external/proguard/src/proguard/
DSeedPrinter.java42 private final PrintStream ps; field in SeedPrinter
48 public SeedPrinter(PrintStream ps) throws IOException in SeedPrinter()
DProGuard.java174 PrintStream ps = createPrintStream(configuration.printConfiguration); in printConfiguration() local
241 PrintStream ps = createPrintStream(configuration.printSeeds); in printSeeds() local
387 PrintStream ps = createPrintStream(configuration.dump); in dump() local
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_eglimage.c80 struct pipe_surface *ps; in st_egl_image_target_renderbuffer_storage() local
103 struct pipe_surface *ps) in st_bind_surface()
150 struct pipe_surface *ps; in st_egl_image_target_texture_2d() local
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
Dst_cb_eglimage.c80 struct pipe_surface *ps; in st_egl_image_target_renderbuffer_storage() local
103 struct pipe_surface *ps) in st_bind_surface()
150 struct pipe_surface *ps; in st_egl_image_target_texture_2d() local
/external/chromium_org/tools/telemetry/unittest_data/
Dtest_page_set.py11 def __init__(self, ps): argument
26 def __init__(self, ps): argument
/external/clang/test/Analysis/diagnostics/
Dderef-track-symbolic-region.c16 struct S *ps = &syz; in test() local
31 struct S *ps = &syz; in testTrackConstraintBRVisitorIsTrackingTurnedOn() local
/external/chromium_org/third_party/libjpeg_turbo/
Djpegut.c43 void initbuf(unsigned char *buf, int w, int h, int ps, int flags) in initbuf()
76 void dumpbuf(unsigned char *buf, int w, int h, int ps, int flags) in dumpbuf()
91 int checkbuf(unsigned char *buf, int w, int h, int ps, int subsamp, int flags) in checkbuf()
196 int w, int h, int ps, char *basefilename, int subsamp, int qual, int flags) in gentestjpeg()
235 int w, int h, int ps, char *basefilename, int subsamp, int qual, int flags) in gentestbmp()
277 void dotest(int w, int h, int ps, int subsamp, char *basefilename) in dotest()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
DRawDataTable.java36 private RawDataTable(ConfigResults results, PrintStream ps) { in RawDataTable()
41 public RawDataTable(ConfigResults results, List prefixes, PrintStream ps) { in RawDataTable()
45 public RawDataTable(ConfigResults results, String baselinePrefix, PrintStream ps) { in RawDataTable()
/external/chromium_org/ash/shell/
Dlock_view.cc55 gfx::Size ps = unlock_button_->GetPreferredSize(); in Layout() local
90 gfx::Size ps = lock_view->GetPreferredSize(); in CreateLockScreen() local
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign/
Dweak_ptr_Y.pass.cpp46 const std::shared_ptr<A> ps(new A); in main() local
64 const std::shared_ptr<A> ps(new A); in main() local

12345678910>>...12