/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 | 379 * @param coding Specifies the coding scheme of the string, such as GSM, UTF8, UCS2, etc. This coding scheme 381 * to the <code> coding </code>, after a Hex string is decoded. Generally, if the 382 * notification strings don't need further decoding, <code> coding </code> encoding can be 386 static private String decodeString(String original, boolean isHex, int coding) 391 switch (coding) { 413 Log.e(TAG, "Unknown encoding " + coding + " for NI text " + original);
|
/build/core/ |
config.mk | 44 # Various mappings to avoid hard-coding paths all over the place
|
main.mk | 499 # 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...] |