HomeSort by relevance Sort by last modified time
    Searched refs:coding (Results 1 - 17 of 17) 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 756 data += 2; /* skip protocol identifer + coding scheme */
834 SmsCodingScheme coding,
860 if (coding == SMS_CODING_SCHEME_GSM7)
870 if (coding == SMS_CODING_SCHEME_GSM7)
882 else if (coding == SMS_CODING_SCHEME_UCS2)
917 SmsCodingScheme coding; local
925 coding = sms_get_coding_scheme( &data, end );
926 if (coding == SMS_CODING_SCHEME_UNKNOWN)
932 if ( sms_get_text_utf8( &data, end, (mtiByte & 0x40), coding, rope ) < 0 )
949 SmsCodingScheme coding; local
1121 int coding; local
    [all...]
  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 351 * @param coding Specifies the coding scheme of the string, such as GSM, UTF8, UCS2, etc. This coding scheme
353 * to the <code> coding </code>, after a Hex string is decoded. Generally, if the
354 * notification strings don't need further decoding, <code> coding </code> encoding can be
358 static private String decodeString(String original, boolean isHex, int coding)
363 switch (coding) {
385 Log.e(TAG, "Unknown encoding " + coding + " for NI text " + original);
  /external/valgrind/main/memcheck/tests/
varinfo6.stdout.exp 4 22373 in block, 13504 after MTF & 1-2 coding, 79+2 syms in use
origin5-bz2.stdout.exp 5 22373 in block, 13504 after MTF & 1-2 coding, 79+2 syms in use
vcpu_bz2.stdout.exp 4 22373 in block, 13504 after MTF & 1-2 coding, 79+2 syms in use
  /external/valgrind/main/exp-ptrcheck/tests/
hackedbz2.stdout.exp 4 22373 in block, 13504 after MTF & 1-2 coding, 79+2 syms in use
  /build/core/
config.mk 45 # Various mappings to avoid hard-coding paths all over the place
main.mk 559 # than hard-coding the list here.
  /external/flac/libFLAC/ppc/as/
lpc_asm.s 47 ; bps<=15 for mid-side coding, since that uses an extra bit)
  /external/flac/libFLAC/ppc/gas/
lpc_asm.s 49 # bps<=15 for mid-side coding, since that uses an extra bit)
  /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/pcre/
configure 814 # (The list follows the same order as the GNU Coding Standards.)
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 607 milliseconds