/external/fmtlib/ |
D | ChangeLog.rst | 3 * Fixed handling of thousands seperator (`#353 <https://github.com/fmtlib/fmt/issues/353>`_) 5 * Fixed handling of ``unsigned char`` strings (`#373 <https://github.com/fmtlib/fmt/issues/373>`_) 7 * Corrected buffer growth when formatting time (`#367 <https://github.com/fmtlib/fmt/issues/367>`_) 9 …nd clang (`#318 <https://github.com/fmtlib/fmt/issues/318>`_, `#250 <https://github.com/fmtlib/fmt… 11 …issues under Android (`#327 <https://github.com/fmtlib/fmt/pull/327>`_, `#345 <https://github.com/… 13 …issues and extended specification (`#320 <https://github.com/fmtlib/fmt/issues/320>`_, `#333 <http… 20 (`#307 <https://github.com/fmtlib/fmt/issues/307>`_). 34 (`#283 <https://github.com/fmtlib/fmt/issues/283>`_): 66 (`#235 <https://github.com/fmtlib/fmt/issues/235>`_). 69 (`#305 <https://github.com/fmtlib/fmt/issues/305>`_): [all …]
|
/external/autotest/contrib/ |
D | crbug_crawler.py | 45 parser.add_argument('--num', help='Number of issues to output.', default=10, 147 This class applies filters to issues it crawls and caches them locally. 156 self.issues = None 163 """Returns all issues using one query and/or one label. 169 @return: A list of issues matching the query. If fast is 170 specified the issues won't have comments. 206 @param new_issues: A list of issues used with the start_index to 207 determine the number of issues already processed. 210 logging.warning('Found %s issues, Crawling issues starting from %s', 213 logging.warning('Already crawled %s issues, it is possible that' [all …]
|
D | crbug_shell.py | 107 self.crawler.issues = None 115 # Populate cached issues if this is a first time query. If we have 116 # cached issues from an incremental search, filter those instead. 117 if self.crawler.issues: 118 self.crawler.issues = self.crawler.filter_labels( 119 self.crawler.issues, self.labels) 120 self.crawler.issues = self.crawler.filter_queries( 121 self.crawler.issues, self.queries)
|
/external/webrtc/tools/valgrind-webrtc/drmemory/ |
D | suppressions.txt | 6 name=https://code.google.com/p/webrtc/issues/detail?id=2323 (1) 15 name=<https://code.google.com/p/webrtc/issues/detail?id=2323 (2)> 25 name=<https://code.google.com/p/webrtc/issues/detail?id=2323 (3)> 35 name=<https://code.google.com/p/webrtc/issues/detail?id=2323 (4)> 45 name=https://code.google.com/p/webrtc/issues/detail?id=2323 (5) 55 name=https://code.google.com/p/webrtc/issues/detail?id=2323 (6) 63 name=https://code.google.com/p/webrtc/issues/detail?id=2323 (7) 71 name=https://code.google.com/p/webrtc/issues/detail?id=2333 78 name=https://code.google.com/p/webrtc/issues/detail?id=2516 88 name=https://code.google.com/p/webrtc/issues/detail?id=3158 (1) [all …]
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue9/ |
D | NopropTest.java | 16 package org.yaml.snakeyaml.issues.issue9; 27 …String yaml = "--- !!org.yaml.snakeyaml.issues.issue9.BeanHolder\nbean : !!org.yaml.snakeyaml.issu… in testOK01() 36 …String yaml = "--- !!org.yaml.snakeyaml.issues.issue9.BeanHolder\nbean : !!org.yaml.snakeyaml.issu… in testOK02() 45 …String yaml = "--- !!org.yaml.snakeyaml.issues.issue9.BeanHolder\nbean : !!org.yaml.snakeyaml.issu… in testOK03() 54 …String yaml = "--- !!org.yaml.snakeyaml.issues.issue9.BeanHolder\nbean : !!org.yaml.snakeyaml.issu… in testOK04() 63 …String yaml = "--- !!org.yaml.snakeyaml.issues.issue9.BeanHolder\nbean : !!org.yaml.snakeyaml.issu… in testOK05() 72 …String yaml = "--- !!org.yaml.snakeyaml.issues.issue9.BeanHolder\nbean : !!org.yaml.snakeyaml.issu… in testOK06() 81 …String yaml = "--- !!org.yaml.snakeyaml.issues.issue9.BeanHolder\nbean : !!org.yaml.snakeyaml.issu… in testEmptyBean() 90 …String yaml = "--- !!org.yaml.snakeyaml.issues.issue9.BeanHolder\nbean : !!org.yaml.snakeyaml.issu… in testEmptyBean2() 99 String yaml = "--- !!org.yaml.snakeyaml.issues.issue9.BeanHolder"; in testEmptyDoc() [all …]
|
/external/jacoco/org.jacoco.doc/docroot/doc/ |
D | changes.html | 26 (GitHub <a href="https://github.com/jacoco/jacoco/issues/310">#310</a>).</li> 28 (GitHub <a href="https://github.com/jacoco/jacoco/issues/203">#203</a>).</li> 30 (GitHub <a href="https://github.com/jacoco/jacoco/issues/289">#289</a>).</li> 38 (GitHub <a href="https://github.com/jacoco/jacoco/issues/301">#301</a>).</li> 53 (GitHub <a href="https://github.com/jacoco/jacoco/issues/286">#286</a>).</li> 63 (GitHub <a href="https://github.com/jacoco/jacoco/issues/262">#262</a>).</li> 66 (GitHub <a href="https://github.com/jacoco/jacoco/issues/272">#272</a>).</li> 73 (GitHub <a href="https://github.com/jacoco/jacoco/issues/265">#265</a>).</li> 82 (GitHub <a href="https://github.com/jacoco/jacoco/issues/232">#232</a>).</li> 90 (GitHub <a href="https://github.com/jacoco/jacoco/issues/49">#49</a>).</li> [all …]
|
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | UnittestIssues.cs | 10 namespace UnitTest.Issues.TestProtos { 53 …edClrTypeInfo(new[] {typeof(global::UnitTest.Issues.TestProtos.NegativeEnum), typeof(global::UnitT… in UnittestIssuesReflection() 54 …Issues.TestProtos.Issue307), global::UnitTest.Issues.TestProtos.Issue307.Parser, null, null, null,… in UnittestIssuesReflection() 55 …GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.NegativeEnumMessage), global::UnitT… in UnittestIssuesReflection() 56 …::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.DeprecatedChild), global::UnitTes… in UnittestIssuesReflection() 57 …neratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.DeprecatedFieldsMessage), global::Uni… in UnittestIssuesReflection() 58 …pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.ItemField), global::UnitTest.I… in UnittestIssuesReflection() 59 …Issues.TestProtos.ReservedNames), global::UnitTest.Issues.TestProtos.ReservedNames.Parser, new[]{ … in UnittestIssuesReflection() 60 …eneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.TestJsonFieldOrdering), global::Unit… in UnittestIssuesReflection() 61 …r::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.TestJsonName), global::UnitTest.… in UnittestIssuesReflection() [all …]
|
/external/autotest/site_utils/ |
D | phapi_lib.py | 208 issue_comments = self._codesite_service.issues().comments() 224 issues = self._codesite_service.issues() 226 request = issues.get(projectId=self._project_name, 254 List issues containing the search marker. This method will only list 256 comments. Eg: if we're searching for the marker '123', issues that 267 @return: A json formatted python dict of all matching issues. 271 issues = self._codesite_service.issues() 273 # Asking for issues with None or '' labels will restrict the query 274 # to those issues without labels. 278 request = issues.list(projectId=self._project_name, [all …]
|
/external/webrtc/webrtc/build/sanitizers/ |
D | tsan_suppressions_webrtc.cc | 33 // https://code.google.com/p/webrtc/issues/detail?id=3372 41 // https://code.google.com/p/webrtc/issues/detail?id=2521 for details. 46 // https://code.google.com/p/webrtc/issues/detail?id=5152 50 // https://code.google.com/p/webrtc/issues/detail?id=3911 for details. 55 // https://code.google.com/p/webrtc/issues/detail?id=3914 57 // https://code.google.com/p/webrtc/issues/detail?id=2080 61 // https://code.google.com/p/webrtc/issues/detail?id=4456 66 // https://code.google.com/p/webrtc/issues/detail?id=2079 72 // TODO(jiayl): https://code.google.com/p/webrtc/issues/detail?id=3492 75 // https://code.google.com/p/webrtc/issues/detail?id=5151 [all …]
|
/external/webrtc/tools/valgrind-webrtc/gtest_exclude/ |
D | video_engine_tests.gtest-drmemory_win32.txt | 2 # https://code.google.com/p/webrtc/issues/detail?id=3159 7 # Flaky: https://code.google.com/p/webrtc/issues/detail?id=3552 16 # https://code.google.com/p/webrtc/issues/detail?id=5417 20 # https://code.google.com/p/webrtc/issues/detail?id=4979 22 # Flaky: https://bugs.chromium.org/p/webrtc/issues/detail?id=5225 24 # https://bugs.chromium.org/p/webrtc/issues/detail?id=5312
|
D | libjingle_media_unittest.gtest-drmemory_win32.txt | 2 # https://code.google.com/p/webrtc/issues/detail?id=3375 7 # TODO(pbos): https://code.google.com/p/webrtc/issues/detail?id=4963 10 # https://code.google.com/p/webrtc/issues/detail?id=3482 14 #TODO(jiayl): https://code.google.com/p/webrtc/issues/detail?id=3492 17 # https://code.google.com/p/webrtc/issues/detail?id=3771
|
/external/skia/site/user/ |
D | issue-tracker.md | 6 [Skia's Issue Tracker](https://bugs.chromium.org/p/skia/issues/list) 12 [fiddle](https://fiddle.skia.org) or image. All issues will be triaged by our 16 Skia issues in the Chromium Tracker 18 …y be filed in the [Chromium Tracker](https://bugs.chromium.org/p/chromium/issues/list) (crbug.com). 26 * For GPU specific issues, add label `Hotlist-Ganesh`. 27 * For image encoding or decoding issues, add
|
/external/deqp/scripts/ |
D | build_android_mustpass.py | 144 exclude("gles3-multisample-issues.txt")]), 153 exclude("gles3-pixelformat-issues.txt")]), 347 exclude("egl-test-issues.txt"), 350 exclude("egl-driver-issues.txt")] 364 exclude("gles2-test-issues.txt"), 380 exclude("gles3-hw-issues.txt"), 381 exclude("gles3-driver-issues.txt"), 382 exclude("gles3-test-issues.txt"), 383 exclude("gles3-spec-issues.txt") 426 exclude("gles3-multisample-issues.txt")], [all …]
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 662 // https://github.com/google/sanitizers/issues/321. 673 // https://github.com/google/sanitizers/issues/321. 714 // https://github.com/google/sanitizers/issues/321. 732 // https://github.com/google/sanitizers/issues/321. 750 // https://github.com/google/sanitizers/issues/321. 997 // https://github.com/google/sanitizers/issues/321. 1010 // https://github.com/google/sanitizers/issues/321. 1023 // https://github.com/google/sanitizers/issues/321. 1036 // https://github.com/google/sanitizers/issues/321. 1080 // https://github.com/google/sanitizers/issues/321. [all …]
|
/external/snakeyaml/src/test/resources/issues/ |
D | issue100-1.yaml | 1 - !!org.yaml.snakeyaml.issues.issue100.Data 5 - !!org.yaml.snakeyaml.issues.issue100.Data 9 - !!org.yaml.snakeyaml.issues.issue100.Data 13 - !!org.yaml.snakeyaml.issues.issue100.DataMore 19 - !!org.yaml.snakeyaml.issues.issue100.DataMore
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue99/ |
D | YamlBase64Test.java | 16 package org.yaml.snakeyaml.issues.issue99; 38 * @see <a href="http://code.google.com/p/snakeyaml/issues/detail?id=99"></a> 46 String text = Util.getLocalResource("issues/issue99-base64_literal.yaml"); in testBase64() 62 .getResourceAsStream("/issues/issue99-base64_double_quoted.yaml"); in testYamlBase64Loading() 71 input = YamlDocument.class.getClassLoader().getResourceAsStream("issues/issue99.jpeg"); in checkBytes() 94 .getResourceAsStream("/issues/issue99-base64_literal.yaml"); in testYamlBase64LoadingLiteral() 114 .getResourceAsStream("/issues/issue99-base64_literal.yaml"); in testRedefineBinaryTag() 144 .getResourceAsStream("/issues/issue99-base64_literal_custom_tag.yaml"); in testLocalBinaryTag()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue145/ |
D | LineNumberInExceptionTest.java | 16 package org.yaml.snakeyaml.issues.issue145; 27 yaml.load("---\n!!org.yaml.snakeyaml.issues.issue145.AbstractThing { id: QQQ }"); in testLineReport() 32 …"Can't construct a java object for tag:yaml.org,2002:org.yaml.snakeyaml.issues.issue145.AbstractTh… in testLineReport() 34 + " !!org.yaml.snakeyaml.issues.issu ... \n" + " ^\n", in testLineReport() 42 .load("---\n!!org.yaml.snakeyaml.issues.issue145.CompleteThing { id: QQQ }"); in testCompleteThing() 49 yaml.load("---\n!!org.yaml.snakeyaml.issues.issue145.CompleteThing { id2: QQQ }"); in testWrongParameter()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue116/ |
D | NoFieldsTest.java | 16 package org.yaml.snakeyaml.issues.issue116; 29 assertEquals("!!org.yaml.snakeyaml.issues.issue116.Empty {}\n", result); in testEmptyClass() 42 "No JavaBean properties found in org.yaml.snakeyaml.issues.issue116.Hidden"); in testHiddenParameter() 44 Object hiddenParsed = yaml.load("!!org.yaml.snakeyaml.issues.issue116.Hidden {}\n"); in testHiddenParameter() 56 … "No JavaBean properties found in org.yaml.snakeyaml.issues.issue116.HiddenSpecial"); in testSpecialHiddenParameter() 59 .load("!!org.yaml.snakeyaml.issues.issue116.HiddenSpecial foo\n"); in testSpecialHiddenParameter()
|
/external/protobuf/csharp/protos/ |
D | unittest_issues.proto | 7 option csharp_namespace = "UnitTest.Issues.TestProtos"; 21 // Old issue 13: http://code.google.com/p/protobuf-csharp-port/issues/detail?id=13 22 // New issue 309: https://github.com/google/protobuf/issues/309 38 // See https://github.com/google/protobuf/issues/308 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/nanopb-c/ |
D | CHANGELOG.txt | 48 Documentation improvements (issues 12, 77 and others) 62 Fix bugs with empty message types (issues 64, 65) 64 Some portability improvements (issues 60, 62) 82 Fixed error message bugs (issues 52, 56) 93 Fix bugs in the enum short names introduced in 0.1.7 (issues 42, 43) 101 Improve options support in generator (issues 12, 30) 113 Fix some compiler warnings (issues 25, 26, 27, 32).
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue8/ |
D | PrattleRepresenterTest.java | 16 package org.yaml.snakeyaml.issues.issue8; 24 * to test http://code.google.com/p/snakeyaml/issues/detail?id=8 30 …String etalon = "!!org.yaml.snakeyaml.issues.issue8.Person {firstName: Alan, hatSize: 9, lastName:… in test() 40 …String etalon = "!!org.yaml.snakeyaml.issues.issue8.Person {firstName: Alan, hatSize: 9, lastName:… in test2beans() 43 …String etalon2 = "!!org.yaml.snakeyaml.issues.issue8.PrattleRepresenterTest$Horse\nname: Tom\nowne… in test2beans()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue100/ |
D | MergeJavaBeanTest.java | 16 package org.yaml.snakeyaml.issues.issue100; 33 …String input = "- &id001 !!org.yaml.snakeyaml.issues.issue100.Data {age: 11, id: id123}\n- *id001"; in testNoMerge() 45 String input = Util.getLocalResource("issues/issue100-1.yaml"); in testMergeWithTags() 98 …String input = "- &id001 !!org.yaml.snakeyaml.issues.issue100.Data {age: 11, id: id123}\n- << : *i… in testMergeBeanToMap() 114 …String input = "- &id001 !!org.yaml.snakeyaml.issues.issue100.Data {age: 11, id: id123}\n- <<: *id… in testMergeAndDeviate() 141 …put = "- &id001 !!org.yaml.snakeyaml.issues.issue100.Data {age: 11, id: id123}\n- &id002 !!org.yam… in testMergeAndDeviateOverride() 165 String input = Util.getLocalResource("issues/issue100-3.yaml"); in testMergeBeanProperty() 182 …String input = "- &id001 { age: 11, id: id123 }\n- !!org.yaml.snakeyaml.issues.issue100.Data\n <<… in testMergeMapToJavaBean()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue68/ |
D | NonAsciiCharacterTest.java | 16 package org.yaml.snakeyaml.issues.issue68; 48 InputStream input = new FileInputStream("src/test/resources/issues/issue68.txt"); in testLoadFromFileWithWrongEncoding() 61 InputStream input = new FileInputStream("src/test/resources/issues/issue68.txt"); in testLoadFromFile() 68 input = YamlDocument.class.getClassLoader().getResourceAsStream("issues/issue68.txt"); in testLoadFromInputStream() 70 throw new RuntimeException("Can not find issues/issue68.txt"); in testLoadFromInputStream()
|
/external/autotest/client/site_tests/hardware_SAT/ |
D | control.hwqual | 11 system interfaces. It is good at catching memory signal integrity issues or 12 setup/hold problems, memory controller and bus interface issues, and disk 13 controller issues. It can also detect bad memory cells and cache coherency 14 issues.
|
D | control | 11 system interfaces. It is good at catching memory signal integrity issues or 12 setup/hold problems, memory controller and bus interface issues, and disk 13 controller issues. It can also detect bad memory cells and cache coherency 14 issues.
|