| /third_party/flutter/skia/third_party/externals/sdl/visualtest/src/linux/ |
| D | linux_process.c | 73 SDL_GetProcessExitStatus(SDL_ProcessInfo* pinfo, SDL_ProcessExitStatus* ps) in SDL_GetProcessExitStatus() 131 SDL_QuitProcess(SDL_ProcessInfo* pinfo, SDL_ProcessExitStatus* ps) in SDL_QuitProcess() 166 SDL_KillProcess(SDL_ProcessInfo* pinfo, SDL_ProcessExitStatus* ps) in SDL_KillProcess()
|
| /third_party/flutter/skia/third_party/externals/sdl/visualtest/src/windows/ |
| D | windows_process.c | 110 SDL_GetProcessExitStatus(SDL_ProcessInfo* pinfo, SDL_ProcessExitStatus* ps) in SDL_GetProcessExitStatus() 193 SDL_QuitProcess(SDL_ProcessInfo* pinfo, SDL_ProcessExitStatus* ps) in SDL_QuitProcess() 238 SDL_KillProcess(SDL_ProcessInfo* pinfo, SDL_ProcessExitStatus* ps) in SDL_KillProcess()
|
| /third_party/pulseaudio/src/modules/alsa/ |
| D | alsa-mixer.c | 783 void pa_alsa_path_set_free(pa_alsa_path_set *ps) { in pa_alsa_path_set_free() 792 int pa_alsa_path_set_is_empty(pa_alsa_path_set *ps) { in pa_alsa_path_set_is_empty() 3344 void pa_alsa_path_set_set_callback(pa_alsa_path_set *ps, snd_mixer_t *m, snd_mixer_elem_callback_t … in pa_alsa_path_set_set_callback() 3356 static pa_alsa_path *profile_set_get_path(pa_alsa_profile_set *ps, const char *path_name) { in profile_set_get_path() 3368 static void profile_set_add_path(pa_alsa_profile_set *ps, pa_alsa_path *path) { in profile_set_add_path() 3387 pa_alsa_path_set *ps; in pa_alsa_path_set_new() local 3527 void pa_alsa_path_set_dump(pa_alsa_path_set *ps) { in pa_alsa_path_set_dump() 3696 static void path_set_condense(pa_alsa_path_set *ps, snd_mixer_t *m) { in path_set_condense() 3771 static pa_alsa_path* path_set_find_path_by_description(pa_alsa_path_set *ps, const char* descriptio… in path_set_find_path_by_description() 3782 static void path_set_make_path_descriptions_unique(pa_alsa_path_set *ps) { in path_set_make_path_descriptions_unique() [all …]
|
| /third_party/musl/libc-test/src/functionalext/supplement/multibyte/ |
| D | mbrtoc16.c | 58 mbstate_t ps; in mbrtoc16_0200() local 81 mbstate_t ps; in mbrtoc16_0300() local
|
| D | mbrtoc32.c | 57 mbstate_t ps; in mbrtoc32_0200() local 81 mbstate_t ps; in mbrtoc32_0300() local
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/ |
| D | BasicDurationFormatterFactory.java | 27 private BasicPeriodFormatterService ps; field in BasicDurationFormatterFactory 39 BasicDurationFormatterFactory(BasicPeriodFormatterService ps) { in BasicDurationFormatterFactory()
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
| D | BasicDurationFormatterFactory.java | 26 private BasicPeriodFormatterService ps; field in BasicDurationFormatterFactory 38 BasicDurationFormatterFactory(BasicPeriodFormatterService ps) { in BasicDurationFormatterFactory()
|
| /third_party/ffmpeg/libavcodec/ |
| D | hevc_parse.c | 24 static int hevc_decode_nal_units(const uint8_t *buf, int buf_size, HEVCParamSets *ps, in hevc_decode_nal_units() 80 int ff_hevc_decode_extradata(const uint8_t *data, int size, HEVCParamSets *ps, in ff_hevc_decode_extradata()
|
| D | hevc_sei.c | 130 static int decode_nal_sei_pic_timing(HEVCSEI *s, GetBitContext *gb, const HEVCParamSets *ps, in decode_nal_sei_pic_timing() 400 const HEVCParamSets *ps, int type, int size) in decode_nal_sei_prefix() 446 const HEVCParamSets *ps, int nal_unit_type) in decode_nal_sei_message() 481 const HEVCParamSets *ps, int type) in ff_hevc_decode_nal_sei()
|
| D | aacenc_pred.c | 64 static inline void predict(PredictorState *ps, float *coef, float *rcoef, int set) in predict() 92 static inline void reset_predict_state(PredictorState *ps) in reset_predict_state() 104 static inline void reset_all_predictors(PredictorState *ps) in reset_all_predictors() 114 PredictorState *ps = sce->predictor_state; in reset_predictor_group() local
|
| D | hevc_parser.c | 43 HEVCParamSets ps; member 58 HEVCParamSets *ps = &ctx->ps; in hevc_parse_slice_header() local 188 HEVCParamSets *ps = &ctx->ps; in parse_nal_units() local
|
| D | h264_parse.c | 364 static int decode_extradata_ps(const uint8_t *data, int size, H264ParamSets *ps, in decode_extradata_ps() 417 static int decode_extradata_ps_mp4(const uint8_t *buf, int buf_size, H264ParamSets *ps, in decode_extradata_ps_mp4() 462 int ff_h264_decode_extradata(const uint8_t *data, int size, H264ParamSets *ps, in ff_h264_decode_extradata()
|
| /third_party/typescript/tests/baselines/reference/ |
| D | indexSignatureTypeCheck.js | 9 var ps: IPropertySet = null; variable
|
| D | indexSignatureTypeCheck2.js | 6 var ps: IPropertySet = null; variable
|
| /third_party/musl/src/multibyte/ |
| D | c32rtomb.c | 4 size_t c32rtomb(char *restrict s, char32_t c32, mbstate_t *restrict ps) in c32rtomb()
|
| D | c16rtomb.c | 5 size_t c16rtomb(char *restrict s, char16_t c16, mbstate_t *restrict ps) in c16rtomb()
|
| D | mbrtoc32.c | 4 size_t mbrtoc32(char32_t *restrict pc32, const char *restrict s, size_t n, mbstate_t *restrict ps) in mbrtoc32()
|
| D | mbrtoc16.c | 4 size_t mbrtoc16(char16_t *restrict pc16, const char *restrict s, size_t n, mbstate_t *restrict ps) in mbrtoc16()
|
| /third_party/typescript/tests/cases/compiler/ |
| D | indexSignatureTypeCheck.ts | 8 var ps: IPropertySet = null; variable
|
| D | indexSignatureTypeCheck2.ts | 5 var ps: IPropertySet = null; variable
|
| /third_party/openssl/crypto/property/ |
| D | property_string.c | 55 static void property_free(PROPERTY_STRING *ps) in property_free() 123 PROPERTY_STRING *ps = OPENSSL_malloc(sizeof(*ps) + l); in new_property_string() local 142 PROPERTY_STRING p, *ps, *ps_new; in ossl_property_string() local
|
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| D | i915_clear.c | 231 struct pipe_surface *ps = framebuffer->cbufs[i]; in i915_clear_blitter() local 241 struct pipe_surface *ps = framebuffer->zsbuf; in i915_clear_blitter() local
|
| /third_party/typescript/tests/cases/fourslash/ |
| D | renameImportOfExportEquals2.ts | 28 const ps = { definition: "(alias) namespace P\nexport P", ranges: pRanges }; constant
|
| /third_party/musl/porting/liteos_a/user/src/misc/ |
| D | openpty.c | 11 int openpty(int *pm, int *ps, char *name, const struct termios *tio, const struct winsize *ws) in openpty()
|
| /third_party/musl/src/misc/ |
| D | openpty.c | 10 int openpty(int *pm, int *ps, char *name, const struct termios *tio, const struct winsize *ws) in openpty()
|