HomeSort by relevance Sort by last modified time
    Searched refs:coding (Results 1 - 10 of 10) sorted by null

  /build/core/combo/arch/arm/
armv5te.mk 11 # Note: Hard coding the 'tune' value here is probably not ideal,
armv7-a.mk 13 # Note: Hard coding the 'tune' value here is probably not ideal,
armv7-a-neon.mk 15 # Note: Hard coding the 'tune' value here is probably not ideal,
armv4t.mk 20 # Note: Hard coding the 'tune' value here is probably not ideal,
  /external/qemu/telephony/
sms.c 755 data += 2; /* skip protocol identifer + coding scheme */
833 SmsCodingScheme coding,
859 if (coding == SMS_CODING_SCHEME_GSM7)
869 if (coding == SMS_CODING_SCHEME_GSM7)
881 else if (coding == SMS_CODING_SCHEME_UCS2)
916 SmsCodingScheme coding; local
924 coding = sms_get_coding_scheme( &data, end );
925 if (coding == SMS_CODING_SCHEME_UNKNOWN)
931 if ( sms_get_text_utf8( &data, end, (mtiByte & 0x40), coding, rope ) < 0 )
948 SmsCodingScheme coding; local
1120 int coding; local
    [all...]
  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 374 * @param coding Specifies the coding scheme of the string, such as GSM, UTF8, UCS2, etc. This coding scheme
376 * to the <code> coding </code>, after a Hex string is decoded. Generally, if the
377 * notification strings don't need further decoding, <code> coding </code> encoding can be
381 static private String decodeString(String original, boolean isHex, int coding)
386 switch (coding) {
408 Log.e(TAG, "Unknown encoding " + coding + " for NI text " + original);
  /build/core/
config.mk 45 # Various mappings to avoid hard-coding paths all over the place
main.mk 510 # than hard-coding the list here.
  /external/dropbear/libtomcrypt/
crypt.tex 140 \item It was (still is) good coding practice.
271 There are a few helper macros to make the coding process a bit easier. The first set are related to loading and storing
427 when you are done with a key you can simply discard it (e.g. they can be on the stack). However, to maintain proper coding
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 284 milliseconds