HomeSort by relevance Sort by last modified time
    Searched defs:avd (Results 1 - 25 of 138) sorted by null

1 2 3 4 5 6

  /external/selinux/libselinux/utils/
compute_av.c 10 struct av_decision avd; local
26 ret = security_compute_av(argv[1], argv[2], tclass, 1, &avd);
33 print_access_vector(tclass, avd.allowed);
36 if (avd.decided != ~0U) {
38 print_access_vector(tclass, avd.decided);
42 if (avd.auditallow) {
44 print_access_vector(tclass, avd.auditallow);
48 if (avd.auditdeny != ~0U) {
50 print_access_vector(tclass, avd.auditdeny);
  /frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
AnimatedVectorDrawableAttr.java 28 ImageView avdIv = (ImageView) findViewById(R.id.avd);
29 AnimatedVectorDrawable avd = (AnimatedVectorDrawable) avdIv.getDrawable(); local
30 avd.start();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
ExpandableIndicator.java 45 final AnimatedVectorDrawable avd = (AnimatedVectorDrawable) getContext() local
47 setImageDrawable(avd);
48 avd.forceAnimationOnUI();
49 avd.start();
  /external/selinux/libselinux/src/
checkAccess.c 88 struct av_decision avd; local
99 &avd);
101 if ((retval == 0) && ((requested & avd.allowed) == requested)) {
audit2why.c 66 struct sepol_av_decision avd; local
112 avc->av, &avd, &reason);
322 struct sepol_av_decision avd; local
376 rc = sepol_compute_av_reason_buffer(ssid, tsid, tclass, av, &avd, &reason, &reason_buf, 0);
389 if (av & ~avd.auditdeny) {
avc.c 23 struct av_decision avd; member in struct:avc_entry
433 if (node && ((node->ae.avd.decided & requested) == requested)) {
459 * sequence number @ae->avd.seqno is not less than the latest
472 if (ae->avd.seqno < avc_cache.latest_notif) {
475 ae->avd.seqno, avc_cache.latest_notif);
487 memcpy(&node->ae.avd, &ae->avd, sizeof(ae->avd));
696 struct av_decision *avd, int result, void *a)
700 denied = requested & ~avd->allowed
830 struct av_decision avd; local
    [all...]
  /external/ipsec-tools/src/racoon/
security.c 220 struct av_decision avd; local
254 rtn = avc_has_perm(slsid, rangesid, tclass, av, NULL, &avd);
  /external/selinux/policycoreutils/mcstrans/src/
mcscolor.c 81 struct av_decision avd; local
112 rc = security_compute_av_raw(ctx, (security_context_t)raw, context_class, context_contains_perm, &avd);
116 rc = (context_contains_perm & avd.allowed) != context_contains_perm;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DeviceMenuListener.java 31 import com.android.sdklib.internal.avd.AvdInfo;
32 import com.android.sdklib.internal.avd.AvdManager;
83 for (AvdInfo avd : avds) {
85 if (device.getManufacturer().equals(avd.getDeviceManufacturer())
86 && device.getName().equals(avd.getDeviceName())) {
89 item.setText(avd.getName());
  /external/selinux/checkpolicy/
checkpolicy.c 384 struct sepol_av_decision avd; local
730 ret = sepol_compute_av(ssid, tsid, tclass, 0, &avd);
734 for (i = 1; i <= sizeof(avd.allowed) * 8; i++) {
735 if (avd.allowed & (1 << (i - 1))) {
1134 tclass, 0, &avd, &reason,
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
AnimatedVectorDrawableTest.java 146 // The AVD has a duration as 16ms.
173 AnimatedVectorDrawable avd = new AnimatedVectorDrawable(); local
174 ConstantState constantState = avd.getConstantState();
178 assertEquals(0, avd.getChangingConfigurations());
181 avd.setChangingConfigurations(0xff);
182 assertEquals(0xff, avd.getChangingConfigurations());
186 constantState = avd.getConstantState();
190 avd.setChangingConfigurations(0xff00);
192 assertEquals(0xffff, avd.getChangingConfigurations());
216 // AVD is different than VectorDrawable. Every instance of it is a deep cop
    [all...]
  /external/libselinux/src/
avc.c 23 struct av_decision avd; member in struct:avc_entry
393 if (node && ((node->ae.avd.decided & requested) == requested)) {
419 * sequence number @ae->avd.seqno is not less than the latest
432 if (ae->avd.seqno < avc_cache.latest_notif) {
435 ae->avd.seqno, avc_cache.latest_notif);
447 memcpy(&node->ae.avd, &ae->avd, sizeof(ae->avd));
656 struct av_decision *avd, int result, void *a)
660 denied = requested & ~avd->allowed
795 struct av_decision avd; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmulatorConfigTab.java 31 import com.android.sdklib.internal.avd.AvdInfo;
32 import com.android.sdklib.internal.avd.AvdManager;
102 private static final String DEVICES_AND_EMULATORS = "Active devices and AVD's";
103 private static final String EMULATORS_ONLY = "Active AVD's";
156 // this happens if the AVD Manager failed to find the folder in which the AVDs are
185 mAllDevicesTargetButton.setText("Launch on all compatible devices/AVD's");
207 + "Always uses preferred AVD if set below, "
208 + "launches on compatible device/AVD otherwise.");
237 null /* avd manager */,
265 l.setText("If no compatible and active devices or AVD's are found, then an AVD
539 AvdInfo avd = mPreferredAvdSelector.getSelected(); local
    [all...]
AndroidLaunchController.java 51 import com.android.sdklib.internal.avd.AvdInfo;
52 import com.android.sdklib.internal.avd.AvdManager;
100 private static final String FLAG_AVD = "-avd"; //$NON-NLS-1$
223 // default AVD: None
324 // this happens if the AVD Manager failed to find the folder in which the AVDs are
339 // FIXME: check errors on missing sdk, AVD manager, or project target.
346 * - Use Last Launched Device/AVD set.
348 * device/avd is still present, then simply launch on the same device/avd.
352 * with compatible (and not yet running) AVD
1852 AvdInfo avd = response.getAvdToLaunch(); local
    [all...]
  /external/selinux/libsepol/src/
expand.c 3174 avtab_datum_t *avd; local
3326 avtab_datum_t *avd; local
    [all...]
services.c 835 struct sepol_av_decision *avd,
858 avd->allowed = 0;
859 avd->decided = 0xffffffff;
860 avd->auditallow = 0;
861 avd->auditdeny = 0xffffffff;
862 avd->seqno = latest_granting;
887 avd->allowed |= node->datum.data;
890 avd->auditallow |= node->datum.data;
892 avd->auditdeny &= node->datum.data;
896 cond_compute_av(&policydb->te_cond_avtab, &avkey, avd);
1997 struct sepol_av_decision avd; local
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.0.0/
sdklib-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.0.0-beta5/
sdklib-25.0.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.0.0-beta6/
sdklib-25.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.0.0-beta7/
sdklib-25.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.0.0-rc3/
sdklib-25.0.0-rc3.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.1.0/
sdklib-25.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.1.0-alpha3/
sdklib-25.1.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.1.0-alpha4/
sdklib-25.1.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.1.0-beta1/
sdklib-25.1.0-beta1.jar 

Completed in 473 milliseconds

1 2 3 4 5 6