OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:illegalName
(Results
1 - 2
of
2
) sorted by null
/dalvik/libcore/luni/src/test/java/tests/api/java/net/
ProxyTest.java
291
String[]
illegalName
= { "Direct", "direct", "http", "socks",
292
"
illegalName
", "" };
293
for (int i = 0; i <
illegalName
.length; i++) {
295
Proxy.Type.valueOf(
illegalName
[i]);
296
fail("should throw IllegalArgumentException,
illegalName
:"
297
+
illegalName
);
/external/icu4c/test/cintltst/
ccapitst.c
393
UChar
illegalName
[100];
415
u_uastrcpy(
illegalName
, "");
416
u_uastrcpy(
illegalName
, illegalNameChars);
417
ucnv_openU(
illegalName
, &err);
419
log_err("FAILURE! ucnv_openU(
illegalName
, err) is expected to fail\n");
[
all
...]
Completed in 76 milliseconds