/cts/tests/tests/permission2/src/android/permission2/cts/ |
RestrictedStoragePermissionSharedUidTest.java | 198 public @NonNull TestApp app1; field in class:RestrictedStoragePermissionSharedUidTest 228 app1.install(); 231 int targetSDK = min(app1.getTargetSDK(), app2.getTargetSDK()); 232 boolean isRestricted = app1.isRestricted && app2.isRestricted; 234 app1.hasRequestedLegacyExternalStorage || app2.hasRequestedLegacyExternalStorage; 251 app1.assertStoragePermGranted(expectedState != DENIED); 255 app1.assertHasNotIsolatedStorage(expectedState == NON_ISOLATED); 262 app1.uninstall();
|
/external/u-boot/drivers/net/ |
xilinx_axi_emac.c | 109 u32 app1; /* TX start << 16 | insert */ member in struct:axidma_bd
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
listobject.c | 266 app1(PyListObject *self, PyObject *v)
function 289 return app1((PyListObject *)op, newitem);
793 if (app1(self, v) == 0)
888 int status = app1(self, item);
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
listobject.c | 266 app1(PyListObject *self, PyObject *v)
function 289 return app1((PyListObject *)op, newitem);
793 if (app1(self, v) == 0)
888 int status = app1(self, item);
[all...] |
/external/python/cpython2/Objects/ |
listobject.c | 266 app1(PyListObject *self, PyObject *v) function 289 return app1((PyListObject *)op, newitem); 793 if (app1(self, v) == 0) 888 int status = app1(self, item); [all...] |
/external/python/cpython3/Objects/ |
listobject.c | 281 app1(PyListObject *self, PyObject *v) function 304 return app1((PyListObject *)op, newitem); 802 if (app1(self, object) == 0) 913 int status = app1(self, item); [all...] |