/aosp12/hardware/qcom/display/msm8994/libhdmi/ |
H A D | hdmi.cpp | 431 for (int dataIndex = 0; dataIndex < gEDIDCount; dataIndex++) { in getModeOrder() local 432 if (gEDIDData[dataIndex].mMode == mode) { in getModeOrder() 658 for (int dataIndex = 0; dataIndex < gEDIDCount; dataIndex++) { in getAttrForMode() local 660 width = gEDIDData[dataIndex].mWidth; in getAttrForMode() 661 height = gEDIDData[dataIndex].mHeight; in getAttrForMode() 662 fps = gEDIDData[dataIndex].mFps; in getAttrForMode() 770 for (int dataIndex = 0; dataIndex < gEDIDCount; dataIndex++) { in getAttrForConfig() local 771 if (gEDIDData[dataIndex].mMode == mode) { in getAttrForConfig() 772 xres = gEDIDData[dataIndex].mWidth; in getAttrForConfig() 773 yres = gEDIDData[dataIndex].mHeight; in getAttrForConfig() [all …]
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
H A D | Base64.java | 80 int dataIndex = 0; in decodeBase64() local 94 dataIndex = i * 4; in decodeBase64() 95 marker0 = base64Data[dataIndex + 2]; in decodeBase64() 96 marker1 = base64Data[dataIndex + 3]; in decodeBase64() 98 b1 = base64Alphabet[base64Data[dataIndex]]; in decodeBase64() 99 b2 = base64Alphabet[base64Data[dataIndex + 1]]; in decodeBase64()
|
/aosp12/packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
H A D | Base64.java | 80 int dataIndex = 0; in decodeBase64() local 94 dataIndex = i * 4; in decodeBase64() 95 marker0 = base64Data[dataIndex + 2]; in decodeBase64() 96 marker1 = base64Data[dataIndex + 3]; in decodeBase64() 98 b1 = base64Alphabet[base64Data[dataIndex]]; in decodeBase64() 99 b2 = base64Alphabet[base64Data[dataIndex + 1]]; in decodeBase64()
|
/aosp12/frameworks/base/telephony/common/com/google/android/mms/pdu/ |
H A D | Base64.java | 83 int dataIndex = 0; in decodeBase64() local 97 dataIndex = i * 4; in decodeBase64() 98 marker0 = base64Data[dataIndex + 2]; in decodeBase64() 99 marker1 = base64Data[dataIndex + 3]; in decodeBase64() 101 b1 = base64Alphabet[base64Data[dataIndex]]; in decodeBase64() 102 b2 = base64Alphabet[base64Data[dataIndex + 1]]; in decodeBase64()
|
/aosp12/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
H A D | LocalSource.java | 80 int dataIndex = cursor.getColumnIndex(MediaStore.Images.Media.DATA); in findAlbums() local 96 if (dataIndex >= 0) { in findAlbums() 97 data.thumbnailUrl = cursor.getString(dataIndex); in findAlbums() 143 int dataIndex = data.cursor.getColumnIndex(MediaStore.Images.Media.DATA); in findPosition() local 146 String url = data.cursor.getString(dataIndex); in findPosition() 164 int dataIndex = cursor.getColumnIndex(MediaStore.Images.Media.DATA); in unpackImageData() local 168 data.url = cursor.getString(dataIndex); in unpackImageData() 210 int dataIndex = cursor.getColumnIndex(MediaStore.Images.Media.DATA); in findImages() local 217 if (dataIndex < 0) { in findImages()
|
/aosp12/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/ |
H A D | ContactsExpansion.java | 63 private void addContact(ViewGroup container, int dataIndex, int thumbnailID) { in addContact() argument 69 ((TextView)contactItem.findViewById(R.id.contact_name)).setText(contactsData[dataIndex++]); in addContact() 71 setText(contactsData[dataIndex++]); in addContact() 72 ((TextView)contactItem.findViewById(R.id.contact_city)).setText(contactsData[dataIndex++]); in addContact() 73 ((TextView)contactItem.findViewById(R.id.contact_phone)).setText(contactsData[dataIndex++]); in addContact() 74 ((TextView)contactItem.findViewById(R.id.contact_email)).setText(contactsData[dataIndex++]); in addContact()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/data/ |
H A D | FilmstripContentQueries.java | 74 … final int dataIndex = cursor.getColumnIndexOrThrow(MediaStore.MediaColumns.DATA); in forCameraPath() local 75 Log.e(TAG, "Error loading data:" + cursor.getString(dataIndex)); in forCameraPath()
|
/aosp12/frameworks/base/core/java/com/android/internal/os/ |
H A D | ZygoteConnection.java | 575 int dataIndex = 0; in handleParentProc() local 578 while (dataIndex < data.length && remainingSleepTime > 0) { in handleParentProc() 595 int readBytes = android.system.Os.read(pipeFd, data, dataIndex, 1); in handleParentProc() 599 dataIndex += readBytes; in handleParentProc() 609 if (dataIndex == data.length) { in handleParentProc()
|
H A D | WrapperInit.java | 215 int dataIndex = OsConstants.CAP_TO_INDEX(i); in preserveCapabilities() local 217 if ((data[dataIndex].inheritable & capMask) != 0) { in preserveCapabilities()
|
/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/atom/ |
H A D | AtomTestCase.java | 798 for (int dataIndex = 0; dataIndex < data.size(); dataIndex++) { in assertStatesOccurred() 799 Atom atom = data.get(dataIndex).getAtom(); in assertStatesOccurred() 805 LogUtil.CLog.i("The following atom at dataIndex=" + dataIndex + " is " in assertStatesOccurred() 807 + data.get(dataIndex).getAtom().toString()); in assertStatesOccurred() 810 LogUtil.CLog.i("Assert that the following atom at dataIndex=" + dataIndex + " is" in assertStatesOccurred() 812 + data.get(dataIndex).getAtom().toString()); in assertStatesOccurred() 813 assertWithMessage("Missed first state").that(dataIndex).isNotEqualTo(0); in assertStatesOccurred() 819 assertTimeDiffBetween(data.get(dataIndex - 1), data.get(dataIndex), in assertStatesOccurred()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | WapPushOverSms.java | 243 int dataIndex = headerStartIndex + headerLength; in decodeWapPdu() local 244 intentData = new byte[pdu.length - dataIndex]; in decodeWapPdu() 245 System.arraycopy(pdu, dataIndex, intentData, 0, intentData.length); in decodeWapPdu()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
H A D | PhotoDataAdapter.java | 986 int dataIndex = start % DATA_CACHE_SIZE; in call() local 988 mData[dataIndex] = info.items.get(i - info.contentStart); in call() 989 if (++dataIndex == DATA_CACHE_SIZE) dataIndex = 0; in call()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/ |
H A D | ContactLoader.java | 830 for (int dataIndex = 0; dataIndex < dataCount; dataIndex++) { in computeFormattedPhoneNumbers() 831 final DataItem dataItem = dataItems.get(dataIndex); in computeFormattedPhoneNumbers()
|
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/ |
H A D | ContactLoader.java | 668 for (int dataIndex = 0; dataIndex < dataCount; dataIndex++) { in computeFormattedPhoneNumbers() 669 final DataItem dataItem = dataItems.get(dataIndex); in computeFormattedPhoneNumbers()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
H A D | BluetoothOppNotification.java | 272 final int dataIndex = cursor.getColumnIndexOrThrow(BluetoothShare._DATA); in updateActiveNotification() local 287 String fileName = cursor.getString(dataIndex); in updateActiveNotification()
|
/aosp12/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/ |
H A D | WapPushTest.java | 2135 int dataIndex = headerStartIndex + headerLength; in dispatchWapPdu() local 2136 intentData = new byte[pdu.length - dataIndex]; in dispatchWapPdu() 2137 System.arraycopy(pdu, dataIndex, intentData, 0, intentData.length); in dispatchWapPdu()
|
/aosp12/packages/services/Car/tests/BugReportApp/libs/ |
H A D | google-http-client-1.30.1.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/ |
H A D | google-http-client-1.36.0.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |