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

1 23 4 5 6 7 8 91011>>

  /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/opencv3/doc/tutorials/imgproc/opening_closing_hats/
opening_closing_hats.markdown 11 - Closing
43 ### Closing
73 - It is the difference between the closing and its input image
120 createTrackbar("Operator:\n 0: Opening - 1: Closing \n 2: Gradient - 3: Top Hat \n 4: Black Hat", window_name, &morph_operator, max_operator, Morphology_Operations );
165 createTrackbar("Operator:\n 0: Opening - 1: Closing \n 2: Gradient - 3: Top Hat \n 4: Black Hat",
212 - *Closing*: MORPH_CLOSE: 3
  /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/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tree_construction/
tests6.dat 76 Line: 2 Col: 5 Expected closing tag. Unexpected end of file.
102 Line: 2 Col: 10 Expected closing tag. Unexpected end of file.
154 Line: 1 Col: 12 Expected closing tag. Unexpected end of file.
166 Line: 1 Col: 16 Expected closing tag. Unexpected end of file.
179 Line: 1 Col: 20 Expected closing tag. Unexpected end of file.
195 Line: 1 Col: 20 Expected closing tag. Unexpected end of file.
210 Line: 1 Col: 21 Expected closing tag. Unexpected end of file.
223 Line: 1 Col: 15 Expected closing tag. Unexpected end of file.
260 Line: 1 Col: 13 Expected closing tag. Unexpected end of file.
280 Line: 1 Col: 86 Expected closing tag. Unexpected end of file
    [all...]
tests2.dat 15 Line: 1 Col: 24 Expected closing tag. Unexpected end of file.
28 Line: 1 Col: 11 Expected closing tag. Unexpected end of file.
68 Line: 1 Col: 29 Expected closing tag. Unexpected end of file.
79 Line: 1 Col: 40 Expected closing tag. Unexpected end of file.
145 Line: 1 Col: 23 Expected closing tag. Unexpected end of file.
327 Line: 1 Col: 23 Expected closing tag. Unexpected end of file.
372 Line: 1 Col: 110 Expected closing tag. Unexpected end of file.
406 Line: 1 Col: 58 Expected closing tag. Unexpected end of file.
423 Line: 1 Col: 41 Expected closing tag. Unexpected end of file.
437 Line: 1 Col: 76 Expected closing tag. Unexpected end of file
    [all...]
  /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/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/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/support/compat/ics/android/support/v4/net/
TrafficStatsCompatIcs.java 62 // prevent the PFD finalizer from closing it in their face. We had to
72 // prevent the PFD finalizer from closing it in their face. We had to
  /hardware/ti/omap3/omx/core_plugin/omx_core_plugin/src/
ti_omx_interface.cpp 26 ALOGE("TIOMXInterface: Error closing library: %s\n", pErr);
30 ALOGE("OsclSharedLibrary::Close: Error closing library, no error reported");
  /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 {
279 if client.closing {
283 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 {
279 if client.closing {
283 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/src/android/hardware/camera2/cts/helpers/
UncheckedCloseable.java 24 * <p>This signifies that the implementor will never throw checked exceptions when closing,

Completed in 1394 milliseconds

1 23 4 5 6 7 8 91011>>