/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/ |
D | MtpDeviceIndex.java | 243 public Object get(int position, SortOrder order) { in get() argument 248 if (order == SortOrder.ASCENDING) { in get() 273 public IngestObjectInfo getWithoutLabels(int position, SortOrder order) { in getWithoutLabels() argument 278 if (order == SortOrder.ASCENDING) { in getWithoutLabels() 292 public int getPositionFromPositionWithoutLabels(int position, SortOrder order) { in getPositionFromPositionWithoutLabels() argument 301 if (order == SortOrder.DESCENDING) { in getPositionFromPositionWithoutLabels() 321 if (order == SortOrder.DESCENDING) { in getPositionFromPositionWithoutLabels() 334 public int getPositionWithoutLabelsFromPosition(int position, SortOrder order) { in getPositionWithoutLabelsFromPosition() argument 339 if (order == SortOrder.ASCENDING) { in getPositionWithoutLabelsFromPosition() 369 public int getFirstPositionForBucketNumber(int bucketNumber, SortOrder order) { in getFirstPositionForBucketNumber() argument [all …]
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
D | PercentageBarChart.java | 43 public final int order; field in PercentageBarChart.Entry 47 protected Entry(int order, float percentage, Paint paint) { in Entry() argument 48 this.order = order; in Entry() 55 return order - another.order; in compareTo() 150 public static Entry createEntry(int order, float percentage, int color) { in createEntry() argument 154 return new Entry(order, percentage, p); in createEntry()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/ |
D | ieee754.h | 50 static unsigned EffectiveSignificandSize(int order) { in EffectiveSignificandSize() argument 51 if (order >= -1021) in EffectiveSignificandSize() 53 else if (order <= -1074) in EffectiveSignificandSize() 56 return (unsigned)order + 1074; in EffectiveSignificandSize()
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
D | CountedDataInputStream.java | 91 public void setByteOrder(ByteOrder order) { in setByteOrder() argument 92 mByteBuffer.order(order); in setByteOrder() 96 return mByteBuffer.order(); in getByteOrder()
|
D | OrderedDataOutputStream.java | 32 public OrderedDataOutputStream setByteOrder(ByteOrder order) { in setByteOrder() argument 33 mByteBuffer.order(order); in setByteOrder()
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
D | CountedDataInputStream.java | 91 public void setByteOrder(ByteOrder order) { in setByteOrder() argument 92 mByteBuffer.order(order); in setByteOrder() 96 return mByteBuffer.order(); in getByteOrder()
|
D | OrderedDataOutputStream.java | 32 public OrderedDataOutputStream setByteOrder(ByteOrder order) { in setByteOrder() argument 33 mByteBuffer.order(order); in setByteOrder()
|
/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
D | CountedDataInputStream.java | 95 public void setByteOrder(ByteOrder order) { in setByteOrder() argument 96 mByteBuffer.order(order); in setByteOrder() 100 return mByteBuffer.order(); in getByteOrder()
|
D | OrderedDataOutputStream.java | 32 public OrderedDataOutputStream setByteOrder(ByteOrder order) { in setByteOrder() argument 33 mByteBuffer.order(order); in setByteOrder()
|
/packages/apps/Camera2/src/com/android/camera/exif/ |
D | CountedDataInputStream.java | 91 public void setByteOrder(ByteOrder order) { in setByteOrder() argument 92 mByteBuffer.order(order); in setByteOrder() 96 return mByteBuffer.order(); in getByteOrder()
|
D | OrderedDataOutputStream.java | 32 public OrderedDataOutputStream setByteOrder(ByteOrder order) { in setByteOrder() argument 33 mByteBuffer.order(order); in setByteOrder()
|
/packages/apps/Gallery/src/com/android/camera/ |
D | ImageGetter.java | 159 int [] order = mCB.loadOrder(); 160 for (int i = 0; i < order.length; i++) { 162 int offset = order[i]; 188 for (int i = 0; i < order.length; i++) { 190 int offset = order[i];
|
/packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/ |
D | RatingsFragment.java | 175 private void updateDependentRatingItems(ContentRatingSystem.Order order, in updateDependentRatingItems() argument 180 int ratingOrderIndex = item.getRatingOrderIndex(order); in updateDependentRatingItems() 222 for (ContentRatingSystem.Order order : mContentRatingSystem.getOrders()) { in RatingItem() 223 int orderIndex = order.getRatingIndex(mRating); in RatingItem() 225 mOrders.add(order); in RatingItem() 283 private int getRatingOrderIndex(ContentRatingSystem.Order order) { in getRatingOrderIndex() argument 284 int orderIndex = mOrders.indexOf(order); in getRatingOrderIndex()
|
/packages/apps/DeskClock/src/com/android/deskclock/data/ |
D | Timer.java | 300 int order = Integer.compare(stateIndex1, stateIndex2); 301 if (order == 0) { 304 order = Long.compare(timer1.getLength(), timer2.getLength()); 306 order = Long.compare(timer1.getRemainingTime(), timer2.getRemainingTime()); 310 return order;
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
D | BluetoothPbapClient.java | 739 public boolean pullVcardListing(String folder, byte order) { in pullVcardListing() argument 740 return pullVcardListing(folder, order, SEARCH_ATTR_NAME, null, 0, 0); in pullVcardListing() 775 public boolean pullVcardListing(String folder, byte order, int maxListCount, in pullVcardListing() argument 777 return pullVcardListing(folder, order, SEARCH_ATTR_NAME, null, maxListCount, in pullVcardListing() 815 public boolean pullVcardListing(String folder, byte order, byte searchAttr, in pullVcardListing() argument 817 BluetoothPbapRequest req = new BluetoothPbapRequestPullVcardListing(folder, order, in pullVcardListing()
|
D | BluetoothPbapRequestPullVcardListing.java | 40 public BluetoothPbapRequestPullVcardListing(String folder, byte order, byte searchAttr, in BluetoothPbapRequestPullVcardListing() argument 61 if (order >= 0) { in BluetoothPbapRequestPullVcardListing() 62 oap.add(OAP_TAGID_ORDER, order); in BluetoothPbapRequestPullVcardListing()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/ |
D | Utils.java | 91 converter.order(ByteOrder.nativeOrder()); in byteArrayToShort() 97 converter.order(ByteOrder.nativeOrder()); in byteArrayToInt() 103 converter.order(ByteOrder.nativeOrder()); in intToByteArray() 111 converter.order(ByteOrder.BIG_ENDIAN); in uuidToByteArray() 124 converter.order(ByteOrder.BIG_ENDIAN); in uuidsToByteArray() 144 converter.order(ByteOrder.BIG_ENDIAN); in byteArrayToUuid()
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
D | OpenWnnDictionaryImpl.java | 417 protected void createQuery( String keyString, WnnWord wnnWord, int operation, int order) { in createQuery() argument 495 switch( order ) { in createQuery() 535 public int searchWord( int operation, int order, String keyString ) { in searchWord() argument 544 createQuery( keyString, null, operation, order ); in searchWord() 567 … int ret = OpenWnnDictionaryImplJni.searchWord( this.mWnnWork, operation, order, keyString ); in searchWord() 580 public int searchWord( int operation, int order, String keyString, WnnWord wnnWord ) { in searchWord() argument 589 createQuery( keyString, wnnWord, operation, order ); in searchWord() 612 … int ret = OpenWnnDictionaryImplJni.searchWord( this.mWnnWork, operation, order, keyString ); in searchWord()
|
D | WnnDictionary.java | 226 public int searchWord(int operation, int order, String keyString ); in searchWord() argument 244 public int searchWord(int operation, int order, String keyString, WnnWord wnnWord ); in searchWord() argument
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | Thumbnail.java | 203 String order = ImageColumns.DATE_TAKEN + " DESC," + ImageColumns._ID + " DESC"; in getLastImageThumbnail() local 207 cursor = resolver.query(query, projection, selection, null, order); in getLastImageThumbnail() 228 String order = VideoColumns.DATE_TAKEN + " DESC," + VideoColumns._ID + " DESC"; in getLastVideoThumbnail() local 232 cursor = resolver.query(query, projection, selection, null, order); in getLastVideoThumbnail()
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/ |
D | QueryService.java | 60 final String order = intent.getStringExtra(EXTRA_ORDER); in onHandleIntent() local 68 order); in onHandleIntent()
|
/packages/screensavers/Basic/src/com/android/dreams/basic/ |
D | ColorsGLRenderer.java | 364 bb.order(ByteOrder.nativeOrder()); in Square() 370 bb.order(ByteOrder.nativeOrder()); in Square() 377 dlb.order(ByteOrder.nativeOrder()); in Square()
|
/packages/apps/Nfc/src/com/android/nfc/beam/ |
D | FireflyRenderer.java | 105 vbb.order(ByteOrder.nativeOrder()); in FireflyRenderer() 111 ibb.order(ByteOrder.nativeOrder()); in FireflyRenderer() 117 tbb.order(ByteOrder.nativeOrder()); in FireflyRenderer()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapObexServer.java | 483 public String order; field in BluetoothPbapObexServer.AppParamValue 498 order = ""; in AppParamValue() 509 + needTag + " vcard21=" + vcard21 + " order=" + order); in dump() 533 appParamValue.order = Byte.toString(appParam[i]); in parseApplicationParameter() 863 String orderPara = appParamValue.order.trim(); in pullVcardListing() 870 if (V) Log.v(TAG, "Order parameter is not supported: " + appParamValue.order); in pullVcardListing()
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | AppStorageSettings.java | 484 int order = 0; in refreshGrantedUriPermissions() local 494 pref.setOrder(order); in refreshGrantedUriPermissions() 495 Log.v(TAG, "Adding preference '" + pref + "' at order " + order); in refreshGrantedUriPermissions() 503 mClearUri.setOrder(order); in refreshGrantedUriPermissions()
|