| /packages/modules/AdServices/shared/libraries/side-less/java/com/android/adservices/shared/testing/ |
| D | AndroidSdk.java | 72 Level(int level) { in Level() 78 public boolean isAtLeast(Level level) { in isAtLeast() 89 public static Level forLevel(int level) { in forLevel() 141 public static Range forAtLeast(int level) { in forAtLeast() 146 public static Range forAtMost(int level) { in forAtMost() 156 public static Range forExactly(int level) { in forExactly() 166 public boolean isInRange(int level) { in isInRange()
|
| D | DynamicLogger.java | 78 public void log(LogLevel level, String tag, @FormatString String msgFmt, Object... msgArgs) { in log() 85 LogLevel level, in log() 127 private static void call(LogLevel level, String tag, @Nullable Method method, Object... args) { in call() 145 LogLevel level, in call() 204 LogLevel level, String tag, @FormatString String msgFmt, Object... msgArgs) { in log() 233 LogLevel level, in log() 304 LogLevel level, String tag, @FormatString String msgFmt, Object... msgArgs) { in log() 311 LogLevel level, in log()
|
| D | LogEntry.java | 29 public final LogLevel level; field in LogEntry 34 public LogEntry(LogLevel level, String tag, String message) { in LogEntry() 38 public LogEntry(LogLevel level, String tag, String message, @Nullable Throwable throwable) { in LogEntry()
|
| D | Logger.java | 98 void log(LogLevel level, @FormatString String msgFmt, @Nullable Object... msgArgs) { in log() 105 LogLevel level, Throwable t, @FormatString String msgFmt, @Nullable Object... msgArgs) { in log() 131 LogLevel level, in log() 139 LogLevel level, in log()
|
| D | StandardStreamsLogger.java | 56 public void log(LogLevel level, String tag, @FormatString String msgFmt, Object... msgArgs) { in log() 65 LogLevel level, in log()
|
| /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()
|
| /packages/modules/AdServices/shared/tests/host-side/java/com/android/adservices/shared/testing/ |
| D | HostSideDynamicLoggerTest.java | 150 private void assertLogEntry(LogLevel level, String message) { in assertLogEntry() 166 LogLevel level, Throwable throwable, String message) throws IOException { in assertLogEntryWithFlattenedException() 171 LogLevel level, Throwable throwable, String message) throws IOException { in assertLogEntryWithMultiLineException() 211 private static String getExpectedMessage(LogLevel level, @Nullable String tag, String message) { in getExpectedMessage() 228 private static String getExpectedMessage(LogLevel level, String message) { in getExpectedMessage()
|
| /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()
|
| /packages/modules/AdServices/shared/libraries/side-less/java/com/android/adservices/shared/meta_testing/ |
| D | FakeLogger.java | 45 public void log(LogLevel level, String tag, @FormatString String msgFmt, Object... msgArgs) { in log() 52 LogLevel level, in log() 72 LogLevel level, in addEntry()
|
| /packages/modules/Bluetooth/system/log/src/ |
| D | vlog_syslog.cc | 51 void vlog(Level level, char const* tag, source_location location, in vlog() 105 void SetLogLevelForTag(char const* tag, uint8_t level) { in SetLogLevelForTag() 115 void SetDefaultLogLevel(uint8_t level) { in SetDefaultLogLevel()
|
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
| D | AccessPointPreference.java | 101 int level, IconInjector iconInjector) { in AccessPointPreference() 160 protected void updateIcon(int level, Context context) { in updateIcon() 218 int level = mAccessPoint.getLevel(); in refresh() local 256 int level = ap.getLevel(); in buildContentDescription() local 300 public Drawable getIcon(int level) { in getIcon() 327 public static int getWifiIconResource(int level) { in getWifiIconResource() 339 public static int getWifiIconResource(boolean showX, int level) { in getWifiIconResource()
|
| /packages/apps/Settings/src/com/android/settings/development/autofill/ |
| D | AutofillLoggingLevelPreferenceController.java | 96 final int level = Settings.Global.getInt(mContext.getContentResolver(), in updateOptions() local 113 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 …]
|
| /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/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/ |
| D | BaseDataTest.java | 104 BaseData.BaseInformation level = data.getLevelOne(); in parseBaseData() local 177 BaseData.BaseInformation level = data.getLevelOne(); in parseBaseData_longMetaData() local
|
| /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/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/common/ |
| D | BatteryInfo.java | 39 int level = batteryStatus.getIntExtra(BatteryManager.EXTRA_LEVEL, -1); in handleBatteryStatusIntent() local 60 float level = handleBatteryStatusIntent(stickyIntent); in batteryOkForTraining() local
|
| /packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
| D | bluetooth_logging.rs | 55 let level = if self.is_debug { LevelFilter::Debug } else { LevelFilter::Info }; in initialize() localVariable 112 let level = if self.is_debug { LevelFilter::Debug } else { LevelFilter::Info }; in set_debug_logging() localVariable 116 let level = self.get_libbluetooth_level(); in set_debug_logging() localVariable
|
| /packages/modules/AdServices/shared/libraries/device-side/java/com/android/adservices/shared/testing/ |
| D | AndroidLogger.java | 38 public void log(LogLevel level, String tag, @FormatString String msgFmt, Object... msgArgs) { in log() 67 LogLevel level, in log()
|
| /packages/modules/AdServices/shared/libraries/host-side/java/com/android/adservices/shared/testing/ |
| D | ConsoleLogger.java | 37 public void log(LogLevel level, String tag, @FormatString String msgFmt, Object... msgArgs) { in log() 66 LogLevel level, in log()
|
| /packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/storage/s2/ |
| D | S2Support.java | 57 int level = getS2Level(cellId); in cellIdToString() local 101 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 | 91 void PowerSwitch::initialize(PowerLevel level) { in initialize() 132 PowerLevel level = UNKNOWN_LEVEL; in getLevel() local 378 const char* PowerSwitch::powerLevelToString(PowerLevel level) { in powerLevelToString()
|
| /packages/modules/Bluetooth/floss/pandora/floss/ |
| D | cmd_utils.py | 49 def __init__(self, level, prefix): argument 101 def create_logger(self, level=logging.DEBUG, prefix=''): argument 121 def create_logger(level=logging.DEBUG, prefix=''): argument
|