/aosp12/packages/providers/ContactsProvider/tests/assets/testSynced/ |
H A D | expected_contacts.txt | 2 2 _id=1 17 17 _id=2 32 32 _id=3 47 47 _id=4 62 62 _id=5 77 77 _id=6 92 92 _id=7 107 107 _id=8 122 122 _id=9 137 137 _id=10 [all …]
|
H A D | expected_raw_contacts.txt | 2 2 _id=1 20 20 _id=2 38 38 _id=3 56 56 _id=4 74 74 _id=5 92 92 _id=6 110 110 _id=7 128 128 _id=8 146 146 _id=9 164 164 _id=10 [all …]
|
H A D | expected_data.txt | 2 2 _id=778 29 29 _id=779 56 56 _id=780 83 83 _id=781 110 110 _id=782 137 137 _id=783 164 164 _id=784 191 191 _id=785 218 218 _id=786 245 245 _id=787 [all …]
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | QSEvents.kt | 40 enum class QSEvent(private val _id: Int) : UiEventLogger.UiEventEnum { 71 override fun getId() = _id 74 enum class QSEditEvent(private val _id: Int) : UiEventLogger.UiEventEnum { 94 override fun getId() = _id 97 enum class QSDndEvent(private val _id: Int) : UiEventLogger.UiEventEnum { 107 override fun getId() = _id 110 enum class QSUserSwitcherEvent(private val _id: Int) : UiEventLogger.UiEventEnum { 135 override fun getId() = _id
|
/aosp12/packages/providers/ContactsProvider/tests/assets/test1/ |
H A D | expected_data.txt | 2 2 _id=778 29 29 _id=779 56 56 _id=780 83 83 _id=781 110 110 _id=782 137 137 _id=783 164 164 _id=784 191 191 _id=785 218 218 _id=786 245 245 _id=787 [all …]
|
H A D | expected_raw_contacts.txt | 2 2 _id=1 20 20 _id=2 38 38 _id=3 56 56 _id=11 74 74 _id=43
|
H A D | expected_contacts.txt | 2 2 _id=1 17 17 _id=2 32 32 _id=3 47 47 _id=11
|
H A D | expected_groups.txt | 2 2 _id=1 19 19 _id=2 36 36 _id=3 53 53 _id=4
|
/aosp12/packages/providers/ContactsProvider/tests/assets/testUnsynced/ |
H A D | expected_data.txt | 2 2 _id=778 29 29 _id=779 56 56 _id=780 83 83 _id=781 110 110 _id=782 137 137 _id=783 164 164 _id=784 191 191 _id=785 218 218 _id=786 245 245 _id=787 [all …]
|
H A D | expected_contacts.txt | 2 2 _id=1 17 17 _id=2 32 32 _id=3 47 47 _id=4 62 62 _id=5
|
H A D | expected_raw_contacts.txt | 2 2 _id=1 20 20 _id=2 38 38 _id=3 56 56 _id=4 74 74 _id=5
|
/aosp12/packages/apps/Camera2/tests/exiftool_parser/ |
H A D | parser.py | 67 _id = re.search("0x[0-9a-f]{4}", s) variable 68 _id = _id.group(0) variable 89 + _id + '" name="' + name +'">' + value + "</tag>")
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/ |
H A D | PrivacyChipEvent.kt | 22 enum class PrivacyChipEvent(private val _id: Int) : UiEventLogger.UiEventEnum { 29 override fun getId() = _id
|
H A D | PrivacyDialogEvent.kt | 22 enum class PrivacyDialogEvent(private val _id: Int) : UiEventLogger.UiEventEnum { 29 override fun getId() = _id
|
/aosp12/frameworks/native/libs/math/tests/ |
H A D | quat_test.cpp | 90 quatd q7 = 1 + 2_id + 3_jd + 4_kd; in TEST_F() 219 EXPECT_EQ(1_id * 1_id, quat(-1)); in TEST_F() 222 EXPECT_EQ(1_id * 1_jd * 1_kd, quat(-1)); in TEST_F() 244 EXPECT_EQ(1_id, mat4d(1_id).toQuaternion()); in TEST_F()
|
/aosp12/system/logging/logd/ |
H A D | CommandListener.cpp | 246 static const char _id[] = "id="; in runCommand() local 247 if (!strncmp(argv[i], _id, strlen(_id))) { in runCommand() 248 id = argv[i] + strlen(_id); in runCommand()
|
/aosp12/packages/providers/MediaProvider/tools/genfiles/ |
H A D | genfiles.sh | 133 …sts_map on audio_playlists._id=audio_playlists_map.playlist_id left outer join audio on audio_play…
|
/aosp12/packages/providers/MediaProvider/ |
H A D | sqlite3.sh | 74 _id="$1" 77 clause="\"select _data from files where _id='$_id';\""
|
/aosp12/hardware/google/graphics/common/libmemtrack/ |
H A D | dmabuf.cpp | 30 DmabufBuffer(unsigned int _id, size_t _size, size_t _pss) in DmabufBuffer() 31 …: id(_id), type(MEMTRACK_FLAG_SMAPS_UNACCOUNTED | MEMTRACK_FLAG_SHARED_PSS), size(_size), pss(_pss) in DmabufBuffer()
|
/aosp12/hardware/qcom/sm8150p/gps/geofence/ |
H A D | GeofenceAdapter.h | 52 inline GeofenceKey(LocationAPI* _client, uint32_t _id) : in GeofenceKey() 53 client(_client), id(_id) {} in GeofenceKey()
|
/aosp12/hardware/qcom/sm7250/gps/geofence/ |
H A D | GeofenceAdapter.h | 52 inline GeofenceKey(LocationAPI* _client, uint32_t _id) : in GeofenceKey() 53 client(_client), id(_id) {} in GeofenceKey()
|
/aosp12/hardware/qcom/sm7150/gps/geofence/ |
H A D | GeofenceAdapter.h | 52 inline GeofenceKey(LocationAPI* _client, uint32_t _id) : in GeofenceKey() 53 client(_client), id(_id) {} in GeofenceKey()
|
/aosp12/hardware/qcom/sm8150/gps/geofence/ |
H A D | GeofenceAdapter.h | 52 inline GeofenceKey(LocationAPI* _client, uint32_t _id) : in GeofenceKey() 53 client(_client), id(_id) {} in GeofenceKey()
|
/aosp12/hardware/qcom/gps/msm8909w_3100/core/ |
H A D | LocAdapterBase.h | 41 inline LocationSessionKey(LocationAPI* _client, uint32_t _id) : in LocationSessionKey() 42 client(_client), id(_id) {} in LocationSessionKey()
|
/aosp12/hardware/qcom/gps/msm8998/core/ |
H A D | LocAdapterBase.h | 41 inline LocationSessionKey(LocationAPI* _client, uint32_t _id) : in LocationSessionKey() 42 client(_client), id(_id) {} in LocationSessionKey()
|