/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/ |
H A D | DateDeserializers.java | 247 public CalendarDeserializer(CalendarDeserializer src, DateFormat df, String formatString) { in CalendarDeserializer() 253 protected CalendarDeserializer withDateFormat(DateFormat df, String formatString) { in withDateFormat() 301 public DateDeserializer(DateDeserializer base, DateFormat df, String formatString) { in DateDeserializer() 306 protected DateDeserializer withDateFormat(DateFormat df, String formatString) { in withDateFormat() 329 public SqlDateDeserializer(SqlDateDeserializer src, DateFormat df, String formatString) { in SqlDateDeserializer() 334 protected SqlDateDeserializer withDateFormat(DateFormat df, String formatString) { in withDateFormat() 360 … public TimestampDeserializer(TimestampDeserializer src, DateFormat df, String formatString) { in TimestampDeserializer() 365 protected TimestampDeserializer withDateFormat(DateFormat df, String formatString) { in withDateFormat()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | clspv_utils.cpp | 42 char getPrintfConversionSpecifier(std::string_view formatString) in getPrintfConversionSpecifier() 47 bool IsVectorFormat(std::string_view formatString) in IsVectorFormat() 60 std::string PrintFormattedString(const std::string &formatString, in PrintFormattedString() 137 std::string PrintVectorFormatIntoString(std::string formatString, in PrintVectorFormatIntoString() 209 const std::string &formatString = descs->at(printfID).formatSpecifier; in ProcessPrintfStatement() local
|
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/delegate/ |
H A D | ETCoreMLLogging.h | 51 #define ETCoreMLLogErrorAndSetNSError(errorOut, errorCode, formatString, ...) … argument 67 …TCoreMLLogUnderlyingErrorAndSetNSError(errorOut, errorCode, underlyingNSError, formatString, ...) \ argument 82 #define ETCoreMLLogError(error, formatString, ...) \ argument
|
/aosp_15_r20/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/framework/util/ |
H A D | MessageFormats.kt | 29 fun Context.formatString(@StringRes resId: Int, vararg arguments: Pair<String, Any>): String = method 34 fun Resources.formatString(@StringRes resId: Int, vararg arguments: Pair<String, Any>): String = method
|
/aosp_15_r20/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/ |
H A D | InputConnectionTestUtils.java | 51 public static CharSequence formatString(final String formatString) { in formatString() method in InputConnectionTestUtils
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/nfc/ |
D | PaymentDefaultDialog.java | 137 String formatString = getString(R.string.nfc_payment_set_default); in buildDialog() local 144 String formatString = getString(R.string.nfc_payment_set_default_instead_of); in buildDialog() local
|
/aosp_15_r20/external/go-cmp/cmp/ |
H A D | report_reflect.go | 314 func (opts formatOptions) formatString(prefix, s string) textNode { func 373 func formatString(s string) string { func
|
/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/data/ |
D | TimerStringFormatter.kt | 122 fun formatString( in formatString() method
|
/aosp_15_r20/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
D | AppChooserActivity.java | 148 String formatString = getString(com.android.nfc.R.string.transaction_failure); in onCreate() local 153 String formatString = getString(com.android.nfc.R.string.could_not_use_app); in onCreate() local
|
/aosp_15_r20/packages/apps/Nfc/src/com/android/nfc/ |
D | NfcEnableAllowlistActivity.java | 41 String formatString = getString(R.string.title_package_enabling_nfc); in onCreate() local
|
D | NfcTagAllowNotification.java | 55 String formatString = mContext.getString(R.string.nfc_tag_alert_title); in startNotification() local
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/ |
D | DebugGl.cpp | 26 std::string formatString(const char* format, ...) { in formatString() function
|
/aosp_15_r20/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
H A D | TextSnapshotTest.java | 92 private static SurroundingText surroundingText(@NonNull String formatString, int offset) { in surroundingText()
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | printf-cstr.cpp | 28 char formatString[] = "non-const %s %s"; in pod_test() local
|
/aosp_15_r20/frameworks/base/core/java/android/service/controls/templates/ |
H A D | RangeTemplate.java | 72 @Nullable CharSequence formatString) { in RangeTemplate()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/archive/tar/ |
D | strconv.go | 63 func (f *formatter) formatString(b []byte, s string) { func
|
/aosp_15_r20/system/core/libutils/binder/ |
H A D | String8_fuzz.cpp | 76 std::string formatString("%"); in fuzzFormat() local
|
/aosp_15_r20/packages/modules/HealthFitness/tests/cts/phr/src/android/healthconnect/cts/phr/ |
D | GetMedicalDataSourcesRequestTest.java | 204 String formatString = "GetMedicalDataSourcesRequest{%s}"; in testRequest_toString() local
|
/aosp_15_r20/frameworks/av/media/libnblog/ |
H A D | Entry.cpp | 149 const char *FormatEntry::formatString() const in formatString() function in android::NBLog::FormatEntry
|
/aosp_15_r20/packages/services/Telecomm/src/com/android/server/telecom/ |
D | RespondViaSmsManager.java | 159 final String formatString = res.getString(success in showMessageResultToast() local
|
/aosp_15_r20/external/armnn/tests/NetworkExecutionUtils/ |
H A D | NetworkExecutionUtils.hpp | 215 void PrintTensor(OutputWriteInfo& info, const char* formatString) in PrintTensor()
|
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/displaysound/ |
D | AdvancedVolumeFragment.java | 93 String formatString = Settings.Global.getString(getContext().getContentResolver(), in onAttach() local
|
/aosp_15_r20/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/device/display/displaysound/ |
D | AdvancedVolumeState.java | 103 String formatString = Settings.Global.getString(mContext.getContentResolver(), in onAttach() local
|
/aosp_15_r20/external/zxing/android/src/com/google/zxing/client/android/encode/ |
H A D | QRCodeEncoder.java | 101 String formatString = intent.getStringExtra(Intents.Encode.FORMAT); in encodeContentsFromZXingIntent() local
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/subgroups/ |
H A D | glcSubgroupsVoteTests.cpp | 464 const string formatString = subgroups::getFormatNameForGLSL(caseDef.format); in initPrograms() local
|