HomeSort by relevance Sort by last modified time
    Searched full:issue (Results 1 - 25 of 1558) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/
LayoutAnalysis.java 44 private final List<Issue> mIssues = new ArrayList<Issue>();
71 * Adds an issue to the layout analysis.
73 * @param issue The issue to add.
75 public void addIssue(Issue issue) {
76 mIssues.add(issue);
80 * Adds an issue to the layout analysis.
82 * @param description Description of the issue
    [all...]
  /libcore/luni/src/main/java/java/sql/
package.html 6 is not an issue.</p>
  /external/chromium/sdch/open-vcdiff/packages/
rpm.sh 59 if [ -r /etc/issue ]
61 grep "Red Hat.*release 7" /etc/issue >/dev/null 2>&1 && destdir=rh7
62 grep "Red Hat.*release 8" /etc/issue >/dev/null 2>&1 && destdir=rh8
63 grep "Red Hat.*release 9" /etc/issue >/dev/null 2>&1 && destdir=rh9
64 if grep Fedora /etc/issue >/dev/null; then
65 destdir=fc`grep Fedora /etc/issue | cut -d' ' -f 4`;
  /external/chromium/third_party/icu/source/tools/toolutil/
platform_xopen_source_extended.h 23 * There is an issue with turning on _XOPEN_SOURCE_EXTENDED on certain platforms.
24 * A compatibility issue exists between turning on _XOPEN_SOURCE_EXTENDED and using
  /external/icu4c/tools/toolutil/
platform_xopen_source_extended.h 23 * There is an issue with turning on _XOPEN_SOURCE_EXTENDED on certain platforms.
24 * A compatibility issue exists between turning on _XOPEN_SOURCE_EXTENDED and using
  /frameworks/base/tests/SmokeTest/
README 5 If you wish to run these tests, issue the command:
  /development/pdk/docs/source/
life-of-a-bug.jd 4 <p>The Android Open Source project maintains a public issue tracker where you
6 details on this issue tracker, please see <a
10 <p><i>Please note: the the Android Open Source Project (AOSP) issue tracker is
25 fate of the issue.</li>
50 detailed report of a legitimate issue, but has not yet been assigned to an
54 <li><b>Reviewed</b><p>Like <code>Unassigned</code>, but the issue
58 such private issue tracker, intended primarily for bugs which contain
69 recognized it as a legitimate issue and will fix it according to the product
79 <li><b>Question</b><p>Someone mistook the issue tracker for a help forum.
122 actually multiple issue trackers for Android-related issues. The <
    [all...]
  /external/chromium/sdch/open-vcdiff/
ChangeLog 15 * Issue #9: Add option to optimize VCDIFF decoder when VCD_TARGET will not be
19 VCD_TARGET flag, it will issue an error and refuse to continue decoding.
20 * Issue #19: ERROR: Length of target window (100001916) exceeds limit of
31 * Issue #21: Fail to test on MinGW 5.1.4
46 * Issue #14: HashedDictionary may free memory twice if implicitly copied.
48 * Issue #18: Building RPM package fails on Fedora 9: Installed (but
77 * Issue #6: vcdiff crashes with zero-size dictionary
79 * Issue #7: vcdiff incorrect binary I/O on Windows
81 * Issue #13: Add unit test for vcdiff command-line executable
84 * Issue #15: open-vcdiff fails to compile on Fedora
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/transformer/
MsgMgr.java 55 * @param msg The message text to issue
83 * @param msg Message text to issue
98 * @param msg Message text to issue
117 * @param msg Message text to issue
135 * @param msg Message text to issue
160 * @param msg Message text to issue
188 * @param msg Message text to issue
204 * @param msg Message text to issue
221 * @param msg Message text to issue
238 * @param msg Message text to issue
    [all...]
  /dalvik/vm/mterp/c/
OP_IPUT_OBJECT.c 6 * issue.
  /external/ppp/pppd/plugins/radius/
pathnames.h 21 #define _PATH_ETC_ISSUE "/etc/issue"
options.h 45 {"issue", OT_STR, ST_UNDEF, "/etc/radiusclient/issue"},
  /external/qemu/distrib/sdl-1.2.12/
BUGS 6 You may report bugs there, and search to see if a given issue has already
  /external/chromium/third_party/icu/source/test/letest/
SimpleFontInstance.h 48 // issue a warning if we don't implement it...
52 // issue a warning if we don't implement it...
  /external/icu4c/test/letest/
SimpleFontInstance.h 48 // issue a warning if we don't implement it...
52 // issue a warning if we don't implement it...
  /sdk/layoutopt/app/src/com/android/layoutopt/cli/
Main.java 63 for (LayoutAnalysis.Issue issue : analysis.getIssues()) {
64 System.out.print(String.format("\t%d:%d ", issue.getStartLine(), issue.getEndLine()));
65 System.out.println(issue.getDescription());
  /external/nist-sip/java/gov/nist/javax/sip/header/extensions/
ReferredBy.java 76 * Issue number:
82 * CVS: Issue number:
84 * CVS: then enter the issue number(s) here.
98 * Issue number: 79, 80
110 * Issue number:
118 * CVS: Issue number:
120 * CVS: then enter the issue number(s) here.
  /cts/tests/tests/net/src/android/net/cts/
MailToTest.java 30 private static final String MAILTOURI_2 = "mailto:infobot@example.com?subject=current-issue";
32 "mailto:infobot@example.com?body=send%20current-issue";
34 "issue%0D%0Asend%20index";
115 assertEquals("current-issue", mailTo_2.getSubject());
121 assertTrue(stringUrl.contains("subject=current-issue&"));
128 assertEquals("send current-issue", mailTo_3.getBody());
134 assertTrue(stringUrl.contains("body=send%20current-issue&"));
141 assertEquals("send current-issue\r\nsend index", mailTo_4.getBody());
147 assertTrue(stringUrl.contains("body=send%20current-issue%0D%0Asend%20index&"));
  /external/nist-sip/java/gov/nist/javax/sip/header/
UserAgent.java 134 * Issue number:
138 * Fix minor issue in encoding of user-agent header.
141 * Issue number: 79, 80
146 * Issue number:
153 * CVS: Issue number:
155 * CVS: then enter the issue number(s) here.
183 * Issue number:
191 * CVS: Issue number:
193 * CVS: then enter the issue number(s) here.
  /external/nist-sip/java/gov/nist/javax/sip/parser/
RSeqParser.java 114 * Issue number:
120 * CVS: Issue number:
122 * CVS: then enter the issue number(s) here.
136 * Issue number:
143 * CVS: Issue number:
145 * CVS: then enter the issue number(s) here.
173 * Issue number:
181 * CVS: Issue number:
183 * CVS: then enter the issue number(s) here.
CSeqParser.java 90 * Issue number:
96 * CVS: Issue number:
98 * CVS: then enter the issue number(s) here.
112 * Issue number:
119 * CVS: Issue number:
121 * CVS: then enter the issue number(s) here.
159 * Issue number:
166 * CVS: Issue number:
168 * CVS: then enter the issue number(s) here.
186 * Revision 1.4 2004/01/22 13:26:31 sverker Issue number: Obtained from
    [all...]
ReferToParser.java 87 * Issue number:
94 * CVS: Issue number:
96 * CVS: then enter the issue number(s) here.
121 * Issue number:
128 * CVS: Issue number:
130 * CVS: then enter the issue number(s) here.
144 * Issue number:
151 * CVS: Issue number:
153 * CVS: then enter the issue number(s) here.
167 * Issue number
    [all...]
  /external/v8/
ChangeLog 5 Fix a bug with register names on 64-bit V8 (issue 615).
26 (issue 223).
33 Improvement of debugger agent (issue 549 and 554).
35 Fixed problem with skipped stack frame in profiles (issue 553).
46 Fix arithmetic on some integer constants (issue 580).
71 to be allocated (issue 524).
116 around for too long (issue 528).
177 Fixed issue where we logged shared library addresses on Windows at
206 Fixed a crash bug happening when starting profiling (issue
353 Fixed a GC issue introduced in version 1.3.5
    [all...]
  /external/blktrace/
act_mask.c 22 DECLARE_MASK_MAP(ISSUE),
  /external/ppp/pppd/plugins/radius/etc/
radiusclient.conf 23 # name of the issue file. it's only display when no username is passed
24 # on the radlogin command line (default /etc/radiusclient/issue)
25 issue /usr/local/etc/radiusclient/issue

Completed in 271 milliseconds

1 2 3 4 5 6 7 8 91011>>