/cts/tests/tests/slice/src/android/slice/cts/ |
SliceMetricsTest.java | 15 package android.slice.cts; 17 import android.app.slice.SliceMetrics; 36 private static final Uri BASE_URI = Uri.parse("content://android.slice.cts.local/"); 37 private static final Uri SUB_SLICE_URI = Uri.parse("content://android.slice.cts.local/sub"); 53 MetricsAsserts.assertHasLog("Missing slice visible log", mMetricsReader, 54 getLogMaker().setCategory(MetricsEvent.SLICE).setType(MetricsEvent.TYPE_OPEN)); 60 MetricsAsserts.assertHasLog("Missing slice hidden log", mMetricsReader, 61 getLogMaker().setCategory(MetricsEvent.SLICE).setType(MetricsEvent.TYPE_CLOSE)); 67 MetricsAsserts.assertHasLog("Missing slice touch log", mMetricsReader, 68 getLogMaker().setCategory(MetricsEvent.SLICE) [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
opcode.h | 38 #define SLICE 30
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
opcode.h | 38 #define SLICE 30
|
/external/python/cpython2/Include/ |
opcode.h | 38 #define SLICE 30
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
ceval.c | 4413 PyObject *slice = PySlice_New(v, w, NULL); local 4443 PyObject *slice = PySlice_New(v, w, NULL); local [all...] |
compile.c | 727 case SLICE+0:
729 case SLICE+1:
731 case SLICE+2:
733 case SLICE+3:
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
ceval.c | 4391 PyObject *slice = PySlice_New(v, w, NULL); local 4421 PyObject *slice = PySlice_New(v, w, NULL); local [all...] |
compile.c | 704 case SLICE+0:
706 case SLICE+1:
708 case SLICE+2:
710 case SLICE+3:
[all...] |
/external/python/cpython2/Python/ |
compile.c | 727 case SLICE+0: 729 case SLICE+1: 731 case SLICE+2: 733 case SLICE+3: [all...] |
ceval.c | 4770 PyObject *slice = PySlice_New(v, w, NULL); local 4800 PyObject *slice = PySlice_New(v, w, NULL); local [all...] |