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

1 23 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
contextlib.py 7 __all__ = ["contextmanager", "nested", "closing"]
132 class closing(object): class in inherits:object
137 with closing(<module>.open(<arguments>)) as f:
  /external/python/cpython2/Lib/
contextlib.py 7 __all__ = ["contextmanager", "nested", "closing"]
132 class closing(object): class in inherits:object
137 with closing(<module>.open(<arguments>)) as f:
  /prebuilts/gdb/darwin-x86/lib/python2.7/
contextlib.py 7 __all__ = ["contextmanager", "nested", "closing"]
132 class closing(object): class in inherits:object
137 with closing(<module>.open(<arguments>)) as f:
  /prebuilts/gdb/linux-x86/lib/python2.7/
contextlib.py 7 __all__ = ["contextmanager", "nested", "closing"]
132 class closing(object): class in inherits:object
137 with closing(<module>.open(<arguments>)) as f:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
contextlib.py 7 __all__ = ["contextmanager", "nested", "closing"]
132 class closing(object): class in inherits:object
137 with closing(<module>.open(<arguments>)) as f:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
contextlib.py 7 __all__ = ["contextmanager", "nested", "closing"]
132 class closing(object): class in inherits:object
137 with closing(<module>.open(<arguments>)) as f:
  /external/autotest/client/site_tests/cellular_MbimComplianceControlRequest/
cellular_MbimComplianceCM13.py 29 CM_13 Validation of active context termination on function's closing.
31 This test verifies that no any active context exists after closing of the
  /external/clang/test/CXX/class/class.mem/
p2.cpp 5 // complete type) at the closing } of the class-specifier. Within
14 struct A { // expected-note {{definition of 'test0::A' is not complete until the closing '}'}}
  /external/clang/test/SemaTemplate/
instantiate-self.cpp 7 struct B { // expected-note {{not complete until the closing '}'}}
42 struct B { // expected-note {{not complete until the closing '}'}}
  /external/curl/tests/data/
test1506 89 * Closing connection 0
93 $_ = '' if (($_ !~ /left intact/) && ($_ !~ /Closing connection/))
test1510 89 * Closing connection 0
93 $_ = '' if (($_ !~ /left intact/) && ($_ !~ /Closing connection/))
  /external/google-breakpad/src/testing/gtest/
configure.ac 5 # "[1.0.1]"). It also asumes that there won't be any closing parenthesis
6 # between "AC_INIT(" and the closing ")" including comments and strings.
  /external/googletest/googletest/
configure.ac 5 # "[1.0.1]"). It also asumes that there won't be any closing parenthesis
6 # between "AC_INIT(" and the closing ")" including comments and strings.
  /external/proguard/src/proguard/classfile/util/
ExternalTypeEnumeration.java 87 // Otherwise find the closing parenthesis.
94 throw new IllegalArgumentException("Missing closing parenthesis in descriptor ["+descriptor+"]");
  /external/proguard/src/proguard/io/
DataEntryWriter.java 45 * the output stream; closing the output stream is the responsibility of
56 * the output stream; closing the output stream is the responsibility of
  /external/protobuf/gtest/
configure.ac 5 # "[1.0.1]"). It also asumes that there won't be any closing parenthesis
6 # between "AC_INIT(" and the closing ")" including comments and strings.
  /external/v8/testing/gtest/
configure.ac 5 # "[1.0.1]"). It also asumes that there won't be any closing parenthesis
6 # between "AC_INIT(" and the closing ")" including comments and strings.
  /external/vulkan-validation-layers/tests/gtest-1.7.0/
configure.ac 5 # "[1.0.1]"). It also asumes that there won't be any closing parenthesis
6 # between "AC_INIT(" and the closing ")" including comments and strings.
  /frameworks/base/services/backup/java/com/android/server/backup/utils/
DataStreamFileCodec.java 48 * Deserializes a {@code T} from the file, automatically closing input streams.
63 * Serializes {@code t} to the file, automatically flushing and closing output streams.
  /packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/ticketpool/
TicketPool.java 42 * returned tickets and is responsible for eventually closing them.
59 * ticket (if not null) and is responsible for eventually closing it.
  /prebuilts/go/darwin-x86/src/net/rpc/
client.go 50 closing bool // user has called Close
77 if client.shutdown || client.closing {
152 closing := client.closing
154 if closing {
166 if debugLog && err != io.EOF && !closing {
281 if client.closing {
285 client.closing = true
  /prebuilts/go/linux-x86/src/net/rpc/
client.go 50 closing bool // user has called Close
77 if client.shutdown || client.closing {
152 closing := client.closing
154 if closing {
166 if debugLog && err != io.EOF && !closing {
281 if client.closing {
285 client.closing = true
  /toolchain/binutils/binutils-2.25/binutils/
bfdtest2.c 100 die ("error closing archive member");
103 die ("error closing archive");
  /art/runtime/
code_simulator_container.cc 45 // Free simulator object before closing libart-simulator because destructor of
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
UncheckedCloseable.java 24 * <p>This signifies that the implementor will never throw checked exceptions when closing,

Completed in 1609 milliseconds

1 23 4 5 6 7 8 91011>>