HomeSort by relevance Sort by last modified time
    Searched defs:encodings (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/apache-http/src/org/apache/http/impl/entity/
LaxContentLengthStrategy.java 157 * If multiple encodings have been applied to an entity, the transfer- codings MUST be listed in
205 HeaderElement[] encodings = null; local
207 encodings = transferEncodingHeader.getElements();
215 for (int i = 0; i < encodings.length; i++) {
216 String encoding = encodings[i].getName();
225 int len = encodings.length;
229 encodings[len - 1].getName()))) {
  /external/libvterm/src/
encoding.c 207 encodings[] = { variable in typeref:struct:__anon24672
218 for(int i = 0; encodings[i].designation; i++)
219 if(encodings[i].type == type && encodings[i].designation == designation)
220 return encodings[i].enc;
  /libcore/luni/src/test/java/libcore/java/util/
OldAndroidLocaleTest.java 113 // List of encodings currently required for Android.
114 String[] encodings = new String[] { local
123 // Additional encodings included in standard ICU
162 for (String encoding : encodings) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
PKIXCertPath.java 57 List encodings = new ArrayList(); external variable declarations
58 encodings.add("PkiPath");
60 // encodings.add("PEM");
62 encodings.add("PKCS7");
63 certPathEncodings = Collections.unmodifiableList(encodings);
228 * Returns an iteration of the encodings supported by this
233 * @return an Iterator over the names of the supported encodings (as Strings)
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetSelector.java 45 private String[] encodings; // encodings users ask to use field in class:CharsetSelector
49 int columns = (encodings.length + 31) / 32;
57 for (int i = 0; i < encodings.length; ++i) {
58 Charset testCharset = CharsetICU.forNameICU(encodings[i]);
73 // handle excluded encodings
105 // encodings are legit
108 int columns = (encodings.length + 31) / 32;
116 for (int i = 0; i < 32 && k < encodings.length; i++, k++) {
118 result.add(encodings[k])
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
UrlComponentEncodingTester.java 177 private final Map<Integer, Encoding> encodings; field in class:UrlComponentEncodingTester
181 this.encodings = new LinkedHashMap<>(defaultEncodings);
186 encodings.put(codePoint, encoding);
192 encodings.put(UNICODE_2, Encoding.IDENTITY);
193 encodings.put(UNICODE_3, Encoding.IDENTITY);
194 encodings.put(UNICODE_4, Encoding.IDENTITY);
208 for (Map.Entry<Integer, Encoding> entry : encodings.entrySet()) {
  /cts/tests/tests/media/src/android/media/cts/
EnumDevicesTest.java 155 // Encodings
156 int[] encodings = deviceInfo.getEncodings(); local
157 assertNotNull(encodings);
158 // Note: an empty array indicates that the device supports arbitrary encodings.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/
OAEPEncoding.java 1 package org.bouncycastle.crypto.encodings;
PKCS1Encoding.java 1 package org.bouncycastle.crypto.encodings;
  /external/skia/tests/
PaintTest.cpp 231 const SkPaint::TextEncoding encodings[] = { local
255 FOR_SETUP(n, encodings, setTextEncoding)
  /external/icu/icu4c/source/common/
ucnvsel.cpp 14 // Purpose: To generate a list of encodings capable of handling
23 * The goal is, given a unicode string, find the encodings
26 * stores all encodings a codepoint can map to
54 char** encodings; // which encodings did user ask to use? member in struct:UConverterSelector
83 UConverter* test_converter = ucnv_open(result->encodings[i], status);
123 // handle excluded encodings! Simply set their values to all 1's in the upvec
176 newSelector->encodings =
178 if (!newSelector->encodings) {
182 newSelector->encodings[0] = NULL; // now we can call ucnvsel_close(
551 char **encodings = local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ucnvseltst.c 105 * ucnvsel_open() does not support "no encodings":
106 * Given 0 encodings it will open a selector for all available ones.
272 getResultsManually(const char** encodings, int32_t num_encodings,
290 test_converter = ucnv_open(encodings[i], &status);
300 encIndex = findIndex(encodings[i]);
400 const char **encodings = getEncodingsFns[testCaseIdx](&num_encodings); local
402 uprv_free((void *)encodings);
412 * set of encodings, so there is no need to test every combination.
419 sel_rt = ucnvsel_open(encodings, num_encodings,
429 sel_fb = ucnvsel_open(encodings, num_encodings
    [all...]
  /external/icu/icu4c/source/test/intltest/
csdetest.cpp 559 UnicodeString enc_attr = UNICODE_STRING_SIMPLE("encodings");
567 const UnicodeString *encodings = testCase->getAttribute(enc_attr); local
570 UnicodeString *encodingList = split(*encodings, CH_SPACE, encodingCount);
778 "encodings more than once. The hop through UnicodeString is for platforms "
818 // similar Windows and non-Windows SBCS encodings. State was kept in the shared
    [all...]
  /external/apache-http/android/src/android/net/http/
Headers.java 178 HeaderElement[] encodings = BasicHeaderValueParser.DEFAULT local
183 int len = encodings.length;
188 .equalsIgnoreCase(encodings[len - 1].getName()))) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/charsetdet/
TestCharsetDetector.java 363 String encodings = attrs.getNamedItem("encodings").getNodeValue(); local
396 String[] encodingList = encodings.split(" ");
469 // Ignore any encodings that this runtime
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
TestCharsetDetector.java 362 String encodings = attrs.getNamedItem("encodings").getNodeValue(); local
395 String[] encodingList = encodings.split(" ");
468 // Ignore any encodings that this runtime
    [all...]
  /external/libvncserver/rfb/
rfbclient.h 387 * @li RFB protocol extensions announced via pseudo-encodings
390 * @param client The client in which the format or encodings have been changed
391 * @return true if the format or encodings were sent to the server successfully,
533 int* encodings; member in struct:_rfbClientProtocolExtension
611 * <tr><td>-encodings</td><td>Set the encodings to use. The next item in the
612 * argv array is the encodings string, consisting of comma separated encodings like 'tight,ultra,raw'.</td></tr>
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
ImapFolder.java 380 String[] encodings = fetchPart.getHeader(MimeHeader.HEADER_CONTENT_TRANSFER_ENCODING); local
383 if (encodings != null && encodings.length > 0) {
384 contentTransferEncoding = encodings[0];
  /packages/apps/Email/provider_src/com/android/email/mail/store/
ImapFolder.java 754 String encodings[] = fetchPart.getHeader( local
758 if (encodings != null && encodings.length > 0) {
759 contentTransferEncoding = encodings[0];
    [all...]
  /external/caliper/lib/
jsr311-api-1.1.1.jar 
  /external/libvncserver/webclients/java-applet/
VncViewer.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/modules/http-builder/http-builder/0.7.2/
http-builder-0.7.2.jar 
  /external/libpng/contrib/libtests/
pngvalid.c 2375 const color_encoding *encodings; member in struct:png_modifier
    [all...]
  /external/libvncserver/webclients/java-applet/ssl/
SignedUltraViewerSSL.jar 
SignedVncViewer.jar 

Completed in 616 milliseconds

1 2 3 4