Home
last modified time | relevance | path

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

12345678

/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.java112 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getSupportedCipherSuites_returnsCopies() local
275 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getEnabledCipherSuites_returnsCopies() local
282 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_setEnabledCipherSuites_storesCopy() local
329 SSLSocketFactory sf = context.getSocketFactory(); in test_SSLSocket_setEnabledCipherSuites_TLS13() local
353 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getSupportedProtocols_returnsCopies() local
360 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getEnabledProtocols_returnsCopies() local
367 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_setEnabledProtocols_storesCopy() local
378 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_setEnabledProtocols() local
483 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getSession() local
492 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getHandshakeSession_unconnected() local
[all …]
/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.java116 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getSupportedCipherSuites_returnsCopies() local
279 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getEnabledCipherSuites_returnsCopies() local
286 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_setEnabledCipherSuites_storesCopy() local
333 SSLSocketFactory sf = context.getSocketFactory(); in test_SSLSocket_setEnabledCipherSuites_TLS13() local
357 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getSupportedProtocols_returnsCopies() local
364 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getEnabledProtocols_returnsCopies() local
371 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_setEnabledProtocols_storesCopy() local
382 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_setEnabledProtocols() local
487 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getSession() local
496 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()
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/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()
53 static INLINE int av1_is_scaled(const struct scale_factors *sf) { in av1_is_scaled()
/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/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.c62 SPEED_FEATURES *sf, in set_good_speed_feature_framesize_dependent()
206 SPEED_FEATURES *sf, in set_good_speed_feature_framesize_independent()
392 SPEED_FEATURES *sf, in set_rt_speed_feature_framesize_dependent()
430 VP9_COMP *cpi, SPEED_FEATURES *sf, int speed, vp9e_tune_content content) { in set_rt_speed_feature_framesize_independent()
826 SPEED_FEATURES *const sf = &cpi->sf; in vp9_set_speed_features_framesize_dependent() local
872 SPEED_FEATURES *const sf = &cpi->sf; in vp9_set_speed_features_framesize_independent() local
/external/libaom/libaom/av1/encoder/
Dspeed_features.c127 const AV1_COMP *const cpi, SPEED_FEATURES *const sf, int speed) { in set_good_speed_feature_framesize_dependent()
242 SPEED_FEATURES *const sf, in set_rt_speed_feature_framesize_dependent()
276 const AV1_COMP *const cpi, SPEED_FEATURES *const sf, int speed) { in set_good_speed_features_framesize_independent()
610 SPEED_FEATURES *sf, in set_rt_speed_features_framesize_independent()
1123 SPEED_FEATURES *const sf = &cpi->sf; in av1_set_speed_features_framesize_dependent() local
1150 SPEED_FEATURES *const sf = &cpi->sf; in av1_set_speed_features_framesize_independent() local
1287 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/linux-kselftest/tools/testing/selftests/arm64/signal/testcases/
Dtestcases.h26 #define GET_SF_RESV_HEAD(sf) \ argument
29 #define GET_SF_RESV_SIZE(sf) \ argument
Dfake_sigreturn_misaligned_sp.c16 struct fake_sigframe sf; variable
Dfake_sigreturn_duplicated_fpsimd.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
/external/llvm-project/clang/test/Import/cxx-scalar-value-init/Inputs/
DS.cpp2 float sf() { return float(); } in sf() function
/external/llvm-project/clang/test/PCH/Inputs/
Dfixed-point-literal.h3 const short _Fract sf = -0.25r; variable
/external/javassist/src/test/test1/
DExprEdit2.java5 static int sf; field in ExprEdit2
/external/ltp/lib/
Dtst_fs_has_free.c32 struct statfs sf; in tst_fs_has_free_() local
/external/elfutils/src/
Ddebugpred.h34 const char *const *sf = &__start_predict_file; in predprint() local
/external/llvm-project/clang/test/Sema/
Dmatrix-type-operators.c38 void matrix_matrix_multiply(sx10x10_t a, sx5x10_t b, ix10x5_t c, ix10x10_t d, float sf, char *p) { in matrix_matrix_multiply()
55 void mat_scalar_multiply(sx10x10_t a, sx5x10_t b, float sf, char *p) { in mat_scalar_multiply()
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/apollo3/
Dcaptured_data_to_wav.py25 import soundfile as sf namespace

12345678