Home
last modified time | relevance | path

Searched refs:toDebugString (Results 1 – 25 of 746) sorted by relevance

12345678910>>...30

/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/combinator/
H A DMutatorCombinators.java89 public String toDebugString(Predicate<Debuggable> isInCycle) { in mutateProperty() method in MutatorCombinators
92 return owningType.getSimpleName() + "." + mutator.toDebugString(isInCycle); in mutateProperty()
123 public String toDebugString(Predicate<Debuggable> isInCycle) {
125 return owningType.getSimpleName() + " via " + mutator.toDebugString(isInCycle);
157 public String toDebugString(Predicate<Debuggable> isInCycle) {
190 public String toDebugString(Predicate<Debuggable> isInCycle) {
192 .map(mutator -> mutator.toDebugString(isInCycle))
212 public String toDebugString(Predicate<Debuggable> isInCycle) {
238 public String toDebugString(Predicate<Debuggable> isInCycle) {
278 public String toDebugString(Predicate<Debuggable> isInCycle) {
[all …]
/aosp_15_r20/frameworks/native/cmds/servicemanager/
H A DServiceManager.cpp149 ALOGI("%s Found %s in %s VINTF manifest.", ctx.toDebugString().c_str(), in isVintfDeclared()
156 ALOGI("%s Could not find %s in the VINTF manifest.", ctx.toDebugString().c_str(), in isVintfDeclared()
167 ALOGI("%s Found %s in %s VINTF manifest.", ctx.toDebugString().c_str(), name.c_str(), in isVintfDeclared()
193 ALOGI("%s Could not find %s.%s/%s in the VINTF manifest. %s.", ctx.toDebugString().c_str(), in isVintfDeclared()
523 ALOGE("%s Invalid service name: %s", ctx.toDebugString().c_str(), name.c_str()); in addService()
535 ALOGW("%s Dump flag priority is not set when adding %s", ctx.toDebugString().c_str(), in addService()
542 ALOGE("%s Could not linkToDeath when adding %s", ctx.toDebugString().c_str(), name.c_str()); in addService()
652 ALOGE("%s Invalid service name: %s", ctx.toDebugString().c_str(), name.c_str()); in registerForNotifications()
663 ALOGE("%s Could not linkToDeath when adding %s", ctx.toDebugString().c_str(), name.c_str()); in registerForNotifications()
699 ALOGE("%s Trying to unregister callback, but none exists %s", ctx.toDebugString().c_str(), in unregisterForNotifications()
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/core/auth/src/test/java/software/amazon/awssdk/auth/signer/internal/
H A DBaseEventStreamAsyncAws4SignerTest.java45 assertThat(BaseEventStreamAsyncAws4Signer.toDebugString(m, false)) in toDebugString_emptyPayload_generatesCorrectString()
53 assertThat(BaseEventStreamAsyncAws4Signer.toDebugString(m, false)) in toDebugString_noHeaders_emptyPayload_generatesCorrectString()
65 assertThat(BaseEventStreamAsyncAws4Signer.toDebugString(m, true)) in toDebugString_largePayload_truncate_generatesCorrectString()
76 assertThat(BaseEventStreamAsyncAws4Signer.toDebugString(m, false)) in toDebugString_largePayload_noTruncate_generatesCorrectString()
87 assertThat(BaseEventStreamAsyncAws4Signer.toDebugString(m, true)) in toDebugString_smallPayload_truncate_doesNotAddEllipsis()
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/property/
DHalValueDebugUtilsUnitTest.java31 assertThat(HalValueDebugUtils.toDebugString(VehicleProperty.SEAT_OCCUPANCY, in testToDebugString_handlesIntegerWithEnum()
37 assertThat(HalValueDebugUtils.toDebugString(VehicleProperty.SEAT_OCCUPANCY, in testToDebugString_handlesIntegerWithInvalidEnum()
43 assertThat(HalValueDebugUtils.toDebugString(VehicleProperty.WINDOW_POS, in testToDebugString_handlesIntegerWithNoEnum()
49 assertThat(HalValueDebugUtils.toDebugString(VehicleProperty.HVAC_POWER_ON, in testToDebugString_handlesNonInteger()
/aosp_15_r20/packages/services/Car/service/src/com/android/car/hal/property/
DHalPropertyDebugUtils.java304 return toDebugString(VehicleArea.class, areaType); in toAreaTypeString()
313 return toDebugString(VehiclePropertyGroup.class, group); in toGroupString()
322 return toDebugString(VehiclePropertyType.class, valueType); in toValueTypeString()
330 return toDebugString(VehiclePropertyAccess.class, access); in toAccessString()
338 return toDebugString(VehiclePropertyChangeMode.class, changeMode); in toChangeModeString()
346 return toDebugString(VehiclePropertyStatus.class, status); in toStatusString()
349 private static String toDebugString(Class<?> clazz, int constantValue) { in toDebugString() method in HalPropertyDebugUtils
/aosp_15_r20/packages/services/Car/tests/CarLibUnitTest/src/com/android/car/internal/property/
DVehiclePropertyIdDebugUtilsUnitTest.java49 VehiclePropertyIdDebugUtils.toDebugString(VehiclePropertyIds.ABS_ACTIVE)).isEqualTo( in testToDebugString()
51 assertThat(VehiclePropertyIdDebugUtils.toDebugString( in testToDebugString()
55 VehiclePropertyIdDebugUtils.toDebugString(VehiclePropertyGroup.VENDOR)).isEqualTo( in testToDebugString()
57 assertThat(VehiclePropertyIdDebugUtils.toDebugString(-1)).isEqualTo( in testToDebugString()
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DCombinedVibration.java177 public abstract String toDebugString(); in toDebugString() method in CombinedVibration
497 public String toDebugString() { in toDebugString() method in CombinedVibration.Mono
499 return mEffect.toDebugString(); in toDebugString()
721 public String toDebugString() {
725 mEffects.keyAt(i), mEffects.valueAt(i).toDebugString()));
966 public String toDebugString() {
970 mDelays.get(i), mEffects.get(i).toDebugString()));
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/autofuzz/
H A DAutofuzzCodegenVisitor.java47 "popGroup must be called exactly once for every pushGroup: " + toDebugString()); in popGroup()
55 "popGroup must be called exactly once for every pushGroup: " + toDebugString()); in generate()
85 private String toDebugString() { in toDebugString() method in AutofuzzCodegenVisitor
/aosp_15_r20/packages/services/Car/car-lib/src/com/android/car/internal/property/
DCarPropertyHelper.java22 import static com.android.car.internal.property.VehiclePropertyIdDebugUtils.toDebugString;
71 sj.add(toDebugString(propertyId)); in propertyIdsToString()
82 sj.add(toDebugString(propertyId)); in propertyIdsToString()
/aosp_15_r20/packages/services/Car/car-lib/src/com/android/car/internal/util/
DDebugUtils.java118 public static String toDebugString(PropIdAreaId propIdAreaId) { in toDebugString() method in DebugUtils
126 public static String toDebugString(List<PropIdAreaId> propIdAreaIds) { in toDebugString() method in DebugUtils
137 sb.append(toDebugString(propIdAreaId)); in toDebugString()
/aosp_15_r20/frameworks/native/libs/binder/tests/
H A DRpcTlsUtilsTest.cpp23 std::string toDebugString(EVP_PKEY* pkey) { in toDebugString() function
51 << "expected: " << toDebugString(pkey.get()) in TEST_P()
52 << "\nactual: " << toDebugString(deserializedPkey.get()); in TEST_P()
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
H A DModifierTest.java114 assertTrue(sb1.toDebugString() + " vs " + sb2.toDebugString(), sb1.contentEquals(sb2)); in testCurrencySpacingEnabledModifier()
180 sb.toDebugString()); in assertModifierEquals()
/aosp_15_r20/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/number/
H A DModifierTest.java111 assertTrue(sb1.toDebugString() + " vs " + sb2.toDebugString(), sb1.contentEquals(sb2)); in testCurrencySpacingEnabledModifier()
177 sb.toDebugString()); in assertModifierEquals()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java1775 protected String toDebugString(long now) { in copyAccountToUser() method
1776 return super.toDebugString(now) + ", getAccountCredentialsForClone" in copyAccountToUser()
1861 protected String toDebugString(long now) { in completeCloningAccount() method
1862 return super.toDebugString(now) + ", getAccountCredentialsForClone" in completeCloningAccount()
2162 protected String toDebugString(long now) { in toDebugString() method in AccountManagerService.TestFeaturesSession
2163 return super.toDebugString(now) + ", hasFeatures" in toDebugString()
2484 protected String toDebugString(long now) { in toDebugString() method in AccountManagerService.RemoveAccountSession
2485 return super.toDebugString(now) + ", removeAccount" in toDebugString()
3015 protected String toDebugString(long now) { in getAuthTokenLabel() method
3016 return super.toDebugString(now) + ", getAuthTokenLabel" in getAuthTokenLabel()
[all …]
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/api/
H A DDebuggable.java36 String toDebugString(Predicate<Debuggable> isInCycle); in toDebugString() method
44 return debuggable.toDebugString(child -> !seen.add(requireNonNull(child))); in getDebugString()
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dnumbertest_modifiers.cpp136 assertTrue(sb1.toDebugString() + " vs " + sb2.toDebugString(), sb1.contentEquals(sb2)); in testCurrencySpacingEnabledModifier()
179 assertEquals("Debug string", debugString, sb.toDebugString()); in assertModifierEquals()
/aosp_15_r20/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DIPv6TetheringCoordinator.java125 Log.d(TAG, "updateUpstreamNetworkState: " + toDebugString(ns)); in updateUpstreamNetworkState()
159 mLog.log("setUpstreamNetworkState: " + toDebugString(mUpstreamNetworkState)); in setUpstreamNetworkState()
319 private static String toDebugString(UpstreamNetworkState ns) { in toDebugString() method in IPv6TetheringCoordinator
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dnumbertest_modifiers.cpp136 assertTrue(sb1.toDebugString() + " vs " + sb2.toDebugString(), sb1.contentEquals(sb2)); in testCurrencySpacingEnabledModifier()
179 assertEquals("Debug string", debugString, sb.toDebugString()); in assertModifierEquals()
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/sample/lambda/DefaultMethods/
DMixIn.java57 default String toDebugString() { in toDebugString() method
112 System.out.println(BuildType.BUILD.toDebugString()); in main()
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/sample/lambda/DefaultMethods/
DMixIn.java57 default String toDebugString() { in toDebugString() method
112 System.out.println(BuildType.BUILD.toDebugString()); in main()
/aosp_15_r20/external/aws-sdk-java-v2/core/http-auth-aws/src/main/java/software/amazon/awssdk/http/auth/aws/eventstream/internal/io/
H A DSigV4DataFramePublisher.java129 LOG.trace(() -> "Signed message: " + toDebugString(signedMessage, false)); in getDataFrameSigner()
131 LOG.debug(() -> "Signed message: " + toDebugString(signedMessage, true)); in getDataFrameSigner()
192 private static String toDebugString(Message m, boolean truncatePayload) { in toDebugString() method
/aosp_15_r20/frameworks/base/core/java/android/inputmethodservice/
H A DNavigationBarController.java89 default String toDebugString() { in toDebugString() method
145 String toDebugString() { in toDebugString() method in NavigationBarController
146 return mImpl.toDebugString(); in toDebugString()
647 public String toDebugString() { in toDebugString() method in NavigationBarController.Impl
/aosp_15_r20/external/cronet/base/android/java/src/org/chromium/base/shared_preferences/
H A DKnownPreferenceKeyRegistries.java46 + String.join(",", registry.toDebugString()); in onRegistryUsed()
69 unknownRegistryNames.add(unknownRegistry.toDebugString()); in initializeKnownRegistries()
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/mutator/collection/
H A DMapMutatorFactory.java192 public String toDebugString(Predicate<Debuggable> isInCycle) { in toDebugString() method in MapMutator
193 return "Map<" + keyMutator.toDebugString(isInCycle) + "," in toDebugString()
194 + valueMutator.toDebugString(isInCycle) + ">"; in toDebugString()
/aosp_15_r20/external/aws-sdk-java-v2/core/auth/src/main/java/software/amazon/awssdk/auth/signer/internal/
H A DBaseEventStreamAsyncAws4Signer.java170 LOG.trace(() -> "Signed message: " + toDebugString(signedMessage, false)); in getDataFrameSigner()
172 LOG.debug(() -> "Signed message: " + toDebugString(signedMessage, true)); in getDataFrameSigner()
280 static String toDebugString(Message m, boolean truncatePayload) {

12345678910>>...30