Home
last modified time | relevance | path

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

12345678910

/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()
1082 xmlParseXMLCatalogFile(xmlCatalogPrefer prefer, const xmlChar *filename);
1084 xmlParseXMLCatalogNodeList(xmlNodePtr cur, xmlCatalogPrefer prefer,
1145 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/llvm/test/Transforms/InstCombine/
Dgep-sext.ll7 ; We prefer to canonicalize the machine width gep indices early
28 ; If we can use a zext, we prefer that. This requires
/external/llvm/test/CodeGen/SystemZ/
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-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.
Drisbg-03.ll5 ; On zEC12, we generally prefer RISBGN.
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/markdown/tests/misc/
Dbr.txt7 Or, if you prefer, <strong>use two underscores instead</strong>.</p>
/external/libpng/contrib/pngminim/encoder/
DREADME9 If you prefer to use the shared libraries, go to contrib/pngminus
/external/libpng/contrib/pngminim/decoder/
DREADME9 If you prefer to use the shared libraries, go to contrib/pngminus
/external/libpng/contrib/pngminim/preader/
DREADME14 If you prefer to use the shared libraries, go to contrib/gregbook
/external/skia/site/dev/contrib/
Dstyle.md17 We prefer to minimize includes. If forward declaring a name in a header is
30 We prefer no trailing whitespace but aren't very strict about it.
410 We prefer that equality operators between lvalues and rvalues place the lvalue
463 Use NULL for pointers, 0 for ints. We prefer explicit NULL comparisons when
486 If the desired behavior is for a function to return a struct, we prefer using a
/external/squashfs-tools/RELEASE-READMEs/
DDONATIONS14 prefer by contacting the author privately.
/external/mesa3d/docs/
DRELNOTES-6.424 tarball. This was done at the request of Linux distro vendors who prefer
/external/llvm/test/CodeGen/PowerPC/
Dvrspill.ll19 ; We would prefer to test for "stxvw4x 34," but current -O0 code
/external/libpng/contrib/conftest/
Dsimple.dfa23 # hardware floating point or prefer your software floating point implementation.
Ds_write.dfa22 # hardware floating point or prefer your software floating point implementation.
Ds_read.dfa24 # hardware floating point or prefer your software floating point implementation.
/external/llvm/test/CodeGen/AArch64/
Darm64-scaled_iv.ll3 ; Make loop-reduce prefer unscaled accesses.
/external/libxml2/include/libxml/
Dcatalog.h165 xmlCatalogSetDefaultPrefer(xmlCatalogPrefer prefer);
/external/llvm/utils/vim/
DREADME24 If you prefer, instead of making copies you can make symlinks from
/external/llvm/test/CodeGen/X86/
Davoid_complex_am.ll3 ; Make loop-reduce prefer unscaled accesses.
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/
Dfeatures.rst47 SDK, but for those that prefer the latest version can be used as well.
137 prefer, webapp2 supports this: simply return a response object from a handler
170 prefer, functions can be used as well::

12345678910