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

1 2 3 4 5 6 7 8 91011>>

  /external/libpng/contrib/pngminim/decoder/
README 8 If you prefer to use the shared libraries, go to contrib/pngminus
  /external/libpng/contrib/pngminim/encoder/
README 8 If you prefer to use the shared libraries, go to contrib/pngminus
  /external/clang/test/CXX/over/over.match/over.match.best/
p1.cpp 10 // Prefer non-templates to templates
  /external/libpng/contrib/pngminim/preader/
README 13 If you prefer to use the shared libraries, go to contrib/gregbook
  /external/llvm/test/CodeGen/X86/
vec_return.ll 10 ; Prefer a constant pool load here.
  /external/markdown/tests/misc/
br.txt 7 Or, if you prefer, <strong>use two underscores instead</strong>.</p>
br.html 6 Or, if you prefer, &lt;strong&gt;use two underscores instead&lt;/strong&gt;.&lt;/p&gt;
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/
AlwaysShowActionDetectorTest.java 30 "menu-land/actions.xml:6: Warning: Prefer \"ifRoom\" instead of \"always\"",
37 "menu-land/actions2.xml:6: Warning: Prefer \"ifRoom\" instead of \"always\"",
44 "ActionTest1.java:7: Warning: Prefer \"SHOW_AS_ACTION_IF_ROOM\" instead of " +
  /external/chromium/net/base/
sys_addrinfo.h 14 // Prefer including this file instead of directly writing the #if / #else,
sys_byteorder.h 7 // particularly: ntohs(), htons(), ntohl(), htonl(). Prefer including
  /development/samples/ApiDemos/res/values-v11/
styles.xml 18 <!-- For API level 11 or later, the Holo theme is available and we prefer that. -->
22 <!-- For API level 11 or later, the Holo theme is available and we prefer that. -->
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
UserCredentialHash.java 7 * tend to prefer to store information in user accounts using such a
  /sdk/ide_common/src/com/android/ide/common/resources/configuration/
DensityQualifier.java 123 // in all case we're going to prefer the higher dpi.
125 // if reference is medium, we'll prefer to scale down high dpi, than scale up low dpi
126 // if reference if low, we'll prefer to scale down high than medium (2:1 over 4:3)
  /external/clang/test/SemaTemplate/
example-typelist.cpp 44 // FIXME: I would prefer that this be a partial specialization, but
78 // FIXME: I would prefer that this be a partial specialization, but
  /frameworks/base/cmds/svc/src/com/android/commands/svc/
DataCommand.java 40 + " svc data prefer\n"
54 } else if ("prefer".equals(args[1])) {
WifiCommand.java 40 + " svc wifi prefer\n"
54 } else if ("prefer".equals(args[1])) {
  /frameworks/base/core/java/android/text/method/
DialerKeyListener.java 52 * Overrides the superclass's lookup method to prefer the number field
60 * Prefer number if no meta key is active, or if it produces something
  /external/regex-re2/doc/
syntax.txt 19 x|y «x» or «y» (prefer «x»)
22 x* zero or more «x», prefer more
23 x+ one or more «x», prefer more
24 x? zero or one «x», prefer one
25 x{n,m} «n» or «n»+1 or ... or «m» «x», prefer more
26 x{n,} «n» or more «x», prefer more
28 x*? zero or more «x», prefer fewer
29 x+? one or more «x», prefer fewer
30 x?? zero or one «x», prefer zero
31 x{n,m}? «n» or «n»+1 or ... or «m» «x», prefer fewe
    [all...]
  /development/samples/Support4Demos/res/values-v11/
styles.xml 18 <!-- For API level 11 or later, the Holo theme is available and we prefer that. -->
  /external/apache-harmony/
run-harmony-tests 3 # Make sure there's a vogar on the path, but prefer the user's one.
  /external/libffi/testsuite/libffi.call/
ffitest.h 20 /* Prefer MAP_ANON(YMOUS) to /dev/zero, since we don't need to keep a
  /external/libffi/testsuite/libffi.special/
ffitestcxx.h 20 /* Prefer MAP_ANON(YMOUS) to /dev/zero, since we don't need to keep a
  /external/openssl/crypto/dso/
README 7 according to their man page, prefer developers to move to that.
  /external/skia/include/gpu/
GrScalar.h 35 #define GrMul(a,b) SkScalarMul(a,b) // deprecated, prefer GrScalarMul
  /external/webkit/Source/WebCore/manual-tests/inspector/
debugger-scopes-inspection.html 33 <p>To test, open the Inspector and start a debugging session. In a second debugger will pause. While paused look at scope chain pane. There should be three scopes: 'With scope' containing objField variable, 'Local scope' with this and self variables and 'Global scope'. All scopes but 'Global' should be expanced. 'Global' scope should be collapsed(it takes too long to expand DOMWindow so we prefer to do it on demand). </p>

Completed in 679 milliseconds

1 2 3 4 5 6 7 8 91011>>