Searched refs:checks (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/opengl/tools/glgen/src/
H A DParameterChecker.java46 String[] checks = map.get(functionName);
47 if (checks == null &&
52 checks = map.get(functionName);
54 return checks;
H A DJniCodeEmitter.java226 String[] checks = mChecker.getChecks(cfunc.getName());
228 if (checks != null) {
229 while (index < checks.length) {
230 if (checks[index].equals("nullAllowed") &&
231 checks[index + 1].equals(cname)) {
234 index = skipOneCheck(checks, index);
242 String[] checks = mChecker.getChecks(cfunc.getName());
244 if (checks != null) {
245 while (index < checks.length) {
246 if (checks[inde
287 skipOneCheck(String[] checks, int index) argument
[all...]
/frameworks/native/opengl/tools/glgen/
H A Dgen68 specs/jsr239/glspec-checks
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DEventRecurrenceTest.java324 Check[] checks = new Check[]{
334 for (Check ck : checks) {

Completed in 83 milliseconds