/external/proguard/src/proguard/obfuscate/ |
DictionaryNameFactory.java | 64 // Read the next character. 67 // Is it a valid identifier character? 70 Character.isJavaIdentifierStart((char)c) : 71 Character.isJavaIdentifierPart((char)c)))
|
/external/qemu/android/ |
gps.h | 17 /* this is the internal character driver used to communicate with the
|
/external/qemu/telephony/ |
modem_driver.h | 19 /* this is the internal character driver used to communicate with the
|
/external/regex-re2/re2/testing/ |
exhaustive3_test.cc | 12 // Test simple character classes by themselves. 20 // Test simple character classes inside a___b (for example, a[a]b). 65 // Test interesting UTF-8 characters against character classes. 77 // Test interesting UTF-8 characters against character classes,
|
/external/sfntly/cpp/src/test/autogenerated/ |
cmap_basic_test.cc | 107 int32_t character; local 109 sscanf_s(GetAttribute(*jt, "char")->Value(), "%x", &character); 111 sscanf(GetAttribute(*jt, "char")->Value(), "%x", &character); 114 ASSERT_EQ(cmap->GlyphId(character), glyph_id);
|
/external/sfntly/cpp/src/test/ |
test_utils.h | 72 // Converts an integer into a 4 character string using the ASCII encoding. 86 // Encode a single character in UTF-16. 89 // @param uchar the Unicode character to encode 90 // @return the encoded character
|
/external/skia/src/utils/ |
SkBase64.h | 28 encode[64] will be used as the pad character. Encodings other than the
|
/external/smack/src/org/xbill/DNS/ |
TTL.java | 38 if (s == null || s.length() == 0 || !Character.isDigit(s.charAt(0))) 45 if (Character.isDigit(c)) { 46 value = (value * 10) + Character.getNumericValue(c); 50 switch (Character.toUpperCase(c)) {
|
/external/sonivox/docs/JET_Programming_Manual_files/ |
header.htm | 21 <p class=MsoNormal><span style='mso-special-character:footnote-separator'><![if !supportFootnotes]>
31 <p class=MsoNormal><span style='mso-special-character:footnote-continuation-separator'><![if !supportFootnotes]>
41 <p class=MsoNormal><span style='mso-special-character:footnote-separator'><![if !supportFootnotes]>
51 <p class=MsoNormal><span style='mso-special-character:footnote-continuation-separator'><![if !supportFootnotes]>
|
/external/svox/pico/lib/ |
picodefs.h | 42 character */ 46 character */ 50 character */ 54 character */
|
/external/valgrind/main/gdbserver_tests/ |
nlsigvgdb.vgtest | 1 # Tests the case when gdb sends a character to gdbserver while
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/QA/ |
runiSACPLC.txt | 2 (set -o igncr) 2>/dev/null && set -o igncr; # force bash to ignore \r character
|
/frameworks/av/media/libmedia/ |
autodetect.h | 34 // returns a bitfield containing the possible native encodings for the given character
|
/frameworks/base/core/java/android/text/style/ |
UpdateAppearance.java | 20 * The classes that affect character-level text in a way that modifies their
|
UpdateLayout.java | 20 * The classes that affect character-level text formatting in a way that
|
/frameworks/base/data/keyboards/ |
common.mk | 15 # This is the list of framework provided keylayouts and key character maps to include.
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
ShortcutManager.java | 102 * match without modifiers (primary character on a key). 104 * @param kcm The key character map of the device on which the key was pressed. 119 // Next try the primary character on that key. 121 shortcut = Character.toLowerCase(kcm.getDisplayLabel(keyCode));
|
/hardware/ti/omap4xxx/security/tf_daemon/ |
lib_manifest2.c | 171 LOG_ERROR(pContext, "NUL character forbidden"); 206 LOG_ERROR(pContext, "A line starting with whitespaces must contain only whitespaces. Illegal character: 0x%02X", *pCurrent); 263 LOG_ERROR(pContext, "Non-space character follows a sectino header: 0x02X", *pCurrent); 270 /* Check section name character */ 273 LOG_ERROR(pContext, "Invalid character for a section name: 0x%02X", *pCurrent); 290 /* Check first character of name is in [A-Za-z0-9] */ 293 LOG_ERROR(pContext, "Invalid first character for a property name: 0x%02X", *pCurrent); 322 LOG_ERROR(pContext, "Invalid character for a property name: 0x%02X", *pCurrent); 364 /* The null character is forbidden */ 365 LOG_ERROR(pContext, "NUL character forbidden") [all...] |
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
characterdatadeletedataexceedslength.java | 33 * length of the character data then all the characters 36 * Retrieve the character data from the last child of the 41 * is greater than the length of the character data(35). 42 * The new value of the character data should be "1230".
|
characterdatainsertdatabeginning.java | 32 * at the specified character offset. Insert the data at 33 * the beginning of the character data. 34 * Retrieve the character data from the second child of 38 * The new value of the character data should be
|
characterdatainsertdataend.java | 32 * at the specified character offset. Insert the data at 33 * the end of the character data. 35 * Retrieve the character data from the second child of 39 * position 15. The new value of the character data should
|
characterdatainsertdatamiddle.java | 32 * at the specified character offset. Insert the data in 33 * the middle of the character data. 35 * Retrieve the character data from the second child of 39 * The new value of the character data should be
|
hc_characterdatadeletedataexceedslength.java | 33 * length of the character data then all the characters 36 * Retrieve the character data from the last child of the 41 * is greater than the length of the character data(35). 42 * The new value of the character data should be "1230".
|
hc_characterdatainsertdatabeginning.java | 32 * at the specified character offset. Insert the data at 33 * the beginning of the character data. 34 * Retrieve the character data from the second child of 38 * The new value of the character data should be
|
hc_characterdatainsertdataend.java | 32 * at the specified character offset. Insert the data at 33 * the end of the character data. 35 * Retrieve the character data from the second child of 39 * position 15. The new value of the character data should
|