HomeSort by relevance Sort by last modified time
    Searched full:autoclose (Results 26 - 50 of 78) sorted by null

12 3 4

  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketFactoryTest.java 114 public Socket createSocket(Socket s, String host, int port, boolean autoClose) {
  /external/skia/src/core/
SkPath.cpp 439 bool autoClose = false;
442 while (*currVerb < verbCnt && (!allowPartial || !autoClose)) {
448 autoClose = true;
474 if (autoClose && nextDirection == firstDirection) {
477 closedOrMoved = autoClose;
502 if (allowPartial && !autoClose && firstDirection) {
520 bool result = 4 == corners && (first == last || autoClose);
537 autoClose = false; // we are not closed
544 *isClosed = autoClose;
    [all...]
  /frameworks/base/core/java/org/apache/http/conn/ssl/
SSLSocketFactory.java 392 final boolean autoClose
398 autoClose
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
SSLSocketFactory.java 381 final boolean autoClose
387 autoClose
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
AccordionControl.java 325 private void toggle(CLabel label, boolean performLayout, boolean autoClose) {
326 if (autoClose) {
  /prebuilts/go/darwin-x86/src/encoding/xml/
xml.go 149 // d.AutoClose = HTMLAutoClose;
159 // When Strict == false, AutoClose indicates a set of elements to
162 AutoClose []string
252 if t1, ok := d.autoClose(t); ok {
470 func (d *Decoder) autoClose(t Token) (Token, bool) {
475 for _, s := range d.AutoClose {
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
xml.go 149 // d.AutoClose = HTMLAutoClose;
159 // When Strict == false, AutoClose indicates a set of elements to
162 AutoClose []string
252 if t1, ok := d.autoClose(t); ok {
470 func (d *Decoder) autoClose(t Token) (Token, bool) {
475 for _, s := range d.AutoClose {
    [all...]
  /external/chromium-trace/catapult/tracing/tracing/importer/
import.html 211 // Autoclose open slices and create subSlices.
  /external/conscrypt/src/test/java/org/conscrypt/
OpenSSLSocketImplTest.java 171 true); // autoclose
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.ssl_1.0.0.v20100529-0735.jar 
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Connection.java 225 socket, address.getRfc2732Host(), address.getUriPort(), true /* autoClose */);
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ScriptEditor.java 414 auto = ip.getLanguage().autoClose(source.charAt(start));
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.ssl_1.1.0.v20130604-1622.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.ssl_1.1.0.v20130604-1622.jar 
  /external/libxml2/doc/devhelp/
libxml2-HTMLparser.html 227 </pre><p>The HTML DTD allows a tag to implicitly close other tags. The list is kept in htmlStartClose array. This function checks if the element or one of it's children would autoclose the given tag.</p>
228 <div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>doc</tt></i>:</span></td><td>the HTML document</td></tr><tr><td><span class="term"><i><tt>name</tt></i>:</span></td><td>The tag name</td></tr><tr><td><span class="term"><i><tt>elem</tt></i>:</span></td><td>the HTML element</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>1 if autoclose, 0 otherwise</td></tr></tbody></table></div></div>
    [all...]
  /external/skia/include/core/
SkPath.h     [all...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/txw2/2.2.11/
txw2-2.2.11.jar 
  /external/libxml2/doc/html/
libxml-HTMLparser.html 113 </pre><p>The HTML DTD allows a tag to implicitly close other tags. The list is kept in htmlStartClose array. This function checks if the element or one of it's children would autoclose the given tag.</p>
114 <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>doc</tt></i>:</span></td><td>the HTML document</td></tr><tr><td><span class="term"><i><tt>name</tt></i>:</span></td><td>The tag name</td></tr><tr><td><span class="term"><i><tt>elem</tt></i>:</span></td><td>the HTML element</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>1 if autoclose, 0 otherwise</td></tr></tbody></table></div><h3><a name="htmlCreateMemoryParserCtxt" id="htmlCreateMemoryParserCtxt"></a>Function: htmlCreateMemoryParserCtxt</h3><pre class="programlisting"><a href="libxml-HTMLparser.html#htmlParserCtxtPtr">htmlParserCtxtPtr</a> htmlCreateMemoryParserCtxt (const char * buffer, <br /> int size)<br />
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /external/libxml2/doc/
APIchunk10.html     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/encoding/
xml.a 229 type @"".Decoder struct { Strict bool; AutoClose []string; Entity map[string]string; CharsetReader func(@"".charset string, @"".input @"io".Reader) (? @"io".Reader, ? error); DefaultSpace string; @"".r @"io".ByteReader; @"".buf @"bytes".Buffer; @"".saved *@"bytes".Buffer; @"".stk *@"".stack; @"".free *@"".stack; @"".needClose bool; @"".toClose @"".Name; @"".nextToken @"".Token; @"".nextByte int; @"".ns map[string]string; @"".err error; @"".line int; @"".offset int64; @"".unmarshalDepth int }
237 func (@"".d·3 *@"".Decoder "esc:0x3a") @"".autoClose (@"".t·4 @"".Token "esc:0x1") (? @"".Token, ? bool)
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/encoding/
xml.a 229 type @"".Decoder struct { Strict bool; AutoClose []string; Entity map[string]string; CharsetReader func(@"".charset string, @"".input @"io".Reader) (? @"io".Reader, ? error); DefaultSpace string; @"".r @"io".ByteReader; @"".buf @"bytes".Buffer; @"".saved *@"bytes".Buffer; @"".stk *@"".stack; @"".free *@"".stack; @"".needClose bool; @"".toClose @"".Name; @"".nextToken @"".Token; @"".nextByte int; @"".ns map[string]string; @"".err error; @"".line int; @"".offset int64; @"".unmarshalDepth int }
237 func (@"".d·3 *@"".Decoder "esc:0x3a") @"".autoClose (@"".t·4 @"".Token "esc:0x1") (? @"".Token, ? bool)
    [all...]
  /prebuilts/misc/windows/sdl2_ttf/i686-w64-mingw32/lib/
libSDL2_ttf.a 223 ??FT_Stroker <t"z"FT_StrokerRec_FT_Stroker_LineJoin_ mC#FT_STROKER_LINEJOIN_ROUNDFT_STROKER_LINEJOIN_BEVELFT_STROKER_LINEJOIN_MITER_VARIABLEFT_STROKER_LINEJOIN_MITERFT_STROKER_LINEJOIN_MITER_FIXEDFT_Stroker_LineJoin u?"FT_Stroker_LineCap_ ??#FT_STROKER_LINECAP_BUTTFT_STROKER_LINECAP_ROUNDFT_STROKER_LINECAP_SQUAREFT_Stroker_LineCap ?^#uint8_t $>uint16_t &?uint32_t (?int64_t )uD$SDL_FALSESDL_TRUESDL_boolx$$Uint8??#Uint16??#Uint32?$Sint64?$8?$SDL_ENOMEMSDL_EFREADSDL_EFWRITESDL_EFSEEKSDL_UNSUPPORTEDSDL_LASTERRORSDL_errorcode??$ r/%datat?#u?leftv?n]%appendpD$hq?w%|?%autoclose~D$fp?% ??%base??%here??%stop??%T$??%data1??data2??^%&windowsiox/%stdio?]%mem??%unknown??%D,4?&#9?&seekA?&readJ?&writeS ' close[!'type]o$hidden??% }$?&
    [all...]
  /prebuilts/misc/windows/sdl2_ttf/x86_64-w64-mingw32/lib/
libSDL2_ttf.a 278 ??(FT_Stroker <x"~"FT_StrokerRec_FT_Stroker_LineJoin_ mG#FT_STROKER_LINEJOIN_ROUNDFT_STROKER_LINEJOIN_BEVELFT_STROKER_LINEJOIN_MITER_VARIABLEFT_STROKER_LINEJOIN_MITERFT_STROKER_LINEJOIN_MITER_FIXEDFT_Stroker_LineJoin u?"FT_Stroker_LineCap_ ??#FT_STROKER_LINECAP_BUTTFT_STROKER_LINECAP_ROUNDFT_STROKER_LINECAP_SQUAREFT_Stroker_LineCap ?b#uint8_t $\uint16_t &?uint32_t (+int64_t )?uH$SDL_FALSESDL_TRUESDL_boolx($Uint8??#Uint16??#Uint32? $Sint64?$8?$SDL_ENOMEMSDL_EFREADSDL_EFWRITESDL_EFSEEKSDL_UNSUPPORTEDSDL_LASTERRORSDL_errorcode??$r3%datat?#u?leftv?(na%appendpH$hq?w%|?%autoclose~H$fp?%!??%base??%here??%stop??%X$??%data1??data2??(^)&windowsiox3%stdio?a%mem??%unknown??%DX4?&#9?&seekA?&readJ?&writeS'close[%' type]s$(hidden??%0 ?$?&
    [all...]

Completed in 1264 milliseconds

12 3 4