/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetSelector.java | 45 private String[] encodings; // encodings users ask to use field in CharsetSelector 49 int columns = (encodings.length + 31) / 32; in generateSelectorData() 57 for (int i = 0; i < encodings.length; ++i) { in generateSelectorData() 58 Charset testCharset = CharsetICU.forNameICU(encodings[i]); in generateSelectorData() 108 int columns = (encodings.length + 31) / 32; in selectForMask() 116 for (int i = 0; i < 32 && k < encodings.length; i++, k++) { in selectForMask() 118 result.add(encodings[k]); in selectForMask() 176 encodings = charsetList.toArray(new String[0]); in CharsetSelector() 178 encodings = CharsetProviderICU.getAvailableNames(); in CharsetSelector() 179 encodingCount = encodings.length; in CharsetSelector() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/ARM/ |
D | invalid-armv7.txt | 3 # 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 …]
|
D | invalid-thumbv7.txt | 4 # This file is checking Thumbv7 encodings which are globally invalid, usually due 73 # Undefined encodings for ldrbt 89 # Undefined encodings for ldrsh 157 # Undefined encodings for str 233 # Undefined encodings for strd 242 # Undefined encodings for NEON vld instructions 325 # Undefined encodings for NEON vst1 348 # Undefined encodings for NEON vst4 384 # Undefined encodings for MSR/MRS (banked register)
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | invalid-armv7.txt | 3 # 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 …]
|
D | invalid-thumbv7.txt | 4 # This file is checking Thumbv7 encodings which are globally invalid, usually due 73 # Undefined encodings for ldrbt 89 # Undefined encodings for ldrsh 157 # Undefined encodings for str 233 # Undefined encodings for strd 242 # Undefined encodings for NEON vld instructions 325 # Undefined encodings for NEON vst1 348 # Undefined encodings for NEON vst4
|
/external/apache-http/src/org/apache/http/impl/entity/ |
D | LaxContentLengthStrategy.java | 205 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/freetype/src/pcf/ |
D | pcfdrivr.c | 74 PCF_Encoding encodings; member 90 cmap->encodings = face->encodings; in pcf_cmap_init() 102 cmap->encodings = NULL; in pcf_cmap_done() 112 PCF_Encoding encodings = cmap->encodings; in pcf_cmap_char_index() local 126 code = encodings[mid].enc; in pcf_cmap_char_index() 130 result = encodings[mid].glyph; in pcf_cmap_char_index() 149 PCF_Encoding encodings = cmap->encodings; in pcf_cmap_char_next() local 164 code = encodings[mid].enc; in pcf_cmap_char_next() 168 result = encodings[mid].glyph; in pcf_cmap_char_next() 181 charcode = encodings[min].enc; in pcf_cmap_char_next() [all …]
|
/external/icu/icu4c/source/common/ |
D | ucnvsel.cpp | 55 char** encodings; // which encodings did user ask to use? member 84 UConverter* test_converter = ucnv_open(result->encodings[i], status); in generateSelectorData() 177 newSelector->encodings = in ucnvsel_open() 179 if (!newSelector->encodings) { in ucnvsel_open() 183 newSelector->encodings[0] = NULL; // now we can call ucnvsel_close() in ucnvsel_open() 205 newSelector->encodings[i] = allStrings; in ucnvsel_open() 206 uprv_strcpy(newSelector->encodings[i], in ucnvsel_open() 208 allStrings += uprv_strlen(newSelector->encodings[i]) + 1; in ucnvsel_open() 235 uprv_free(sel->encodings[0]); in ucnvsel_close() 237 uprv_free(sel->encodings); in ucnvsel_close() [all …]
|
/external/icu/icu4c/source/test/cintltst/ |
D | ucnvseltst.c | 273 getResultsManually(const char** encodings, int32_t num_encodings, in getResultsManually() argument 291 test_converter = ucnv_open(encodings[i], &status); in getResultsManually() 301 encIndex = findIndex(encodings[i]); in getResultsManually() 401 const char **encodings = getEncodingsFns[testCaseIdx](&num_encodings); in TestSelector() local 403 uprv_free((void *)encodings); in TestSelector() 420 sel_rt = ucnvsel_open(encodings, num_encodings, in TestSelector() 430 sel_fb = ucnvsel_open(encodings, num_encodings, in TestSelector() 434 sel_fb = ucnvsel_open(encodings, num_encodings, in TestSelector() 441 uprv_free((void *)encodings); in TestSelector() 457 manual_rt = getResultsManually(encodings, num_encodings, in TestSelector() [all …]
|
/external/fonttools/Doc/source/ |
D | encodings.rst | 2 encodings title 5 .. automodule:: fontTools.encodings 12 .. automodule:: fontTools.encodings.codecs
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/ |
D | macho-unwind-info-arm64.test | 3 # 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)
|
D | macho-unwind-info-x86_64.test | 4 # 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/llvm/test/tools/llvm-objdump/ |
D | macho-unwind-info-arm64.test | 3 # 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)
|
D | macho-unwind-info-x86_64.test | 4 # 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/ |
D | xmltok_ns.c | 56 static const ENCODING * const NS(encodings)[] = { variable 70 return initScan(NS(encodings), (const INIT_ENCODING *)enc, in NS() 78 return initScan(NS(encodings), (const INIT_ENCODING *)enc, in NS() 114 return NS(encodings)[i]; in NS()
|
/external/python/cpython2/Modules/expat/ |
D | xmltok_ns.c | 56 static const ENCODING * const NS(encodings)[] = { variable 70 return initScan(NS(encodings), (const INIT_ENCODING *)enc, in NS() 78 return initScan(NS(encodings), (const INIT_ENCODING *)enc, in NS() 114 return NS(encodings)[i]; in NS()
|
/external/python/cpython3/Modules/expat/ |
D | xmltok_ns.c | 56 static const ENCODING * const NS(encodings)[] = { variable 70 return initScan(NS(encodings), (const INIT_ENCODING *)enc, in NS() 78 return initScan(NS(encodings), (const INIT_ENCODING *)enc, in NS() 114 return NS(encodings)[i]; in NS()
|
/external/libvterm/src/ |
D | encoding.c | 215 encodings[] = { variable 226 for(int i = 0; encodings[i].designation; i++) in vterm_lookup_encoding() 227 if(encodings[i].type == type && encodings[i].designation == designation) in vterm_lookup_encoding() 228 return encodings[i].enc; in vterm_lookup_encoding()
|
/external/freetype/src/bdf/ |
D | bdfdrivr.c | 58 BDF_encoding_el* encodings; member 73 cmap->encodings = face->en_table; in bdf_cmap_init() 85 cmap->encodings = NULL; in bdf_cmap_done() 95 BDF_encoding_el* encodings = cmap->encodings; in bdf_cmap_char_index() local 109 code = (FT_ULong)encodings[mid].enc; in bdf_cmap_char_index() 115 result = encodings[mid].glyph + 1; in bdf_cmap_char_index() 134 BDF_encoding_el* encodings = cmap->encodings; in bdf_cmap_char_next() local 149 code = (FT_ULong)encodings[mid].enc; in bdf_cmap_char_next() 155 result = encodings[mid].glyph + 1; in bdf_cmap_char_next() 168 charcode = (FT_ULong)encodings[min].enc; in bdf_cmap_char_next() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | thumb2-branches.s | 4 @ 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
|
/external/llvm/test/MC/ARM/ |
D | thumb2-branches.s | 4 @ 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
|
/external/python/cpython3/Tools/unicode/ |
D | listcodecs.py | 9 import os, codecs, encodings 36 names = listcodecs(encodings.__path__[0])
|
D | gencjkcodecs.py | 58 for loc, encodings in codecs.items(): 59 for enc in encodings:
|
/external/python/cpython2/Tools/unicode/ |
D | listcodecs.py | 9 import os, codecs, encodings 36 names = listcodecs(encodings.__path__[0])
|
D | gencjkcodecs.py | 58 for loc, encodings in codecs.iteritems(): 59 for enc in encodings:
|