OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:invalid1
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Sema/
complex-init-list.c
36
struct teststruct
invalid1
= { 1, 2 }; // expected-warning {{excess elements}}
variable in typeref:struct:teststruct
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DriverManagerTest.java
250
String[]
invalid1
= { null, validuser1, validpassword1 };
local
256
String[][] invalids1 = {
invalid1
, invalid4 };
Completed in 75 milliseconds