Home
last modified time | relevance | path

Searched defs:sf (Results 1 – 25 of 123) sorted by relevance

12345

/third_party/boost/libs/thread/test/sync/futures/future/
Dshare_pass.cpp33 boost::shared_future<T> sf = f0.share(); in main() local
41 boost::shared_future<T> sf = f0.share(); in main() local
50 boost::shared_future<T> sf = f0.share(); in main() local
58 boost::shared_future<T> sf = f0.share(); in main() local
67 boost::shared_future<T> sf = f0.share(); in main() local
75 boost::shared_future<T> sf = f0.share(); in main() local
/third_party/typescript/tests/cases/compiler/
DdeclarationEmitProtectedMembers.ts17 protected static sf() { method in C1
30 protected static sf() { method in C2
42 static sf() { method in C3
DprotectedMembers.ts8 protected static sf() { method in C1
18 protected static sf() { method in C2
30 static sf() { method in C3
/third_party/typescript/tests/baselines/reference/
DdeclarationEmitProtectedMembers.js15 protected static sf() { method in C1
28 protected static sf() { method in C2
40 static sf() { method in C3
81 C1.sf = function () { function in C1
105 C2.sf = function () { function in C2
119 C3.sf = function () { function in C3
DprotectedMembers.js9 protected static sf() { method in C1
19 protected static sf() { method in C2
31 static sf() { method in C3
141 C1.sf = function () { function in C1
155 C2.sf = function () { function in C2
169 C3.sf = function () { function in C3
/third_party/pulseaudio/src/pulsecore/
Dsndfile-util.c33 int pa_sndfile_read_sample_spec(SNDFILE *sf, pa_sample_spec *ss) { in pa_sndfile_read_sample_spec()
151 int pa_sndfile_read_channel_map(SNDFILE *sf, pa_channel_map *cm) { in pa_sndfile_read_channel_map()
217 int pa_sndfile_write_channel_map(SNDFILE *sf, pa_channel_map *cm) { in pa_sndfile_write_channel_map()
318 void pa_sndfile_init_proplist(SNDFILE *sf, pa_proplist *p) { in pa_sndfile_init_proplist()
Dsound-file.c48 SNDFILE *sf = NULL; in pa_sound_file_load() local
137 SNDFILE*sf = NULL; in pa_sound_file_too_big_to_cache() local
/third_party/boost/libs/algorithm/test/
Dsort_subrange_test.cpp27 void check_sequence ( Iter first, Iter last, Iter sf, Iter sl ) in check_sequence()
38 void check_sequence ( Iter first, Iter last, Iter sf, Iter sl, Pred p ) in check_sequence()
Dpartition_subrange_test.cpp27 void check_sequence ( Iter first, Iter last, Iter sf, Iter sl ) in check_sequence()
52 void check_sequence ( Iter first, Iter last, Iter sf, Iter sl, Pred p ) in check_sequence()
/third_party/ltp/lib/
Dtst_fs_has_free.c32 struct statfs sf; in tst_fs_has_free_() local
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulseutil.c74 pa_sample_format_t * sf) in gstaudioformat_to_pasampleformat()
144 pa_sample_format_t sf = PA_SAMPLE_INVALID; in gst_pulse_fill_format_info() local
200 gst_pulse_sample_format_to_caps_format (pa_sample_format_t sf) in gst_pulse_sample_format_to_caps_format()
/third_party/ltp/testcases/network/lib6/
Dasapi_02.c116 static int ic6_recv1(char *tname, int sall, int sf) in ic6_recv1()
188 int sall, sf; in icmp6_ft() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state_validate.c142 struct nv30_surface *sf = nv30_surface(fb->cbufs[1]); in nv30_validate_fb() local
152 struct nv30_surface *sf = nv30_surface(fb->cbufs[2]); in nv30_validate_fb() local
163 struct nv30_surface *sf = nv30_surface(fb->cbufs[3]); in nv30_validate_fb() local
Dnv30_clear.c108 struct nv30_surface *sf = nv30_surface(ps); in nv30_clear_render_target() local
168 struct nv30_surface *sf = nv30_surface(ps); in nv30_clear_depth_stencil() local
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_clear.cpp89 const struct pipe_surface *sf = fb->cbufs[c]; in swr_clear() local
/third_party/libinput/doc/user/
Dmeson.build180 sf = configure_file(input: f, variable
/third_party/libjpeg-turbo/java/
DTJUnitTest.java297 TJScalingFactor sf, int flags) throws Exception { in checkBuf()
423 int subsamp, TJScalingFactor sf, int flags) in checkIntBuf()
501 TJScalingFactor sf, int flags) throws Exception { in checkImg()
530 TJScalingFactor sf) throws Exception { in checkBufYUV()
700 int flags, TJScalingFactor sf) throws Exception { in decompTest()
783 TJScalingFactor[] sf = TJ.getScalingFactors(); in decompTest() local
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/
DTJUnitTest.java297 TJScalingFactor sf, int flags) throws Exception { in checkBuf()
423 int subsamp, TJScalingFactor sf, int flags) in checkIntBuf()
501 TJScalingFactor sf, int flags) throws Exception { in checkImg()
530 TJScalingFactor sf) throws Exception { in checkBufYUV()
700 int flags, TJScalingFactor sf) throws Exception { in decompTest()
783 TJScalingFactor[] sf = TJ.getScalingFactors(); in decompTest() local
/third_party/boost/boost/math/statistics/
Danderson_darling.hpp72 Real sf = (v[v.size()-1] - mu)*inv_var_scale; in anderson_darling_normality_statistic() local
/third_party/boost/libs/lockfree/test/
Dspsc_queue_stress_test.cpp35 spsc_queue<int, capacity<128> > sf; member
122 spsc_queue<int, capacity<128> > sf; member
/third_party/pixman/test/
Dalphamap.c158 static float get_alpha_err(pixman_format_code_t sf, pixman_format_code_t saf, in get_alpha_err()
178 pixman_format_code_t sf = formats[s]; in run_test() local
/third_party/python/Include/
Dabstract.h729 #define PySequence_Fast_ITEMS(sf) \ argument
/third_party/libjpeg-turbo/
Dtjunittest.c178 tjscalingfactor sf, int flags) in checkBuf()
274 tjscalingfactor sf) in checkBufYUV()
380 tjscalingfactor sf = { 1, 1 }; in compTest() local
421 tjscalingfactor sf) in _decompTest()
491 tjscalingfactor *sf = tjGetScalingFactors(&n); in decompTest() local
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dtjunittest.c178 tjscalingfactor sf, int flags) in checkBuf()
274 tjscalingfactor sf) in checkBufYUV()
379 tjscalingfactor sf = { 1, 1 }; in compTest() local
419 int subsamp, int flags, tjscalingfactor sf) in _decompTest()
489 tjscalingfactor *sf = tjGetScalingFactors(&n); in decompTest() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_resource.c48 struct nv50_surface *sf = CALLOC_STRUCT(nv50_surface); in nv50_surface_from_buffer() local

12345