HomeSort by relevance Sort by last modified time
    Searched full:issue (Results 51 - 75 of 5337) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/sdch/open-vcdiff/packages/
rpm.sh 73 if [ -r /etc/issue ]
75 grep "Red Hat.*release 7" /etc/issue >/dev/null 2>&1 && destdir=rh7
76 grep "Red Hat.*release 8" /etc/issue >/dev/null 2>&1 && destdir=rh8
77 grep "Red Hat.*release 9" /etc/issue >/dev/null 2>&1 && destdir=rh9
78 if grep Fedora /etc/issue >/dev/null; then
79 destdir=fc`grep Fedora /etc/issue | cut -d' ' -f 4`;
  /external/apache-xml/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...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
popup.css 40 [data-issue] + .trunk-status-row > td,
45 div.issue-status {
52 .issue-status-build {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleDifference.h 19 // The object needs to issue paint invalidations if it contains text or properties dependent on color (e.g., border or outline).
39 // The object just needs to issue paint invalidations.
47 // The layer and its descendant layers need to issue paint invalidations.
  /external/clang/test/Misc/
serialized-diags.m 20 // CHECK: {{.*[/\\]}}serialized-diags.m:8:4: error: use of undeclared identifier '_self'; did you mean 'self'? [] [Semantic Issue]
26 // CHECK: {{.*[/\\]}}serialized-diags.m:1:12: warning: class 'Foo' defined without specifying a base class [-Wobjc-root-class] [Semantic Issue]
28 // CHECK: +-{{.*[/\\]}}serialized-diags.m:1:15: note: add a super class to fix this problem [] [Semantic Issue]
  /cts/tests/tests/net/src/android/net/cts/
MailToTest.java 25 private static final String MAILTOURI_2 = "mailto:infobot@example.com?subject=current-issue";
27 "mailto:infobot@example.com?body=send%20current-issue";
29 "issue%0D%0Asend%20index";
60 assertEquals("current-issue", mailTo_2.getSubject());
66 assertTrue(stringUrl.contains("subject=current-issue&"));
73 assertEquals("send current-issue", mailTo_3.getBody());
79 assertTrue(stringUrl.contains("body=send%20current-issue&"));
86 assertEquals("send current-issue\r\nsend index", mailTo_4.getBody());
92 assertTrue(stringUrl.contains("body=send%20current-issue%0D%0Asend%20index&"));
  /external/chromium_org/chrome/browser/resources/
dialog.css 7 * decoration. Perhaps there's an issue with the dialog thinking that it
  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/rietveld_patcher/api/14096030/
json 1 {"description":"(TEST FOR 14125010, NOT FOR COMMIT) rietveld_patcher_test data","cc":[],"reviewers":[],"owner_email":"fangjue23303@gmail.com","private":false,"base_url":"https://src.chromium.org/svn/trunk/src/","owner":"\u65b9\u89c9(Fang Jue)","subject":"(TEST FOR 14125010, NOT FOR COMMIT) unittest data","created":"2013-04-28 10:29:31.098160","patchsets":[1,3001,5004,4004,14001,22002],"modified":"2013-05-03 08:43:17.504060","closed":false,"commit":false,"issue":14096030}
  /external/chromium_org/chrome/common/extensions/docs/templates/private/permissions/
unlimited_storage.html 4 <b>Note:</b> This permission applies only to Web SQL Database and application cache (see issue <a href="http://crbug.com/58985">58985</a>). Also, it doesn't currently work with wildcard subdomains such as <code>http://*.example.com</code>.
  /external/chromium_org/content/test/data/npapi/
layout_test_plugin.html 8 // Test for bug 711411: http://b/issue?id=711411
  /external/chromium_org/sync/engine/
model_type_sync_proxy.h 13 // Interface used by sync backend to issue requests to a synced data type.
model_type_sync_worker.h 12 // Interface used by a synced data type to issue requests to the sync backend.
  /external/chromium_org/third_party/WebKit/ManualTests/
selection-drag-crash.html 11 Drag the selected text. It shouldn't crash, though it used to on Chromium Mac since createDragImageForSelection() didn't properly use the return value from dissolveDragImageToFraction(), which resulted in a race condition for the drag image's refcount. This issue can't be tested in an automated manner, due to the fact that the race condition is hard to trigger deterministically and that test_shell/DRT simply don't use the (potentially invalid) image parameter.
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/
README.libvpx 16 cherry-pick 'Issue 24479004: Fix building with MSVC for arm'
  /external/chromium_org/third_party/skia/src/core/
SkThreadPriv.h 17 * This must issue a release barrier on success, acquire on failure, and always a compiler barrier.
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
abort.h 7 // reporter treats it as a normal exit. See issue:
  /external/clang/test/Analysis/
no-exit-cfg.c 4 // This is a test case for the issue reported in PR 2819:
  /external/llvm/test/CodeGen/X86/
split-vector-bitcast.ll 3 ; PR10497 + another isel issue with sse2 disabled
  /external/ppp/pppd/plugins/radius/
pathnames.h 21 #define _PATH_ETC_ISSUE "/etc/issue"
  /external/qemu/distrib/sdl-1.2.15/
BUGS 6 You may report bugs there, and search to see if a given issue has already
  /external/skia/src/core/
SkThreadPriv.h 17 * This must issue a release barrier on success, acquire on failure, and always a compiler barrier.
  /external/skia/tools/
add_codereview_message.py 8 """Add message to codereview issue.
10 This script takes a codereview URL or a codereview issue number as its
12 `git cl upload` to append the message to the given codereview issue.
51 codereview_url: (string) we will extract the issue number from
52 this url, or this could simply be the issue number.
65 issue = codereview_url.strip('/').split('/')[-1]
68 branch_name = 'issue_%s' % issue
77 vsp.check_call([git, 'cl', 'patch', issue])
96 print vsp.check_output([git, 'cl', 'issue'])
  /external/valgrind/main/memcheck/tests/
memcmptest.c 5 // An issue here is that in glibc memcmp() and bcmp() are aliases. Valgrind
strchr.c 4 // The issue here is the same one in memcmptest -- 'strchr' and 'index' are
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
nokia.pem 1 # Certificate for projects.developer.nokia.com:443 (see issue 13034)

Completed in 1109 milliseconds

1 23 4 5 6 7 8 91011>>