/aosp_15_r20/frameworks/native/libs/binder/ |
H A D | Stability.cpp | 60 return levelString(getRepr(binder.get())); in debugToString() 109 ALOGE("Null binder written with stability %s.", levelString(setting).c_str()); in setRepr() 130 levelString(setting).c_str(), levelString(current).c_str()); in setRepr() 136 ALOGI("Interface set with %s downgraded to %s stability", levelString(current).c_str(), in setRepr() 137 levelString(setting).c_str()); in setRepr() 179 std::string Stability::levelString(int32_t level) { in levelString() function in android::internal::Stability
|
/aosp_15_r20/external/slf4j/slf4j-simple/src/main/java/org/slf4j/simple/ |
H A D | SimpleLogger.java | 230 String levelString = recursivelyComputeLevelString(); in SimpleLogger() local 231 if (levelString != null) { in SimpleLogger() 232 this.currentLogLevel = SimpleLoggerConfiguration.stringToLevel(levelString); in SimpleLogger() 240 String levelString = null; in recursivelyComputeLevelString() local 242 while ((levelString == null) && (indexOfLastDot > -1)) { in recursivelyComputeLevelString() 244 … levelString = CONFIG_PARAMS.getStringProperty(SimpleLogger.LOG_KEY_PREFIX + tempName, null); in recursivelyComputeLevelString() 247 return levelString; in recursivelyComputeLevelString()
|
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/ |
H A D | Log.java | 136 String levelString = System.getProperty(LOG_LEVEL_PROPERTY_NAME); in initLoggingFromSystemProperties() local 139 if (destinationString == null && levelString == null) { in initLoggingFromSystemProperties() 150 if (levelString != null) { in initLoggingFromSystemProperties() 151 level = LogLevel.valueOf(levelString); in initLoggingFromSystemProperties()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/mediacodec/ |
H A D | MediaCodecUtil.java | 729 String levelString = parts[2]; in getDolbyVisionProfileAndLevel() local 730 @Nullable Integer level = dolbyVisionStringToLevel(levelString); in getDolbyVisionProfileAndLevel() 732 Log.w(TAG, "Unknown Dolby Vision level string: " + levelString); in getDolbyVisionProfileAndLevel() 761 @Nullable String levelString = parts[3]; in getHevcProfileAndLevel() local 762 @Nullable Integer level = hevcCodecStringToProfileLevel(levelString); in getHevcProfileAndLevel() 764 Log.w(TAG, "Unknown HEVC level string: " + levelString); in getHevcProfileAndLevel() 1314 private static Integer dolbyVisionStringToLevel(@Nullable String levelString) { in dolbyVisionStringToLevel() argument 1315 if (levelString == null) { in dolbyVisionStringToLevel() 1319 switch (levelString) { in dolbyVisionStringToLevel()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/mediacodec/ |
H A D | MediaCodecUtil.java | 691 String levelString = parts[2]; in getDolbyVisionProfileAndLevel() local 692 @Nullable Integer level = dolbyVisionStringToLevel(levelString); in getDolbyVisionProfileAndLevel() 694 Log.w(TAG, "Unknown Dolby Vision level string: " + levelString); in getDolbyVisionProfileAndLevel() 723 @Nullable String levelString = parts[3]; in getHevcProfileAndLevel() local 724 @Nullable Integer level = hevcCodecStringToProfileLevel(levelString); in getHevcProfileAndLevel() 726 Log.w(TAG, "Unknown HEVC level string: " + levelString); in getHevcProfileAndLevel() 1276 private static Integer dolbyVisionStringToLevel(@Nullable String levelString) { in dolbyVisionStringToLevel() argument 1277 if (levelString == null) { in dolbyVisionStringToLevel() 1281 switch (levelString) { in dolbyVisionStringToLevel()
|
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/bidi/ |
H A D | BiDiConformanceTest.java | 289 for(String levelString: levelStrings) { in parseLevels() 290 if(levelString.length()==0) { continue; } in parseLevels() 291 if(levelString.equals("x")) { in parseLevels() 295 int value=Integer.parseInt(levelString); in parseLevels() 303 errln(" ------------ Levels parse error at '"+levelString+"'"); in parseLevels()
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
H A D | BiDiConformanceTest.java | 292 for(String levelString: levelStrings) { in parseLevels() 293 if(levelString.length()==0) { continue; } in parseLevels() 294 if(levelString.equals("x")) { in parseLevels() 298 int value=Integer.parseInt(levelString); in parseLevels() 306 errln(" ------------ Levels parse error at '"+levelString+"'"); in parseLevels()
|
/aosp_15_r20/system/libvintf/ |
H A D | VintfFm.cpp | 301 std::string levelString{filenameSv}; in loadMatrices() local 303 if (!parse(levelString, &matrixLevel)) { in loadMatrices() 304 LOG(ERROR) << "Unable to parse " << path << ": " << levelString << " is not a level."; in loadMatrices()
|
/aosp_15_r20/external/tpm2-tss/test/tpmclient/ |
H A D | tpmclient.int.c | 69 char levelString[32]; in ErrorHandler() local 74 strcpy(levelString, "TPM"); in ErrorHandler() 77 strcpy(levelString, "System API"); in ErrorHandler() 80 strcpy(levelString, "System API TPM encoded"); in ErrorHandler() 83 strcpy(levelString, "TCTI"); in ErrorHandler() 86 strcpy(levelString, "Resource Mgr TPM encoded"); in ErrorHandler() 89 strcpy(levelString, "Resource Mgr"); in ErrorHandler() 92 strcpy(levelString, "Unknown Level"); in ErrorHandler() 96 snprintf(errorString, errorStringSize, "%s Error: 0x%x\n", levelString, rval); in ErrorHandler()
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 164 static std::string levelString(int32_t level);
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 164 static std::string levelString(int32_t level);
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 164 static std::string levelString(int32_t level);
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 164 static std::string levelString(int32_t level);
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 164 static std::string levelString(int32_t level);
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 164 static std::string levelString(int32_t level);
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 164 static std::string levelString(int32_t level);
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 164 static std::string levelString(int32_t level);
|
/aosp_15_r20/frameworks/native/include/binder/ |
H A D | Stability.h | 166 static std::string levelString(int32_t level);
|
/aosp_15_r20/frameworks/native/libs/binder/include/binder/ |
H A D | Stability.h | 166 static std::string levelString(int32_t level);
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 194 static std::string levelString(Level level);
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 194 static std::string levelString(Level level);
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 194 static std::string levelString(Level level);
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 194 static std::string levelString(Level level);
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 194 static std::string levelString(Level level);
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 194 static std::string levelString(Level level);
|