Home
last modified time | relevance | path

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

1234567

/external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/javax/net/ssl/
DSSLSocketFactoryTest.java46 SocketFactory sf = SSLSocketFactory.getDefault(); in test_SSLSocketFactory_getDefault() local
59 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocketFactory_getDefaultCipherSuitesReturnsCopies() local
65 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocketFactory_getSupportedCipherSuitesReturnsCopies() local
72 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocketFactory_createSocket() local
80 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocketFactory_createSocket() local
92 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocketFactory_createSocket() local
DSSLSocketTest.java116 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getSupportedCipherSuites_returnsCopies() local
244 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getEnabledCipherSuites_returnsCopies() local
251 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_setEnabledCipherSuites_storesCopy() local
298 SSLSocketFactory sf = context.getSocketFactory(); in test_SSLSocket_setEnabledCipherSuites_TLS13() local
322 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getSupportedProtocols_returnsCopies() local
329 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getEnabledProtocols_returnsCopies() local
336 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_setEnabledProtocols_storesCopy() local
347 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_setEnabledProtocols() local
454 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getSession() local
463 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getHandshakeSession_unconnected() local
[all …]
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
DSSLSocketFactoryTest.java42 SocketFactory sf = SSLSocketFactory.getDefault(); in test_SSLSocketFactory_getDefault() local
55 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocketFactory_getDefaultCipherSuitesReturnsCopies() local
61 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocketFactory_getSupportedCipherSuitesReturnsCopies() local
68 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocketFactory_createSocket() local
76 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocketFactory_createSocket() local
88 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocketFactory_createSocket() local
DSSLSocketTest.java112 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getSupportedCipherSuites_returnsCopies() local
240 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getEnabledCipherSuites_returnsCopies() local
247 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_setEnabledCipherSuites_storesCopy() local
294 SSLSocketFactory sf = context.getSocketFactory(); in test_SSLSocket_setEnabledCipherSuites_TLS13() local
318 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getSupportedProtocols_returnsCopies() local
325 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getEnabledProtocols_returnsCopies() local
332 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_setEnabledProtocols_storesCopy() local
343 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_setEnabledProtocols() local
450 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getSession() local
459 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getHandshakeSession_unconnected() local
[all …]
/external/libvpx/libvpx/vp9/common/
Dvp9_scale.c16 static INLINE int scaled_x(int val, const struct scale_factors *sf) { in scaled_x()
20 static INLINE int scaled_y(int val, const struct scale_factors *sf) { in scaled_y()
24 static int unscaled_value(int val, const struct scale_factors *sf) { in unscaled_value()
37 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf) { in vp9_scale_mv()
46 void vp9_setup_scale_factors_for_frame(struct scale_factors *sf, int other_w,
Dvp9_reconinter.h26 const struct scale_factors *sf, int w, int h, in inter_predictor()
37 const int subpel_x, const int subpel_y, const struct scale_factors *sf, in highbd_inter_predictor()
78 const struct scale_factors *sf) { in scaled_buffer_offset()
Dvp9_scale.h51 static INLINE int vp9_is_valid_scale(const struct scale_factors *sf) { in vp9_is_valid_scale()
56 static INLINE int vp9_is_scaled(const struct scale_factors *sf) { in vp9_is_scaled()
/external/libaom/libaom/av1/common/
Dscale.c20 static INLINE int scaled_x(int val, const struct scale_factors *sf) { in scaled_x()
29 static INLINE int scaled_y(int val, const struct scale_factors *sf) { in scaled_y()
38 static int unscaled_value(int val, const struct scale_factors *sf) { in unscaled_value()
58 const struct scale_factors *sf) { in av1_scale_mv()
66 void av1_setup_scale_factors_for_frame(struct scale_factors *sf, int other_w, in av1_setup_scale_factors_for_frame()
Dscale.h47 static INLINE int av1_is_valid_scale(const struct scale_factors *sf) { in av1_is_valid_scale()
52 static INLINE int av1_is_scaled(const struct scale_factors *sf) { in av1_is_scaled()
/external/libaom/libaom/av1/encoder/
Dspeed_features.c94 const AV1_COMP *const cpi, SPEED_FEATURES *const sf, int speed) { in set_good_speed_feature_framesize_dependent()
190 const AV1_COMP *const cpi, SPEED_FEATURES *const sf, int speed) { in set_good_speed_features_framesize_independent()
421 SPEED_FEATURES *sf, in set_rt_speed_features_framesize_independent()
621 SPEED_FEATURES *const sf = &cpi->sf; in av1_set_speed_features_framesize_dependent() local
637 SPEED_FEATURES *const sf = &cpi->sf; in av1_set_speed_features_framesize_independent() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.c61 SPEED_FEATURES *sf, in set_good_speed_feature_framesize_dependent()
205 SPEED_FEATURES *sf, in set_good_speed_feature_framesize_independent()
387 SPEED_FEATURES *sf, in set_rt_speed_feature_framesize_dependent()
425 VP9_COMP *cpi, SPEED_FEATURES *sf, int speed, vp9e_tune_content content) { in set_rt_speed_feature_framesize_independent()
808 SPEED_FEATURES *const sf = &cpi->sf; in vp9_set_speed_features_framesize_dependent() local
853 SPEED_FEATURES *const sf = &cpi->sf; in vp9_set_speed_features_framesize_independent() local
/external/mockito/src/test/java/org/mockitousage/stubbing/
DDeepStubbingTest.java79 SocketFactory sf = mock(SocketFactory.class, RETURNS_DEEP_STUBS); in myTest() local
133 SocketFactory sf = mock(SocketFactory.class, RETURNS_DEEP_STUBS); in withArguments() local
151 SocketFactory sf = mock(SocketFactory.class, RETURNS_DEEP_STUBS); in withAnyPatternArguments() local
166 SocketFactory sf = mock(SocketFactory.class, RETURNS_DEEP_STUBS); in withComplexPatternArguments() local
183 SocketFactory sf = mock(SocketFactory.class, RETURNS_DEEP_STUBS); in withSimplePrimitive() local
197 SocketFactory sf = mock(SocketFactory.class, RETURNS_DEEP_STUBS); in withPatternPrimitive() local
/external/aac/libFDK/src/
Dfixpoint_math.cpp762 INT fixp_floorToInt(FIXP_DBL f_inp, INT sf) { in fixp_floorToInt()
768 FIXP_DBL fixp_floor(FIXP_DBL f_inp, INT sf) { in fixp_floor()
775 INT fixp_ceilToInt(FIXP_DBL f_inp, INT sf) // sf mantissaBits left of dot in fixp_ceilToInt()
792 FIXP_DBL fixp_ceil(FIXP_DBL f_inp, INT sf) { in fixp_ceil()
816 INT fixp_truncateToInt(FIXP_DBL f_inp, INT sf) // sf mantissaBits left of dot in fixp_truncateToInt()
842 FIXP_DBL fixp_truncate(FIXP_DBL f_inp, INT sf) { in fixp_truncate()
856 INT fixp_roundToInt(FIXP_DBL f_inp, INT sf) { in fixp_roundToInt()
887 FIXP_DBL fixp_round(FIXP_DBL f_inp, INT sf) { in fixp_round()
/external/elfutils/src/
Ddebugpred.h34 const char *const *sf = &__start_predict_file; in predprint() local
/external/ltp/lib/
Dtst_fs_has_free.c32 struct statfs sf; in tst_fs_has_free_() local
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/apollo3/
Dcaptured_data_to_wav.py24 import soundfile as sf namespace
/external/u-boot/arch/x86/lib/
Dmrccache.c108 int mrccache_update(struct udevice *sf, struct mrc_region *entry, in mrccache_update()
234 struct udevice *sf; in mrccache_save() local
/external/clang/test/Index/
Dcomplete-memfunc-cvquals.cpp18 smart_ptr<Foo> sf, const smart_ptr<Foo> &sfc, Foo volatile *fvp) { in text()
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DSimpleFormatterTest.java33 SimpleFormatter sf; field in SimpleFormatterTest
/external/cblas/testing/
Dc_d3chke.c28 char *sf = ( rout ) ; in F77_d3chke() local
Dc_s3chke.c28 char *sf = ( rout ) ; in F77_s3chke() local
Dc_d2chke.c28 char *sf = ( rout ) ; in F77_d2chke() local
Dc_s2chke.c28 char *sf = ( rout ) ; in F77_s2chke() local
Dc_z2chke.c28 char *sf = ( rout ) ; in F77_z2chke() local
/external/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

1234567