HomeSort by relevance Sort by last modified time
    Searched refs:app1 (Results 1 - 9 of 9) sorted by null

  /external/r8/src/test/java/com/android/tools/r8/internal/
R8GMSCoreFixedPointTest.java 25 AndroidApp app1 = local
33 AndroidApp app2 = ToolHelper.runR8(app1, options -> {
40 app1.getDexProgramResources().size(),
R8GMSCoreDeterministicTest.java 56 AndroidApp app1 = doRun(); local
61 List<Resource> files1 = app1.getDexProgramResources();
76 app1.writeToZip(combinedInput, OutputMode.Indexed);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/macros/
macros.exp 69 run_dump_test app1
  /packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
ApplicationFeatureProviderImplTest.java 67 private final String APP_1 = "app1";
216 final ResolveInfo app1 = createResolveInfo(APP_1); local
219 .thenReturn(app1);
221 .thenReturn(app1);
227 .thenReturn(app1);
233 new ApplicationInfo(app1.activityInfo.applicationInfo)));
236 new ApplicationInfo(app1.activityInfo.applicationInfo)));
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ApplicationTest.java 59 Application app1 = ShadowApplication.bind(new Application(), resourceLoader1); local
66 assertEquals("title from resourceLoader1", new ContextWrapper(app1).getResources().getString(R.id.title));
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DevicePolicyManagerTest.java 3593 final String app1 = "com.example.app1"; local
    [all...]
  /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);
796 if (app1(self, v) == 0)
891 int status = app1(self, item);
    [all...]

Completed in 1630 milliseconds