Home
last modified time | relevance | path

Searched defs:level (Results 1 – 25 of 201) sorted by relevance

123456789

/packages/modules/AdServices/shared/libraries/side-less/java/com/android/adservices/shared/testing/
DAndroidSdk.java72 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()
DDynamicLogger.java78 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()
DLogEntry.java29 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()
DLogger.java98 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()
DStandardStreamsLogger.java56 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/
Dforgetting_curve_utils.cpp52 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/
DHostSideDynamicLoggerTest.java150 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/
DLogSaver.java57 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/
DFakeLogger.java45 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/
Dvlog_syslog.cc51 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/
DAccessPointPreference.java101 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/
DAutofillLoggingLevelPreferenceController.java96 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/
DBitmapTileProvider.java74 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
DTileImageView.java142 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/
Dlogging.cpp23 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/
DBaseDataTest.java104 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/
DCameraDeviceReport.java210 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/
DTiledImageRenderer.java158 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/
DBatteryInfo.java39 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/
Dbluetooth_logging.rs55 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/
DAndroidLogger.java38 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/
DConsoleLogger.java37 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/
DS2Support.java57 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/
DPowerSwitch.cpp91 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/
Dcmd_utils.py49 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

123456789