Home
last modified time | relevance | path

Searched refs:checkOffsets (Results 1 – 25 of 51) sorted by relevance

123

/dports/devel/icu-lx/icu/source/test/cintltst/
H A Dncnvfbts.c149 UBool checkOffsets = TRUE; in testConvertFromUnicode() local
188 checkOffsets = FALSE; in testConvertFromUnicode()
191 checkOffsets = FALSE; in testConvertFromUnicode()
215 checkOffsets ? offs : NULL, in testConvertFromUnicode()
244 if ( checkOffsets ) in testConvertFromUnicode()
308 UBool checkOffsets = TRUE; in testConvertToUnicode() local
352 checkOffsets = FALSE; in testConvertToUnicode()
355 checkOffsets = FALSE; in testConvertToUnicode()
378 checkOffsets ? offs : NULL, in testConvertToUnicode()
406 if ( checkOffsets ) in testConvertToUnicode()
[all …]
H A Dnccbtst.c2692 checkOffsets = FALSE; in testConvertFromUnicode()
2695 checkOffsets = FALSE; in testConvertFromUnicode()
2763 if ( checkOffsets ) in testConvertFromUnicode()
2889 checkOffsets = FALSE; in testConvertToUnicode()
2892 checkOffsets = FALSE; in testConvertToUnicode()
2959 if ( checkOffsets ) in testConvertToUnicode()
3083 checkOffsets = FALSE; in testConvertFromUnicodeWithContext()
3086 checkOffsets = FALSE; in testConvertFromUnicodeWithContext()
3137 if ( checkOffsets ) in testConvertFromUnicodeWithContext()
3262 checkOffsets = FALSE; in testConvertToUnicodeWithContext()
[all …]
H A Dncnvtst.c1198 UBool checkOffsets = TRUE; in testConvertFromU() local
1237 checkOffsets = FALSE; in testConvertFromU()
1240 checkOffsets = FALSE; in testConvertFromU()
1298 if ( checkOffsets ) in testConvertFromU()
1319 if (checkOffsets && (expectOffsets != 0) ) in testConvertFromU()
1368 UBool checkOffsets = TRUE; in testConvertToU() local
1411 checkOffsets = FALSE; in testConvertToU()
1414 checkOffsets = FALSE; in testConvertToU()
1475 if ( checkOffsets ) in testConvertToU()
1486 if (checkOffsets && (expectOffsets != 0)) in testConvertToU()
H A Dnucnvtst.c379 UBool checkOffsets = TRUE; in testConvertFromU() local
413 checkOffsets = FALSE; in testConvertFromU()
436 checkOffsets ? offs : NULL, in testConvertFromU()
464 if ( checkOffsets ) { in testConvertFromU()
482 if (checkOffsets && (expectOffsets != 0) ) { in testConvertFromU()
534 UBool checkOffsets = TRUE; in testConvertToU() local
571 checkOffsets = FALSE; in testConvertToU()
594 checkOffsets ? offs : NULL, in testConvertToU()
627 if ( checkOffsets ) in testConvertToU()
638 if (checkOffsets && (expectOffsets != 0)) in testConvertToU()
/dports/devel/icu/icu/source/test/cintltst/
H A Dncnvfbts.c149 UBool checkOffsets = TRUE; in testConvertFromUnicode() local
188 checkOffsets = FALSE; in testConvertFromUnicode()
191 checkOffsets = FALSE; in testConvertFromUnicode()
215 checkOffsets ? offs : NULL, in testConvertFromUnicode()
244 if ( checkOffsets ) in testConvertFromUnicode()
308 UBool checkOffsets = TRUE; in testConvertToUnicode() local
352 checkOffsets = FALSE; in testConvertToUnicode()
355 checkOffsets = FALSE; in testConvertToUnicode()
378 checkOffsets ? offs : NULL, in testConvertToUnicode()
406 if ( checkOffsets ) in testConvertToUnicode()
[all …]
H A Dnccbtst.c2692 checkOffsets = FALSE; in testConvertFromUnicode()
2695 checkOffsets = FALSE; in testConvertFromUnicode()
2763 if ( checkOffsets ) in testConvertFromUnicode()
2889 checkOffsets = FALSE; in testConvertToUnicode()
2892 checkOffsets = FALSE; in testConvertToUnicode()
2959 if ( checkOffsets ) in testConvertToUnicode()
3083 checkOffsets = FALSE; in testConvertFromUnicodeWithContext()
3086 checkOffsets = FALSE; in testConvertFromUnicodeWithContext()
3137 if ( checkOffsets ) in testConvertFromUnicodeWithContext()
3262 checkOffsets = FALSE; in testConvertToUnicodeWithContext()
[all …]
H A Dncnvtst.c1198 UBool checkOffsets = TRUE; in testConvertFromU() local
1237 checkOffsets = FALSE; in testConvertFromU()
1240 checkOffsets = FALSE; in testConvertFromU()
1298 if ( checkOffsets ) in testConvertFromU()
1319 if (checkOffsets && (expectOffsets != 0) ) in testConvertFromU()
1368 UBool checkOffsets = TRUE; in testConvertToU() local
1411 checkOffsets = FALSE; in testConvertToU()
1414 checkOffsets = FALSE; in testConvertToU()
1475 if ( checkOffsets ) in testConvertToU()
1486 if (checkOffsets && (expectOffsets != 0)) in testConvertToU()
H A Dnucnvtst.c379 UBool checkOffsets = TRUE; in testConvertFromU() local
413 checkOffsets = FALSE; in testConvertFromU()
436 checkOffsets ? offs : NULL, in testConvertFromU()
464 if ( checkOffsets ) { in testConvertFromU()
482 if (checkOffsets && (expectOffsets != 0) ) { in testConvertFromU()
534 UBool checkOffsets = TRUE; in testConvertToU() local
571 checkOffsets = FALSE; in testConvertToU()
594 checkOffsets ? offs : NULL, in testConvertToU()
627 if ( checkOffsets ) in testConvertToU()
638 if (checkOffsets && (expectOffsets != 0)) in testConvertToU()
/dports/math/ogdf/OGDF/include/ogdf/packing/
H A DCCLayoutPackModule.h139 static bool checkOffsets(const Array<DPoint> &box,
150 static bool checkOffsets(const Array<IPoint> &box,
/dports/math/ogdf/OGDF/src/ogdf/packing/
H A DCCLayoutPackModule.cpp69 bool CCLayoutPackModule::checkOffsets(const Array<DPoint> &box, in checkOffsets() function in ogdf::CCLayoutPackModule
75 bool CCLayoutPackModule::checkOffsets(const Array<IPoint> &box, in checkOffsets() function in ogdf::CCLayoutPackModule
H A DTileToRowsCCPacker.cpp199 OGDF_HEAVY_ASSERT(checkOffsets(box,offset)); in callGeneric()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/StringBuffer/
H A DAppendCharSequence.java38 checkOffsets(); in main()
152 private static void checkOffsets() throws Exception { in checkOffsets() method in AppendCharSequence
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/StringBuffer/
H A DAppendCharSequence.java38 checkOffsets(); in main()
152 private static void checkOffsets() throws Exception { in checkOffsets() method in AppendCharSequence
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/StringBuffer/
H A DAppendCharSequence.java38 checkOffsets(); in main()
152 private static void checkOffsets() throws Exception { in checkOffsets() method in AppendCharSequence
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/StringBuffer/
H A DAppendCharSequence.java38 checkOffsets(); in main()
152 private static void checkOffsets() throws Exception { in checkOffsets() method in AppendCharSequence
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/StringBuffer/
H A DAppendCharSequence.java38 checkOffsets(); in main()
152 private static void checkOffsets() throws Exception { in checkOffsets() method in AppendCharSequence
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/StringBuffer/
H A DAppendCharSequence.java38 checkOffsets(); in main()
152 private static void checkOffsets() throws Exception { in checkOffsets() method in AppendCharSequence
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/StringBuffer/
H A DAppendCharSequence.java38 checkOffsets(); in main()
152 private static void checkOffsets() throws Exception { in checkOffsets() method in AppendCharSequence
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/StringBuffer/
H A DAppendCharSequence.java38 checkOffsets(); in main()
152 private static void checkOffsets() throws Exception { in checkOffsets() method in AppendCharSequence
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/lang/StringBuffer/
H A DAppendCharSequence.java38 checkOffsets(); in main()
152 private static void checkOffsets() throws Exception { in checkOffsets() method in AppendCharSequence
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/StringBuffer/
H A DAppendCharSequence.java38 checkOffsets(); in main()
152 private static void checkOffsets() throws Exception { in checkOffsets() method in AppendCharSequence
/dports/devel/spark/spark-2.1.1/external/kafka-0-8/src/main/scala/org/apache/spark/streaming/kafka/
H A DKafkaUtils.scala185 private def checkOffsets( method
253 checkOffsets(kc, offsetRanges)
301 checkOffsets(kc, offsetRanges)
/dports/devel/jsoncpp/jsoncpp-1.9.5/src/test_lib_json/
H A Dmain.cpp2902 auto checkOffsets = [&](const Json::Value& v, int start, int limit) { in JSONTEST_FIXTURE_LOCAL() local
2906 checkOffsets(root, 0, 115); in JSONTEST_FIXTURE_LOCAL()
2907 checkOffsets(root["property"], 15, 34); in JSONTEST_FIXTURE_LOCAL()
2908 checkOffsets(root["property"][0], 16, 23); in JSONTEST_FIXTURE_LOCAL()
2909 checkOffsets(root["property"][1], 25, 33); in JSONTEST_FIXTURE_LOCAL()
2910 checkOffsets(root["obj"], 44, 81); in JSONTEST_FIXTURE_LOCAL()
2911 checkOffsets(root["obj"]["nested"], 57, 65); in JSONTEST_FIXTURE_LOCAL()
2912 checkOffsets(root["obj"]["bool"], 76, 80); in JSONTEST_FIXTURE_LOCAL()
2913 checkOffsets(root["null"], 92, 96); in JSONTEST_FIXTURE_LOCAL()
2914 checkOffsets(root["false"], 108, 113); in JSONTEST_FIXTURE_LOCAL()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/jsoncpp/source/src/test_lib_json/
H A Dmain.cpp2861 auto checkOffsets = [&](const Json::Value& v, int start, int limit) { in JSONTEST_FIXTURE_LOCAL() local
2865 checkOffsets(root, 0, 115); in JSONTEST_FIXTURE_LOCAL()
2866 checkOffsets(root["property"], 15, 34); in JSONTEST_FIXTURE_LOCAL()
2867 checkOffsets(root["property"][0], 16, 23); in JSONTEST_FIXTURE_LOCAL()
2868 checkOffsets(root["property"][1], 25, 33); in JSONTEST_FIXTURE_LOCAL()
2869 checkOffsets(root["obj"], 44, 81); in JSONTEST_FIXTURE_LOCAL()
2870 checkOffsets(root["obj"]["nested"], 57, 65); in JSONTEST_FIXTURE_LOCAL()
2871 checkOffsets(root["obj"]["bool"], 76, 80); in JSONTEST_FIXTURE_LOCAL()
2872 checkOffsets(root["null"], 92, 96); in JSONTEST_FIXTURE_LOCAL()
2873 checkOffsets(root["false"], 108, 113); in JSONTEST_FIXTURE_LOCAL()
/dports/biology/bbmap/bbmap/current/align2/
H A DBBIndexPacBioSkimmer.java296 private static boolean checkOffsets(int[] offsets){
492 assert(checkOffsets(offsetsP)) : Arrays.toString(offsetsP);
803 assert(checkOffsets(offsets)) : Arrays.toString(offsets);
862 assert(checkOffsets(offsets)) : Arrays.toString(offsets);
881 …assert(checkOffsets(offsets2)) : "\nnumHits="+numHits+"\n"+Arrays.toString(offsets)+" -> \n"+Array…

123