OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isValidName
(Results
1 - 25
of
43
) sorted by null
1
2
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
UnixFakeFileSystem.java
63
protected boolean
isValidName
(String path) {
WindowsFakeFileSystem.java
78
protected boolean
isValidName
(String path) {
AbstractFakeFileSystem.java
397
protected abstract boolean
isValidName
(String path);
456
if (!
isValidName
(path)) {
549
return
isValidName
(path);
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
UnixFakeFileSystemTest.groovy
98
assert fileSystem.
isValidName
(it), "[$it]"
108
assert !fileSystem.
isValidName
(it), "[$it]"
WindowsFakeFileSystemTest.groovy
114
assert fileSystem.
isValidName
(it), "[$it]"
130
assert !fileSystem.
isValidName
(it), "[$it]"
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
BluetoothNameUtils.java
97
public static boolean
isValidName
(String name) {
BluetoothScanner.java
79
if (str == null || !BluetoothNameUtils.
isValidName
(str)) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ContactsManager.java
166
if (
isValidName
(name)) {
217
private static boolean
isValidName
(final String name) {
/external/apache-xml/src/main/java/org/apache/xml/utils/
XMLChar.java
520
public static boolean
isValidName
(String name) {
533
} //
isValidName
(String):boolean
582
} //
isValidName
(String):boolean
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
XMLChar.java
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java
[
all
...]
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/
decentxml-1.3.jar
/prebuilts/tools/common/m2/repository/de/pdark/decentxml/1.3/
decentxml-1.3.jar
/prebuilts/devtools/tools/lib/
osgi-4.0.0.jar
/prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar
/prebuilts/tools/common/osgi/
osgi.jar
/prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/
serializer-2.7.1.jar
/prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar
/prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.9.1/
xercesImpl-2.9.1.jar
/prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar
/prebuilts/tools/common/m2/repository/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar
/prebuilts/tools/common/offline-m2/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar
/prebuilts/tools/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.13/
FastInfoset-1.2.13.jar
/external/guice/extensions/struts2/lib/
jsp-2.1.jar
/prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
xercesImpl-2.11.0.jar
Completed in 6351 milliseconds
1
2