HomeSort by relevance Sort by last modified time
    Searched full:issues (Results 476 - 500 of 3441) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGForeignObject.cpp 107 // FIXME: Investigate in size rounding issues
114 // FIXME: Investigate in size rounding issues
150 // FIXME: Investigate in location rounding issues - only affects RenderSVGForeignObject & RenderSVGText
  /libcore/luni/src/test/java/libcore/java/lang/
DoubleTest.java 26 // http://code.google.com/p/android/issues/detail?id=14033
28 // http://code.google.com/p/android/issues/detail?id=14302
87 // http://code.google.com/p/android/issues/detail?id=20728
  /libcore/luni/src/test/java/libcore/java/nio/channels/
SelectorTest.java 93 // http://code.google.com/p/android/issues/detail?id=15388
135 // http://code.google.com/p/android/issues/detail?id=5993
136 // http://code.google.com/p/android/issues/detail?id=4825
  /libcore/luni/src/test/java/libcore/java/nio/charset/
CharsetDecoderTest.java 39 // http://code.google.com/p/android/issues/detail?id=4237
53 // http://code.google.com/p/android/issues/detail?id=4237
69 // http://code.google.com/p/android/issues/detail?id=4237
  /external/chromium_org/third_party/opus/src/doc/
draft-valin-codec-opus-update.xml 68 <t>This document addresses minor issues that were found in the specification
75 <t>This document address minor issues that were discovered in the reference
77 <xref target="RFC6716">RFC 6716</xref>. Only issues affecting the decoder are
155 <t>The SILK resampler had the following issues:
172 the batch sizes are reasonable enough that none of the issues above
  /libcore/luni/src/test/java/libcore/java/util/
CalendarTest.java 41 // http://code.google.com/p/android/issues/detail?id=6184
66 * http://code.google.com/p/android/issues/detail?id=17502
133 // http://code.google.com/p/android/issues/detail?id=17741
141 // http://code.google.com/p/android/issues/detail?id=15629
209 // https://code.google.com/p/android/issues/detail?id=45877
TimeZoneTest.java 28 // http://code.google.com/p/android/issues/detail?id=877
34 // http://code.google.com/p/android/issues/detail?id=8016
40 // http://code.google.com/p/android/issues/detail?id=11542
58 // http://code.google.com/p/android/issues/detail?id=14395
137 // http://code.google.com/p/android/issues/detail?id=16608
147 // http://code.google.com/p/android/issues/detail?id=11918
154 // http://code.google.com/p/android/issues/detail?id=24036
  /libcore/luni/src/test/java/libcore/java/text/
SimpleDateFormatTest.java 81 // https://code.google.com/p/android/issues/detail?id=39616
107 // https://code.google.com/p/android/issues/detail?id=39616
118 // https://code.google.com/p/android/issues/detail?id=39616
129 // https://code.google.com/p/android/issues/detail?id=39616
141 // https://code.google.com/p/android/issues/detail?id=39616
153 // https://code.google.com/p/android/issues/detail?id=39616
164 // https://code.google.com/p/android/issues/detail?id=39616
212 // http://code.google.com/p/android/issues/detail?id=13420
235 // http://code.google.com/p/android/issues/detail?id=8258
325 // http://code.google.com/p/android/issues/detail?id=1496
    [all...]
  /external/chromium_org/tools/checklicenses/
