/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/ |
D | I18nModuleDebug.java | 44 DebugInfo debugInfo = new DebugInfo(); in getDebugInfo() local 45 populateTimeZoneFilesInfo(debugInfo); in getDebugInfo() 46 populateTimeZoneLibraryReportedVersion(debugInfo); in getDebugInfo() 47 return debugInfo; in getDebugInfo() 55 private static void populateTimeZoneFilesInfo(DebugInfo debugInfo) { in populateTimeZoneFilesInfo() argument 63 addTzDataSetVersionDebugInfo(versionFile, tzDataModulePrefix, debugInfo); in populateTimeZoneFilesInfo() 71 addTzDataSetVersionDebugInfo(versionFile, systemDirPrefix, debugInfo); in populateTimeZoneFilesInfo() 76 String debugKeyPrefix, DebugInfo debugInfo) { in addTzDataSetVersionDebugInfo() argument 85 debugInfo.addStringEntry(statusKey, "OK") in addTzDataSetVersionDebugInfo() 92 debugInfo.addStringEntry(statusKey, "ERROR"); in addTzDataSetVersionDebugInfo() [all …]
|
D | TelephonyLookup.java | 237 String debugInfo = parser.getPositionDescription(); in processNetworks() local 238 processor.processNetwork(mcc, mnc, countryCode, debugInfo); in processNetworks() 258 void processNetwork(String mcc, String mnc, String countryIso, String debugInfo) in processNetwork() argument 272 public void processNetwork(String mcc, String mnc, String countryIso, String debugInfo) in processNetwork() argument 276 "MCC is not valid: mcc=" + mcc + " at " + debugInfo); in processNetwork() 281 "MNC is not valid: mnc=" + mnc + " at " + debugInfo); in processNetwork() 286 + " is not normalized at " + debugInfo); in processNetwork() 292 + " at " + debugInfo); in processNetwork() 316 public void processNetwork(String mcc, String mnc, String countryIso, String debugInfo) in processNetwork() argument
|
D | TimeZoneFinder.java | 333 String debugInfo = parser.getPositionDescription(); in processCountryZones() local 336 defaultTimeZoneBoost, everUsesUtc, timeZoneMappings, debugInfo); in processCountryZones() 426 List<TimeZoneMapping> timeZoneMappings, String debugInfo) in processCountryZones() argument 447 List<TimeZoneMapping> timeZoneMappings, String debugInfo) in processCountryZones() argument 451 + " is not normalized at " + debugInfo); in processCountryZones() 455 + " at " + debugInfo); in processCountryZones() 459 + " at " + debugInfo); in processCountryZones() 464 + debugInfo); in processCountryZones() 501 List<TimeZoneMapping> timeZoneMappings, String debugInfo) in processCountryZones() argument 507 timeZoneMappings, debugInfo); in processCountryZones() [all …]
|
D | CountryTimeZones.java | 236 List<TimeZoneMapping> timeZoneMappings, String debugInfo) { in createValidated() argument 247 Log.w("Skipping invalid zone: " + timeZoneId + " at " + debugInfo); in createValidated() 259 + " at " + debugInfo); in createValidated()
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | CustomErrorDetailsTest.cs | 80 var debugInfo = GetDebugInfo(call.GetTrailers()); in ErrorDetailsFromCallObject() 81 Assert.AreEqual(debugInfo.Detail, ExceptionDetail); in ErrorDetailsFromCallObject() 82 Assert.IsNotEmpty(debugInfo.StackEntries); in ErrorDetailsFromCallObject() 97 var debugInfo = GetDebugInfo(e.Trailers); in ErrorDetailsFromRpcException() 98 Assert.AreEqual(debugInfo.Detail, ExceptionDetail); in ErrorDetailsFromRpcException() 99 Assert.IsNotEmpty(debugInfo.StackEntries); in ErrorDetailsFromRpcException() 120 var debugInfo = new DebugInfo(); in UnaryCall() 121 debugInfo.Detail = e.Message; in UnaryCall() 122 …debugInfo.StackEntries.AddRange(e.StackTrace.Split(new[] { Environment.NewLine }, StringSplitOptio… in UnaryCall() 123 context.ResponseTrailers.Add(DebugInfoTrailerName, debugInfo.ToByteArray()); in UnaryCall()
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | NativeObjRegistry.java | 76 DebugInfo debugInfo = idToDebugInfoMap.get(nativeId); in register() local 77 if (debugInfo != null) { in register() 80 debugInfo.registrationTrace.printStackTrace(System.out); in register() 111 DebugInfo debugInfo = idToDebugInfoMap.get(nativeId); in unregister() local 112 debugInfo.unregistrationTraces.add(new Trace(o)); in unregister() 113 if (debugInfo.unregistrationTraces.size() > 1) { in unregister() 115 for (Trace unregistration : debugInfo.unregistrationTraces) { in unregister()
|
/external/swiftshader/tests/VulkanWrapper/ |
D | VulkanTester.cpp | 305 vk::DebugUtilsMessengerCreateInfoEXT debugInfo; in initialize() local 306 debugInfo.messageSeverity = in initialize() 311 debugInfo.messageType = vk::DebugUtilsMessageTypeFlagBitsEXT::eGeneral | in initialize() 326 debugInfo.pfnUserCallback = debugInfoCallback; in initialize() 327 debugReport = instance.createDebugUtilsMessengerEXT(debugInfo); in initialize()
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/ |
D | DisassembleCommand.java | 71 private boolean debugInfo = true; field in DisassembleCommand 252 options.debugInfo = debugInfo; in getOptions()
|
D | BaksmaliOptions.java | 55 public boolean debugInfo = true; field in BaksmaliOptions
|
/external/deqp-deps/glslang/Test/ |
D | runtests | 169 -G -H spv.debugInfo.frag --rsb frag 3 > $TARGETDIR/spv.debugInfo.frag.out 170 diff -b $BASEDIR/spv.debugInfo.frag.out $TARGETDIR/spv.debugInfo.frag.out || HASERROR=1 172 -V -H spv.debugInfo.frag --rsb frag 3 > $TARGETDIR/spv.debugInfo.1.1.frag.out 173 diff -b $BASEDIR/spv.debugInfo.1.1.frag.out $TARGETDIR/spv.debugInfo.1.1.frag.out || HASERROR=1
|
/external/icu/android_icu4j/testing/src/com/android/i18n/test/timezone/ |
D | TimeZoneIntegrationTest.java | 267 DebugInfo debugInfo = I18nModuleDebug.getDebugInfo(); in testTimeZoneDebugInfo() local 273 String tzModuleStatus = getDebugStringValue(debugInfo, in testTimeZoneDebugInfo() 295 assertEquals("OK", getDebugStringValue(debugInfo, in testTimeZoneDebugInfo() 334 private String getDebugStringValue(DebugInfo debugInfo, String key) { in getDebugStringValue() argument 335 return debugInfo.getDebugEntry(key).getStringValue(); in getDebugStringValue()
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | runtests | 169 -G -H spv.debugInfo.frag --rsb frag 3 > $TARGETDIR/spv.debugInfo.frag.out 170 diff -b $BASEDIR/spv.debugInfo.frag.out $TARGETDIR/spv.debugInfo.frag.out || HASERROR=1 172 -V -H spv.debugInfo.frag --rsb frag 3 > $TARGETDIR/spv.debugInfo.1.1.frag.out 173 diff -b $BASEDIR/spv.debugInfo.1.1.frag.out $TARGETDIR/spv.debugInfo.1.1.frag.out || HASERROR=1
|
/external/angle/src/libANGLE/ |
D | Shader.cpp | 254 const std::string &debugInfo = mImplementation->getDebugInfo(); in getTranslatedSourceWithDebugInfoLength() local 255 if (debugInfo.empty()) in getTranslatedSourceWithDebugInfoLength() 260 return (static_cast<int>(debugInfo.length()) + 1); in getTranslatedSourceWithDebugInfoLength() 310 const std::string &debugInfo = mImplementation->getDebugInfo(); in getTranslatedSourceWithDebugInfo() local 311 GetSourceImpl(debugInfo, bufSize, length, buffer); in getTranslatedSourceWithDebugInfo()
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.debugInfo.1.1.frag.out | 1 spv.debugInfo.frag 11 1: String "spv.debugInfo.frag"
|
D | spv.debugInfo.frag.out | 1 spv.debugInfo.frag 11 1: String "spv.debugInfo.frag"
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | spv.debugInfo.1.1.frag.out | 1 spv.debugInfo.frag 11 1: String "spv.debugInfo.frag"
|
D | spv.debugInfo.frag.out | 1 spv.debugInfo.frag 11 1: String "spv.debugInfo.frag"
|
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | File.h | 235 void setDebugInfo(std::unique_ptr<DebugInfo> debugInfo) { in setDebugInfo() argument 236 _debugInfo = std::move(debugInfo); in setDebugInfo() 239 DebugInfo* debugInfo() const { return _debugInfo.get(); } in debugInfo() function
|
D | MachONormalizedFileToAtoms.cpp | 820 file.debugInfo()->setAllocator(std::move(allocator)); in parseStabs() 944 const Section *debugInfo = nullptr; in parseDebugInfo() local 951 debugInfo = &s; in parseDebugInfo() 959 if (!debugInfo) in parseDebugInfo() 962 if (debugInfo->content.size() == 0) in parseDebugInfo() 965 if (debugInfo->content.size() < 12) in parseDebugInfo() 973 if (auto tuOrErr = readCompUnit(normalizedFile, *debugInfo, *debugAbbrev, in parseDebugInfo() 985 file.debugInfo()->setAllocator(std::move(allocator)); in parseDebugInfo()
|
D | MachONormalizedFileFromAtoms.cpp | 823 if (atomFile->debugInfo()) { in synthesizeDebugNotes() 824 if (isa<mach_o::DwarfDebugInfo>(atomFile->debugInfo())) in synthesizeDebugNotes() 826 else if (isa<mach_o::StabsDebugInfo>(atomFile->debugInfo())) in synthesizeDebugNotes() 857 assert(dyn_cast_or_null<lld::mach_o::DwarfDebugInfo>(atomFile.debugInfo()) in synthesizeDebugNotes() 859 auto &dwarf = cast<lld::mach_o::DwarfDebugInfo>(*atomFile.debugInfo()); in synthesizeDebugNotes() 937 cast<mach_o::StabsDebugInfo>(objFile->debugInfo())->stabs(); in synthesizeDebugNotes()
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/ |
D | MethodDefinition.java | 323 if ((options.debugInfo && parameterName != null) || annotations.size() != 0) { in writeParameters() 327 if (parameterName != null && options.debugInfo) { in writeParameters() 377 if (classDef.options.debugInfo) { in getMethodItems()
|
/external/swiftshader/src/Reactor/ |
D | LLVMReactor.hpp | 119 std::unique_ptr<rr::DebugInfo> debugInfo; member in rr::JITBuilder
|
D | LLVMReactor.cpp | 581 if(jit->debugInfo != nullptr) in acquireRoutine() 583 jit->debugInfo->Finalize(); in acquireRoutine() 678 …jit->debugInfo = std::make_unique<DebugInfo>(jit->builder.get(), jit->context.get(), jit->module.g… in createFunction() 4016 if(jit->debugInfo != nullptr) in EmitDebugLocation() 4018 jit->debugInfo->EmitLocation(); in EmitDebugLocation() 4026 if(jit->debugInfo != nullptr) in EmitDebugVariable() 4028 jit->debugInfo->EmitVariable(value); in EmitDebugVariable() 4036 if(jit->debugInfo != nullptr) in FlushDebug() 4038 jit->debugInfo->Flush(); in FlushDebug() 4177 …jit->debugInfo = std::make_unique<rr::DebugInfo>(jit->builder.get(), jit->context.get(), jit->modu… in promoteFunctionToCoroutine() [all …]
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.6b2.rst | 159 fix reference in test_multiprocessing to old debugInfo method
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Renderer9.cpp | 2722 std::string debugInfo; in compileToExecutable() local 2724 nullptr, &binary, &debugInfo); in compileToExecutable() 2743 if (!debugInfo.empty()) in compileToExecutable() 2745 (*outExectuable)->appendDebugInfo(debugInfo); in compileToExecutable()
|