OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:valid_name
(Results
1 - 5
of
5
) sorted by null
/external/chromium-trace/trace-viewer/third_party/Paste/tests/
test_wsgiwrappers.py
19
def
valid_name
(name, encoding=no_encoding, post=False):
function
39
app = TestApp(AssertApp(assertfunc=
valid_name
(u'José', encoding='UTF-8')))
43
app = TestApp(AssertApp(assertfunc=
valid_name
(u'??', encoding='UTF-8')))
47
app = TestApp(AssertApp(assertfunc=
valid_name
(u'??', encoding='UTF-8',
54
app = TestApp(AssertApp(assertfunc=
valid_name
('??', post=True)))
61
app = TestApp(AssertApp(assertfunc=
valid_name
(u'??', post=True,
67
app = TestApp(AssertApp(assertfunc=
valid_name
(u'??', post=True,
/system/core/init/
ueventd_parser.cpp
73
static int
valid_name
(const char *name)
function
99
if (!
valid_name
(args[1])) {
init_parser.cpp
456
static int
valid_name
(const char *name)
function
734
if (!
valid_name
(args[1])) {
/external/guava/guava-gwt/test-super/com/google/common/net/super/com/google/common/net/
InternetDomainNameTest.java
57
private static final ImmutableSet<String>
VALID_NAME
= ImmutableSet.of(
195
for (String name :
VALID_NAME
) {
333
VALID_NAME
, PS, NO_PS, NON_PS);
/external/guava/guava-tests/test/com/google/common/net/
InternetDomainNameTest.java
59
private static final ImmutableSet<String>
VALID_NAME
= ImmutableSet.of(
197
for (String name :
VALID_NAME
) {
335
VALID_NAME
, PS, NO_PS, NON_PS);
Completed in 515 milliseconds