Home
last modified time | relevance | path

Searched refs:RLE (Results 1 – 25 of 36) sorted by relevance

12

/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/
DBidiTest.txt105 RLE; 7
162 LRE RLE; 7
168 LRO RLE; 7
172 RLE LRE; 7
173 RLE LRO; 7
174 RLE RLE; 7
175 RLE RLO; 7
176 RLE PDF; 7
177 RLE BN; 7
180 RLO RLE; 7
[all …]
/external/icu/icu4c/source/test/testdata/
DBidiTest.txt105 RLE; 7
162 LRE RLE; 7
168 LRO RLE; 7
172 RLE LRE; 7
173 RLE LRO; 7
174 RLE RLE; 7
175 RLE RLO; 7
176 RLE PDF; 7
177 RLE BN; 7
180 RLO RLE; 7
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DBidiTest.txt105 RLE; 7
162 LRE RLE; 7
168 LRO RLE; 7
172 RLE LRE; 7
173 RLE LRO; 7
174 RLE RLE; 7
175 RLE RLO; 7
176 RLE PDF; 7
177 RLE BN; 7
180 RLO RLE; 7
[all …]
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugRangeList.cpp48 for (const RangeListEntry &RLE : Entries) { in dump() local
52 OS << format(format_str, Offset, RLE.StartAddress, RLE.EndAddress); in dump()
60 for (const RangeListEntry &RLE : Entries) { in getAbsoluteRanges() local
61 if (RLE.isBaseAddressSelectionEntry(AddressSize)) { in getAbsoluteRanges()
62 BaseAddress = RLE.EndAddress; in getAbsoluteRanges()
64 Res.push_back(std::make_pair(BaseAddress + RLE.StartAddress, in getAbsoluteRanges()
65 BaseAddress + RLE.EndAddress)); in getAbsoluteRanges()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DTestClassOverride.java33 private static final int RLE = TestData.RLE; field in TestClassOverride
55 R, R, R, LRE, DEF, RLE, PDF, S, //58-5F
DTestData.java38 protected static final int RLE = UCharacterDirection.RIGHT_TO_LEFT_EMBEDDING; field in TestData
61 { RLE, WS, R, R, R, WS, PDF, WS, B }, // 6
65 AN, RLO, NSM, LRE, PDF, RLE, ES, EN, ON /* 9 entries */
72 { S, WS, NSM, RLE, WS, L, L, L, WS, LRO, WS, R, R, R, WS, RLO, WS, L, L,
100 { RLO, RLO, AL, AL, WS, EN, ES, ON, WS, S, S, PDF, LRO, WS, AL, ET, RLE,
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestClassOverride.java32 private static final int RLE = TestData.RLE; field in TestClassOverride
54 R, R, R, LRE, DEF, RLE, PDF, S, //58-5F
DTestData.java37 protected static final int RLE = UCharacterDirection.RIGHT_TO_LEFT_EMBEDDING; field in TestData
60 { RLE, WS, R, R, R, WS, PDF, WS, B }, // 6
64 AN, RLO, NSM, LRE, PDF, RLE, ES, EN, ON /* 9 entries */
71 { S, WS, NSM, RLE, WS, L, L, L, WS, LRO, WS, R, R, R, WS, RLO, WS, L, L,
99 { RLO, RLO, AL, AL, WS, EN, ES, ON, WS, S, S, PDF, LRO, WS, AL, ET, RLE,
/external/icu/icu4c/source/test/cintltst/
Dcbididat.c148 RLE, WS, R, R, R, WS, PDF, WS, B
165 AN, RLO, NSM, LRE, PDF, RLE, ES, EN, ON /* 9 entries */
205 S, WS, NSM, RLE, WS, L, L, L, WS, LRO, WS, R, R, R, WS, RLO, WS, L, L, L, /* 20 entries */
310 RLO, RLO, AL, AL, WS, EN, ES, ON, WS, S, S, PDF, LRO, WS, AL, ET, RLE, ON, EN, B
Dcbiditst.h48 #define RLE U_RIGHT_TO_LEFT_EMBEDDING macro
/external/zlib/src/contrib/ada/
Dzlib.ads121 RLE : constant Strategy_Type; constant
309 RLE : constant Strategy_Type := 3; constant
/external/python/cpython2/Doc/library/
Dbinascii.rst76 Convert binhex4 formatted ASCII data to binary, without doing RLE-decompression.
83 Perform RLE-decompression on the data, as per the binhex4 standard. The
92 Perform binhex4 style RLE-compression on *data* and return the result.
98 argument should already be RLE-coded, and have a length divisible by 3 (except
/external/icu/icu4c/source/common/
Dubidiimp.h51 RLE=U_RIGHT_TO_LEFT_EMBEDDING, /* 14 */ enumerator
78 #define MASK_RTL (DIRPROP_FLAG(R)|DIRPROP_FLAG(AL)|DIRPROP_FLAG(RLE)|DIRPROP_FLAG(RLO)|DIRPROP_FLAG…
83 #define MASK_EXPLICIT (DIRPROP_FLAG(LRE)|DIRPROP_FLAG(LRO)|DIRPROP_FLAG(RLE)|DIRPROP_FLAG(RLO)|DIRP…
/external/python/cpython2/Lib/plat-irix5/
DCL_old.py124 RLE = Algorithm(VIDEO, 1) variable
/external/pdfium/third_party/libtiff/
D0000-build-config.patch293 +/* Support NeXT 2-bit RLE algorithm */
306 +/* Support ThunderScan 4-bit RLE algorithm */
/external/ImageMagick/coders/
Dpsd.c94 RLE = 1, enumerator
347 case RLE: in ConvertPSDCompression()
1197 case RLE: in ReadPSDChannel()
1711 if (compression != Raw && compression != RLE) in ReadPSDMergedImage()
1719 if (compression == RLE) in ReadPSDMergedImage()
1730 if (compression == RLE) in ReadPSDMergedImage()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidi.java966 static final byte RLE = UCharacterDirection.RIGHT_TO_LEFT_EMBEDDING; /* 14 */ field in Bidi
1144 static final int DirPropFlagE[] = { DirPropFlag(LRE), DirPropFlag(RLE) };
1156 …static final int MASK_RTL = DirPropFlag(R)|DirPropFlag(AL)|DirPropFlag(RLE)|DirPropFlag(RLO)|DirPr…
1161 …static final int MASK_EXPLICIT = DirPropFlag(LRE)|DirPropFlag(LRO)|DirPropFlag(RLE)|DirPropFlag(RL…
2514 case RLE: in resolveExplicitLevels()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DBidi.java941 static final byte RLE = UCharacterDirection.RIGHT_TO_LEFT_EMBEDDING; /* 14 */ field in Bidi
1119 static final int DirPropFlagE[] = { DirPropFlag(LRE), DirPropFlag(RLE) };
1131 …static final int MASK_RTL = DirPropFlag(R)|DirPropFlag(AL)|DirPropFlag(RLE)|DirPropFlag(RLO)|DirPr…
1136 …static final int MASK_EXPLICIT = DirPropFlag(LRE)|DirPropFlag(LRO)|DirPropFlag(RLE)|DirPropFlag(RL…
2479 case RLE: in resolveExplicitLevels()
/external/libjpeg-turbo/
Djconfig.txt121 #undef RLE_SUPPORTED /* Utah RLE image file format */
Dusage.txt53 PGM (PBMPLUS grayscale format), BMP, Targa, and RLE (Utah Raster Toolkit
54 format). (RLE is supported only if the URT library is available, which it
308 -rle Select RLE output format. (Requires URT library.)
/external/python/cpython2/Modules/
Dimgfile.c428 image =iopen(fname, "w", RLE(1), 3, xsize, ysize, zsize); in imgfile_write()
/external/ImageMagick/
DChangeLog60 * RLE check for pixel offset less than 0 (heap overflow report from Craig
/external/valgrind/exp-bbv/tests/x86-linux/
Dll.S45 # the lzss algorithm does automatic RLE... pretty clever
/external/valgrind/exp-bbv/tests/amd64-linux/
Dll.S51 # the lzss algorithm does automatic RLE... pretty clever
/external/swiftshader/third_party/LLVM/test/Transforms/GVN/
Drle.ll6 ;; Trivial RLE test.

12