Searched defs:unused (Results 1 – 7 of 7) sorted by relevance
118 public InheritFromClassWithFinals(int unused) { in InheritFromClassWithFinals()170 public HaveFinalsAndInheritFromClassWithFinals(int unused) { in HaveFinalsAndInheritFromClassWithFinals()
102 #define DECLARE_VISIT_INSTRUCTION(type, unused) \ argument146 #define CASE_INSTRUCTION_KIND(type, unused) case \ in IsSchedulable() argument
120 #define DECLARE_VISIT_INSTRUCTION(type, unused) \ argument142 #define CASE_INSTRUCTION_KIND(type, unused) case \ in IsSchedulable() argument
24 public static void main(String[] unused) throws Exception { in main()
18 public static void staticNop(int unused) { } in staticNop()34 public int return7(Object unused) { in return7()
234 int unused = TEMP_FAILURE_RETRY(read(wakeup_fd_, &val, sizeof(val))); in ReadFully() local
411 public UnreflectTester(String val, boolean unused) { in UnreflectTester()