Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
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()
263 if (checkOffsets && (expectOffsets != 0) ) 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()
[all …]
Dnccbtst.c2644 UBool checkOffsets = TRUE; in testConvertFromUnicode() local
2696 checkOffsets = FALSE; in testConvertFromUnicode()
2699 checkOffsets = FALSE; in testConvertFromUnicode()
2723 checkOffsets ? offs : NULL, in testConvertFromUnicode()
2767 if ( checkOffsets ) in testConvertFromUnicode()
2786 if (checkOffsets && (expectOffsets != 0) ) in testConvertFromUnicode()
2838 UBool checkOffsets = TRUE; in testConvertToUnicode() local
2893 checkOffsets = FALSE; in testConvertToUnicode()
2896 checkOffsets = FALSE; in testConvertToUnicode()
2919 checkOffsets ? offs : NULL, in testConvertToUnicode()
[all …]
Dncnvtst.c1210 UBool checkOffsets = TRUE; in testConvertFromU() local
1249 checkOffsets = FALSE; in testConvertFromU()
1252 checkOffsets = FALSE; in testConvertFromU()
1310 if ( checkOffsets ) in testConvertFromU()
1331 if (checkOffsets && (expectOffsets != 0) ) in testConvertFromU()
1380 UBool checkOffsets = TRUE; in testConvertToU() local
1423 checkOffsets = FALSE; in testConvertToU()
1426 checkOffsets = FALSE; in testConvertToU()
1487 if ( checkOffsets ) in testConvertToU()
1498 if (checkOffsets && (expectOffsets != 0)) in testConvertToU()
Dnucnvtst.c378 UBool checkOffsets = TRUE; in testConvertFromU() local
412 checkOffsets = FALSE; in testConvertFromU()
435 checkOffsets ? offs : NULL, in testConvertFromU()
463 if ( checkOffsets ) { in testConvertFromU()
481 if (checkOffsets && (expectOffsets != 0) ) { in testConvertFromU()
533 UBool checkOffsets = TRUE; in testConvertToU() local
570 checkOffsets = FALSE; in testConvertToU()
593 checkOffsets ? offs : NULL, in testConvertToU()
626 if ( checkOffsets ) in testConvertToU()
637 if (checkOffsets && (expectOffsets != 0)) in testConvertToU()
/external/jsoncpp/src/test_lib_json/
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()
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp4369 static bool checkOffsets(const typename ELFT::Phdr &Phdr, in checkOffsets() function
4527 if (checkTLSSections<ELFT>(Phdr, Sec) && checkOffsets<ELFT>(Phdr, Sec) && in printSectionMapping()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp7222 auto checkOffsets = [&](bool MatchLittleEndian) { in mergeTruncStores() local
7238 if (!checkOffsets(Layout.isLittleEndian())) { in mergeTruncStores()
7240 if (NarrowNumBits == 8 && checkOffsets(Layout.isBigEndian())) in mergeTruncStores()
7242 else if (NumStores == 2 && checkOffsets(Layout.isBigEndian())) in mergeTruncStores()
/external/dexmaker/lib/
Ddalvik-dx-9.0.0_r3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...