Home
last modified time | relevance | path

Searched refs:ise (Results 1 – 25 of 2924) sorted by relevance

12345678910>>...117

/dports/biology/emboss/EMBOSS-6.6.0/ajax/ensembl/
H A Densintron.c1364 if (!ise) in ensIntronsupportingevidenceNewCpy()
1475 if (!ise) in ensIntronsupportingevidenceNewRef()
1615 return (ise) ? ise->Adaptor : NULL; in ensIntronsupportingevidenceGetAdaptor()
1639 return (ise) ? ise->Canonical : AJFALSE; in ensIntronsupportingevidenceGetCanonical()
1663 return (ise) ? ise->Feature : NULL; in ensIntronsupportingevidenceGetFeature()
1687 return (ise) ? ise->Hitname : NULL; in ensIntronsupportingevidenceGetHitname()
1711 return (ise) ? ise->Identifier : 0U; in ensIntronsupportingevidenceGetIdentifier()
1735 return (ise) ? ise->Intron : NULL; in ensIntronsupportingevidenceGetIntron()
1759 return (ise) ? ise->Score : 0.0; in ensIntronsupportingevidenceGetScore()
1833 if (!ise) in ensIntronsupportingevidenceSetFeature()
[all …]
H A Densintron.h117 const EnsPIntronsupportingevidence ise);
130 EnsPIntronsupportingevidence ise);
135 const EnsPIntronsupportingevidence ise);
138 const EnsPIntronsupportingevidence ise);
159 EnsPIntronsupportingevidence ise,
163 const EnsPIntronsupportingevidence ise,
170 const EnsPIntronsupportingevidence ise,
180 EnsPIntronsupportingevidence ise,
184 EnsPIntronsupportingevidence ise,
189 const EnsPIntronsupportingevidence ise,
[all …]
/dports/science/py-phono3py/phono3py-1.22.3/c/
H A Dpp_collision.c108 double *ise, *freqs_at_gp, *g; in ppc_get_pp_collision() local
112 ise = NULL; in ppc_get_pp_collision()
192 ise, in ppc_get_pp_collision()
202 free(ise); in ppc_get_pp_collision()
203 ise = NULL; in ppc_get_pp_collision()
235 double *ise, *freqs_at_gp, *g; in ppc_get_pp_collision_with_sigma() local
238 ise = NULL; in ppc_get_pp_collision_with_sigma()
314 ise, in ppc_get_pp_collision_with_sigma()
324 free(ise); in ppc_get_pp_collision_with_sigma()
325 ise = NULL; in ppc_get_pp_collision_with_sigma()
[all …]
H A Dimag_self_energy_with_g.c102 double *ise; in ise_get_imag_self_energy_at_bands_with_g() local
106 ise = NULL; in ise_get_imag_self_energy_at_bands_with_g()
147 ise + i * num_band0, in ise_get_imag_self_energy_at_bands_with_g()
174 imag_self_energy[j] += ise[i * num_band0 + j]; in ise_get_imag_self_energy_at_bands_with_g()
178 free(ise); in ise_get_imag_self_energy_at_bands_with_g()
179 ise = NULL; in ise_get_imag_self_energy_at_bands_with_g()
196 double *ise; in ise_get_detailed_imag_self_energy_at_bands_with_g() local
201 ise = NULL; in ise_get_detailed_imag_self_energy_at_bands_with_g()
216 ise + i * num_band0, in ise_get_detailed_imag_self_energy_at_bands_with_g()
253 free(ise); in ise_get_detailed_imag_self_energy_at_bands_with_g()
[all …]
/dports/java/apache-commons-lang/commons-lang-2.6-src/src/test/java/org/apache/commons/lang/time/
H A DStopWatchTest.java117 } catch(IllegalStateException ise) {
124 } catch(IllegalStateException ise) {
131 } catch(IllegalStateException ise) {
138 } catch(IllegalStateException ise) {
145 } catch(IllegalStateException ise) {
152 } catch(IllegalStateException ise) {
161 } catch(IllegalStateException ise) {
168 } catch(IllegalStateException ise) {
175 } catch(IllegalStateException ise) {
182 } catch(IllegalStateException ise) {
[all …]
/dports/audio/muse-sequencer/muse-4.0.0/src/libs/time_stretch/
H A Dtime_stretch.cpp237 for(iterator ise = begin(); ise != end(); ++ise) in normalizeListFrames() local
374 for(iStretchListItem ise = se; ise != ee; ) in eraseRange() local
379 ++ise; in eraseRange()
387 erase(ise); in eraseRange()
391 ++ise; in eraseRange()
548 for (const_iterator ise = cbegin(); ise != cend(); ++ise) { in write() local
681 for(iStretchListItem ise = res.first; ise != res.second; ++ise) in findEvent() local
684 return ise; in findEvent()
693 for(ciStretchListItem ise = res.first; ise != res.second; ++ise) in cFindEvent() local
696 return ise; in cFindEvent()
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/koofr/go-httpclient/
H A Derrors.go21 if ise, ok := err.(InvalidStatusError); ok {
22 return &ise, true
23 } else if ise, ok := err.(*InvalidStatusError); ok {
24 return ise, true
31 if ise, ok := IsInvalidStatusError(err); ok {
32 return ise.Got == statusCode
/dports/net-im/dendrite/dendrite-0.5.1/eduserver/input/
H A Dinput.go79 ise := &request.InputSendToDeviceEvent
80 return t.sendToDeviceEvent(ise)
151 func (t *EDUServerInputAPI) sendToDeviceEvent(ise *api.InputSendToDeviceEvent) error {
153 _, domain, err := gomatrixserverlib.SplitID('@', ise.UserID)
163 if domain == t.ServerName && ise.DeviceID == "*" {
166 UserID: ise.UserID,
175 devices = append(devices, ise.DeviceID)
179 "user_id": ise.UserID,
181 "type": ise.Type,
185 UserID: ise.UserID,
[all …]
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/tile/
H A DTestTiledRendering1GL2NEWT.java182 IllegalStateException ise = null; in test02_EOT_01() local
186 ise = _ise; in test02_EOT_01()
187 System.err.println("Expected "+ise.getClass().getSimpleName()+": "+ise.getMessage()); in test02_EOT_01()
189 Assert.assertNotNull("TileRenderer.beginTile: Image-size exception missing", ise); in test02_EOT_01()
197 ise = _ise; in test02_EOT_01()
198 System.err.println("Expected "+ise.getClass().getSimpleName()+": "+ise.getMessage()); in test02_EOT_01()
200 Assert.assertNotNull("TileRenderer.beginTile: EOT (1) exception missing", ise); in test02_EOT_01()
223 ise = _ise; in test02_EOT_01()
224 System.err.println("Expected "+ise.getClass().getSimpleName()+": "+ise.getMessage()); in test02_EOT_01()
226 Assert.assertNotNull("TileRenderer.beginTile: EOT (2) exception missing", ise); in test02_EOT_01()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/android/av/
H A DAndroidGLMediaPlayerAPI14.java129 } catch (final IllegalStateException ise) { in setAudioVolumeImpl()
131 ise.printStackTrace(); in setAudioVolumeImpl()
147 } catch (final IllegalStateException ise) { in playImpl()
149 ise.printStackTrace(); in playImpl()
158 } catch (final IllegalStateException ise) { in playImpl()
160 ise.printStackTrace(); in playImpl()
174 } catch (final IllegalStateException ise) { in pauseImpl()
176 ise.printStackTrace(); in pauseImpl()
186 ise.printStackTrace(); in pauseImpl()
222 ise.printStackTrace(); in destroyImpl()
[all …]
/dports/textproc/en-aspell/aspell6-en-2020.12.07-0/
H A DMakefile.pre6 …wl en_CA-w_accents-only.cwl en_CA-wo_accents-only.cwl en_GB-ise-w_accents-only.cwl en_GB-ise-wo_ac…
10ise.alias british-ise-w_accents.alias british-ise-wo_accents.alias british-ize.alias british-ize-w…
11 …ws en_CA-w_accents-only.rws en_CA-wo_accents-only.rws en_GB-ise-w_accents-only.rws en_GB-ise-wo_ac…
89 en_GB-ise-w_accents-only.rws: en_GB-ise-w_accents-only.cwl
91 en_GB-ise-wo_accents-only.rws: en_GB-ise-wo_accents-only.cwl
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/profiles/
H A DProfileOptionTest.java128 IllegalStateException ise; in testTargetProfileCombinations() local
134 ise = null; in testTargetProfileCombinations()
136 ise = e; in testTargetProfileCombinations()
147 if (ise != null) in testTargetProfileCombinations()
148 error("unexpected exception from compiler: " + ise); in testTargetProfileCombinations()
155 if (ise == null) in testTargetProfileCombinations()
157 else if (!ise.getMessage().contains("option -profile " + in testTargetProfileCombinations()
159 error("exception not thrown as expected: " + ise); in testTargetProfileCombinations()
165 if (ise == null) in testTargetProfileCombinations()
167 else if (!ise.getMessage().contains("profile " + p.name in testTargetProfileCombinations()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/profiles/
H A DProfileOptionTest.java128 IllegalStateException ise; in testTargetProfileCombinations() local
134 ise = null; in testTargetProfileCombinations()
136 ise = e; in testTargetProfileCombinations()
147 if (ise != null) in testTargetProfileCombinations()
148 error("unexpected exception from compiler: " + ise); in testTargetProfileCombinations()
156 if (ise == null) in testTargetProfileCombinations()
158 else if (!ise.getMessage().contains("option -profile " + in testTargetProfileCombinations()
160 error("exception not thrown as expected: " + ise); in testTargetProfileCombinations()
166 if (ise == null) in testTargetProfileCombinations()
168 else if (!ise.getMessage().contains("profile " + p.name in testTargetProfileCombinations()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/profiles/
H A DProfileOptionTest.java128 IllegalStateException ise; in testTargetProfileCombinations() local
134 ise = null; in testTargetProfileCombinations()
136 ise = e; in testTargetProfileCombinations()
147 if (ise != null) in testTargetProfileCombinations()
148 error("unexpected exception from compiler: " + ise); in testTargetProfileCombinations()
155 if (ise == null) in testTargetProfileCombinations()
157 else if (!ise.getMessage().contains("option -profile " + in testTargetProfileCombinations()
159 error("exception not thrown as expected: " + ise); in testTargetProfileCombinations()
165 if (ise == null) in testTargetProfileCombinations()
167 else if (!ise.getMessage().contains("profile " + p.name in testTargetProfileCombinations()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/profiles/
H A DProfileOptionTest.java128 IllegalStateException ise; in testTargetProfileCombinations() local
134 ise = null; in testTargetProfileCombinations()
136 ise = e; in testTargetProfileCombinations()
147 if (ise != null) in testTargetProfileCombinations()
148 error("unexpected exception from compiler: " + ise); in testTargetProfileCombinations()
158 if (ise == null) in testTargetProfileCombinations()
160 else if (!ise.getMessage().contains("option -profile " + in testTargetProfileCombinations()
162 error("exception not thrown as expected: " + ise); in testTargetProfileCombinations()
168 if (ise == null) in testTargetProfileCombinations()
170 else if (!ise.getMessage().contains("profile " + p.name in testTargetProfileCombinations()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/profiles/
H A DProfileOptionTest.java128 IllegalStateException ise; in testTargetProfileCombinations() local
134 ise = null; in testTargetProfileCombinations()
136 ise = e; in testTargetProfileCombinations()
147 if (ise != null) in testTargetProfileCombinations()
148 error("unexpected exception from compiler: " + ise); in testTargetProfileCombinations()
157 if (ise == null) in testTargetProfileCombinations()
159 else if (!ise.getMessage().contains("option -profile " + in testTargetProfileCombinations()
161 error("exception not thrown as expected: " + ise); in testTargetProfileCombinations()
167 if (ise == null) in testTargetProfileCombinations()
169 else if (!ise.getMessage().contains("profile " + p.name in testTargetProfileCombinations()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/profiles/
H A DProfileOptionTest.java128 IllegalStateException ise; in testTargetProfileCombinations() local
134 ise = null; in testTargetProfileCombinations()
136 ise = e; in testTargetProfileCombinations()
147 if (ise != null) in testTargetProfileCombinations()
148 error("unexpected exception from compiler: " + ise); in testTargetProfileCombinations()
153 if (ise == null) in testTargetProfileCombinations()
156 if (!ise.getMessage().contains("option -profile " + in testTargetProfileCombinations()
158 error("exception not thrown as expected: " + ise); in testTargetProfileCombinations()
160 } else if (!ise.getMessage().contains("profile " + p.name in testTargetProfileCombinations()
162 error("exception not thrown as expected: " + ise); in testTargetProfileCombinations()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/profiles/
H A DProfileOptionTest.java128 IllegalStateException ise; in testTargetProfileCombinations() local
134 ise = null; in testTargetProfileCombinations()
136 ise = e; in testTargetProfileCombinations()
147 if (ise != null) in testTargetProfileCombinations()
148 error("unexpected exception from compiler: " + ise); in testTargetProfileCombinations()
153 if (ise == null) in testTargetProfileCombinations()
156 if (!ise.getMessage().contains("option -profile " + in testTargetProfileCombinations()
158 error("exception not thrown as expected: " + ise); in testTargetProfileCombinations()
160 } else if (!ise.getMessage().contains("profile " + p.name in testTargetProfileCombinations()
162 error("exception not thrown as expected: " + ise); in testTargetProfileCombinations()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/profiles/
H A DProfileOptionTest.java128 IllegalStateException ise; in testTargetProfileCombinations() local
134 ise = null; in testTargetProfileCombinations()
136 ise = e; in testTargetProfileCombinations()
147 if (ise != null) in testTargetProfileCombinations()
148 error("unexpected exception from compiler: " + ise); in testTargetProfileCombinations()
153 if (ise == null) in testTargetProfileCombinations()
156 if (!ise.getMessage().contains("option -profile " + in testTargetProfileCombinations()
158 error("exception not thrown as expected: " + ise); in testTargetProfileCombinations()
160 } else if (!ise.getMessage().contains("profile " + p.name in testTargetProfileCombinations()
162 error("exception not thrown as expected: " + ise); in testTargetProfileCombinations()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/Throwable/
H A DSuppressedExceptions.java223 } catch (IllegalStateException ise) { in initCausePlumbing()
224 if (ise.getCause() != t2) in initCausePlumbing()
225 throw new RuntimeException("Unexpected cause in ISE", ise); in initCausePlumbing()
226 Throwable[] suppressed = ise.getSuppressed(); in initCausePlumbing()
228 throw new RuntimeException("Bad suppression in ISE", ise); in initCausePlumbing()
234 } catch (IllegalStateException ise) { in initCausePlumbing()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/Throwable/
H A DSuppressedExceptions.java223 } catch (IllegalStateException ise) { in initCausePlumbing()
224 if (ise.getCause() != t2) in initCausePlumbing()
225 throw new RuntimeException("Unexpected cause in ISE", ise); in initCausePlumbing()
226 Throwable[] suppressed = ise.getSuppressed(); in initCausePlumbing()
228 throw new RuntimeException("Bad suppression in ISE", ise); in initCausePlumbing()
234 } catch (IllegalStateException ise) { in initCausePlumbing()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/Throwable/
H A DSuppressedExceptions.java223 } catch (IllegalStateException ise) { in initCausePlumbing()
224 if (ise.getCause() != t2) in initCausePlumbing()
225 throw new RuntimeException("Unexpected cause in ISE", ise); in initCausePlumbing()
226 Throwable[] suppressed = ise.getSuppressed(); in initCausePlumbing()
228 throw new RuntimeException("Bad suppression in ISE", ise); in initCausePlumbing()
234 } catch (IllegalStateException ise) { in initCausePlumbing()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/Throwable/
H A DSuppressedExceptions.java223 } catch (IllegalStateException ise) { in initCausePlumbing()
224 if (ise.getCause() != t2) in initCausePlumbing()
225 throw new RuntimeException("Unexpected cause in ISE", ise); in initCausePlumbing()
226 Throwable[] suppressed = ise.getSuppressed(); in initCausePlumbing()
228 throw new RuntimeException("Bad suppression in ISE", ise); in initCausePlumbing()
234 } catch (IllegalStateException ise) { in initCausePlumbing()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/Throwable/
H A DSuppressedExceptions.java223 } catch (IllegalStateException ise) { in initCausePlumbing()
224 if (ise.getCause() != t2) in initCausePlumbing()
225 throw new RuntimeException("Unexpected cause in ISE", ise); in initCausePlumbing()
226 Throwable[] suppressed = ise.getSuppressed(); in initCausePlumbing()
228 throw new RuntimeException("Bad suppression in ISE", ise); in initCausePlumbing()
234 } catch (IllegalStateException ise) { in initCausePlumbing()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/Throwable/
H A DSuppressedExceptions.java223 } catch (IllegalStateException ise) { in initCausePlumbing()
224 if (ise.getCause() != t2) in initCausePlumbing()
225 throw new RuntimeException("Unexpected cause in ISE", ise); in initCausePlumbing()
226 Throwable[] suppressed = ise.getSuppressed(); in initCausePlumbing()
228 throw new RuntimeException("Bad suppression in ISE", ise); in initCausePlumbing()
234 } catch (IllegalStateException ise) { in initCausePlumbing()

12345678910>>...117