Home
last modified time | relevance | path

Searched refs:ID1 (Results 1 – 25 of 1001) sorted by relevance

12345678910>>...41

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/metadata/
H A DFragmentTest.java30 String ID1 = "iu.1"; in disabledtestAssociation2Fragments() local
33 IInstallableUnit iu1 = createEclipseIU(ID1); in disabledtestAssociation2Fragments()
42 assertTrue("Solution contains IU " + ID1, iterator.hasNext()); in disabledtestAssociation2Fragments()
52 String ID1 = "iu.1"; in testAssociation() local
54 IInstallableUnit iu1 = createEclipseIU(ID1); in testAssociation()
62 assertTrue("Solution contains IU " + ID1, iterator.hasNext()); in testAssociation()
84 String ID1 = "iu.1"; in testAssociation2() local
87 IInstallableUnit iu1 = createEclipseIU(ID1); in testAssociation2()
96 assertTrue("Solution contains IU " + ID1, iterator.hasNext()); in testAssociation2()
123 String ID1 = iu1.getId(); in testTouchpointData() local
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests.browser/src/org/eclipse/ui/tests/browser/internal/
H A DTestInput.java37 0, ID1); in testCompareWithNull()
44 0, ID1); in testCompareWithNullURL()
46 0, ID1); in testCompareWithNullURL()
54 0, ID1); in testCompareWithSelf()
61 0, ID1); in testCompareWithSimilar()
63 0, ID1); in testCompareWithSimilar()
71 0, ID1); in testCompareWithDifferentUrl()
73 0, ID1); in testCompareWithDifferentUrl()
80 0, ID1); in testCompareWithDifferentId()
89 0, ID1); in testCompareWithDifferentStyle()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/download/
H A DDownloadNotificationServiceTest.java51 private static final ContentId ID1 = field in DownloadNotificationServiceTest
126 mDownloadNotificationService.notifyDownloadProgress(ID1, "test", in testBasicDownloadFlow()
135 assertTrue(mDownloadNotificationService.mDownloadsInProgress.contains(ID1)); in testBasicDownloadFlow()
148 mDownloadNotificationService.notifyDownloadProgress(ID1, "test", in testBasicDownloadFlow()
156 assertTrue(mDownloadNotificationService.mDownloadsInProgress.contains(ID1)); in testBasicDownloadFlow()
160 ID1, "", "test", 1L, true, true, true, null, "", false, "", 0); in testBasicDownloadFlow()
173 mDownloadNotificationService.notifyDownloadProgress(ID1, "test", in testDownloadPendingAndCancelled()
194 mDownloadNotificationService.notifyDownloadCanceled(ID1, false); in testDownloadPendingAndCancelled()
208 mDownloadNotificationService.notifyDownloadProgress(ID1, "test", in testDownloadInterruptedAndFailed()
237 buildEntryStringWithGuid(ID1, 3, "success", false, true)); in testResumeAllPendingDownloads()
[all …]
/dports/science/xcrysden/xcrysden-1.6.2/C/
H A Dlcasif.c334 int ID1 = DEGREE1;
336 int IN1 = N1*ID1;
359 yL[0] = dst[IN1-ID1][ii2];
361 yL[2] = dst[ID1 ][ii2];
366 ii1 = i1*ID1;
375 for (j=1; j<ID1; j++) {
376 x = (float) j / (float) ID1;
425 register int ID1 = DEGREE1;
428 register int IN1 = N1*ID1;
460 ii1 = i1*ID1;
[all …]
H A Dlcasi.c212 int ID1 = DEGREE1; in cryRegPeriodInterpolate_uc_LCASI2D() local
214 int IN1 = N1*ID1; in cryRegPeriodInterpolate_uc_LCASI2D()
237 yL[0] = (float) dst[IN1-ID1][ii2]; in cryRegPeriodInterpolate_uc_LCASI2D()
239 yL[2] = (float) dst[ID1 ][ii2]; in cryRegPeriodInterpolate_uc_LCASI2D()
244 ii1 = i1*ID1; in cryRegPeriodInterpolate_uc_LCASI2D()
248 if (i1+j < N1) yR[j] = (float) dst[ii1+j*ID1][ii2]; in cryRegPeriodInterpolate_uc_LCASI2D()
249 else yR[j] = (float) dst[ii1+j*ID1 - IN1][ii2]; in cryRegPeriodInterpolate_uc_LCASI2D()
253 for (j=1; j<ID1; j++) { in cryRegPeriodInterpolate_uc_LCASI2D()
254 x = (float) j / (float) ID1; in cryRegPeriodInterpolate_uc_LCASI2D()
269 if (i1+j < N1) yL[j] = (float) dst[ii1+j*ID1][ii2]; in cryRegPeriodInterpolate_uc_LCASI2D()
[all …]
/dports/graphics/viu/viu-1.1/cargo-crates/mio-0.7.0/tests/
H A Dtcp_stream.rs28 const ID1: Token = Token(0); const
77 vec![ExpectEvent::new(ID1, Interest::WRITABLE)], in smoke_test_tcp_stream()
96 vec![ExpectEvent::new(ID1, Interest::READABLE)], in smoke_test_tcp_stream()
115 vec![ExpectEvent::new(ID1, Interest::READABLE)], in smoke_test_tcp_stream()
147 .register(&mut stream, ID1, Interest::WRITABLE) in set_get_ttl()
153 vec![ExpectEvent::new(ID1, Interest::WRITABLE)], in set_get_ttl()
179 .register(&mut stream, ID1, Interest::WRITABLE) in get_ttl_without_previous_set()
209 .register(&mut stream, ID1, Interest::WRITABLE) in set_get_nodelay()
241 .register(&mut stream, ID1, Interest::WRITABLE) in get_nodelay_without_previous_set()
520 .register(&mut stream, ID1, interests) in tcp_shutdown_client_read_close_event()
[all …]
/dports/devel/gitui/gitui-0.10.1/cargo-crates/mio-0.7.0/tests/
H A Dtcp_stream.rs28 const ID1: Token = Token(0);
77 vec![ExpectEvent::new(ID1, Interest::WRITABLE)], in issue_1205()
96 vec![ExpectEvent::new(ID1, Interest::READABLE)], in issue_1205()
115 vec![ExpectEvent::new(ID1, Interest::READABLE)], in issue_1205()
147 .register(&mut stream, ID1, Interest::WRITABLE)
153 vec![ExpectEvent::new(ID1, Interest::WRITABLE)],
179 .register(&mut stream, ID1, Interest::WRITABLE)
209 .register(&mut stream, ID1, Interest::WRITABLE)
241 .register(&mut stream, ID1, Interest::WRITABLE)
520 .register(&mut stream, ID1, interests)
[all …]
/dports/devel/desed/desed-1.2.0/cargo-crates/mio-0.7.0/tests/
H A Dtcp_stream.rs28 const ID1: Token = Token(0); const
77 vec![ExpectEvent::new(ID1, Interest::WRITABLE)], in smoke_test_tcp_stream()
96 vec![ExpectEvent::new(ID1, Interest::READABLE)], in smoke_test_tcp_stream()
115 vec![ExpectEvent::new(ID1, Interest::READABLE)], in smoke_test_tcp_stream()
147 .register(&mut stream, ID1, Interest::WRITABLE) in set_get_ttl()
153 vec![ExpectEvent::new(ID1, Interest::WRITABLE)], in set_get_ttl()
179 .register(&mut stream, ID1, Interest::WRITABLE) in get_ttl_without_previous_set()
209 .register(&mut stream, ID1, Interest::WRITABLE) in set_get_nodelay()
241 .register(&mut stream, ID1, Interest::WRITABLE) in get_nodelay_without_previous_set()
520 .register(&mut stream, ID1, interests) in tcp_shutdown_client_read_close_event()
[all …]
/dports/sysutils/diskonaut/diskonaut-0.11.0/cargo-crates/mio-0.7.0/tests/
H A Dtcp_stream.rs28 const ID1: Token = Token(0); const
77 vec![ExpectEvent::new(ID1, Interest::WRITABLE)], in smoke_test_tcp_stream()
96 vec![ExpectEvent::new(ID1, Interest::READABLE)], in smoke_test_tcp_stream()
115 vec![ExpectEvent::new(ID1, Interest::READABLE)], in smoke_test_tcp_stream()
147 .register(&mut stream, ID1, Interest::WRITABLE) in set_get_ttl()
153 vec![ExpectEvent::new(ID1, Interest::WRITABLE)], in set_get_ttl()
179 .register(&mut stream, ID1, Interest::WRITABLE) in get_ttl_without_previous_set()
209 .register(&mut stream, ID1, Interest::WRITABLE) in set_get_nodelay()
241 .register(&mut stream, ID1, Interest::WRITABLE) in get_nodelay_without_previous_set()
520 .register(&mut stream, ID1, interests) in tcp_shutdown_client_read_close_event()
[all …]
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/mio-0.7.0/tests/
H A Dtcp_stream.rs28 const ID1: Token = Token(0); const
77 vec![ExpectEvent::new(ID1, Interest::WRITABLE)], in smoke_test_tcp_stream()
96 vec![ExpectEvent::new(ID1, Interest::READABLE)], in smoke_test_tcp_stream()
115 vec![ExpectEvent::new(ID1, Interest::READABLE)], in smoke_test_tcp_stream()
147 .register(&mut stream, ID1, Interest::WRITABLE) in set_get_ttl()
153 vec![ExpectEvent::new(ID1, Interest::WRITABLE)], in set_get_ttl()
179 .register(&mut stream, ID1, Interest::WRITABLE) in get_ttl_without_previous_set()
209 .register(&mut stream, ID1, Interest::WRITABLE) in set_get_nodelay()
241 .register(&mut stream, ID1, Interest::WRITABLE) in get_nodelay_without_previous_set()
520 .register(&mut stream, ID1, interests) in tcp_shutdown_client_read_close_event()
[all …]
/dports/editors/lazarus/lazarus/test/bugs/
H A Dbug8432.pas92 ID1, ID2, ID3: QWord;
97 ID1 := 1; AInt:=10;
98 Add(ID1,AInt);
103 GetData(ID1,AInt);
115 ID1, ID2, ID3: QWord;
120 ID1 := 1 shl 32; AInt:=10;
121 Add(ID1, AInt);
122 AssertEquals('Wrong ID1', $100000000, ID1);
127 GetData(ID1,AInt);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/test/bugs/
H A Dbug8432.pas92 ID1, ID2, ID3: QWord;
97 ID1 := 1; AInt:=10;
98 Add(ID1,AInt);
103 GetData(ID1,AInt);
115 ID1, ID2, ID3: QWord;
120 ID1 := 1 shl 32; AInt:=10;
121 Add(ID1, AInt);
122 AssertEquals('Wrong ID1', QWord($100000000), ID1);
127 GetData(ID1,AInt);
/dports/editors/lazarus-qt5/lazarus/test/bugs/
H A Dbug8432.pas92 ID1, ID2, ID3: QWord;
97 ID1 := 1; AInt:=10;
98 Add(ID1,AInt);
103 GetData(ID1,AInt);
115 ID1, ID2, ID3: QWord;
120 ID1 := 1 shl 32; AInt:=10;
121 Add(ID1, AInt);
122 AssertEquals('Wrong ID1', $100000000, ID1);
127 GetData(ID1,AInt);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/test/bugs/
H A Dbug8432.pas92 ID1, ID2, ID3: QWord;
97 ID1 := 1; AInt:=10;
98 Add(ID1,AInt);
103 GetData(ID1,AInt);
115 ID1, ID2, ID3: QWord;
120 ID1 := 1 shl 32; AInt:=10;
121 Add(ID1, AInt);
122 AssertEquals('Wrong ID1', QWord($100000000), ID1);
127 GetData(ID1,AInt);
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/slog2sdk/src/logformat/slog2/
H A DTreeNodeID.java148 TreeNodeID ID1, ID2; in compare() local
149 ID1 = (TreeNodeID) o1; in compare()
151 if ( ID1.depth == ID2.depth ) { in compare()
152 if ( ID1.xpos == ID2.xpos ) in compare()
155 return ( ID1.xpos < ID2.xpos ? -1 : 1 ); // increasing time in compare()
158 return ( ID1.depth > ID2.depth ? -1 : 1 ); in compare()
168 TreeNodeID ID1, ID2; in compare() local
169 ID1 = (TreeNodeID) o1; in compare()
171 if ( ID1.depth == ID2.depth ) { in compare()
172 if ( ID1.xpos == ID2.xpos ) in compare()
[all …]
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/cc/
H A Dccsd_sortao.F190 ID1 = IBAS(ISYMD) + 1
210 * ID1,ID2,ISYMD)
215 DO 210 IPRD = ID1,ID2
228 ID1 = ID1 + INUMBA
304 IF ((IS .GE. ID1) .AND. (IS .LE. ID2)) THEN
308 IF ((IR .GE. ID1) .AND. (IR .LE. ID2)) THEN
312 IF ((IP .GE. ID1) .AND. (IP .LE. ID2)) THEN
316 IF ((IQ .GE. ID1) .AND. (IQ .LE. ID2)) THEN
344 IF ((IS .GE. ID1) .AND. (IS .LE. ID2)) THEN
348 IF ((IR .GE. ID1) .AND. (IR .LE. ID2)) THEN
[all …]
/dports/graphics/xd3d/xd3d-8.3.1/src/interp/
H A Dzaldy4.f53 ID1 = 0
57 IF (ID2.LE.ID1) GOTO 920
58 ID1 = ID2
63 IADRES = ID1 + 3 + NBMNOM
78 ID1I=ID1+I
86 MAAAA(ID1) = -ID2
91 500 MAAAA(ID1) = IDN
/dports/lang/gnu-cobol/gnucobol-3.1.2/tests/cobol85/
H A DEXEC85.conf.in108 051300 STRING ID1-1 OF ID1-XN-X-25 (ID8-DU-2V0)
109 051400 ID1-2 OF ID1-XN-X-25 (ID8-DU-2V0)
110 051500 ID1-3 OF ID1-XN-X-25 (ID8-DU-2V0)
111 051600 ID1-4 OF ID1-XN-X-25 (ID8-DU-2V0)
112 051700 ID1-5 OF ID1-XN-X-25 (ID8-DU-2V0)
/dports/science/dcl/dcl-5.4.8/src/misc1/fmtlib/
H A Dchval.f165 ID1=IDXDC-1
166 IF (CHX(ID1:ID1).EQ.' ') THEN
167 CHX(ID1:ID1)='0'
168 ELSE IF (CHX(ID1:ID1).EQ.'-') THEN
169 CHX(ID1-1:ID1)='-0'
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/testsuite/
H A Dlocking.py11 ID1 = "foo", 1, 1 variable
60 with ExclusiveLock(lockpath, id=ID1):
81 old_id, new_id = ID1, ID2
146 with Lock(lockpath, exclusive=True, id=ID1):
149 with Lock(lockpath, exclusive=True, id=ID1):
173 old_id, new_id = ID1, ID2
202 roster1 = LockRoster(rosterpath, id=ID1)
205 assert roster1.get(SHARED) == {ID1, }
208 assert roster2.get(SHARED) == {ID1, ID2, }
209 roster1 = LockRoster(rosterpath, id=ID1)
[all …]
/dports/science/dcl/dcl-5.4.8/src/grph1/szpack/
H A Dszqtxw.f67 ID1=ICHK+1
69 NCHAR=ID2-ID1+1
70 IDXRST=INDXCF(CHARS(ID1:ID2),NCHAR,1,CRST)
72 ID3=ID1+IDXRST-1
73 NDXSUP=NINDXC(CHARS(ID1:ID3),IDXRST,1,CSUP)
74 NDXSUB=NINDXC(CHARS(ID1:ID3),IDXRST,1,CSUB)
78 IDXSUP=INDXCF(CHARS(ID1:ID3),IDXRST,1,CSUP)
86 IDXSUB=INDXCF(CHARS(ID1:ID3),IDXRST,1,CSUB)
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DBOPTools_PairSelector.hxx37 : ID1 (theId1), ID2 (theId2) in PairIDs()
42 return ID1 < theOther.ID1 || in operator <()
43 (ID1 == theOther.ID1 && ID2 < theOther.ID2); in operator <()
46 Standard_Integer ID1; member
/dports/cad/opencascade/opencascade-7.6.0/src/BOPTools/
H A DBOPTools_PairSelector.hxx37 : ID1 (theId1), ID2 (theId2) in PairIDs()
42 return ID1 < theOther.ID1 || in operator <()
43 (ID1 == theOther.ID1 && ID2 < theOther.ID2); in operator <()
46 Standard_Integer ID1; member
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DBOPTools_PairSelector.hxx37 : ID1 (theId1), ID2 (theId2) in PairIDs()
42 return ID1 < theOther.ID1 || in operator <()
43 (ID1 == theOther.ID1 && ID2 < theOther.ID2); in operator <()
46 Standard_Integer ID1; member
/dports/audio/sox/sox-14.4.2/src/
H A Dsoundtool.c22 static char const ID1[6] = "SOUND\x1a";
27 char id1[sizeof(ID1)], comments[text_field_len + 1];
31 if (lsx_readchars(ft, id1, sizeof(ID1)) ||
36 if (memcmp(ID1, id1, sizeof(id1))) {
54 return lsx_writechars(ft, ID1, sizeof(ID1))

12345678910>>...41