Home
last modified time | relevance | path

Searched refs:prefer (Results 1 – 25 of 251) sorted by relevance

1234567891011

/external/libxml2/
Dcatalog.c142 xmlCatalogPrefer prefer; member
170 xmlCatalogPrefer prefer; member
275 const xmlChar *value, const xmlChar *URL, xmlCatalogPrefer prefer, in xmlNewCatalogEntry() argument
310 ret->prefer = prefer; in xmlNewCatalogEntry()
412 xmlCreateNewCatalog(xmlCatalogType type, xmlCatalogPrefer prefer) { in xmlCreateNewCatalog() argument
424 ret->prefer = prefer; in xmlCreateNewCatalog()
576 switch (cur->prefer) { in xmlDumpXMLCatalogNode()
1077 xmlParseXMLCatalogFile(xmlCatalogPrefer prefer, const xmlChar *filename);
1079 xmlParseXMLCatalogNodeList(xmlNodePtr cur, xmlCatalogPrefer prefer,
1140 const xmlChar *uriAttrName, xmlCatalogPrefer prefer, in xmlParseXMLCatalogOneNode() argument
[all …]
/external/chromium_org/third_party/libxml/src/
Dcatalog.c138 xmlCatalogPrefer prefer; member
166 xmlCatalogPrefer prefer; member
271 const xmlChar *value, const xmlChar *URL, xmlCatalogPrefer prefer, in xmlNewCatalogEntry() argument
306 ret->prefer = prefer; in xmlNewCatalogEntry()
408 xmlCreateNewCatalog(xmlCatalogType type, xmlCatalogPrefer prefer) { in xmlCreateNewCatalog() argument
420 ret->prefer = prefer; in xmlCreateNewCatalog()
572 switch (cur->prefer) { in xmlDumpXMLCatalogNode()
1079 xmlParseXMLCatalogFile(xmlCatalogPrefer prefer, const xmlChar *filename);
1081 xmlParseXMLCatalogNodeList(xmlNodePtr cur, xmlCatalogPrefer prefer,
1142 const xmlChar *uriAttrName, xmlCatalogPrefer prefer, in xmlParseXMLCatalogOneNode() argument
[all …]
/external/regex-re2/doc/
Dsyntax.txt19 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 fewer
[all …]
/external/chromium_org/third_party/re2/doc/
Dsyntax.txt19 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 fewer
[all …]
/external/libpng/contrib/pngminim/decoder/
DREADME9 If you prefer to use the shared libraries, go to contrib/pngminus
/external/libpng/contrib/pngminim/encoder/
DREADME9 If you prefer to use the shared libraries, go to contrib/pngminus
/external/markdown/tests/misc/
Dbr.txt7 Or, if you prefer, <strong>use two underscores instead</strong>.</p>
/external/llvm/test/CodeGen/SystemZ/
Dint-const-05.ll69 ; Check the next word up, which is out of range. We prefer STY in that case.
80 ; Check negative displacements, for which we again prefer STY.
Dint-const-06.ll69 ; Check the next doubleword up, which is out of range. We prefer STG
81 ; Check negative displacements, for which we again prefer STG.
Dint-const-04.ll78 ; Check the next halfword up, which is out of range. We prefer STHY
90 ; Check negative displacements, for which we again prefer STHY.
Dint-const-03.ll142 ; Check that MVI does not allow an index. We prefer STC in that case.
155 ; Check that MVIY does not allow an index. We prefer STCY in that case.
Dcond-move-01.ll27 ; Test LOCR in a case that could use COMPARE AND BRANCH. We prefer using
/external/chromium_org/third_party/cython/src/
DINSTALL.txt16 (2) If you prefer not to modify your Python
/external/libpng/contrib/pngminim/preader/
DREADME14 If you prefer to use the shared libraries, go to contrib/gregbook
/external/chromium_org/third_party/tlslite/patches/
Dclient_cipher_preferences.patch9 - #Given the current ciphersuite ordering, this means we prefer SRP
/external/chromium_org/skia/
Dskia_common.gypi93 # For POSIX platforms, prefer the Mutex implementation provided by Skia
210 # We would prefer this to be direct_dependent_settings,
/external/mesa3d/docs/
DRELNOTES-6.424 tarball. This was done at the request of Linux distro vendors who prefer
/external/chromium_org/third_party/mesa/src/docs/
DRELNOTES-6.424 tarball. This was done at the request of Linux distro vendors who prefer
/external/openssl/crypto/dso/
DREADME7 according to their man page, prefer developers to move to that.
/external/libpng/contrib/conftest/
Ds_write.dfa22 # hardware floating point or prefer your software floating point implementation.
Dsimple.dfa23 # hardware floating point or prefer your software floating point implementation.
Ds_read.dfa24 # hardware floating point or prefer your software floating point implementation.
/external/chromium_org/third_party/WebKit/Source/platform/mac/
DWebFontCache.mm64 // and we didn't ask for it, we'd prefer any other font in the family.
91 …// If both are the same distance from the desired weight, prefer the candidate if it is further fr…
95 // Otherwise, prefer the one closer to the desired weight.
/external/oprofile/doc/
DCodingStyle31 Avoid ifdefs: prefer configure options / build trickery.
48 Makefile.am: prefer using
/external/llvm/test/CodeGen/AArch64/
Darm64-scaled_iv.ll3 ; Make loop-reduce prefer unscaled accesses.

1234567891011