HomeSort by relevance Sort by last modified time
    Searched full:closing (Results 226 - 250 of 2993) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/archive/zip/
register.go 21 // within the archive. These callers are responsible for closing this reader
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
stringer.go 75 // so stop there, and stop at a closing brace.
  /prebuilts/go/linux-x86/src/archive/zip/
register.go 21 // within the archive. These callers are responsible for closing this reader
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
stringer.go 75 // so stop there, and stop at a closing brace.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
HyperParser.py 107 indices of the opening bracket and the closing bracket (or the
110 the closing bracket and mustclose is True, returns None.
217 # We are at a bracketing limit. If it is a closing bracket,
223 # We were not at the end of a closing bracket
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
HyperParser.py 107 indices of the opening bracket and the closing bracket (or the
110 the closing bracket and mustclose is True, returns None.
217 # We are at a bracketing limit. If it is a closing bracket,
223 # We were not at the end of a closing bracket
  /system/core/adb/
test_adb.py 167 with contextlib.closing(
182 with contextlib.closing(accepted_connection) as conn:
189 with contextlib.closing(conn.makefile()) as f:
197 # real emulator because it just calls exit() without closing
  /system/core/base/include/android-base/
unique_fd.h 45 // Using TEMP_FAILURE_RETRY will either lead to EBADF or closing someone
  /system/core/base/
stringprintf.cpp 52 // plus one for the closing \0.
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
FileSystem.java 53 * @throws IOException on error closing the file system
  /prebuilts/go/darwin-x86/src/go/printer/
printer.go 396 // and is not part of closing a block
400 // if the next token is not a closing }, apply the unindent
403 // closing block and stop (this scenario appears with
490 // the opening /* and closing */ are aligned and the
493 // on the left, and cases where the closing */ is on the
505 // contain the opening /* and closing */ respectively) and
585 // Handle last line: If it only contains a closing */, align it
589 closing := "*/"
590 i := strings.Index(last, closing) // i >= 0 (closing is always present
    [all...]
  /prebuilts/go/linux-x86/src/go/printer/
printer.go 396 // and is not part of closing a block
400 // if the next token is not a closing }, apply the unindent
403 // closing block and stop (this scenario appears with
490 // the opening /* and closing */ are aligned and the
493 // on the left, and cases where the closing */ is on the
505 // contain the opening /* and closing */ respectively) and
585 // Handle last line: If it only contains a closing */, align it
589 closing := "*/"
590 i := strings.Index(last, closing) // i >= 0 (closing is always present
    [all...]
  /bootable/recovery/mtdutils/
flash_image.c 113 if (mtd_write_close(out)) die("error closing %s", argv[1]);
141 if (mtd_write_close(out)) die("error closing %s", argv[1]);
  /cts/hostsidetests/devicepolicy/app/VpnApp/src/com/android/cts/vpnfirewall/
ReflectorVpnService.java 150 Log.i(TAG, "Closing filedescriptor");
154 Log.w(TAG, "Closing filedescriptor failed", e);
  /development/samples/training/NsdChat/src/com/example/android/nsdchat/
ChatConnection.java 133 Log.e(TAG, "Error when closing server socket.");
259 Log.e(CLIENT_TAG, "Error when closing server socket.");
  /external/apache-http/src/org/apache/http/
HttpConnection.java 55 * internal buffer prior to closing the underlying socket.
105 * internal buffer prior to closing the underlying socket.
  /external/autotest/client/site_tests/audio_CrasSanity/
audio_CrasSanity.py 91 logging.debug('Number of active streams after closing all tabs: %d.'
94 # Capturing cras pid after closing all audio/stream streams.
  /external/bison/lib/
closeout.c 48 /* Specify the reaction to an EPIPE error during the closing of stdout:
98 be flushing and closing other streams anyway, to check for I/O
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
ios_browser_backend.py 57 with contextlib.closing(
80 with contextlib.closing(
  /external/chromium-trace/catapult/third_party/Paste/paste/util/
scgiserver.py 130 # SCGI backends use connection closing to signal 'fini'.
136 debug("IOError while closing connection ignored: %s" % err)
  /external/chromium-trace/catapult/third_party/html5lib-python/
README.rst 49 from contextlib import closing
53 with closing(urlopen("http://example.com/")) as f:
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_construction/
location_info_mixin.js 27 // NOTE: For cases like <p> <p> </p> - First 'p' closes without a closing tag and
28 // for cases like <td> <p> </td> - 'p' closes without a closing tag
  /external/icu/android_icu4j/src/main/java/android/icu/impl/data/
TokenIterator.java 24 * either single or double quotes (opening and closing quotes must
102 * may also be delimited by double or single quotes. The closing
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
TokenIterator.java 23 * either single or double quotes (opening and closing quotes must
100 * may also be delimited by double or single quotes. The closing
  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/
ReplaceSelectedJavadoc.java 90 * following lines are read verbatim until a line containing closing marker, also "--".
133 throw new IOException("Did not find closing marker at end of file " + reader.getLineNumber());

Completed in 3451 milliseconds

1 2 3 4 5 6 7 8 91011>>