checklicenses.py 105 # http://code.google.com/p/google-breakpad/issues/detail?id=450
149 # http://code.google.com/p/angleproject/issues/detail?id=217
267 'third_party/ots/tools/ttf-checksum.py': [ # http://code.google.com/p/ots/issues/detail?id=2
314 # https://code.google.com/p/colorama/issues/detail?id=44
319 # https://github.com/kennethreitz/requests/issues/1610
341 # https://github.com/html5lib/html5lib-python/issues/125
342 # https://github.com/KhronosGroup/WebGL/issues/435
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-parent/5/
commons-parent-5.pom 96 <name>Commons Issues List</name>
97 <subscribe>issues-subscribe@commons.apache.org</subscribe>
98 <unsubscribe>issues-unsubscribe@commons.apache.org</unsubscribe>
99 <post>issues@commons.apache.org</post>
100 <archive>http://mail-archives.apache.org/mod_mbox/commons-issues/</archive>
102 <otherArchive>http://www.mail-archive.com/issues@commons.apache.org/</otherArchive>
103 <otherArchive>http://www.nabble.com/Commons---Issues-f25499.html</otherArchive>
  /external/chromium_org/third_party/sqlite/src/test/
tkt1449.test 55 CREATE TABLE ISSUES (CLASSID int null, SEQNO int not null, LASTMODONNODEID text(50) not null, PREVMODONNODEID text(50) null, ISSUEID text(50) not null, OBJECTID text(50) not null, REVISIONNUM int not null, CONTAINERID text(50) not null, AUTHORID text(50) not null, CREATIONDATE text(25) null, LASTMODIFIEDDATE text(25) null, UPDATENUMBER int null, PREVREVISIONNUM int null, LASTCMD int null, LASTCMDACLVERSION int null, USERDEFINEDFIELD text(300) null, LASTMODIFIEDBYID text(50) null, CONTAINERNAME text(300) null, CONTAINERACLSETTINGS text null, ISINITIALIZED text(1) null, BLINDINVITES text null, ISSYSTEMISSUE text(1) not null, ISSUETYPE int not null, ACTIVITYTYPEID text(50) null, ISINCOMPLETE text(1) not null, constraint PK_ISSUES primary key (ISSUEID, OBJECTID));
111 ISSUES.OBJECTID as ISSUEID,
112 ISSUES.CREATIONDATE as CREATIONDATE,
113 ISSUES.AUTHORID as AUTHORID,
114 ISSUES.LASTMODIFIEDDATE as LASTMODIFIEDDATE,
115 ISSUES.LASTMODIFIEDBYID as LASTMODIFIEDBYID,
117 ISSUES.ISINITIALIZED as ISINITIALIZED,
118 ISSUES.ISSYSTEMISSUE as ISSYSTEMISSUE,
119 ISSUES.ISSUETYPE as ISSUETYPE,
120 ISSUES.ISINCOMPLETE as ISINCOMPLETE
    [all...]
  /ndk/docs/text/
CHANGES.text 338 > This feature is experimental now but welcome to try and report issues.
344 > This feature is experimental now but welcome to try and report issues.
612 > This feature is experimental now but welcome to try and report issues.
626 than with GCC 4.4.3 and clang3.1. Welcome to try and report issues.
635 See http://code.google.com/p/chromium/issues/detail?id=164154
642 See http://code.google.com/p/android/issues/detail?id=39810
655 See http://code.google.com/p/android/issues/detail?id=39089
657 - Fixed issues using NDK_TOOLCHAIN_VERSION=clang3.1 in cygwin.
658 See http://code.google.com/p/android/issues/detail?id=39585
662 See http://code.google.com/p/android/issues/detail?id=39915 an
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
uspoof.h 49 * security an spoofing issues with Unicode identifiers.
100 * specified. Confusabality issues involving upper case letters will not be reported.
527 * Check the specified string for possible security issues.
532 * @param text The string to be checked for possible security issues,
546 * Spoofing or security issues detected with the input string are
549 * or spoofing issues detected. The bits are defined by
550 * enum USpoofChecks. Zero is returned if no issues
562 * Check the specified string for possible security issues.
567 * @param text A UTF-8 string to be checked for possible security issues.
579 * Spoofing or security issues detected with the input string ar
    [all...]
  /external/guava/guava-tests/test/com/google/common/io/
FilesSimplifyPathTest.java 125 // https://code.google.com/p/guava-libraries/issues/detail?id=705
131 // https://code.google.com/p/guava-libraries/issues/detail?id=716
147 // https://code.google.com/p/guava-libraries/issues/detail?id=716
161 // http://code.google.com/p/guava-libraries/issues/detail?id=722
166 // http://code.google.com/p/guava-libraries/issues/detail?id=722
172 // http://code.google.com/p/guava-libraries/issues/detail?id=722
  /external/chromium_org/net/third_party/nss/
README.chromium 78 https://code.google.com/p/chromium/issues/detail?id=172658#c12
135 https://code.google.com/p/chromium/issues/detail?id=303398
173 https://code.google.com/p/chromium/issues/detail?id=326011
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_signed_rgba.spec 19 No known IP issues
56 Issues
116 Other than those subtle issues there are no other non-standard
  /external/chromium_org/third_party/tcmalloc/vendor/
README_windows.txt 87 --- ISSUES
90 (http://code.google.com/p/gperftools/issues/detail?id=127)
114 http://code.google.com/p/gperftools/issues/list
  /external/clang/docs/
ReleaseNotes.rst 53 Clang's diagnostics are constantly being improved to catch more issues,
121 also in the kinds of issues it can find.
128 New Issues Found
  /external/markdown/docs/
CHANGE_LOG 38 June 2008: Fixed issues with nested inline patterns and cleaned
139 Cogumbreiro. Fixed some small issues with backticks to get 100%
159 Aug. 29, 2005: Added flexible tabs, fixed a few small issues, added
  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 19 No known IP issues
56 Issues
116 Other than those subtle issues there are no other non-standard
  /external/nist-sip/java/gov/nist/javax/sip/parser/
RSeqParser.java 121 * CVS: If this change addresses one or more issues,
144 * CVS: If this change addresses one or more issues,
182 * CVS: If this change addresses one or more issues,
  /bionic/libc/include/sys/
atomics.h 37 * provide any memory barriers, which created potential issues on
  /build/tools/acp/
README 3 The "cp" command was judged and found wanting. The issues are:
  /cts/tests/tests/os/src/android/os/cts/
NoExecutePermissionTest.java 75 // http://code.google.com/p/android/issues/detail?id=17328
  /development/ndk/platforms/android-3/include/sys/
atomics.h 37 * provide any memory barriers, which created potential issues on

Completed in 565 milliseconds

<<11121314151617181920>>