Searched defs:checks (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_os_VintfObject.cpp99 static jint verify(JNIEnv* env, jobjectArray packageInfo, android::vintf::DisabledChecks checks) { argument
112 int32_t status = VintfObject::CheckCompatibility(cPackageInfo, &error, checks);
/frameworks/native/opengl/tools/glgen/src/
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...]

Completed in 66 milliseconds