/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/chromium-trace/catapult/third_party/webapp2/ |
D | TODO | 7 http://code.google.com/p/webapp-improved/issues/list 29 Issues: #2788, #170 and #719 (no access to parsed body parameters with PUT 33 Issues: #200, #5030 36 Issues: 39 Issues: #468 42 Issues: #444 (routing based on hostnames), #843 (limitations to build URIs), 46 Other issues: 50 Issues: #2749 53 Issues: #5030 57 Issues: #3426; **works in webapp/webapp2** [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/autotest/site_utils/ |
D | phapi_lib.py | 196 issue_comments = self._codesite_service.issues().comments() 212 issues = self._codesite_service.issues() 214 request = issues.get(projectId=self._project_name, 242 List issues containing the search marker. This method will only list 244 comments. Eg: if we're searching for the marker '123', issues that 255 @return: A json formatted python dict of all matching issues. 259 issues = self._codesite_service.issues() 261 # Asking for issues with None or '' labels will restrict the query 262 # to those issues without labels. 266 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/deqp/scripts/ |
D | build_android_mustpass.py | 144 exclude("gles3-multisample-issues.txt")]), 153 exclude("gles3-pixelformat-issues.txt")]), 203 exclude("egl-test-issues.txt"), 217 exclude("gles2-test-issues.txt"), 232 exclude("gles3-hw-issues.txt"), 233 exclude("gles3-driver-issues.txt"), 234 exclude("gles3-test-issues.txt"), 235 exclude("gles3-spec-issues.txt") 277 exclude("gles3-multisample-issues.txt")], 286 exclude("gles3-pixelformat-issues.txt")], [all …]
|
/external/curl/ |
D | RELEASE-NOTES | 112 References to bug reports and discussions on issues: 118 [5] = https://github.com/bagder/curl/issues/198 120 [7] = https://github.com/bagder/curl/issues/244 121 [8] = https://github.com/bagder/curl/issues/219 123 [10] = https://github.com/bagder/curl/issues/254 130 [17] = https://github.com/bagder/curl/issues/275 131 [18] = https://github.com/bagder/curl/issues/281 132 [19] = https://github.com/bagder/curl/issues/282 133 [20] = https://github.com/bagder/curl/issues/267 137 [24] = https://github.com/bagder/curl/issues/256 [all …]
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 493 // https://github.com/google/sanitizers/issues/321. 504 // https://github.com/google/sanitizers/issues/321. 545 // https://github.com/google/sanitizers/issues/321. 563 // https://github.com/google/sanitizers/issues/321. 581 // https://github.com/google/sanitizers/issues/321. 828 // https://github.com/google/sanitizers/issues/321. 841 // https://github.com/google/sanitizers/issues/321. 854 // https://github.com/google/sanitizers/issues/321. 867 // https://github.com/google/sanitizers/issues/321. 911 // https://github.com/google/sanitizers/issues/321. [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/v8/test/test262/ |
D | test262.status | 48 # https://code.google.com/p/v8/issues/detail?id=705 61 # https://code.google.com/p/v8/issues/detail?id=4093 91 # https://code.google.com/p/v8/issues/detail?id=4163 94 # https://code.google.com/p/v8/issues/detail?id=3566 109 # https://code.google.com/p/v8/issues/detail?id=4119 118 # https://code.google.com/p/v8/issues/detail?id=4348 122 # https://code.google.com/p/v8/issues/detail?id=4199 127 # https://code.google.com/p/v8/issues/detail?id=3566 140 # https://code.google.com/p/v8/issues/detail?id=4247 151 # https://code.google.com/p/v8/issues/detail?id=3566 [all …]
|
/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/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/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/v8/test/mjsunit/es6/ |
D | prototype-ordinary-objects.js | 8 // https://code.google.com/p/v8/issues/detail?id=4002 17 // https://code.google.com/p/v8/issues/detail?id=4003 20 // https://code.google.com/p/v8/issues/detail?id=4004 23 // https://code.google.com/p/v8/issues/detail?id=4006 28 // https://code.google.com/p/v8/issues/detail?id=4001
|
/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/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/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/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.memory_qual | 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.
|