/external/python/cpython2/Misc/ |
D | NEWS | 13 - Revert a37cc3d926ec (Issue #5322). 24 - Issue #28847: dumbdbm no longer writes the index file in when it is not 27 - Issue #11145: Fixed miscellaneous issues with C-style formatting of types 30 - Issue #24469: Fixed memory leak caused by int subclasses without overridden 33 - Issue #19398: Extra slash no longer added to sys.path components in case of 36 - Issue #21720: Improve exception message when the type of fromlist is unicode. 41 - Issue #26906: Resolving special methods of uninitialized type now causes 44 - Issue #18287: PyType_Ready() now checks that tp_name is not NULL. 47 - Issue #24098: Fixed possible crash when AST is changed in process of 50 - Issue #28350: String constants with null character no longer interned. [all …]
|
/external/protobuf/csharp/ |
D | CHANGES.txt | 34 - Issue 81: quoting for NUnit parameters. 35 - Issue 56: NuGet package is noisy 36 - Issue 70: Portable library project has some invalid Nunit-based code. 37 - Issue 71: CodedInputStream.ReadBytes go to slow path unnecessarily 38 - Issue 84: warning CS0219: The variable `size' is assigned but never used 50 - Issue 50: The XML serializer will fail to deserialize a message with empty 52 - Issue 45: Use of 'item' as a field name causes AmbiguousMatchException 53 - Issue 49: Generated nested static Types class should be partial 54 - Issue 38: Disable CLSCompliant warnings (3021) 55 - Issue 40: proto_path does not work for command-line file names [all …]
|
/external/tcpdump/tests/ |
D | aoe_1-v.out | 9 Major: 0x0014, Minor: 0x00, Command: Issue ATA Command, Tag: 0x0001cd4a 14 Major: 0x0014, Minor: 0x00, Command: Issue ATA Command, Tag: 0x0001cd4a 19 Major: 0x0014, Minor: 0x00, Command: Issue ATA Command, Tag: 0x0002cd63 24 Major: 0x0014, Minor: 0x00, Command: Issue ATA Command, Tag: 0x0003cd63 29 Major: 0x0014, Minor: 0x00, Command: Issue ATA Command, Tag: 0x0004cd63 34 Major: 0x0014, Minor: 0x00, Command: Issue ATA Command, Tag: 0x0005cd64 39 Major: 0x0014, Minor: 0x00, Command: Issue ATA Command, Tag: 0x0002cd63 44 Major: 0x0014, Minor: 0x00, Command: Issue ATA Command, Tag: 0x0003cd63 49 Major: 0x0014, Minor: 0x00, Command: Issue ATA Command, Tag: 0x0004cd63 54 Major: 0x0014, Minor: 0x00, Command: Issue ATA Command, Tag: 0x0005cd64 [all …]
|
/external/python/cpython2/Lib/idlelib/ |
D | NEWS.txt | 5 - Issue #27854: Make Help => IDLE Help work again on Windows. 8 - Issue #25507: Add back import needed for 2.x encoding warning box. 11 - Issue #15308: Add 'interrupt execution' (^C) to Shell menu. 14 - Issue #27922: Stop IDLE tests from 'flashing' gui widgets on the screen. 16 - Issue #17642: add larger font sizes for classroom projection. 20 - Issue #25564: In section on IDLE -- console differences, mention that 23 - Issue #27714: text_textview and test_autocomplete now pass when re-run 27 - Issue #27452: add line counter and crc to IDLE configHandler test dump. 29 - Issue #27365: Allow non-ascii chars in IDLE NEWS.txt, for contributor names. 31 - Issue #27245: IDLE: Cleanly delete custom themes and key bindings. [all …]
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue115/ |
D | ParameterizedTest.java | 38 Issue issue = new Issue(); in testAsJavaBeanProperty() 45 Issue issueParsed = (Issue) yaml.load(result); in testAsJavaBeanProperty() 50 class Issue { class
|
/external/clang/test/Misc/ |
D | serialized-diags.m | 20 …-diags.m:8:4: error: use of undeclared identifier '_self'; did you mean 'self'? [] [Semantic Issue] 24 // CHECK: +-(null):0:0: note: 'self' is an implicit parameter [] [Semantic Issue] 26 …: warning: class 'Foo' defined without specifying a base class [-Wobjc-root-class] [Semantic Issue] 28 …{{.*[/\\]}}serialized-diags.m:1:15: note: add a super class to fix this problem [] [Semantic Issue]
|
/external/deqp/external/vulkancts/mustpass/1.0.2/src/ |
D | test-issues.txt | 1 # Issue 217: Built-in function precision test issues 17 # Issue 233: Negative zero flat varying issue 23 # Issue 340: Cube map corner texel selection 26 # Issue 448: Precision issues with software texture sampling on X86 Linux
|
D | excluded-tests.txt | 1 # Issue 218: Excluded built-in function precision tests 12 # Issue 242: Excluded blend tests where propagated errors may be large 41 # Issue 410: Excluded texture function tests 126 # Issue 419: Failing sparse tests (Image mismatch) 277 # Issue 420: Exclude problematic clipping tests 285 # Issue 431: Excluded copies and blitting tests
|
/external/autotest/site_utils/ |
D | phapi_lib.py | 31 class BaseIssue(gdata_lib.Issue): 37 for keys in gdata_lib.Issue.SlotDefaults.keys()) 41 class Issue(BaseIssue): class 55 super(Issue, self).__init__(t_issue) 483 issue = Issue(self._populate_issue_updates(t_issue)) 504 return Issue(self._populate_issue_updates(t_issue))
|
/external/deqp/android/cts/master/src/ |
D | vk-test-issues.txt | 1 # Issue 217: Built-in function precision test issues 17 # Issue 233: Negative zero flat varying issue 23 # Issue 340: Cube map corner texel selection
|
D | vk-excluded-tests.txt | 1 # Issue 218: Excluded built-in function precision tests 12 # Issue 242: Excluded blend tests where propagated errors may be large 41 # Issue 410: Excluded texture function tests 126 # Issue 419: Failing sparse tests (Image mismatch) 277 # Issue 420: Exclude problematic clipping tests 285 # Issue 431: Excluded copies and blitting tests 339 # Issue: b/65844886 342 # Issue: b/67013571 347 # Issue: b/66464066 350 # Issue: b/67022169
|
/external/clang/include/clang/Basic/ |
D | DiagnosticCategories.td | 10 class CatInlineAsm : DiagCategory<"Inline Assembly Issue">; 11 class CatBackend : DiagCategory<"Backend Issue">;
|
D | DiagnosticCommonKinds.td | 41 let CategoryName = "Lexical or Preprocessor Issue" in { 60 let CategoryName = "Parse Issue" in { 106 let CategoryName = "Nullability Issue" in {
|
/external/webrtc/tools/valgrind-webrtc/gtest_exclude/ |
D | rtc_unittests.gtest-memcheck.txt | 10 # Issue 3447 13 # Issue 4743
|
D | libjingle_p2p_unittest.gtest-memcheck.txt | 6 # Issue 3447
|
D | libjingle_peerconnection_unittest.gtest-drmemory_win32.txt | 7 # Issue 3453
|
/external/protobuf/csharp/protos/ |
D | unittest_issues.proto | 6 // Issue: Non-"Google.Protobuffers" namespace will ensure that protobuffer library types are qualif… 12 // Issue 307: when generating doubly-nested types, any references 57 // Issue 21: http://code.google.com/p/protobuf-csharp-port/issues/detail?id=21 79 // Issue 45: http://code.google.com/p/protobuf-csharp-port/issues/detail?id=45
|
/external/skia/site/user/ |
D | issue-tracker.md | 1 Issue Tracking 4 The Skia Issue Tracker 6 [Skia's Issue Tracker](https://bugs.chromium.org/p/skia/issues/list)
|
/external/shflags/doc/ |
D | CHANGES-1.0.md | 40 Issue #20. Updated LGPL v2.1 license from 43 Issue #15. Use `gexpr` instead of `expr` on BSD variants. 50 Issue #22. Fixed broken testGetFlagInfo() test. 125 Issue# 1: When a user defines their own `--help` flag, no more warning is thrown 128 Issue# 2: Passing the `--nohelp` option no longer gives help output. 130 Issue# 3: Added support for screen width detection.
|
/external/markdown/tests/misc/ |
D | headers.txt | 11 # Issue #1: Markdown
|
/external/python/cpython2/Mac/BuildScript/ |
D | issue19373_tk_8_5_15_source.patch | 1 Issue #19373: Patch to Tk 8.5.15 to correct refresh problem on OS x 10.9.
|
/external/swiftshader/src/D3D9/ |
D | Direct3DQuery9.hpp | 44 long __stdcall Issue(unsigned long flags) override;
|
/external/valgrind/solaris/ |
D | vgpreload-solaris.mapfile | 9 # relevant to XPG6 (X/Open Portability Guide, Issue 6).
|
/external/devlib/ |
D | README.rst | 32 - Please use the GitHub Issue Tracker associated with this repository for
|
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/ |
D | cpuhotplug07.sh | 20 Issue: Hotplug bugs have been found during kernel compiles
|