Searched refs:checks (Results 1 - 8 of 8) sorted by path

/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/base/wifi/tests/
H A Druntests.sh24 adb shell am instrument --no-hidden-api-checks -w "$@" \
/frameworks/native/opengl/tools/glgen/
H A Dgen68 specs/jsr239/glspec-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...]
H A DParameterChecker.java46 String[] checks = map.get(functionName);
47 if (checks == null &&
52 checks = map.get(functionName);
54 return checks;
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DEventRecurrenceTest.java324 Check[] checks = new Check[]{
334 for (Check ck : checks) {
/frameworks/opt/net/wifi/tests/wifitests/
H A Dcoverage.sh53 adb shell am instrument -e coverage true --no-hidden-api-checks -w 'com.android.server.wifi.test/com.android.server.wifi.CustomTestRunner'
H A Druntests.sh43 adb shell am instrument --no-hidden-api-checks -w "$@" \

Completed in 634 milliseconds