/packages/apps/Nfc/nci/jni/extns/pn54x/src/log/ |
D | phNxpLog.c | 53 uint8_t level = NXPLOG_DEFAULT_LOGLEVEL; in phNxpLog_SetGlobalLogLevel() local 77 static void phNxpLog_SetHALLogLevel (uint8_t level) in phNxpLog_SetHALLogLevel() 108 static void phNxpLog_SetExtnsLogLevel (uint8_t level) in phNxpLog_SetExtnsLogLevel() 138 static void phNxpLog_SetTmlLogLevel (uint8_t level) in phNxpLog_SetTmlLogLevel() 168 static void phNxpLog_SetDnldLogLevel (uint8_t level) in phNxpLog_SetDnldLogLevel() 198 static void phNxpLog_SetNciTxLogLevel (uint8_t level) in phNxpLog_SetNciTxLogLevel() 253 uint8_t level = phNxpLog_SetGlobalLogLevel (); in phNxpLog_InitializeLogLevel() local
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/ |
D | forgetting_curve_utils.cpp | 52 const int level = clampToVisibleEntryLevelRange(newHistoricalInfo->getLevel()); in createUpdatedHistoricalInfo() local 62 const int level = clampToValidLevelRange(newHistoricalInfo->getLevel() + 1); in createUpdatedHistoricalInfo() local 65 const int level = clampToValidLevelRange(newHistoricalInfo->getLevel()); in createUpdatedHistoricalInfo() local 162 /* static */ int ForgettingCurveUtils::clampToVisibleEntryLevelRange(const int level) { in clampToVisibleEntryLevelRange() 171 /* static */ int ForgettingCurveUtils::clampToValidLevelRange(const int level) { in clampToValidLevelRange() 194 for (int level = 0; level <= MAX_LEVEL; ++level) { in ProbabilityTable() local 216 const int tableId, const int level) { in getBaseProbabilityForLevel()
|
D | forgetting_curve_utils.h | 66 int getProbability(const int tableId, const int level, in getProbability()
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | LogSaver.java | 57 public abstract void log(int level, String tag, String msg); in log() 110 void set(int tid, int level, long time, String tag, String message) { in set() 145 public void log(int level, String tag, String msg) { in log() 151 rec.set(Process.myTid(), level, System.currentTimeMillis(), tag, msg); in log() local 250 public void log(int level, String tag, String msg) { in log() 275 private static String getLevelString(final int level) { in getLevelString()
|
D | LogUtil.java | 219 private static void println(final int level, final String tag, final String msg) { in println() 236 public static void save(final int level, final String tag, final String msg) { in save() 247 public static boolean isLoggable(final String tag, final int level) { in isLoggable()
|
D | ConnectivityUtil.java | 223 final int level = (levelDbm < levelEcio) ? levelDbm : levelEcio; in getCdmaLevel() local 244 final int level = (levelEvdoDbm < levelEvdoSnr) ? levelEvdoDbm : levelEvdoSnr; in getEvdoLevel() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | BitmapTileProvider.java | 74 public Bitmap getTile(int level, int x, int y, int tileSize) { in getTile() 75 x >>= level; in getTile() local 76 y >>= level; in getTile() local
|
D | TileImageView.java | 142 public Bitmap getTile(int level, int x, int y, int tileSize); in getTile() 255 int level = tile.mTileLevel; in layoutTiles() local 291 private void getRange(Rect out, int cX, int cY, int level, int rotation) { in getRange() 302 int cX, int cY, int level, float scale, int rotation) { in getRange() 411 int level = mLevel; in render() local 512 private synchronized Tile obtainTile(int x, int y, int level) { in obtainTile() 535 private void activateTile(int x, int y, int level) { in activateTile() 548 private Tile getTile(int x, int y, int level) { in getTile() 552 private static long makeTileKey(int x, int y, int level) { in makeTileKey() 590 int tx, int ty, int level, float x, float y, float length) { in drawTile() [all …]
|
D | TileImageViewAdapter.java | 87 public Bitmap getTile(int level, int x, int y, int tileSize) { in getTile() 141 int level, int x, int y, int tileSize) { in getTileWithoutReusingBitmap()
|
/packages/apps/DevCamera/src/com/android/devcamera/ |
D | CameraDeviceReport.java | 210 int level = p.get(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL); in printCameraInfo() local 269 public static String getTimestampSourceName(Integer level) { in getTimestampSourceName() 280 public static String getFocusDistanceCalibrationName(Integer level) { in getFocusDistanceCalibrationName() 317 public static String getHardwareLevelName(int level) { in getHardwareLevelName()
|
/packages/apps/Gallery2/src/com/android/photos/views/ |
D | TiledImageRenderer.java | 158 public Bitmap getTile(int level, int x, int y, Bitmap reuse); in getTile() 311 int level = tile.mTileLevel; in layoutTiles() local 349 private void getRange(Rect out, int cX, int cY, int level, int rotation) { in getRange() 360 int cX, int cY, int level, float scale, int rotation) { in getRange() 420 int level = mLevel; in draw() local 519 private Tile obtainTile(int x, int y, int level) { in obtainTile() 546 private void activateTile(int x, int y, int level) { in activateTile() 559 private Tile getTile(int x, int y, int level) { in getTile() 563 private static long makeTileKey(int x, int y, int level) { in makeTileKey() 597 int tx, int ty, int level, float x, float y, float length) { in drawTile() [all …]
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/ |
D | TiledImageRenderer.java | 159 public Bitmap getTile(int level, int x, int y, Bitmap reuse); in getTile() 312 int level = tile.mTileLevel; in layoutTiles() local 350 private void getRange(Rect out, int cX, int cY, int level, int rotation) { in getRange() 361 int cX, int cY, int level, float scale, int rotation) { in getRange() 421 int level = mLevel; in draw() local 520 private Tile obtainTile(int x, int y, int level) { in obtainTile() 547 private void activateTile(int x, int y, int level) { in activateTile() 560 @Thunk Tile getTile(int x, int y, int level) { in getTile() 564 private static long makeTileKey(int x, int y, int level) { in makeTileKey() 598 int tx, int ty, int level, float x, float y, float length) { in drawTile() [all …]
|
D | TiledImageView.java | 287 public Bitmap getTile(int level, int x, int y, Bitmap bitmap) { in getTile() 299 tileSize <<= level; in getTile() local
|
/packages/apps/Nfc/nci/jni/ |
D | PowerSwitch.cpp | 97 void PowerSwitch::initialize (PowerLevel level) in initialize() 140 PowerLevel level = UNKNOWN_LEVEL; in getLevel() local 400 const char* PowerSwitch::powerLevelToString (PowerLevel level) in powerLevelToString()
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | ProcessStatsMemDetail.java | 107 float level, CharSequence value) { in addDetailsItem() 126 float level = ((float)mMemTimes[i])/mTotalTime; in fillMemStateSection() local 135 float level = (float)(weight/mMemTotalWeight); in addMemUseDetailsItem() local
|
/packages/apps/TV/common/src/com/android/tv/common/ |
D | MemoryManageable.java | 28 void performTrimMemory(int level); in performTrimMemory()
|
D | TvContentRatingCache.java | 139 public void performTrimMemory(int level) { in performTrimMemory()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/property/ |
D | historical_info.h | 30 HistoricalInfo(const int timestamp, const int level, const int count) in HistoricalInfo()
|
/packages/apps/Gallery2/src/com/android/photos/ |
D | BitmapRegionTileSource.java | 125 public Bitmap getTile(int level, int x, int y, Bitmap bitmap) { in getTile() 156 int level, int x, int y, int tileSize) { in getTileWithoutReusingBitmap()
|
/packages/apps/MusicFX/src/com/android/musicfx/ |
D | ActivityMusic.java | 704 final short level = (short) (progress + mEqualizerMinBandLevel); in onProgressChanged() local 755 final int level = bandLevels[band]; in equalizerUpdateDisplay() local 769 private void equalizerBandUpdate(final int band, final int level) { in equalizerBandUpdate()
|
/packages/apps/TV/src/com/android/tv/parental/ |
D | ContentRatingLevelPolicy.java | 38 @ContentRatingLevel int level) { in getRatingsForLevel()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/ |
D | ProbabilityInfo.java | 51 public ProbabilityInfo(final int probability, final int timestamp, final int level, in ProbabilityInfo()
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/ |
D | PieItem.java | 37 private int level; field in PieItem 56 public PieItem(Drawable drawable, int level) { in PieItem()
|
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/ |
D | LocaleUtils.java | 160 public static boolean isMatch(final int level) { in isMatch()
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/ |
D | DrawableTileSource.java | 89 public Bitmap getTile(int level, int x, int y, Bitmap bitmap) { in getTile()
|