OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:valid_name
(Results
1 - 3
of
3
) sorted by null
/system/core/init/
ueventd_parser.c
75
static int
valid_name
(const char *name)
function
105
if (!
valid_name
(args[1])) {
init_parser.c
415
static int
valid_name
(const char *name)
function
623
if (!
valid_name
(args[1])) {
/external/guava/guava-tests/test/com/google/common/net/
InternetDomainNameTest.java
61
private static final List<String>
VALID_NAME
= ImmutableList.of(
198
for (String name :
VALID_NAME
) {
335
VALID_NAME
, PS, NO_PS, NON_PS);
Completed in 761 milliseconds