/external/chromium_org/chromeos/ime/ |
ibus_keymap.cc | 126 // Alphanumeric keys
|
/external/chromium_org/third_party/sqlite/src/doc/ |
lemon.html | 282 <p>A terminal symbol (token) is any string of alphanumeric 287 A nonterminal, on the other hand, is any string of alphanumeric 299 <p>Yacc and bison allow terminal symbols to have either alphanumeric 303 must have alphanumeric names.</p> [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
os.h | 119 ** alphanumeric characters, and no file extension. They are stored in the
|
global.c | 84 ** Bit 0x40 is set if the character non-alphanumeric and can be used in an
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
BluetoothPairingDialog.java | 380 // change input type for soft keyboard to numeric or alphanumeric
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
RecentFolderList.java | 78 * Compare based on alphanumeric name of the folder, ignoring case.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
ctype.h | 61 _ISalnum = _ISbit (11) /* Alphanumeric. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
ctype.h | 61 _ISalnum = _ISbit (11) /* Alphanumeric. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
ctype.h | 61 _ISalnum = _ISbit (11) /* Alphanumeric. */
|
/external/chromium/net/base/ |
net_util.h | 229 // * Each component begins and ends with an alphanumeric character 230 // * Each component contains only alphanumeric characters and '-' or '_'
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
jsilver.sablecc | 51 alphanumeric = (['a' .. 'z'] | ['A' .. 'Z'] | ['0' .. '9']); 134 {args} word = (alphanumeric | '_')+;
|
/external/protobuf/src/google/protobuf/io/ |
tokenizer.cc | 134 CHARACTER_CLASS(Alphanumeric, ('a' <= c && c <= 'z') || 510 ConsumeZeroOrMore<Alphanumeric>();
|
/frameworks/base/telephony/java/android/telephony/ |
ServiceState.java | 380 * Get current registered operator name in long alphanumeric format. 392 * Get current registered operator name in short alphanumeric format.
|
/frameworks/base/docs/html/guide/topics/admin/ |
device-admin.jd | 47 enforce password policies — including alphanumeric passwords or numeric 133 <td>Alphanumeric password required</td> 573 <p>For example, this is how you would set the password policy to require an alphanumeric password:</p> [all...] |
/external/bison/lib/ |
mbchar.h | 64 returns true if mbc is alphanumeric.
|
/external/chromium/chrome/browser/extensions/ |
key_identifier_conversion_views.cc | 38 { {"Alphanumeric", "", ""}, ui::VKEY_UNKNOWN, 0 },
|
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
a_mbstr.c | 386 * characters may count as alphanumeric in some environments.
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_helpers.cc | 348 // Not alphanumeric. To avoid any possibility of name conflicts we
|
/external/chromium_org/third_party/re2/doc/ |
syntax.txt | 172 [:alnum:] alphanumeric (== [0-9A-Za-z])
|
/external/chromium_org/v8/test/preparser/ |
non-alphanum.js | 29 // non-alphanumeric characters, but does contain valid code.
|
/external/dnsmasq/ |
setup.html | 128 they must just be a alphanumeric name, without any dots. This is a
|
/external/openssl/crypto/asn1/ |
a_mbstr.c | 386 * characters may count as alphanumeric in some environments.
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_helpers.cc | 313 // Not alphanumeric. To avoid any possibility of name conflicts we
|
/external/regex-re2/doc/ |
syntax.txt | 172 [:alnum:] alphanumeric (== [0-9A-Za-z])
|
/external/smack/src/org/jivesoftware/smack/packet/ |
Packet.java | 94 * Returns the next unique id. Each id made up of a short alphanumeric
|