Home
last modified time | relevance | path

Searched refs:getIndex (Results 1 – 25 of 7181) sorted by relevance

12345678910>>...288

/dports/biology/figtree/figtree-1.4.4/src/figtree/treeviewer/decorators/
H A DParsimonyBranchDecorator.java56 paints[Nucleotides.A_STATE.getIndex()] = Color.RED; in ParsimonyBranchDecorator()
57 paints[Nucleotides.C_STATE.getIndex()] = Color.BLUE; in ParsimonyBranchDecorator()
58 paints[Nucleotides.G_STATE.getIndex()] = Color.BLACK; in ParsimonyBranchDecorator()
59 paints[Nucleotides.T_STATE.getIndex()] = Color.GREEN; in ParsimonyBranchDecorator()
60 paints[Nucleotides.R_STATE.getIndex()] = Color.MAGENTA; in ParsimonyBranchDecorator()
70 paints[Nucleotides.N_STATE.getIndex()] = Color.GRAY; in ParsimonyBranchDecorator()
72 paints[Nucleotides.GAP_STATE.getIndex()] = Color.GRAY; in ParsimonyBranchDecorator()
97 paints[AminoAcids.X_STATE.getIndex()] = Color.GRAY; in ParsimonyBranchDecorator()
99 paints[AminoAcids.STOP_STATE.getIndex()] = Color.GRAY; in ParsimonyBranchDecorator()
100 paints[AminoAcids.GAP_STATE.getIndex()] = Color.GRAY; in ParsimonyBranchDecorator()
[all …]
/dports/java/javamail/javamail-JAVAMAIL-1_6_2/mail/src/main/java/javax/mail/internet/
H A DMailDateFormat.java246 } else if (0 > pos.getIndex() || pos.getIndex() >= text.length()) { in parse()
422 int startPosition = pos.getIndex(); in parse()
473 pos.getIndex()); in parseDayName()
475 pos.setIndex(pos.getIndex() - 1); in parseDayName()
588 pos.setIndex(pos.getIndex() - 1); in parseMonthName()
653 pos.getIndex()); in parseFoldingWhiteSpace()
660 pos.getIndex()); in parseChar()
699 int startIndex = pos.getIndex(); in skipFoldingWhiteSpace()
717 int startIndex = pos.getIndex(); in skipWhiteSpace()
719 return pos.getIndex() > startIndex; in skipWhiteSpace()
[all …]
/dports/databases/akonadi/akonadi-21.12.3/autotests/libs/
H A Detmpopulationtest.cpp175 QTRY_VERIFY(getIndex(mainCollectionName, model).isValid()); in testMonitoringCollectionsPreset()
177 QVERIFY(getIndex(QStringLiteral("col4"), model).isValid()); in testMonitoringCollectionsPreset()
197 QVERIFY(getIndex(QStringLiteral("col1"), model).isValid()); in testMonitoringCollections()
198 QVERIFY(getIndex(QStringLiteral("col2"), model).isValid()); in testMonitoringCollections()
199 QTRY_VERIFY(getIndex(mainCollectionName, model).isValid()); in testMonitoringCollections()
201 QVERIFY(getIndex(QStringLiteral("col4"), model).isValid()); in testMonitoringCollections()
220 QVERIFY(getIndex(QStringLiteral("col1"), model).isValid()); in testFullPopulation()
222 QVERIFY(getIndex(mainCollectionName, model).isValid()); in testFullPopulation()
252 QVERIFY(getIndex(mainCollectionName, model).isValid()); in testAddMonitoringCollections()
279 QVERIFY(getIndex(mainCollectionName, model).isValid()); in testRemoveMonitoringCollections()
[all …]
/dports/science/tfel-edf/tfel-3.2.1/src/NUMODIS/
H A DCubic.cxx65 return numodis::math::iScalProduct(iplane.getIndex(),iburgers.getIndex()); in ScalProduct()
72 return numodis::math::iScalProduct(iplane.getIndex(),idirection.getIndex()); in ScalProduct()
171 xburgers[0]=iburgers.getIndex()[0]*_blattice[0][0]; in burgers_vector()
172 xburgers[1]=iburgers.getIndex()[1]*_blattice[1][1]; in burgers_vector()
173 xburgers[2]=iburgers.getIndex()[2]*_blattice[2][2]; in burgers_vector()
183 xdirection[0]=iplane.getIndex()[0]*_plattice[0][0]; in normal()
224 numodis::math::iCrossProduct(iplane1.getIndex(),iplane2.getIndex(),d); in CrossProduct()
250 numodis::math::iCrossProduct(iburgers.getIndex(),idirection.getIndex(),gplane); in CrossProduct()
278 numodis::math::iCrossProduct(idirection0.getIndex(),idirection1.getIndex(),dir2); in CrossProduct()
376 if(numodis::math::iScalProduct(iplane1.getIndex(),iburgers1.getIndex())!=0) in SameGlideSystem()
[all …]
/dports/science/tfel/tfel-3.4.0/src/NUMODIS/
H A DCubic.cxx65 return numodis::math::iScalProduct(iplane.getIndex(),iburgers.getIndex()); in ScalProduct()
72 return numodis::math::iScalProduct(iplane.getIndex(),idirection.getIndex()); in ScalProduct()
171 xburgers[0]=iburgers.getIndex()[0]*_blattice[0][0]; in burgers_vector()
172 xburgers[1]=iburgers.getIndex()[1]*_blattice[1][1]; in burgers_vector()
173 xburgers[2]=iburgers.getIndex()[2]*_blattice[2][2]; in burgers_vector()
183 xdirection[0]=iplane.getIndex()[0]*_plattice[0][0]; in normal()
224 numodis::math::iCrossProduct(iplane1.getIndex(),iplane2.getIndex(),d); in CrossProduct()
250 numodis::math::iCrossProduct(iburgers.getIndex(),idirection.getIndex(),gplane); in CrossProduct()
278 numodis::math::iCrossProduct(idirection0.getIndex(),idirection1.getIndex(),dir2); in CrossProduct()
376 if(numodis::math::iScalProduct(iplane1.getIndex(),iburgers1.getIndex())!=0) in SameGlideSystem()
[all …]
/dports/biology/figtree/figtree-1.4.4/src/figtree/treeviewer/painters/
H A DCharactersPainter.java55 paints[AminoAcids.G_STATE.getIndex()] = new Color(0, 255, 0); in CharactersPainter()
57 paints[AminoAcids.I_STATE.getIndex()] = new Color(0, 0, 128); in CharactersPainter()
58 paints[AminoAcids.K_STATE.getIndex()] = new Color(198, 66, 0); in CharactersPainter()
64 paints[AminoAcids.R_STATE.getIndex()] = new Color(230, 6, 6); in CharactersPainter()
67 paints[AminoAcids.V_STATE.getIndex()] = new Color(0, 0, 255); in CharactersPainter()
70 paints[AminoAcids.B_STATE.getIndex()] = Color.DARK_GRAY; in CharactersPainter()
71 paints[AminoAcids.Z_STATE.getIndex()] = Color.DARK_GRAY; in CharactersPainter()
72 paints[AminoAcids.X_STATE.getIndex()] = Color.GRAY; in CharactersPainter()
73 paints[AminoAcids.UNKNOWN_STATE.getIndex()] = Color.GRAY; in CharactersPainter()
74 paints[AminoAcids.STOP_STATE.getIndex()] = Color.GRAY; in CharactersPainter()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h23 uint32_t getIndex() const { return Index; } in getIndex() function
30 return A.getIndex() == B.getIndex();
34 return A.getIndex() != B.getIndex();
38 return A.getIndex() < B.getIndex();
42 return A.getIndex() <= B.getIndex();
46 return A.getIndex() > B.getIndex();
50 return A.getIndex() >= B.getIndex();
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h23 uint32_t getIndex() const { return Index; }
30 return A.getIndex() == B.getIndex();
34 return A.getIndex() != B.getIndex();
38 return A.getIndex() < B.getIndex();
42 return A.getIndex() <= B.getIndex(); in fmt_guid()
46 return A.getIndex() > B.getIndex();
50 return A.getIndex() >= B.getIndex();
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h23 uint32_t getIndex() const { return Index; } in getIndex() function
30 return A.getIndex() == B.getIndex();
34 return A.getIndex() != B.getIndex();
38 return A.getIndex() < B.getIndex();
42 return A.getIndex() <= B.getIndex();
46 return A.getIndex() > B.getIndex();
50 return A.getIndex() >= B.getIndex();
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h23 uint32_t getIndex() const { return Index; } in getIndex() function
30 return A.getIndex() == B.getIndex();
34 return A.getIndex() != B.getIndex();
38 return A.getIndex() < B.getIndex();
42 return A.getIndex() <= B.getIndex();
46 return A.getIndex() > B.getIndex();
50 return A.getIndex() >= B.getIndex();
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h23 uint32_t getIndex() const { return Index; } in getIndex() function
30 return A.getIndex() == B.getIndex();
34 return A.getIndex() != B.getIndex();
38 return A.getIndex() < B.getIndex();
42 return A.getIndex() <= B.getIndex();
46 return A.getIndex() > B.getIndex();
50 return A.getIndex() >= B.getIndex();
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h23 uint32_t getIndex() const { return Index; } in getIndex() function
30 return A.getIndex() == B.getIndex();
34 return A.getIndex() != B.getIndex();
38 return A.getIndex() < B.getIndex();
42 return A.getIndex() <= B.getIndex();
46 return A.getIndex() > B.getIndex();
50 return A.getIndex() >= B.getIndex();
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h23 uint32_t getIndex() const { return Index; } in getIndex() function
30 return A.getIndex() == B.getIndex();
34 return A.getIndex() != B.getIndex();
38 return A.getIndex() < B.getIndex();
42 return A.getIndex() <= B.getIndex();
46 return A.getIndex() > B.getIndex();
50 return A.getIndex() >= B.getIndex();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h23 uint32_t getIndex() const { return Index; } in getIndex() function
30 return A.getIndex() == B.getIndex();
34 return A.getIndex() != B.getIndex();
38 return A.getIndex() < B.getIndex();
42 return A.getIndex() <= B.getIndex();
46 return A.getIndex() > B.getIndex();
50 return A.getIndex() >= B.getIndex();
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h23 uint32_t getIndex() const { return Index; } in getIndex() function
30 return A.getIndex() == B.getIndex();
34 return A.getIndex() != B.getIndex();
38 return A.getIndex() < B.getIndex();
42 return A.getIndex() <= B.getIndex();
46 return A.getIndex() > B.getIndex();
50 return A.getIndex() >= B.getIndex();
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h23 uint32_t getIndex() const { return Index; } in getIndex() function
30 return A.getIndex() == B.getIndex();
34 return A.getIndex() != B.getIndex();
38 return A.getIndex() < B.getIndex();
42 return A.getIndex() <= B.getIndex();
46 return A.getIndex() > B.getIndex();
50 return A.getIndex() >= B.getIndex();
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h23 uint32_t getIndex() const { return Index; } in getIndex() function
30 return A.getIndex() == B.getIndex();
34 return A.getIndex() != B.getIndex();
38 return A.getIndex() < B.getIndex();
42 return A.getIndex() <= B.getIndex();
46 return A.getIndex() > B.getIndex();
50 return A.getIndex() >= B.getIndex();
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h23 uint32_t getIndex() const { return Index; } in getIndex() function
30 return A.getIndex() == B.getIndex();
34 return A.getIndex() != B.getIndex();
38 return A.getIndex() < B.getIndex();
42 return A.getIndex() <= B.getIndex();
46 return A.getIndex() > B.getIndex();
50 return A.getIndex() >= B.getIndex();
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h23 uint32_t getIndex() const { return Index; } in getIndex() function
30 return A.getIndex() == B.getIndex();
34 return A.getIndex() != B.getIndex();
38 return A.getIndex() < B.getIndex();
42 return A.getIndex() <= B.getIndex();
46 return A.getIndex() > B.getIndex();
50 return A.getIndex() >= B.getIndex();
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h23 uint32_t getIndex() const { return Index; }
30 return A.getIndex() == B.getIndex();
34 return A.getIndex() != B.getIndex();
38 return A.getIndex() < B.getIndex();
42 return A.getIndex() <= B.getIndex();
46 return A.getIndex() > B.getIndex();
50 return A.getIndex() >= B.getIndex();
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h23 uint32_t getIndex() const { return Index; } in getIndex() function
30 return A.getIndex() == B.getIndex();
34 return A.getIndex() != B.getIndex();
38 return A.getIndex() < B.getIndex();
42 return A.getIndex() <= B.getIndex();
46 return A.getIndex() > B.getIndex();
50 return A.getIndex() >= B.getIndex();
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h24 uint32_t getIndex() const { return Index; } in getIndex() function
31 return A.getIndex() == B.getIndex();
35 return A.getIndex() != B.getIndex();
39 return A.getIndex() < B.getIndex();
43 return A.getIndex() <= B.getIndex();
47 return A.getIndex() > B.getIndex();
51 return A.getIndex() >= B.getIndex();
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h24 uint32_t getIndex() const { return Index; } in getIndex() function
31 return A.getIndex() == B.getIndex();
35 return A.getIndex() != B.getIndex();
39 return A.getIndex() < B.getIndex();
43 return A.getIndex() <= B.getIndex();
47 return A.getIndex() > B.getIndex();
51 return A.getIndex() >= B.getIndex();
/dports/devel/libzim/libzim-6.3.2/test/
H A Dfind.cpp38 ASSERT_EQ(article1->getIndex(), 0); in TEST()
39 ASSERT_EQ(article2->getIndex(), 7); in TEST()
50 ASSERT_EQ(article2->getIndex(), 7); in TEST()
61 ASSERT_EQ(article0->getIndex(), 0); in TEST()
63 ASSERT_EQ(article2->getIndex(), 7); in TEST()
75 ASSERT_EQ(article1.getIndex(), 1); in TEST()
76 ASSERT_EQ(article2->getIndex(), 7); in TEST()
86 ASSERT_EQ(article1->getIndex(), 1); in TEST()
87 ASSERT_EQ(article2->getIndex(), 76); in TEST()
98 ASSERT_EQ(article0->getIndex(), 5); in TEST()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DSimpleElementValue.java45 public int getIndex() in getIndex() method in SimpleElementValue
164 final ConstantInteger c = (ConstantInteger) cpool.getConstant(getIndex(), in stringifyValue()
168 final ConstantLong j = (ConstantLong) cpool.getConstant(getIndex(), in stringifyValue()
172 final ConstantDouble d = (ConstantDouble) cpool.getConstant(getIndex(), in stringifyValue()
176 final ConstantFloat f = (ConstantFloat) cpool.getConstant(getIndex(), in stringifyValue()
180 final ConstantInteger s = (ConstantInteger) cpool.getConstant(getIndex(), in stringifyValue()
184 final ConstantInteger b = (ConstantInteger) cpool.getConstant(getIndex(), in stringifyValue()
189 getIndex(), Const.CONSTANT_Integer); in stringifyValue()
193 getIndex(), Const.CONSTANT_Integer); in stringifyValue()
199 final ConstantUtf8 cu8 = (ConstantUtf8) cpool.getConstant(getIndex(), in stringifyValue()
[all …]

12345678910>>...288