Home
last modified time | relevance | path

Searched defs:debugString (Results 1 – 18 of 18) sorted by relevance

/external/grpc-grpc-java/api/src/main/java/io/grpc/
DAttributes.java120 private final String debugString; field in Attributes.Key
122 private Key(String debugString) { in Key()
140 public static <T> Key<T> of(String debugString) { in of()
151 public static <T> Key<T> create(String debugString) { in create()
DCallOptions.java276 private final String debugString; field in CallOptions.Key
279 private Key(String debugString, T defaultValue) { in Key()
308 public static <T> Key<T> of(String debugString, T defaultValue) { in of()
322 public static <T> Key<T> create(String debugString) { in create()
336 public static <T> Key<T> createWithDefault(String debugString, T defaultValue) { in createWithDefault()
DLoadBalancer.java858 private final String debugString; field in LoadBalancer.CreateSubchannelArgs.Key
861 private Key(String debugString, T defaultValue) { in Key()
874 public static <T> Key<T> create(String debugString) { in create()
887 public static <T> Key<T> createWithDefault(String debugString, T defaultValue) { in createWithDefault()
/external/pytorch/aten/src/ATen/core/
Dlibrary.cpp10 std::string debugString(const char* file, uint32_t line) { in debugString() function
18 std::string debugString(std::string debug, const char* file, uint32_t line) { in debugString() function
/external/grpc-grpc-java/context/src/main/java/io/grpc/
DContext.java149 public static <T> Key<T> key(String debugString) { in key()
160 public static <T> Key<T> keyWithDefault(String debugString, T defaultValue) { in keyWithDefault()
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/
DDownloadFileGroupAndroidSharingIntegrationTest.java368 String debugString = mobileDataDownload.getDebugInfoAsString(); in oneAndroidSharedFile_twoFileGroups_downloadedOnlyOnce() local
610 String debugString = mobileDataDownload.getDebugInfoAsString(); in fileDownloadedForFirstFileGroup_thenSharedForSecondFileGroup() local
DMobileDataDownloadIntegrationTest.java166 String debugString = mobileDataDownload.getDebugInfoAsString(); in download_success_fileGroupDownloaded() local
1044 String debugString = mobileDataDownload.getDebugInfoAsString(); in waitForHandleTask() local
/external/cronet/stable/third_party/icu/source/test/intltest/
Dnumbertest_modifiers.cpp173 UnicodeString debugString; in assertModifierEquals() local
/external/cronet/tot/third_party/icu/source/test/intltest/
Dnumbertest_modifiers.cpp173 UnicodeString debugString; in assertModifierEquals() local
/external/icu/icu4c/source/test/intltest/
Dnumbertest_modifiers.cpp173 UnicodeString debugString; in assertModifierEquals() local
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/file/
DSynchronousFileStorageTest.java253 String debugString = debugStorage.getDebugInfo(); in getDebugInfo_shouldIncludeRegisteredPlugins() local
/external/openthread/src/lib/spinel/
Dlogger.cpp518 char debugString[OPENTHREAD_LIB_SPINEL_NCP_LOG_MAX_SIZE + 1]; in LogSpinelFrame() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCurrencyMetaInfo.java546 private static String debugString(Object o) { in debugString() method in CurrencyMetaInfo
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
DCurrencyMetaInfo.java588 private static String debugString(Object o) { in debugString() method in CurrencyMetaInfo
/external/angle/src/compiler/translator/wgsl/
DRewritePipelineVariables.cpp340 const std::string &debugString) in GeneratePipelineStructStrings()
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Ddigitalassetlinks.v1.json235 "debugString": { object
288 "debugString": { object
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/
DDebugProbesImpl.kt139 …private val Job.debugString: String get() = if (this is JobSupport) toDebugString() else toString() in <lambda>() constant
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DNettyClientHandler.java874 String debugString = ""; in statusFromH2Error() local