Searched refs:offset (Results 201 - 225 of 269) sorted by relevance

1234567891011

/packages/apps/OMA-DM/engine/dmlib/linux_java/samples/unittest/src/
H A Ddmt_test.cc314 int offset=0; local
316 while(offset < size)
318 putchar(buffer[offset++]);
667 int offset = 0; local
673 { setLen = n - offset;
682 printESNChunk(&szBuf[offset], setLen);
683 chunkData.SetChunkData((const UINT8 *)&szBuf[offset], setLen);
696 offset += setLen;
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ssession/src/
H A DSYNCML_DM_BuildPackage.cc1830 UINT32 offset = 0; local
1835 (BufferSize_t *)&offset, 0, NULL);
2680 BufferSize_t offset = 0; local
2720 &offset,
3009 int offset = 0; local
3024 while (offset < largeObjectBufferUsedSize && !isAllSet)
3026 setLen = largeObjectBufferUsedSize - offset;
3031 if(largeObjFileHandle->seek(XPL_FS_SEEK_SET, offset) != SYNCML_DM_SUCCESS)
3064 offset += setLen;
3109 int offset local
3841 UINT32 offset = 0; local
4054 int offset =0; local
4075 UINT32 offset = 0; local
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapbMessage.java376 int offset=0;
377 while ((bytesRead = mInStream.read(data, offset, length-offset)) != (length - offset)) {
380 offset += bytesRead;
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
H A DUtility.java390 final int offset = sha1[19] & 0xf; // SHA1 is 20 bytes.
391 return ((sha1[offset] & 0x7f) << 24)
392 | ((sha1[offset + 1] & 0xff) << 16)
393 | ((sha1[offset + 2] & 0xff) << 8)
394 | ((sha1[offset + 3] & 0xff));
/packages/apps/Nfc/nxp/jni/
H A Dcom_android_nfc_NativeNfcTag.cpp698 uint8_t offset = 0; local
761 offset = 2;
787 offset = 2;
810 transceive_info.sSendData.buffer = outbuf + offset;
811 transceive_info.sSendData.length = outlen - offset;
/packages/apps/Browser/src/com/android/browser/view/
H A DPieMenu.java629 private boolean inside(PointF polar, float offset, PieItem item) { argument
630 return (item.getInnerRadius() - offset < polar.y)
631 && (item.getOuterRadius() - offset > polar.y)
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DPinnedHeaderListView.java463 int offset = 0;
467 offset += header.height;
470 smoothScrollToPositionFromTop(position + getHeaderViewsCount(), offset,
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/
H A DCitiesActivity.java175 int offset = -100000; //some value that cannot be a real offset
198 // If the list is sorted by time, and the gmt offset is different than
199 // the previous city's gmt offset, insert a section header.
203 if (offset != newOffset) {
204 offset = newOffset;
/packages/apps/Gallery2/src/com/android/photos/views/
H A DGalleryThumbnailView.java173 // final int offset = top + Math.min(mRestoreOffset, 0);
174 // Arrays.fill(mItemTops, offset);
175 // Arrays.fill(mItemBottoms, offset);
477 final void offsetChildren(int offset) { argument
481 child.layout(child.getLeft() + offset, child.getTop(),
482 child.getRight() + offset, child.getBottom());
/packages/apps/Camera/src/com/android/camera/
H A DActivityBase.java630 private void switchWithCaptureAnimation(int offset) { argument
631 if (mServer != null) mServer.switchWithCaptureAnimation(offset);
/packages/apps/Mms/src/com/android/mms/util/
H A DThumbnailManager.java383 private Bitmap requestDecode(byte[] bytes, int offset, argument
389 BitmapFactory.decodeByteArray(bytes, offset, length, options));
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DHostEmulationManager.java505 static String bytesToString(byte[] bytes, int offset, int length) { argument
510 byteValue = bytes[offset + j] & 0xFF;
/packages/apps/OMA-DM/engine/dmlib/tool-src/db_wizard_tool/com/mot/dm/dbtool/
H A DGenerator.java51 Arrays.sort(arraySortedRecords); //re-sort again including newlly generated names offset
108 // set offset for Applications Settings for each record and generate Applications Setting Table
113 // set offset and binary data for Applications Settings for each record
212 // generate operators names table with name length. assign offset for each record
222 Integer offset = (Integer) hashNames.get(name);
223 arraySortedRecords[i].operator_name_offset = offset.intValue();
253 //generate operators names table with name length. assign offset for each record
263 Integer offset = (Integer) hashNames.get(name);
264 arraySortedRecords[i].operator_name_offset = offset.intValue();
269 //then offset wil
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DDictionaryInfoUtils.java290 final long offset, final long length) {
293 BinaryDictionaryUtils.getHeaderWithOffsetAndLength(file, offset, length);
289 getDictionaryFileHeaderOrNull(final File file, final long offset, final long length) argument
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapVcardManager.java458 public final int composeAndSendPhonebookOneVcard(Operation op, final int offset, argument
461 if (offset < 1) {
462 Log.e(TAG, "Internal error: offset is not correct.");
474 contactCursor.moveToPosition(offset - 1);
491 contactCursor.moveToPosition(offset - 1);
/packages/apps/Camera/src/com/android/camera/ui/
H A DFaceView.java210 mRect.offset(dx, dy);
/packages/apps/Camera2/src/com/android/camera/ui/
H A DZoomView.java258 newRect.offset(dx, dy);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAlbumSetPage.java181 Rect offset = new Rect();
182 mRootPane.getBoundsOf(mSlotView, offset);
186 center[0] = offset.left + (r.left + r.right) / 2 - scrollX;
187 center[1] = offset.top + (r.top + r.bottom) / 2 - scrollY;
H A DPhotoPage.java926 public boolean switchWithCaptureAnimation(int offset) { argument
927 return mPhotoView.switchWithCaptureAnimation(offset);
1199 public void onDeleteImage(Path path, int offset) { argument
1202 mDeleteIsFocus = (offset == 0);
1203 mMediaSet.addDeletion(path, mCurrentIndex + offset);
/packages/apps/OMA-DM/engine/dmlib/plugin/src/
H A DdmtRWPlugin.cc1250 int offset = 0; local
1294 { setLen = totalSize- offset;
1303 if(tempFileHandler.seek(XPL_FS_SEEK_SET, offset) != SYNCML_DM_SUCCESS)
1326 offset += setLen;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
H A DKeyboardAccessibilityNodeProvider.java232 mTempBoundsInScreen.offset(
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizePagedView.java422 int[] offset = new int[2];
424 mLauncher.getDragLayer().getLocationInDragLayer(this, offset);
428 offset[0];
429 pos[1] += offset[1] - mLauncher.getDragLayer().getPaddingTop();
1179 int offset = (page - mNumAppsPages) * numItemsPerPage;
1180 for (int i = offset; i < Math.min(offset + numItemsPerPage, mWidgets.size()); ++i) {
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ua/src/
H A DdmMetaDataManager.cc1059 UINT32 offset = 0; local
1074 offset = (m_oLastNodeLocator.m_oLocator[i-1]).m_nOffset;
1077 oBuffer.SetOffset(offset);
1085 offset = (m_oLastNodeLocator.m_oLocator[count1-1]).m_nOffset;
1088 oBuffer.SetOffset(offset);
1093 offset = (m_oLastNodeLocator.m_oLocator[count2-1]).m_nOffset;
1097 oBuffer.SetOffset(offset);
/packages/apps/OMA-DM/engine/dmlib/dmt-tools/lib/
H A Djoda-time-1.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...
/packages/apps/Calendar/src/com/android/calendar/month/
H A DMonthByWeekFragment.java476 long offset = useSelected ? 0 : DateUtils.WEEK_IN_MILLIS * mNumWeeks / 3;
477 controller.setTime(newTime + offset);

Completed in 726 milliseconds

1234567891011