| /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/ | 
| D | forgetting_curve_utils.cpp | 52         const int level = clampToVisibleEntryLevelRange(newHistoricalInfo->getLevel());  in createUpdatedHistoricalInfo()  local62             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()
 
 | 
| /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()
 
 | 
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ | 
| D | AccessPointPreference.java | 101       int level, IconInjector iconInjector) {  in AccessPointPreference()161   protected void updateIcon(int level, Context context) {  in updateIcon()
 219     int level = mAccessPoint.getLevel();  in refresh()  local
 260     int level = ap.getLevel();  in buildContentDescription()  local
 304     public Drawable getIcon(int level) {  in getIcon()
 331   public static int getWifiIconResource(int level) {  in getWifiIconResource()
 343   public static int getWifiIconResource(boolean showX, int level) {  in getWifiIconResource()
 
 | 
| /packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ | 
| D | bluetooth_logging.rs | 21         let level = if is_debug { LevelFilter::Debug } else { LevelFilter::Info };  in new()  localVariable51         let level = if self.is_debug { LevelFilter::Debug } else { LevelFilter::Info };  in set_debug_logging()  localVariable
 55         let level =  in set_debug_logging()  localVariable
 
 | 
| /packages/apps/Settings/src/com/android/settings/development/autofill/ | 
| D | AutofillLoggingLevelPreferenceController.java | 96         final int level = Settings.Global.getInt(mContext.getContentResolver(),  in updateOptions()  local113         int level = AutofillManager.NO_LOGGING;  in writeLevel()  local
 118                 Settings.Global.AUTOFILL_LOGGING_LEVEL, level);  in writeLevel()  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/modules/adb/client/openscreen/platform/ | 
| D | logging.cpp | 23 bool IsLoggingOn(LogLevel level, const char* file) {  in IsLoggingOn()27 void LogWithLevel(LogLevel level, const char* file, int line, std::stringstream message) {  in LogWithLevel()
 
 | 
| /packages/apps/DevCamera/src/com/android/devcamera/ | 
| D | CameraDeviceReport.java | 210             int level = p.get(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL);  in printCameraInfo()  local269     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/WallpaperPicker/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/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/s2/ | 
| D | S2Support.java | 57         int level = getS2Level(cellId);  in cellIdToString()  local101     public static long cellId(int level, int faceId, long index) {  in cellId()
 146     public static int storageBitCountForLevel(int level) {  in storageBitCountForLevel()
 166         int level = getS2Level(cellId);  in offsetCellId()  local
 
 | 
| /packages/apps/Nfc/nci/jni/ | 
| D | PowerSwitch.cpp | 90 void PowerSwitch::initialize(PowerLevel level) {  in initialize()131   PowerLevel level = UNKNOWN_LEVEL;  in getLevel()  local
 381 const char* PowerSwitch::powerLevelToString(PowerLevel level) {  in powerLevelToString()
 
 | 
| /packages/apps/Settings/src/com/android/settings/network/telephony/ | 
| D | NetworkOperatorPreference.java | 137         final int level = signalStrength != null ? signalStrength.getLevel() : LEVEL_NONE;  in refresh()  local146     public void setIcon(int level) {  in setIcon()
 257     private void updateIcon(int level) {  in updateIcon()
 
 | 
| /packages/modules/Bluetooth/system/gd/packet/ | 
| D | packet_builder_unittest.cc | 202   static std::unique_ptr<NestedBuilder> Create(uint8_t level) {  in Create()206 …unique_ptr<NestedBuilder> CreateNested(std::unique_ptr<BasePacketBuilder> payload, uint8_t level) {  in CreateNested()
 229 …NestedBuilder(std::unique_ptr<BasePacketBuilder> inner, uint8_t level) : payload_(std::move(inner)…  in NestedBuilder()
 230   NestedBuilder(uint8_t level) : level_(level) {}  in NestedBuilder()
 
 | 
| /packages/modules/Bluetooth/tools/rootcanal/emulator/include/ | 
| D | log.h | 30 #define LOGWRAPPER(level, fmt, args...)                                      \  argument38 #define LOGWRAPPER(level, fmt, args...)                                  \  argument
 
 | 
| /packages/apps/Car/Settings/src/com/android/car/settings/qc/ | 
| D | MobileNetworkQCUtils.java | 105         int level = (strength == null) ? 0 : strength.getLevel();  in getSignalStrengthDrawable()  local115     private static Drawable createSignalDrawable(Context context, int level, int numLevels) {  in createSignalDrawable()
 
 | 
| /packages/apps/Settings/src/com/android/settings/wifi/ | 
| D | WifiEntryPreference.java | 154             int level = mWifiEntry.getLevel();  in refresh()  local223     void updateIcon(boolean showX, int level) {  in updateIcon()
 277         int level = mWifiEntry.getLevel();  in buildContentDescription()  local
 
 | 
| /packages/apps/TV/common/src/com/android/tv/common/memory/ | 
| D | MemoryManageable.java | 25     void performTrimMemory(int level);  in performTrimMemory()
 | 
| /packages/apps/Settings/src/com/android/settings/fuelgauge/ | 
| D | BatteryMeterView.java | 64     public void setBatteryLevel(int level) {  in setBatteryLevel()93         final int level = mDrawable.getBatteryLevel();  in updateColorFilter()  local
 
 | 
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/ | 
| D | BaseDataTest.java | 82         BaseData.BaseInformation level = data.getLevelOne();  in parseBaseData()  local
 | 
| /packages/modules/Bluetooth/android/pandora/server/src/com/android/pandora/ | 
| D | Security.kt | 119             val level = request.le  in <lambda>()  constant130             val level = request.classic  in <lambda>()  constant
 
 | 
| /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()
 
 |