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

1 2 3

  /external/chromium_org/tools/relocation_packer/src/
run_length_encoder.cc 36 // Condense a set of r_offset deltas into a run-length encoded packing.
39 void Condense(const std::vector<ELF::Addr>& deltas,
117 Condense(deltas, packed);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
QuickDraw.py 11 condense = 0x20 variable
188 condense = 0x20 variable
  /external/tinyxml/docs/
classTiXmlBase.html 39 <tr><td class="memItemLeft" nowrap align="right" valign="top">static void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classTiXmlBase.html#e0">SetCondenseWhiteSpace</a> (bool condense)</td></tr>
158 <a class="anchor" name="e0"></a><!-- doxytag: member="TiXmlBase::SetCondenseWhiteSpace" ref="e0" args="(bool condense)" --><p>
167 <td class="mdname1" valign="top" nowrap> <em>condense</em> </td>
185 In order to make everyone happy, these global, static functions are provided to set whether or not TinyXml will condense all white space into a single space or not. The default is to condense. Note changing this values is not thread safe. </td>
classTiXmlBase-members.html 13 <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#e0">SetCondenseWhiteSpace</a>(bool condense)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [inline, static]</code></td></tr>
classTiXmlAttribute-members.html 20 <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#e0">SetCondenseWhiteSpace</a>(bool condense)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [inline, static]</code></td></tr>
index.html 111 The world simply does not agree on whether white space should be kept, or condensed. For example, pretend the '_' is a space, and look at "Hello____world". HTML, and at least some XML parsers, will interpret this as "Hello_world". They condense white space. Some XML parsers do not, and will leave it as "Hello____world". (Remember to keep pretending the _ is a space.) Others suggest that __Hello___world__ should become Hello___world.<p>
112 It's an issue that hasn't been resolved to my satisfaction. TinyXml supports the first 2 approaches. Call <a class="el" href="classTiXmlBase.html#e0">TiXmlBase::SetCondenseWhiteSpace( bool )</a> to set the desired behavior. The default is to condense white space.<p>
classTiXmlComment-members.html 57 <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#e0">SetCondenseWhiteSpace</a>(bool condense)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [inline, static]</code></td></tr>
classTiXmlDeclaration-members.html 58 <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#e0">SetCondenseWhiteSpace</a>(bool condense)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [inline, static]</code></td></tr>
classTiXmlDocument-members.html 72 <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#e0">SetCondenseWhiteSpace</a>(bool condense)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [inline, static]</code></td></tr>
classTiXmlElement-members.html 71 <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#e0">SetCondenseWhiteSpace</a>(bool condense)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [inline, static]</code></td></tr>
classTiXmlNode-members.html 57 <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#e0">SetCondenseWhiteSpace</a>(bool condense)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [inline, static]</code></td></tr>
classTiXmlText-members.html 59 <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#e0">SetCondenseWhiteSpace</a>(bool condense)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [inline, static]</code></td></tr>
classTiXmlUnknown-members.html 57 <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#e0">SetCondenseWhiteSpace</a>(bool condense)</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [inline, static]</code></td></tr>
  /external/gtest/src/
Android.mk 27 # condense them using function(s) for the common code.
  /external/chromium_org/third_party/polymer/components-chromium/core-scroll-header-panel/
core-scroll-header-panel-extracted.js 19 * If true, the header's height will condense to `_condensedHeaderHeight`
  /external/chromium_org/third_party/polymer/components/core-scroll-header-panel/
core-scroll-header-panel.html 96 * If true, the header's height will condense to `_condensedHeaderHeight`
  /frameworks/base/docs/html/guide/topics/sensors/
sensors_environment.jd 167 barometric pressure, for water vapor to condense into water. The following equation shows how you
  /external/tinyxml/
readme.txt 255 at least some XML parsers, will interpret this as "Hello_world". They condense white
262 The default is to condense white space.
tinyxml.h 171 are provided to set whether or not TinyXml will condense all white space
172 into a single space or not. The default is to condense. Note changing this
175 static void SetCondenseWhiteSpace( bool condense ) { condenseWhiteSpace = condense; }
    [all...]
xmltest.cpp 649 printf ("\n** Parsing, no Condense Whitespace **\n");
656 XmlTest ( "Condense white space OFF.", "This is \ntext",
  /external/chromium_org/net/proxy/
proxy_service.h 375 // The effective configuration is what we condense the original fetched
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.h 217 are provided to set whether or not TinyXml will condense all white space
218 into a single space or not. The default is to condense. Note changing this
221 static void SetCondenseWhiteSpace( bool condense ) { condenseWhiteSpace = condense; }
    [all...]
  /external/elfutils/0.153/libdwfl/
libdwflP.h 294 We condense runs of Dwarf_Arange entries for the same CU into this. */
  /external/lldb/source/Target/
ThreadPlanStepRange.cpp 105 // condense the ranges if they overlap, though I don't think it is likely
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 217 are provided to set whether or not TinyXml will condense all white space
218 into a single space or not. The default is to condense. Note changing this
221 static void SetCondenseWhiteSpace( bool condense ) { condenseWhiteSpace = condense; }
    [all...]

Completed in 1458 milliseconds

1 2 3