HomeSort by relevance Sort by last modified time
    Searched defs:violation (Results 1 - 8 of 8) sorted by null

  /packages/services/Car/libvehiclemonitor/native/
IVehicleMonitorListener.cpp 42 int32_t pid, int32_t uid, int32_t action, int32_t violation) {
49 data.writeInt32(violation);
70 int32_t violation = data.readInt32(); local
71 onAppViolation(pid, uid, action, violation);
  /cts/tests/tests/os/src/android/os/cts/
StrictModeTest.java 320 final String violation = violations.poll(5, TimeUnit.SECONDS); local
321 if (violation == null) {
322 fail("Expected violation not found: " + expected);
323 } else if (violation.contains(expected)) {
344 final String violation = violations.poll(5, TimeUnit.SECONDS); local
345 if (violation == null) {
348 fail("Unexpected violation found: " + violation);
  /external/selinux/libsepol/src/
hierarchy.c 529 ERR(a->handle, "Role bounds violation, %s exceeds %s",
572 ERR(a->handle, "User bounds violation, %s exceeds %s",
676 int violation = 0; local
683 violation = 1;
687 violation = 1;
692 violation = 1;
697 if (violation)
  /external/deqp/modules/glshared/
glsFboUtil.cpp 781 // rule violation exists?
806 // rule violation exists?
909 // rule violation already exists?
919 // new violation
921 RuleViolation violation; local
923 violation.errorCode = code;
924 violation.rules.insert(std::string(description));
926 dst.push_back(violation);
  /external/selinux/libsepol/cil/src/
cil_binary.c 4961 int violation = CIL_FALSE; local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /prebuilts/checkstyle/
checkstyle.jar 

Completed in 499 milliseconds