/external/gtest/src/ |
Android.mk | 27 # condense them using function(s) for the common code.
|
/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 </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>
|
/external/chromium/testing/gmock/scripts/generator/cpp/ |
gmock_class.py | 94 # Condense multiple spaces and eliminate newlines putting the
|
/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/net/proxy/ |
proxy_service.h | 300 // The effective configuration is what we condense the original fetched
|
/external/chromium_org/net/proxy/ |
proxy_service.h | 387 // 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/libdwfl/ |
libdwflP.h | 231 We condense runs of Dwarf_Arange entries for the same CU into this. */
|
/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...] |
/external/chromium/chrome/browser/ui/gtk/download/ |
download_item_gtk.cc | 285 // We pass TRUE, TRUE so that the label will condense to less than its [all...] |
/external/chromium_org/chrome/browser/ui/gtk/download/ |
download_item_gtk.cc | 230 // We pass TRUE, TRUE so that the label will condense to less than its [all...] |
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
abap.php | 649 'condense', [all...] |