HomeSort by relevance Sort by last modified time
    Searched refs:closing (Results 51 - 75 of 303) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_contextlib.py 233 with closing(x) as y:
245 with closing(x) as y:
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
stringer.go 75 // so stop there, and stop at a closing brace.
  /prebuilts/go/darwin-x86/src/encoding/json/
tables.go 119 // double quote ("), the backslash character ("\"), HTML opening and closing
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
stringer.go 75 // so stop there, and stop at a closing brace.
  /prebuilts/go/linux-x86/src/encoding/json/
tables.go 119 // double quote ("), the backslash character ("\"), HTML opening and closing
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_contextlib.py 233 with closing(x) as y:
245 with closing(x) as y:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_contextlib.py 233 with closing(x) as y:
245 with closing(x) as y:
  /build/soong/ui/tracer/
tracer.go 114 t.log.Println("Error closing trace writer:", err)
118 t.log.Println("Error closing trace file:", err)
142 // Save the file, since closing the gzip Writer doesn't close the
  /prebuilts/go/darwin-x86/src/go/printer/
printer.go 397 // and is not part of closing a block
401 // if the next token is not a closing }, apply the unindent
404 // closing block and stop (this scenario appears with
491 // the opening /* and closing */ are aligned and the
494 // on the left, and cases where the closing */ is on the
506 // contain the opening /* and closing */ respectively) and
586 // Handle last line: If it only contains a closing */, align it
590 closing := "*/"
591 i := strings.Index(last, closing) // i >= 0 (closing is always present
    [all...]
  /prebuilts/go/linux-x86/src/go/printer/
printer.go 397 // and is not part of closing a block
401 // if the next token is not a closing }, apply the unindent
404 // closing block and stop (this scenario appears with
491 // the opening /* and closing */ are aligned and the
494 // on the left, and cases where the closing */ is on the
506 // contain the opening /* and closing */ respectively) and
586 // Handle last line: If it only contains a closing */, align it
590 closing := "*/"
591 i := strings.Index(last, closing) // i >= 0 (closing is always present
    [all...]
  /build/make/tools/signapk/src/com/android/signapk/
SignApk.java 577 private boolean closing = false; field in class:SignApk.WholeFileSignerOutputStream
587 closing = true;
591 closing = false;
610 if (closing) {
623 if (closing) {
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DefaultSoftKeyboard.java 773 /** @see jp.co.omronsoft.openwnn.InputViewManager#closing */
774 public void closing() { method in class:DefaultSoftKeyboard
776 mKeyboardView.closing();
887 closing(); method
    [all...]
  /external/python/cpython2/Lib/test/
test_contextlib.py 241 with closing(x) as y:
253 with closing(x) as y:
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
expr_test.go 94 {"(23*4", "missing closing paren"},
  /prebuilts/go/darwin-x86/src/cmd/cover/testdata/
main.go 93 // We can have a closing brace for a range on the same line as a condition for an "else if"
  /prebuilts/go/darwin-x86/src/os/
env.go 60 // Scan to closing brace
  /prebuilts/go/darwin-x86/src/regexp/
example_test.go 38 // false error parsing regexp: missing closing ): `a(b`
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/
expr_test.go 94 {"(23*4", "missing closing paren"},
  /prebuilts/go/linux-x86/src/cmd/cover/testdata/
main.go 93 // We can have a closing brace for a range on the same line as a condition for an "else if"
  /prebuilts/go/linux-x86/src/os/
env.go 60 // Scan to closing brace
  /prebuilts/go/linux-x86/src/regexp/
example_test.go 38 // false error parsing regexp: missing closing ): `a(b`
  /external/autotest/server/cros/chaos_lib/
static_runner.py 126 with contextlib.closing(wifi_client.WiFiClient(
  /external/autotest/site_utils/suite_scheduler/
driver.py 216 with contextlib.closing(thread_pool):
  /external/curl/tests/
secureserver.pl 293 print "$ssltext Error closing file $conffile\n";
  /prebuilts/go/darwin-x86/src/net/
unixsock_posix.go 202 // Listen or ListenUnix, then by default closing the listener will remove the socket file.
204 // socket file, then by default closing the listener will not remove the socket file.

Completed in 481 milliseconds

1 23 4 5 6 7 8 91011>>