Home
last modified time | relevance | path

Searched defs:sl (Results 201 – 225 of 12981) sorted by relevance

12345678910>>...520

/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/
H A DTestServerLoad.java38 ServerLoad sl = new ServerLoad(createServerLoadProto()); in testRegionLoadAggregation() local
51 ServerLoad sl = new ServerLoad(createServerLoadProto()); in testToString() local
63 ServerLoad sl = new ServerLoad(createServerLoadProto()); in testRegionLoadWrapAroundAggregation() local
88 ClusterStatusProtos.ServerLoad sl = in createServerLoadProto() local
/dports/ftp/tnftpd/tnftpd-20200704/libnetbsd/
H A Dsl_init.c43 StringList *sl; in sl_init() local
64 sl_add(StringList *sl, char *name) in sl_add()
84 sl_free(StringList *sl, int all) in sl_free()
104 sl_find(StringList *sl, char *name) in sl_find()
/dports/ftp/tnftp/tnftp-20210827/libnetbsd/
H A Dsl_init.c43 StringList *sl; in sl_init() local
64 sl_add(StringList *sl, char *name) in sl_add()
85 sl_free(StringList *sl, int all) in sl_free()
105 sl_find(StringList *sl, char *name) in sl_find()
/dports/irc/ircII/ircii-20210314/source/
H A Dsl.c48 StringList *sl; in sl_init() local
69 sl_add(StringList *sl, char *name) in sl_add()
91 sl_free(StringList *sl, int all) in sl_free()
111 sl_find(StringList *sl, char *name) in sl_find()
H A Dsl_irc.c40 sl_concat(StringList *sl, u_char *sep) in sl_concat()
67 sl_size(StringList *sl) in sl_size()
73 sl_iter_fwd(StringList *sl, size_t *next) in sl_iter_fwd()
84 sl_iter_rev(StringList *sl, size_t *next) in sl_iter_rev()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_devices/sources/
H A Djuce_AudioTransportSource.cpp93 const ScopedLock sl (callbackLock); in setSource() local
114 const ScopedLock sl (callbackLock); in start() local
189 const ScopedLock sl (callbackLock); in getTotalLength() local
202 const ScopedLock sl (callbackLock); in isLooping() local
213 const ScopedLock sl (callbackLock); in prepareToPlay() local
230 const ScopedLock sl (callbackLock); in releaseMasterResources() local
245 const ScopedLock sl (callbackLock); in getNextAudioBlock() local
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_devices/sources/
H A Djuce_AudioTransportSource.cpp93 const ScopedLock sl (callbackLock); in setSource() local
114 const ScopedLock sl (callbackLock); in start() local
189 const ScopedLock sl (callbackLock); in getTotalLength() local
202 const ScopedLock sl (callbackLock); in isLooping() local
213 const ScopedLock sl (callbackLock); in prepareToPlay() local
230 const ScopedLock sl (callbackLock); in releaseMasterResources() local
245 const ScopedLock sl (callbackLock); in getNextAudioBlock() local
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_devices/sources/
H A Djuce_AudioTransportSource.cpp93 const ScopedLock sl (callbackLock); in setSource() local
114 const ScopedLock sl (callbackLock); in start() local
189 const ScopedLock sl (callbackLock); in getTotalLength() local
202 const ScopedLock sl (callbackLock); in isLooping() local
213 const ScopedLock sl (callbackLock); in prepareToPlay() local
230 const ScopedLock sl (callbackLock); in releaseMasterResources() local
245 const ScopedLock sl (callbackLock); in getNextAudioBlock() local
/dports/security/gpa/gpa-0.10.0/src/
H A Dstrlist.c31 free_strlist( strlist_t sl ) in free_strlist()
45 strlist_t sl; in add_to_strlist() local
81 strlist_t r, sl; in append_to_strlist() local
122 strlist_t newlist = NULL, sl, *last; in strlist_copy() local
163 strlist_t sl=*list; in strlist_pop() local
/dports/devel/stlink/stlink-1.7.0/src/stlink-lib/
H A Dusb.c72 void _stlink_usb_close(stlink_t* sl) { in _stlink_usb_close()
156 int _stlink_usb_version(stlink_t *sl) { in _stlink_usb_version()
264 int _stlink_usb_get_rw_status(stlink_t *sl) { in _stlink_usb_get_rw_status()
334 int _stlink_usb_current_mode(stlink_t * sl) { in _stlink_usb_current_mode()
353 int _stlink_usb_core_id(stlink_t * sl) { in _stlink_usb_core_id()
383 int _stlink_usb_status_v2(stlink_t *sl) { in _stlink_usb_status_v2()
405 int _stlink_usb_status(stlink_t * sl) { in _stlink_usb_status()
441 int _stlink_usb_force_debug(stlink_t *sl) { in _stlink_usb_force_debug()
510 int _stlink_usb_reset(stlink_t * sl) { in _stlink_usb_reset()
559 int _stlink_usb_step(stlink_t* sl) { in _stlink_usb_step()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/ServiceLoader/security/test/p/
H A DTests.java102 ServiceLoader<S1> sl = doPrivileged(loadAction(S1.class), withPermissions(PERM)); in testConstructorUsingIteratorWithPermission() local
108 ServiceLoader<S1> sl = doPrivileged(loadAction(S1.class), withPermissions(PERM)); in testConstructorUsingStreamWithPermission() local
114 ServiceLoader<S1> sl = doPrivileged(loadAction(S1.class), noPermissions()); in testConstructorUsingIteratorNoPermission() local
125 ServiceLoader<S1> sl = doPrivileged(loadAction(S1.class), noPermissions()); in testConstructorUsingStreamNoPermission() local
136 ServiceLoader<S2> sl = doPrivileged(loadAction(S2.class), withPermissions(PERM)); in testFactoryMethodUsingIteratorWithPermission() local
142 ServiceLoader<S2> sl = doPrivileged(loadAction(S2.class), withPermissions(PERM)); in testFactoryMethodUsingStreamWithPermission() local
148 ServiceLoader<S2> sl = doPrivileged(loadAction(S2.class), noPermissions()); in testFactoryMethodUsingIteratorNoPermission() local
159 ServiceLoader<S2> sl = doPrivileged(loadAction(S2.class), noPermissions()); in testFactoryMethodUsingStreamNoPermission() local
180 ServiceLoader<?> sl = ServiceLoader.load(service); in testFailingService() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/ServiceLoader/security/test/p/
H A DTests.java102 ServiceLoader<S1> sl = doPrivileged(loadAction(S1.class), withPermissions(PERM)); in testConstructorUsingIteratorWithPermission() local
108 ServiceLoader<S1> sl = doPrivileged(loadAction(S1.class), withPermissions(PERM)); in testConstructorUsingStreamWithPermission() local
114 ServiceLoader<S1> sl = doPrivileged(loadAction(S1.class), noPermissions()); in testConstructorUsingIteratorNoPermission() local
125 ServiceLoader<S1> sl = doPrivileged(loadAction(S1.class), noPermissions()); in testConstructorUsingStreamNoPermission() local
136 ServiceLoader<S2> sl = doPrivileged(loadAction(S2.class), withPermissions(PERM)); in testFactoryMethodUsingIteratorWithPermission() local
142 ServiceLoader<S2> sl = doPrivileged(loadAction(S2.class), withPermissions(PERM)); in testFactoryMethodUsingStreamWithPermission() local
148 ServiceLoader<S2> sl = doPrivileged(loadAction(S2.class), noPermissions()); in testFactoryMethodUsingIteratorNoPermission() local
159 ServiceLoader<S2> sl = doPrivileged(loadAction(S2.class), noPermissions()); in testFactoryMethodUsingStreamNoPermission() local
180 ServiceLoader<?> sl = ServiceLoader.load(service); in testFailingService() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/ServiceLoader/security/test/p/
H A DTests.java102 ServiceLoader<S1> sl = doPrivileged(loadAction(S1.class), withPermissions(PERM)); in testConstructorUsingIteratorWithPermission() local
108 ServiceLoader<S1> sl = doPrivileged(loadAction(S1.class), withPermissions(PERM)); in testConstructorUsingStreamWithPermission() local
114 ServiceLoader<S1> sl = doPrivileged(loadAction(S1.class), noPermissions()); in testConstructorUsingIteratorNoPermission() local
125 ServiceLoader<S1> sl = doPrivileged(loadAction(S1.class), noPermissions()); in testConstructorUsingStreamNoPermission() local
136 ServiceLoader<S2> sl = doPrivileged(loadAction(S2.class), withPermissions(PERM)); in testFactoryMethodUsingIteratorWithPermission() local
142 ServiceLoader<S2> sl = doPrivileged(loadAction(S2.class), withPermissions(PERM)); in testFactoryMethodUsingStreamWithPermission() local
148 ServiceLoader<S2> sl = doPrivileged(loadAction(S2.class), noPermissions()); in testFactoryMethodUsingIteratorNoPermission() local
159 ServiceLoader<S2> sl = doPrivileged(loadAction(S2.class), noPermissions()); in testFactoryMethodUsingStreamNoPermission() local
180 ServiceLoader<?> sl = ServiceLoader.load(service); in testFailingService() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/ServiceLoader/security/test/p/
H A DTests.java102 ServiceLoader<S1> sl = doPrivileged(loadAction(S1.class), withPermissions(PERM)); in testConstructorUsingIteratorWithPermission() local
108 ServiceLoader<S1> sl = doPrivileged(loadAction(S1.class), withPermissions(PERM)); in testConstructorUsingStreamWithPermission() local
114 ServiceLoader<S1> sl = doPrivileged(loadAction(S1.class), noPermissions()); in testConstructorUsingIteratorNoPermission() local
125 ServiceLoader<S1> sl = doPrivileged(loadAction(S1.class), noPermissions()); in testConstructorUsingStreamNoPermission() local
136 ServiceLoader<S2> sl = doPrivileged(loadAction(S2.class), withPermissions(PERM)); in testFactoryMethodUsingIteratorWithPermission() local
142 ServiceLoader<S2> sl = doPrivileged(loadAction(S2.class), withPermissions(PERM)); in testFactoryMethodUsingStreamWithPermission() local
148 ServiceLoader<S2> sl = doPrivileged(loadAction(S2.class), noPermissions()); in testFactoryMethodUsingIteratorNoPermission() local
159 ServiceLoader<S2> sl = doPrivileged(loadAction(S2.class), noPermissions()); in testFactoryMethodUsingStreamNoPermission() local
180 ServiceLoader<?> sl = ServiceLoader.load(service); in testFailingService() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/ServiceLoader/security/test/p/
H A DTests.java102 ServiceLoader<S1> sl = doPrivileged(loadAction(S1.class), withPermissions(PERM)); in testConstructorUsingIteratorWithPermission() local
108 ServiceLoader<S1> sl = doPrivileged(loadAction(S1.class), withPermissions(PERM)); in testConstructorUsingStreamWithPermission() local
114 ServiceLoader<S1> sl = doPrivileged(loadAction(S1.class), noPermissions()); in testConstructorUsingIteratorNoPermission() local
125 ServiceLoader<S1> sl = doPrivileged(loadAction(S1.class), noPermissions()); in testConstructorUsingStreamNoPermission() local
136 ServiceLoader<S2> sl = doPrivileged(loadAction(S2.class), withPermissions(PERM)); in testFactoryMethodUsingIteratorWithPermission() local
142 ServiceLoader<S2> sl = doPrivileged(loadAction(S2.class), withPermissions(PERM)); in testFactoryMethodUsingStreamWithPermission() local
148 ServiceLoader<S2> sl = doPrivileged(loadAction(S2.class), noPermissions()); in testFactoryMethodUsingIteratorNoPermission() local
159 ServiceLoader<S2> sl = doPrivileged(loadAction(S2.class), noPermissions()); in testFactoryMethodUsingStreamNoPermission() local
180 ServiceLoader<?> sl = ServiceLoader.load(service); in testFailingService() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/ServiceLoader/security/test/p/
H A DTests.java102 ServiceLoader<S1> sl = doPrivileged(loadAction(S1.class), withPermissions(PERM)); in testConstructorUsingIteratorWithPermission() local
108 ServiceLoader<S1> sl = doPrivileged(loadAction(S1.class), withPermissions(PERM)); in testConstructorUsingStreamWithPermission() local
114 ServiceLoader<S1> sl = doPrivileged(loadAction(S1.class), noPermissions()); in testConstructorUsingIteratorNoPermission() local
125 ServiceLoader<S1> sl = doPrivileged(loadAction(S1.class), noPermissions()); in testConstructorUsingStreamNoPermission() local
136 ServiceLoader<S2> sl = doPrivileged(loadAction(S2.class), withPermissions(PERM)); in testFactoryMethodUsingIteratorWithPermission() local
142 ServiceLoader<S2> sl = doPrivileged(loadAction(S2.class), withPermissions(PERM)); in testFactoryMethodUsingStreamWithPermission() local
148 ServiceLoader<S2> sl = doPrivileged(loadAction(S2.class), noPermissions()); in testFactoryMethodUsingIteratorNoPermission() local
159 ServiceLoader<S2> sl = doPrivileged(loadAction(S2.class), noPermissions()); in testFactoryMethodUsingStreamNoPermission() local
180 ServiceLoader<?> sl = ServiceLoader.load(service); in testFailingService() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/ServiceLoader/security/test/p/
H A DTests.java102 ServiceLoader<S1> sl = doPrivileged(loadAction(S1.class), withPermissions(PERM)); in testConstructorUsingIteratorWithPermission() local
108 ServiceLoader<S1> sl = doPrivileged(loadAction(S1.class), withPermissions(PERM)); in testConstructorUsingStreamWithPermission() local
114 ServiceLoader<S1> sl = doPrivileged(loadAction(S1.class), noPermissions()); in testConstructorUsingIteratorNoPermission() local
125 ServiceLoader<S1> sl = doPrivileged(loadAction(S1.class), noPermissions()); in testConstructorUsingStreamNoPermission() local
136 ServiceLoader<S2> sl = doPrivileged(loadAction(S2.class), withPermissions(PERM)); in testFactoryMethodUsingIteratorWithPermission() local
142 ServiceLoader<S2> sl = doPrivileged(loadAction(S2.class), withPermissions(PERM)); in testFactoryMethodUsingStreamWithPermission() local
148 ServiceLoader<S2> sl = doPrivileged(loadAction(S2.class), noPermissions()); in testFactoryMethodUsingIteratorNoPermission() local
159 ServiceLoader<S2> sl = doPrivileged(loadAction(S2.class), noPermissions()); in testFactoryMethodUsingStreamNoPermission() local
180 ServiceLoader<?> sl = ServiceLoader.load(service); in testFailingService() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/ServiceLoader/security/test/p/
H A DTests.java102 ServiceLoader<S1> sl = doPrivileged(loadAction(S1.class), withPermissions(PERM)); in testConstructorUsingIteratorWithPermission() local
108 ServiceLoader<S1> sl = doPrivileged(loadAction(S1.class), withPermissions(PERM)); in testConstructorUsingStreamWithPermission() local
114 ServiceLoader<S1> sl = doPrivileged(loadAction(S1.class), noPermissions()); in testConstructorUsingIteratorNoPermission() local
125 ServiceLoader<S1> sl = doPrivileged(loadAction(S1.class), noPermissions()); in testConstructorUsingStreamNoPermission() local
136 ServiceLoader<S2> sl = doPrivileged(loadAction(S2.class), withPermissions(PERM)); in testFactoryMethodUsingIteratorWithPermission() local
142 ServiceLoader<S2> sl = doPrivileged(loadAction(S2.class), withPermissions(PERM)); in testFactoryMethodUsingStreamWithPermission() local
148 ServiceLoader<S2> sl = doPrivileged(loadAction(S2.class), noPermissions()); in testFactoryMethodUsingIteratorNoPermission() local
159 ServiceLoader<S2> sl = doPrivileged(loadAction(S2.class), noPermissions()); in testFactoryMethodUsingStreamNoPermission() local
180 ServiceLoader<?> sl = ServiceLoader.load(service); in testFailingService() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/ServiceLoader/
H A DTwoIterators.java67 ServiceLoader<S> sl = ServiceLoader.load(S.class, testClassLoader); in testSequentialUse1() local
82 ServiceLoader<S> sl = ServiceLoader.load(S.class, testClassLoader); in testSequentialUse2() local
98 ServiceLoader<S> sl = ServiceLoader.load(S.class, testClassLoader); in testInterleaved1() local
113 ServiceLoader<S> sl = ServiceLoader.load(S.class, testClassLoader); in testInterleaved2() local
133 ServiceLoader<S> sl = ServiceLoader.load(S.class, testClassLoader); in testInterleaved3() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/ServiceLoader/
H A DTwoIterators.java67 ServiceLoader<S> sl = ServiceLoader.load(S.class, testClassLoader); in testSequentialUse1() local
82 ServiceLoader<S> sl = ServiceLoader.load(S.class, testClassLoader); in testSequentialUse2() local
98 ServiceLoader<S> sl = ServiceLoader.load(S.class, testClassLoader); in testInterleaved1() local
113 ServiceLoader<S> sl = ServiceLoader.load(S.class, testClassLoader); in testInterleaved2() local
133 ServiceLoader<S> sl = ServiceLoader.load(S.class, testClassLoader); in testInterleaved3() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/ServiceLoader/
H A DTwoIterators.java67 ServiceLoader<S> sl = ServiceLoader.load(S.class, testClassLoader); in testSequentialUse1() local
82 ServiceLoader<S> sl = ServiceLoader.load(S.class, testClassLoader); in testSequentialUse2() local
98 ServiceLoader<S> sl = ServiceLoader.load(S.class, testClassLoader); in testInterleaved1() local
113 ServiceLoader<S> sl = ServiceLoader.load(S.class, testClassLoader); in testInterleaved2() local
133 ServiceLoader<S> sl = ServiceLoader.load(S.class, testClassLoader); in testInterleaved3() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/ServiceLoader/
H A DTwoIterators.java67 ServiceLoader<S> sl = ServiceLoader.load(S.class, testClassLoader); in testSequentialUse1() local
82 ServiceLoader<S> sl = ServiceLoader.load(S.class, testClassLoader); in testSequentialUse2() local
98 ServiceLoader<S> sl = ServiceLoader.load(S.class, testClassLoader); in testInterleaved1() local
113 ServiceLoader<S> sl = ServiceLoader.load(S.class, testClassLoader); in testInterleaved2() local
133 ServiceLoader<S> sl = ServiceLoader.load(S.class, testClassLoader); in testInterleaved3() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/ServiceLoader/
H A DTwoIterators.java67 ServiceLoader<S> sl = ServiceLoader.load(S.class, testClassLoader); in testSequentialUse1() local
82 ServiceLoader<S> sl = ServiceLoader.load(S.class, testClassLoader); in testSequentialUse2() local
98 ServiceLoader<S> sl = ServiceLoader.load(S.class, testClassLoader); in testInterleaved1() local
113 ServiceLoader<S> sl = ServiceLoader.load(S.class, testClassLoader); in testInterleaved2() local
133 ServiceLoader<S> sl = ServiceLoader.load(S.class, testClassLoader); in testInterleaved3() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/ServiceLoader/
H A DTwoIterators.java67 ServiceLoader<S> sl = ServiceLoader.load(S.class, testClassLoader); in testSequentialUse1() local
82 ServiceLoader<S> sl = ServiceLoader.load(S.class, testClassLoader); in testSequentialUse2() local
98 ServiceLoader<S> sl = ServiceLoader.load(S.class, testClassLoader); in testInterleaved1() local
113 ServiceLoader<S> sl = ServiceLoader.load(S.class, testClassLoader); in testInterleaved2() local
133 ServiceLoader<S> sl = ServiceLoader.load(S.class, testClassLoader); in testInterleaved3() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/ServiceLoader/
H A DTwoIterators.java67 ServiceLoader<S> sl = ServiceLoader.load(S.class, testClassLoader); in testSequentialUse1() local
82 ServiceLoader<S> sl = ServiceLoader.load(S.class, testClassLoader); in testSequentialUse2() local
98 ServiceLoader<S> sl = ServiceLoader.load(S.class, testClassLoader); in testInterleaved1() local
113 ServiceLoader<S> sl = ServiceLoader.load(S.class, testClassLoader); in testInterleaved2() local
133 ServiceLoader<S> sl = ServiceLoader.load(S.class, testClassLoader); in testInterleaved3() local

12345678910>>...520