Home
last modified time | relevance | path

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

12345678910>>...37

/aosp_15_r20/external/guice/lib/build/
HDcglib-3.2.6.jar ... net/sf/cglib/reflect/ net/sf/cglib/beans/ net/sf/cglib
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDcglib-nodep-3.1.jar ... net.sf.cglib.beans abstract net.sf.cglib.beans.BeanCopier$BeanCopierKey extends java ...
/aosp_15_r20/external/guice/extensions/persist/lib/
HDcglib-nodep-3.2.6.jar ... /cglib/pom.xml net/ net/sf/ net/sf/cglib/ net/sf ...
/aosp_15_r20/external/conscrypt/common/src/test/java/org/conscrypt/javax/net/ssl/
H A DSSLSocketTest.java102 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getSupportedCipherSuites_returnsCopies() local
254 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getEnabledCipherSuites_returnsCopies() local
262 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_setEnabledCipherSuites_storesCopy() local
299 SSLSocketFactory sf = context.getSocketFactory(); in test_SSLSocket_setEnabledCipherSuites_TLS13() local
324 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getSupportedProtocols_returnsCopies() local
332 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getEnabledProtocols_returnsCopies() local
340 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_setEnabledProtocols_storesCopy() local
352 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_setEnabledProtocols() local
443 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getSession() local
453 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getHandshakeSession_unconnected() local
[all …]
H A 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
/aosp_15_r20/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/net/ssl/
H A DSSLSocketTest.java111 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getSupportedCipherSuites_returnsCopies() local
263 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getEnabledCipherSuites_returnsCopies() local
271 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_setEnabledCipherSuites_storesCopy() local
306 SSLSocketFactory sf = context.getSocketFactory(); in test_SSLSocket_setEnabledCipherSuites_TLS13() local
330 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getSupportedProtocols_returnsCopies() local
338 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getEnabledProtocols_returnsCopies() local
346 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_setEnabledProtocols_storesCopy() local
358 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_setEnabledProtocols() local
448 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getSession() local
458 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getHandshakeSession_unconnected() local
[all …]
H A 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
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/
H A DSocketFactoryTest.java43 SocketFactory sf = SocketFactory.getDefault(); in test_createSocket() local
59 SocketFactory sf = SocketFactory.getDefault(); in test_createSocket_StringI() local
96 SocketFactory sf = SocketFactory.getDefault(); in test_createSocket_InetAddressI() local
127 SocketFactory sf = SocketFactory.getDefault(); in test_createSocket_InetAddressIInetAddressI() local
154 SocketFactory sf = SocketFactory.getDefault(); in test_createSocket_InetAddressIInetAddressI_IllegalArgumentException() local
183 SocketFactory sf = SocketFactory.getDefault(); in test_createSocket_InetAddressIInetAddressI_ExceptionOrder() local
213 SocketFactory sf = SocketFactory.getDefault(); in test_createSocket_05() local
254 SocketFactory sf = SocketFactory.getDefault(); in test_getDefault() local
H A DServerSocketFactoryTest.java36 ServerSocketFactory sf = new MyServerSocketFactory(); in test_Constructor() local
40 ServerSocketFactory sf = ServerSocketFactory.getDefault(); in test_createServerSocket() local
47 ServerSocketFactory sf = ServerSocketFactory.getDefault(); in test_createServerSocket_I() local
67 ServerSocketFactory sf = ServerSocketFactory.getDefault(); in test_createServerSocket_II() local
87 ServerSocketFactory sf = ServerSocketFactory.getDefault(); in test_createServerSocket_IIInetAddress() local
/aosp_15_r20/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
H A 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
/aosp_15_r20/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
/aosp_15_r20/external/libaom/av1/encoder/
H A Dspeed_features.c180 const AV1_COMP *const cpi, SPEED_FEATURES *const sf, int speed) { in set_allintra_speed_feature_framesize_dependent()
332 const AV1_COMP *const cpi, SPEED_FEATURES *const sf, int speed) { in set_allintra_speed_features_framesize_independent()
591 const AV1_COMP *const cpi, SPEED_FEATURES *const sf, int speed) { in set_good_speed_feature_framesize_dependent()
918 const AV1_COMP *const cpi, SPEED_FEATURES *const sf, int speed) { in set_good_speed_features_framesize_independent()
1319 SPEED_FEATURES *const sf, in set_rt_speed_feature_framesize_dependent()
1672 SPEED_FEATURES *sf, in set_rt_speed_features_framesize_independent()
2361 SPEED_FEATURES *const sf = &cpi->sf; in av1_set_speed_features_framesize_dependent() local
2399 SPEED_FEATURES *const sf = &cpi->sf; in av1_set_speed_features_framesize_independent() local
2563 SPEED_FEATURES *const sf = &cpi->sf; in av1_set_speed_features_qindex_dependent() local
/aosp_15_r20/external/libvpx/vp9/common/
H A 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,
H A 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()
H A Dvp9_reconinter.c26 const MV *src_mv, const struct scale_factors *sf, int w, int h, int ref, in vp9_highbd_build_inter_predictor()
46 const struct scale_factors *sf, int w, int h, in vp9_build_inter_predictor()
137 const struct scale_factors *const sf = &xd->block_refs[ref]->sf; in build_inter_predictors() local
277 const struct scale_factors *sf) { in vp9_setup_pre_planes()
/aosp_15_r20/external/libvpx/vp9/encoder/
H A 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
/aosp_15_r20/external/mockito/src/test/java/org/mockitousage/stubbing/
H A 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
/aosp_15_r20/external/libaom/av1/common/
H A 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()
/aosp_15_r20/external/aac/libFDK/src/
H A 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()
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
H A DSSLSocketFactoryTest.java46 SocketFactory sf = SSLSocketFactory.getDefault(); in test_Constructor() local
65 SSLSocketFactory sf = (SSLSocketFactory)SSLSocketFactory.getDefault(); in test_createSocket() local
108 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_getDefaultCipherSuites() local
121 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_getSupportedCipherSuites() local
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
H A DMapMultiOpTest.java147 Function<Stream<Integer>, Stream<Integer>> sf) { in testOps()
198 Function<IntStream, IntStream> sf) { in testIntOps() argument
252 Function<DoubleStream, DoubleStream> sf) { in testDoubleOps() argument
300 Function<LongStream, LongStream> sf) { in testLongOps() argument
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/
H A DSurfaceFlinger_HdrOutputControlTest.cpp33 sp<gui::ISurfaceComposer> sf(ComposerServiceAIDL::getComposerService()); in TEST() local
42 sp<gui::ISurfaceComposer> sf(ComposerServiceAIDL::getComposerService()); in TEST() local
60 sp<gui::ISurfaceComposer> sf(ComposerServiceAIDL::getComposerService()); in TEST() local
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueRunnerTest.java344 Source.FakeReport sf = createFakeReport(); in test_runAsyncRegistrationQueueWorker_appSource_success() local
527 Source.FakeReport sf = createFakeReport(); in test_runAsyncRegistrationQueueWorker_ThreadInterrupted() local
1201 Source.FakeReport sf = createFakeReport(); in runAsyncRegistrationQueueWorker_appInstalled_markToBeDeleted() local
1266 Source.FakeReport sf = createFakeReport(); in runAsyncRegistrationQueueWorker_appNotInstalled_markAsActive() local
1330 Source.FakeReport sf = createFakeReport(); in runAsyncRegistrationQueueWorker_notDropSourceIfInstalled_markAsActive() local
1395 Source.FakeReport sf = createFakeReport(); in runAsyncRegistrationQueueWorker_notDropSourceIfInstalledAndAppInstalled_markAsActive() local
1744 Source.FakeReport sf = createFakeReport(); in test_runAsyncRegistrationQueueWorker_appSource_noRedirects_success() local
1787 Source.FakeReport sf = createFakeReport(); in test_runAsyncRegistrationQueueWorker_appSource_adTechUnavailable() local
1837 Source.FakeReport sf = createFakeReport(); in test_runAsyncRegistrationQueueWorker_appSource_networkError() local
2173 Source.FakeReport sf = createFakeReport(); in test_runAsyncRegistrationQueueWorker_networkError_logRetryCount() local
[all …]
/aosp_15_r20/prebuilts/checkstyle/
HDcheckstyle.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/puppycrawl/ com/ ...
/aosp_15_r20/external/toybox/lib/
H A Dportability.h241 static inline long statfs_bsize(struct statfs *sf) { return sf->f_iosize; } in statfs_bsize()
242 static inline long statfs_frsize(struct statfs *sf) { return sf->f_bsize; } in statfs_frsize()
244 static inline long statfs_bsize(struct statfs *sf) { return sf->f_bsize; } in statfs_bsize()
245 static inline long statfs_frsize(struct statfs *sf) { return sf->f_frsize; } in statfs_frsize()

12345678910>>...37