/external/openssl/include/openssl/ |
opensslconf.h | 275 /* Unroll the inner loop, this sometimes helps, sometimes hinders.
|
/external/skia/tests/ |
GpuBitmapCopyTest.cpp | 67 // FIXME: When calling copyTo (so deepCopy is false here), sometimes we copy the pixels 68 // exactly, in which case the IDs should be the same, but sometimes we do a bitmap draw,
|
/external/valgrind/main/ |
README_MISSING_SYSCALL_OR_IOCTL | 92 (Note: this is sometimes a bug; some syscalls do return results when 179 There's a default case, sometimes it isn't correct and you have to write a
|
/external/valgrind/main/docs/internals/ |
register-uses.txt | 64 r0 n n sometimes RAZ 174 r0 n n sometimes RAZ
|
/external/valgrind/main/gdbserver_tests/ |
filter_gdb | 50 # delete empty lines (the last line (only made of prompts) sometimes 51 # finishes with a new line, sometimes not ???).
|
/external/webkit/Tools/Scripts/ |
run-leaks | 170 $type = ""; # The leaks tool sometimes omits the type. 177 "callStack" => "", # The leaks tool sometimes omits the call stack.
|
/external/zlib/src/doc/ |
txtvsbin.txt | 8 Given a file coming from an unknown source, it is sometimes desirable 23 of false negatives is sometimes too high, which means that the recall
|
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/ |
Configurator.java | 103 * Because user interface content is dynamic, sometimes a widget may not 121 * Because user interface content is dynamic, sometimes a widget may not
|
/external/quake/quake/src/QW/docs/ |
qwcl-readme.txt | 183 aware, though, that sometimes Microsoft's DirectX drivers don't
192 It can also sometimes help to get the latest Windows drivers for your
195 BIOSes, it can sometimes help to get the latest BIOS upgrade.
249 QWCL sometimes runs pretty slowly fullscreen
258 Doctor. You can also sometimes get a faster 320x200 mode on Win95 by
283 stretching code, it can sometimes be faster to run QWCL at 640x480 than
310 The color black doesn't change with palette flashes sometimes
359 Sometimes Permedia boards crash unless -nowindirect is used
414 Mouse sometimes vanishes in system menu on Win95
480 Alt-Tab fullscreen only works sometimes
[all...] |
/external/bison/m4/ |
gettext.m4 | 85 dnl Sometimes libintl requires libiconv, so first search for libiconv. 100 dnl Sometimes, on Mac OS X, libintl requires linking with CoreFoundation. 176 dnl Sometimes libintl requires libiconv, so first search for libiconv.
|
/external/elfutils/m4/ |
gettext.m4 | 83 dnl Sometimes libintl requires libiconv, so first search for libiconv. 98 dnl Sometimes, on MacOS X, libintl requires linking with CoreFoundation. 168 dnl Sometimes libintl requires libiconv, so first search for libiconv.
|
/external/valgrind/main/exp-sgcheck/docs/ |
sg-manual.xml | 166 <para>In this case the store sometimes 168 sometimes <computeroutput>b[]</computeroutput>, but in no cases is 197 stack and global checks can sometimes require a number of range
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
platform.h | 90 /* autoconf 2.13 sometimes can't properly find the data types in <inttypes.h> */ 91 /* os/390 needs <inttypes.h>, but it doesn't have int8_t, and it sometimes */ 95 /* The features header is needed to get (u)int64_t sometimes. */
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
platform.h | 90 /* autoconf 2.13 sometimes can't properly find the data types in <inttypes.h> */ 91 /* os/390 needs <inttypes.h>, but it doesn't have int8_t, and it sometimes */ 95 /* The features header is needed to get (u)int64_t sometimes. */
|
/external/webkit/Source/WebCore/icu/unicode/ |
platform.h | 90 /* autoconf 2.13 sometimes can't properly find the data types in <inttypes.h> */ 91 /* os/390 needs <inttypes.h>, but it doesn't have int8_t, and it sometimes */ 95 /* The features header is needed to get (u)int64_t sometimes. */
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
platform.h | 90 /* autoconf 2.13 sometimes can't properly find the data types in <inttypes.h> */ 91 /* os/390 needs <inttypes.h>, but it doesn't have int8_t, and it sometimes */ 95 /* The features header is needed to get (u)int64_t sometimes. */
|
/frameworks/base/docs/html/training/design-navigation/ |
descendant-lateral.jd | 89 <p>For collection-related screens, and especially for textual information, vertically scrolling lists are often the most straightforward and familiar kind of interface. For more visual or media-rich content items such as photos or videos, vertically scrolling grids of items, horizontally scrolling lists (sometimes referred to as <em>carousels</em>), or stacks (sometimes referred to as <em>cards</em>) can be used instead. These UI elements are generally best used for presenting item collections or large sets of child screens (for example, a list of stories or a list of 10 or more news topics), rather than a small set of unrelated, sibling child screens.</p> 127 href="{@docRoot}design/patterns/actionbar.html">pattern docs</a> at Android Design) are sometimes
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
gettext.m4 | 83 dnl Sometimes libintl requires libiconv, so first search for libiconv. 98 dnl Sometimes, on MacOS X, libintl requires linking with CoreFoundation. 168 dnl Sometimes libintl requires libiconv, so first search for libiconv.
|
/docs/source.android.com/src/source/ |
using-eclipse.jd | 44 <p>The Android project is large enough that Eclipse's Java VM sometimes runs out of memory while compiling it. Avoid this problem by editing the <code>eclipse.ini</code> file. On Apple OSX the eclipse.ini file is located at</p> 83 <p><em>Note:</em> Eclipse sometimes likes to add an <code>import android.R</code> statement at the top of your files that use resources, especially when you ask eclipse to sort or otherwise manage imports. This will cause your make to break. Look out for these erroneous import statements and delete them.</p>
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemValueOf.java | 108 * it is sometimes convenient to be able to produce output 133 * it is sometimes convenient to be able to produce output
|
/external/chromium/chrome/browser/autofill/ |
address_field.cc | 149 // First look at the field name, which itself will sometimes contain 199 // because sometimes every element in a group of address fields will have
|
/external/chromium/chrome/browser/importer/ |
safari_importer.mm | 209 // Top level containers sometimes don't have title attributes. 362 // Sometimes items don't have a title, in which case we just substitue
|
/external/chromium/chrome/browser/ui/gtk/ |
tab_contents_drag_source.cc | 126 // TODO(estade): This can sometimes be very far off, e.g. if the user clicks 137 // Sometimes the drag fails to start; |context| will be NULL and we won't
|
/external/skia/legacy/include/core/ |
SkShader.h | 91 * Called sometimes before drawing with this shader. Return the type of 93 * Your subclass should override if it can (even sometimes) report a
|
/external/valgrind/main/auxprogs/ |
gen-mdg | 34 # eg. 'm_main' or 'memcheck'. The destination is sometimes a module name, 35 # and sometimes a header file. Because Dot can't handle certain characters
|