Home
last modified time | relevance | path

Searched refs:encodings (Results 1 – 25 of 141) sorted by relevance

123456

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetSelector.java43 private String[] encodings; // encodings users ask to use field in CharsetSelector
47 int columns = (encodings.length + 31) / 32; in generateSelectorData()
55 for (int i = 0; i < encodings.length; ++i) { in generateSelectorData()
56 Charset testCharset = CharsetICU.forNameICU(encodings[i]); in generateSelectorData()
106 int columns = (encodings.length + 31) / 32; in selectForMask()
114 for (int i = 0; i < 32 && k < encodings.length; i++, k++) { in selectForMask()
116 result.add(encodings[k]); in selectForMask()
174 encodings = charsetList.toArray(new String[0]); in CharsetSelector()
176 encodings = CharsetProviderICU.getAvailableNames(); in CharsetSelector()
177 encodingCount = encodings.length; in CharsetSelector()
[all …]
/external/libvncserver/utils/
Dbdf2c.pl3 @encodings=();
5 $encodings[$i]="0";
28 @encodings[$glyphindex*5..($glyphindex*5+4)]=($counter,$width,$height,$x,$y);
30 $encodings[$glyphindex*5+1]=$dwidth;
57 print $encodings[$i] . ",";
/external/llvm/test/MC/Disassembler/ARM/
Dinvalid-armv7.txt3 # This file is checking ARMv7 encodings which are globally invalid, usually due
9 # Undefined encodings for bfi
24 # Undefined encodings for cdp2
33 # Undefined encodings for cps*
46 # CPS: various encodings that are ambiguous with other instructions
78 # Undefined encodings for ldc
95 # Undefined encodings for ldm
113 # Undefined encodings for ldr
152 # Undefined encodings for mcr
169 # Undefined encodings for mov/lsl
[all …]
Dinvalid-thumbv7.txt3 # This file is checking Thumbv7 encodings which are globally invalid, usually due
72 # Undefined encodings for ldrbt
88 # Undefined encodings for ldrsh
156 # Undefined encodings for str
232 # Undefined encodings for strd
241 # Undefined encodings for NEON vld instructions
324 # Undefined encodings for NEON vst1
347 # Undefined encodings for NEON vst4
Dinvalid-thumb-MSR-MClass.txt5 # Undefined encodings for mrs
14 # Undefined encodings for msr
/external/apache-http/src/org/apache/http/impl/entity/
DLaxContentLengthStrategy.java205 HeaderElement[] encodings = null; in determineLength() local
207 encodings = transferEncodingHeader.getElements(); in determineLength()
215 for (int i = 0; i < encodings.length; i++) { in determineLength()
216 String encoding = encodings[i].getName(); in determineLength()
225 int len = encodings.length; in determineLength()
229 encodings[len - 1].getName()))) { in determineLength()
/external/icu/icu4c/source/common/
Ducnvsel.cpp52 char** encodings; // which encodings did user ask to use? member
81 UConverter* test_converter = ucnv_open(result->encodings[i], status); in generateSelectorData()
174 newSelector->encodings = in ucnvsel_open()
176 if (!newSelector->encodings) { in ucnvsel_open()
180 newSelector->encodings[0] = NULL; // now we can call ucnvsel_close() in ucnvsel_open()
202 newSelector->encodings[i] = allStrings; in ucnvsel_open()
203 uprv_strcpy(newSelector->encodings[i], in ucnvsel_open()
205 allStrings += uprv_strlen(newSelector->encodings[i]) + 1; in ucnvsel_open()
232 uprv_free(sel->encodings[0]); in ucnvsel_close()
234 uprv_free(sel->encodings); in ucnvsel_close()
[all …]
/external/icu/icu4c/source/test/cintltst/
Ducnvseltst.c270 getResultsManually(const char** encodings, int32_t num_encodings, in getResultsManually() argument
288 test_converter = ucnv_open(encodings[i], &status); in getResultsManually()
298 encIndex = findIndex(encodings[i]); in getResultsManually()
398 const char **encodings = getEncodingsFns[testCaseIdx](&num_encodings); in TestSelector() local
400 uprv_free((void *)encodings); in TestSelector()
417 sel_rt = ucnvsel_open(encodings, num_encodings, in TestSelector()
427 sel_fb = ucnvsel_open(encodings, num_encodings, in TestSelector()
431 sel_fb = ucnvsel_open(encodings, num_encodings, in TestSelector()
438 uprv_free((void *)encodings); in TestSelector()
454 manual_rt = getResultsManually(encodings, num_encodings, in TestSelector()
[all …]
/external/llvm/test/tools/llvm-objdump/
Dmacho-unwind-info-arm64.test3 # The 2nd level index here is "regular", including all offsets & encodings in
8 # CHECK: Common encodings array section offset: 0x1c
9 # CHECK: Number of common encodings in array: 0x2
14 # CHECK: Common encodings: (count = 2)
Dmacho-unwind-info-x86_64.test4 # common and packed encodings.
8 # CHECK: Common encodings array section offset: 0x1c
9 # CHECK: Number of common encodings in array: 0x2
14 # CHECK: Common encodings: (count = 2)
/external/expat/lib/
Dxmltok_ns.c29 static const ENCODING * const NS(encodings)[] = { variable
43 return initScan(NS(encodings), (const INIT_ENCODING *)enc, in NS()
51 return initScan(NS(encodings), (const INIT_ENCODING *)enc, in NS()
87 return NS(encodings)[i]; in NS()
/external/libvterm/src/
Dencoding.c207 encodings[] = { variable
218 for(int i = 0; encodings[i].designation; i++) in vterm_lookup_encoding()
219 if(encodings[i].type == type && encodings[i].designation == designation) in vterm_lookup_encoding()
220 return encodings[i].enc; in vterm_lookup_encoding()
/external/llvm/test/MC/ARM/
Dthumb2-branches.s4 @ unconditional branches accept narrow suffix and encode to short encodings
14 @ unconditional branches accept wide suffix and encode to wide encodings
82 @ conditional branches accept narrow suffix and encode to short encodings
92 @ unconditional branches accept wide suffix and encode to wide encodings
147 @ unconditional branches accept narrow suffix and encode to short encodings
157 @ unconditional branches accept wide suffix and encode to wide encodings
225 @ conditional branches accept narrow suffix and encode to short encodings
235 @ unconditional branches accept wide suffix and encode to wide encodings
Dthumb2-ldrb-ldrh.s4 @ Thumb2 LDRS?[BH] are not valid when Rt == PC (these encodings are used for
/external/jetty/src/java/org/eclipse/jetty/servlets/
DGzipFilter.java323 String[] encodings = getEncodings(encodingHeader); in selectCompression() local
324 if (encodings != null) in selectCompression()
326 for (int i=0; i< encodings.length; i++) in selectCompression()
328 if (encodings[i].toLowerCase(Locale.ENGLISH).contains(GZIP)) in selectCompression()
330 if (isEncodingAcceptable(encodings[i])) in selectCompression()
337 if (encodings[i].toLowerCase(Locale.ENGLISH).contains(DEFLATE)) in selectCompression()
339 if (isEncodingAcceptable(encodings[i])) in selectCompression()
/external/libvncserver/webclients/novnc/include/
Drfb.js50 encodings = [
207 for (i=0; i < encodings.length; i+=1) {
208 encHandlers[encodings[i][1]] = encHandlers[encodings[i][0]];
209 encNames[encodings[i][1]] = encodings[i][0];
210 encStats[encodings[i][1]] = [0, 0];
316 for (i=0; i < encodings.length; i+=1) {
317 encStats[encodings[i][1]][0] = 0;
331 for (i=0; i < encodings.length; i+=1) {
332 s = encStats[encodings[i][1]];
334 Util.Info(" " + encodings[i][0] + ": " +
[all …]
/external/fonttools/Windows/
Dmcmillan.bat6 … --upx --onefile --paths "C:\Python23\Lib\encodings;C:\Python23\Lib\site-packages\FontTools\fontTo…
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
DPKIXCertPath.java57 List encodings = new ArrayList();
58 encodings.add("PkiPath");
62 encodings.add("PKCS7");
63 certPathEncodings = Collections.unmodifiableList(encodings);
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/
Dssvnc_cmd276 $VNCVIEWERCMD -encodings 'copyrect tight zrle zlib hextile' "$@"
278 ss_vncviewer "$@" -encodings 'copyrect tight zrle zlib hextile'
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestSelection.java97 private void verifyResultUTF16(String s, List<String> encodings, List<String> result, in verifyResultUTF16() argument
99 for (String enc : encodings) { in verifyResultUTF16()
/external/skia/experimental/PdfViewer/
DSkPdfFont.cpp448 static SkTDict<SkPdfEncoding*> encodings(10); in getStandardEncodings() local
449 if (encodings.count() == 0) { in getStandardEncodings()
450 encodings.set("Identity-H", SkPdfIdentityHEncoding::instance()); in getStandardEncodings()
453 return encodings; in getStandardEncodings()
/external/google-tv-pairing-protocol/proto/
Dpolo.proto93 // List of encodings this endpoint accepts when serving as an input device.
96 // List of encodings this endpoint can generate as an output device.
/external/llvm/lib/Target/XCore/
DREADME.txt4 * Instruction encodings
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DUrlComponentEncodingTester.java168 private final Map<Integer, Encoding> encodings; field in UrlComponentEncodingTester
171 this.encodings = new LinkedHashMap<>(defaultEncodings); in UrlComponentEncodingTester()
176 encodings.put(codePoint, encoding); in override()
182 for (Map.Entry<Integer, Encoding> entry : encodings.entrySet()) { in test()
/external/apache-http/android/src/android/net/http/
DHeaders.java178 HeaderElement[] encodings = BasicHeaderValueParser.DEFAULT in parseHeader() local
183 int len = encodings.length; in parseHeader()
188 .equalsIgnoreCase(encodings[len - 1].getName()))) { in parseHeader()

123456