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

12 3 4

  /external/conscrypt/android-stub/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLSocketImpl.java 73 protected OpenSSLSocketImpl(Socket socket, String host, int port, boolean autoClose,
  /external/sl4a/Common/src/com/googlecode/android_scripting/language/
Language.java 63 public String autoClose(char token) {
  /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 447 bool autoClose = false;
450 while (*currVerb < verbCnt && (!allowPartial || !autoClose)) {
456 autoClose = true;
482 if (autoClose && nextDirection == firstDirection) {
485 closedOrMoved = autoClose;
510 if (allowPartial && !autoClose && firstDirection) {
528 bool result = 4 == corners && (first == last || autoClose);
545 autoClose = false; // we are not closed
552 *isClosed = autoClose;
    [all...]
  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLEngineSocketImpl.java 54 OpenSSLEngineSocketImpl(Socket socket, String hostname, int port, boolean autoClose,
56 super(socket, hostname, port, autoClose, sslParameters);
  /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
257 if t1, ok := d.autoClose(t); ok {
475 func (d *Decoder) autoClose(t Token) (Token, bool) {
480 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
257 if t1, ok := d.autoClose(t); ok {
475 func (d *Decoder) autoClose(t Token) (Token, bool) {
480 for _, s := range d.AutoClose {
    [all...]
  /external/conscrypt/openjdk/src/test/java/org/conscrypt/
OpenSSLSocketImplTest.java 156 true); // autoclose
  /external/conscrypt/platform/src/test/java/org/conscrypt/
OpenSSLSocketImplTest.java 189 true); // autoclose
  /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/internal/io/
RealConnection.java 182 rawSocket, address.getUriHost(), address.getUriPort(), true /* autoClose */);
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java     [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ScriptEditor.java 413 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...]
  /frameworks/av/media/libstagefright/omx/
GraphicBufferSource.cpp 438 FileDescriptor::Autoclose fence(fenceFd);
    [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...]
  /external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DeqpTestRunner.java     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/encoding/
xml.a 152 AutoClose  Entity CharsetReader charsetF inputF&
242 ?RawToken?d·3z&2?? Skip??&2????z&? attrval??"?autoClose???zt·40z?getc??^"J?Xmustgetc??^"J????? ??# nsname??H name·1?? pop??6?N popEOF??^DpopElement??^N?^?push??6 kind·3?4 pushEOF?d·1^FpushElement??^H name·2 pushNs??^ local·2 ? ok·4?rawToken??z&?
482 inner?.autotmp_861?.autotmp_859?type.*int?.autotmp_857?.autotmp_840?.autotmp_832?"type."".fieldInfo?.autotmp_846?f?0type.reflect.StructField?Tgclocals·78c9d005a1bd3b872f7d2c0405fdcd34?Tgclocals·fcaedb6e65f7c05bc5b74d5c87f651c4?H$GOROOT/src/encoding/xml/typeinfo.go?go.string." "?strings.Index?go.string.","?strings.Split?ngo.string."xml: invalid tag in field %s of type %s: %q"? "".lookupXMLName?hgo.string."xml: trailing '>' in field %s of type %s"?strings.Join?`go.string."xml: %s chain not valid with %s flag"??go.string."xml: name %q in tag of %s.%s conflicts with name %q in %s.XMLName"??go.string."xml: namespace without name in field %s of type %s: %q"?(go.string."chardata"?&go.string."comment"?*go.string."omitempty"?(go.string."innerxml"?"go.string."cdata"?tokens.len?tokens.cap?tag.len?parents.len?parents.cap?mode?$type."".fieldFlags?flag.len?.autotmp_941?.autotmp_940?xmlname?tokens.ptr?tag.ptr?parents.ptr?ftyp.itab?ftyp.data?flag.ptr?.autotmp_944?.autotmp_943?.autotmp_942?.autotmp_891?.autotmp_889?.autotmp_881?.autotmp_878?.autotmp_888?.autotmp_884?.autotmp_880?(type.[3]interface {}?.autotmp_877?.autotmp_896?(type.[5]interface {}?2type.*reflect.StructField?Tgclocals·3494c16075bd0f7b5a89845fdc741d91?Tgclocals·d81af4a071fad9ee65022772d272ee96?&f?.autotmp_948?Tgclocals·7eb640631752b5fc85f643f7017d7356? "".min?b?Tgclocals·54241e171da8af6ae173d69da0236748?(type."".TagPathError?<go.itab.*"".TagPathError,error?minl?conflicts.len?conflicts.cap?c?.autotmp_999?.autotmp_1002?.autotmp_1006?(type.*[]"".fieldInfo?.autotmp_1005?*type.*"".TagPathError?.autotmp_1004?.autotmp_1003?.autotmp_1001?.autotmp_1000?.autotmp_998?.autotmp_988?f2?f1?newf?Tgclocals·f068458bccca6167e84505c38c41fb35?Tgclocals·c2e8806f1ac0aada026208770ddd02cf?0"".(*TagPathError).Error??go.string."%s field %q with tag %q conflicts with field %q with tag %q"?fmt.Sprintf?.autotmp_1007?Tgclocals·ff86e65df292e79ee8c8989cfcf3f802?Tgclocals·cd61cfa7b4a80aafed3e05fe49f6170e?&reflect.Value.Field?x?.autotmp_1029?.autotmp_1030?Tgclocals·2a697552a247f3999d42ce19e7c81ff7?Tgclocals·7770dff2f7f4540095f5647b633223cc?."".(*SyntaxError).Error?Jgo.string."XML syntax error on line "?go.string.": "?*runtime.concatstring4?(type.*"".SyntaxError?>$GOROOT/src/encoding/xml/xml.go?("".StartElement.Copy?attrs.len?attrs.cap?attrs.ptr?Tgclocals·8332abb2bdbd7dff76176d80db11c1cf?Tgclocals·9fb7f0986f647f17cb53dda1484e0f7a?&"".StartElement.End?Tgclocals·a61144aa0fd8242fa3707575ec668cb0?"".makeCopy? b1.len? b1.cap? b1.ptr?Tgclocals·783a1d8cf416aeebc64a5c695878ab04? "".CharData.Copy?"".Comment.Copy? "".ProcInst.Copy?Tgclocals·19d8be9ae3d34ec3ec407f32639d9de7?Tgclocals·9a26515dfaeddd28bcbc040f1199f48d?""".Directive.Copy?"".CopyToken?.autotmp_1067?.autotmp_1065?.autotmp_1063?.autotmp_1097?.autotmp_1069?.autotmp_1098?.autotmp_1071?Tgclocals·32b3cb61f83dd4d7594f22b26ee351de?Tgclocals·22c5daf46780d9c6921c2e1e5a3802c1?"".NewDecoder?.autotmp_1108?.autotmp_1104?r?type.io.Reader?Tgclocals·3d0c3e8a9a2c7fc9e5aca7704cab89a2?Tgclocals·d38cfda93e8d6bb6a0b35e39b5b23ab1?type."".stack?4runtime.mapaccess2_faststr?0"".(*Decoder).popElement?."".(*Decoder).autoClose?,"".(*Decoder).rawToken? io.EOF?&type."".SyntaxError?4go.string."unexpected EOF"?:go.itab.*"".SyntaxError,error?url.len?.autotmp_1146?.autotmp_1144?.autotmp_1143?url.ptr?t1.type?t1.data? t.type?.autotmp_1148?.autotmp_1147?.autotmp_1145?.autotmp_1142?.autotmp_1141?.autotmp_1112?t1?.autotmp_1115?.autotmp_1124?.autotmp_1140?.autotmp_1113?Tgclocals·59924f567d9cbf5845e3e79bf0da6e26?Tgclocals·f69feb61491b1a9356f68c3609b9b0fe?."".(*Decoder).translate?isElementName?type.*"".Name?Tgclocals·522734ad228da40e2256ba19cf2bc72c?8"".(*Decoder).switchToReader?.autotmp_1155?Tgclocals·da9f75b1144af8fef47c1f47380ed224?Tgclocals·1e66327468097c21b6f383cfcb3132af?$"".(*Decoder).push?kind?Tgclocals·a45b4125ee98bacaff0d916468dc606a?""".(*Decoder).pop?Tgclocals·fd1052c3c0d79a26f8afdf6e802f9f01?Tgclocals·533adcd55fa5ed3e2fd959716125aef9?Tgclocals·bfbff96882bb1901993edd815eef6181?("".(*Decoder).popEOF?.autotmp_1158?2"".(*Decoder).pushElement?.autotmp_1159?Tgclocals·02525adca72e030d5fd412f61c7c5786?Tgclocals·539c19398653a3b45059d94167f746d1?("".(*Decoder).pushNs?
    [all...]

Completed in 1293 milliseconds

12 3 4