Home
last modified time | relevance | path

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

123456789

/external/conscrypt/repackaged/common/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.java114 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getSupportedCipherSuites_returnsCopies() local
266 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getEnabledCipherSuites_returnsCopies() local
274 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_setEnabledCipherSuites_storesCopy() local
309 SSLSocketFactory sf = context.getSocketFactory(); in test_SSLSocket_setEnabledCipherSuites_TLS13() local
333 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getSupportedProtocols_returnsCopies() local
341 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getEnabledProtocols_returnsCopies() local
349 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_setEnabledProtocols_storesCopy() local
361 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_setEnabledProtocols() local
451 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getSession() local
461 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getHandshakeSession_unconnected() local
[all …]
/external/conscrypt/common/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.java110 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getSupportedCipherSuites_returnsCopies() local
262 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getEnabledCipherSuites_returnsCopies() local
270 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_setEnabledCipherSuites_storesCopy() local
307 SSLSocketFactory sf = context.getSocketFactory(); in test_SSLSocket_setEnabledCipherSuites_TLS13() local
332 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getSupportedProtocols_returnsCopies() local
340 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getEnabledProtocols_returnsCopies() local
348 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_setEnabledProtocols_storesCopy() local
360 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_setEnabledProtocols() local
451 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getSession() local
461 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getHandshakeSession_unconnected() local
[all …]
/external/sdv/vsomeip/third_party/boost/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
/external/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()
79 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/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DWriteBufferingAndExceptionHandlerTest.java120 ChannelFuture sf = new ServerBootstrap() in channelInactiveFailuresPropagated() local
155 ChannelFuture sf = new ServerBootstrap() in channelCloseFailuresPropagated() local
190 ChannelFuture sf = new ServerBootstrap() in uncaughtExceptionFailuresPropagated() local
233 ChannelFuture sf = new ServerBootstrap() in uncaughtException_closeAtMostOnce() local
264 ChannelFuture sf = new ServerBootstrap() in handlerRemovedFailuresPropagated() local
319 ChannelFuture sf = new ServerBootstrap() in writesBuffered() local
363 ChannelFuture sf = new ServerBootstrap() in uncaughtReadFails() local
/external/libaom/av1/common/
Dscale.h36 static inline int av1_scaled_x(int val, const struct scale_factors *sf) { in av1_scaled_x()
45 static inline int av1_scaled_y(int val, const struct scale_factors *sf) { in av1_scaled_y()
54 static inline int av1_unscaled_value(int val, const struct scale_factors *sf) { in av1_unscaled_value()
64 static inline int av1_is_valid_scale(const struct scale_factors *sf) { in av1_is_valid_scale()
70 static inline int av1_is_scaled(const struct scale_factors *sf) { in av1_is_scaled()
Dscale.c34 const struct scale_factors *sf) { in av1_scale_mv()
44 void av1_setup_scale_factors_for_frame(struct scale_factors *sf, int other_w, in av1_setup_scale_factors_for_frame()
/external/mockito/src/test/java/org/mockitousage/stubbing/
DDeepStubbingTest.java98 SocketFactory sf = mock(SocketFactory.class, RETURNS_DEEP_STUBS); in myTest() local
152 SocketFactory sf = mock(SocketFactory.class, RETURNS_DEEP_STUBS); in withArguments() local
170 SocketFactory sf = mock(SocketFactory.class, RETURNS_DEEP_STUBS); in withAnyPatternArguments() local
185 SocketFactory sf = mock(SocketFactory.class, RETURNS_DEEP_STUBS); in withComplexPatternArguments() local
202 SocketFactory sf = mock(SocketFactory.class, RETURNS_DEEP_STUBS); in withSimplePrimitive() local
216 SocketFactory sf = mock(SocketFactory.class, RETURNS_DEEP_STUBS); in withPatternPrimitive() local
228 SocketFactory sf = mock(SocketFactory.class, RETURNS_DEEP_STUBS); in unnamed_to_string() local
236 SocketFactory sf = mock(SocketFactory.class, settings); in named_to_string() local
/external/libvpx/vp9/encoder/
Dvp9_speed_features.c65 SPEED_FEATURES *sf, in set_good_speed_feature_framesize_dependent()
221 SPEED_FEATURES *sf, in set_good_speed_feature_framesize_independent()
415 SPEED_FEATURES *sf, in set_rt_speed_feature_framesize_dependent()
453 VP9_COMP *cpi, SPEED_FEATURES *sf, int speed, vp9e_tune_content content) { in set_rt_speed_feature_framesize_independent()
874 SPEED_FEATURES *const sf = &cpi->sf; in vp9_set_speed_features_framesize_dependent() local
920 SPEED_FEATURES *const sf = &cpi->sf; in vp9_set_speed_features_framesize_independent() local
/external/libaom/av1/encoder/
Dspeed_features.c183 const AV1_COMP *const cpi, SPEED_FEATURES *const sf, int speed) { in set_allintra_speed_feature_framesize_dependent()
335 const AV1_COMP *const cpi, SPEED_FEATURES *const sf, int speed) { in set_allintra_speed_features_framesize_independent()
594 const AV1_COMP *const cpi, SPEED_FEATURES *const sf, int speed) { in set_good_speed_feature_framesize_dependent()
921 const AV1_COMP *const cpi, SPEED_FEATURES *const sf, int speed) { in set_good_speed_features_framesize_independent()
1322 SPEED_FEATURES *const sf, in set_rt_speed_feature_framesize_dependent()
1669 SPEED_FEATURES *sf, in set_rt_speed_features_framesize_independent()
2358 SPEED_FEATURES *const sf = &cpi->sf; in av1_set_speed_features_framesize_dependent() local
2396 SPEED_FEATURES *const sf = &cpi->sf; in av1_set_speed_features_framesize_independent() local
2560 SPEED_FEATURES *const sf = &cpi->sf; in av1_set_speed_features_qindex_dependent() local
/external/aac/libFDK/src/
Dfixpoint_math.cpp768 INT fixp_floorToInt(FIXP_DBL f_inp, INT sf) { in fixp_floorToInt()
774 FIXP_DBL fixp_floor(FIXP_DBL f_inp, INT sf) { in fixp_floor()
781 INT fixp_ceilToInt(FIXP_DBL f_inp, INT sf) // sf mantissaBits left of dot in fixp_ceilToInt()
798 FIXP_DBL fixp_ceil(FIXP_DBL f_inp, INT sf) { in fixp_ceil()
822 INT fixp_truncateToInt(FIXP_DBL f_inp, INT sf) // sf mantissaBits left of dot in fixp_truncateToInt()
848 FIXP_DBL fixp_truncate(FIXP_DBL f_inp, INT sf) { in fixp_truncate()
862 INT fixp_roundToInt(FIXP_DBL f_inp, INT sf) { in fixp_roundToInt()
893 FIXP_DBL fixp_round(FIXP_DBL f_inp, INT sf) { in fixp_round()
/external/sdv/vsomeip/third_party/boost/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()
/external/linux-kselftest/tools/testing/selftests/arm64/signal/testcases/
Dtestcases.h27 #define GET_SF_RESV_HEAD(sf) \ argument
30 #define GET_SF_RESV_SIZE(sf) \ argument
Dfake_sigreturn_misaligned_sp.c16 struct fake_sigframe sf; variable
Dfake_sigreturn_bad_magic.c16 struct fake_sigframe sf; variable
Dfake_sigreturn_bad_size_for_magic0.c16 struct fake_sigframe sf; variable
Dfake_sigreturn_duplicated_fpsimd.c16 struct fake_sigframe sf; variable
/external/javassist/src/test/test1/
DExprEdit2.java5 static int sf; field in ExprEdit2
/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

123456789