OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alphanumeric
(Results
1 - 25
of
348
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/go/darwin-x86/src/cmd/vet/testdata/
buildtag_bad.go
8
// +build @#$ // ERROR "invalid non-
alphanumeric
build constraint"
/prebuilts/go/linux-x86/src/cmd/vet/testdata/
buildtag_bad.go
8
// +build @#$ // ERROR "invalid non-
alphanumeric
build constraint"
/development/samples/training/device-management-policy/res/values/
arrays.xml
23
<item>
Alphanumeric
</item>
/development/samples/training/device-management-policy/res/values-v11/
arrays.xml
23
<item>
Alphanumeric
</item>
/external/google-tv-pairing-protocol/cpp/
README
15
alphanumeric
code for the user to enter on the client device's keyboard.
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
install_egg_info.py
58
Any runs of non-
alphanumeric
/. characters are replaced with a single '-'.
66
Spaces become dots, and all other non-
alphanumeric
characters become
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
install_egg_info.py
58
Any runs of non-
alphanumeric
/. characters are replaced with a single '-'.
66
Spaces become dots, and all other non-
alphanumeric
characters become
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install_egg_info.py
58
Any runs of non-
alphanumeric
/. characters are replaced with a single '-'.
66
Spaces become dots, and all other non-
alphanumeric
characters become
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install_egg_info.py
58
Any runs of non-
alphanumeric
/. characters are replaced with a single '-'.
66
Spaces become dots, and all other non-
alphanumeric
characters become
/external/chromium-libpac/test/js-unittest/
passthrough.js
14
// non-
alphanumeric
character with a dot, then fix up the oddly placed dots.
/external/libexif/libexif/
exif-ifd.h
35
* non-localized text string containing only US-ASCII
alphanumeric
/external/llvm/test/FileCheck/
validate-check-prefix.txt
10
unique and start with a letter and contain only
alphanumeric
characters, hyphens and underscores
/external/toybox/tests/
groupdel.test
16
testing "groupadd group_name (
alphanumeric
)" "groupadd toy1Test2Group3 &&
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
crypt.so
/external/llvm/utils/
DSAclean.py
4
#10/13/2005b: replaced the # in tmp(.#*)* with
alphanumeric
and _, this will then remove
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsAddress.java
42
* Returns true if this is an
alphanumeric
address
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmSmsAddress.java
58
// An
alphanumeric
address
88
* Returns true if this is an
alphanumeric
address
110
// - Originating address should be 4 bytes long and
alphanumeric
/prebuilts/go/darwin-x86/src/text/template/parse/
lex.go
46
itemField //
alphanumeric
identifier starting with '.'
47
itemIdentifier //
alphanumeric
identifier not starting with '.'
350
// lexIdentifier scans an
alphanumeric
.
379
// lexField scans a field: .
Alphanumeric
.
385
// lexVariable scans a Variable: $
Alphanumeric
.
395
// lexVariable scans a field or variable: [.$]
Alphanumeric
.
502
// Next thing mustn't be
alphanumeric
.
/prebuilts/go/linux-x86/src/text/template/parse/
lex.go
46
itemField //
alphanumeric
identifier starting with '.'
47
itemIdentifier //
alphanumeric
identifier not starting with '.'
350
// lexIdentifier scans an
alphanumeric
.
379
// lexField scans a field: .
Alphanumeric
.
385
// lexVariable scans a Variable: $
Alphanumeric
.
395
// lexVariable scans a field or variable: [.$]
Alphanumeric
.
502
// Next thing mustn't be
alphanumeric
.
/external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/
security.py
33
ALPHANUMERIC
= string.letters + string.digits
39
def generate_random_string(length=None, entropy=None, pool=
ALPHANUMERIC
):
67
ALPHANUMERIC
62 5.9542 bits
/external/guava/guava/src/com/google/common/net/
UrlEscapers.java
61
* <li>The
alphanumeric
characters "a" through "z", "A" through "Z" and "0"
106
* <li>The
alphanumeric
characters "a" through "z", "A" through "Z" and "0"
143
* <li>The
alphanumeric
characters "a" through "z", "A" through "Z" and "0"
/external/chromium-trace/catapult/perf_insights/perf_insights/endpoints/
upload.py
70
# Tags are comma separated and should only include
alphanumeric
+ '-'.
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityModel.java
35
Password, // Unlock by entering an
alphanumeric
password
/prebuilts/go/darwin-x86/src/cmd/vet/
buildtag.go
76
fmt.Fprintf(os.Stderr, "%s:%d: invalid non-
alphanumeric
build constraint: %s\n", name, i+1, arg)
/prebuilts/go/linux-x86/src/cmd/vet/
buildtag.go
76
fmt.Fprintf(os.Stderr, "%s:%d: invalid non-
alphanumeric
build constraint: %s\n", name, i+1, arg)
Completed in 1816 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>