HomeSort by relevance Sort by last modified time
    Searched refs:Close (Results 451 - 475 of 2354) sorted by null

<<11121314151617181920>>

  /external/autotest/client/cros/cellular/
base_station_pxt_test_noautorun.py 43 self.call_box.Close()
  /external/autotest/client/site_tests/login_GaiaLogin/
login_GaiaLogin.py 54 tab.Close()
  /external/autotest/client/site_tests/policy_EditBookmarksEnabled/
policy_EditBookmarksEnabled.py 61 tab.Close()
  /external/autotest/client/site_tests/policy_ForceYouTubeSafetyMode/
policy_ForceYouTubeSafetyMode.py 73 tab.Close()
  /external/boringssl/src/ssl/test/runner/
test_output.go 72 defer file.Close()
  /external/bsdiff/
bz2_decompressor.cc 54 bool BZ2Decompressor::Close() {
endsley_patch_writer.h 41 // Close() is called or this patch is destroyed. The data in |patch| will be
53 bool Close() override;
extents_file_unittest.cc 29 MOCK_METHOD0(Close, bool());
50 // The destructor of the ExtentsFile will call Close once.
51 EXPECT_CALL(*mock_file_, Close()).WillOnce(Return(true));
66 EXPECT_TRUE(file.Close());
67 EXPECT_CALL(*mock_file_, Close()).WillOnce(Return(false));
fake_patch_writer.h 47 bool Close() override {
48 EXPECT_FALSE(closed_) << "Close() already called";
split_patch_writer.h 40 bool Close() override;
71 // The number of patches we already called Close() on. The patches are always
  /external/bsdiff/include/bsdiff/
extents_file.h 45 // |extents|. The created ExtentsFile takes ownership of the |file| will close
56 bool Close() override;
  /external/drm_hwcomposer/
autofd.h 41 close(fd_);
52 close(fd_);
57 void Close() {
59 close(fd_);
88 close(*fd_);
  /external/libchrome/base/process/
process.h 98 // Close the process handle. This will not terminate the process.
99 void Close();
  /external/libmojo/mojo/edk/system/
wait_set_dispatcher.h 30 MojoResult Close() override;
  /external/lzma/CPP/Windows/
FileMapping.h 31 Close();
  /external/opencv/otherlibs/highgui/
grfmt_base.h 79 virtual void Close();
grfmt_exr.h 67 void Close();
grfmt_jpeg2000.h 70 void Close();
  /external/pdfium/xfa/fxfa/parser/
cxfa_border.cpp 21 (void*)XFA_AttributeEnum::Close},
  /external/protobuf/src/google/protobuf/io/
gzip_stream.h 173 // It is the caller's responsibility to close the underlying stream if
176 bool Close();
  /external/puffin/src/
extent_stream.h 34 bool Close() override;
memory_stream.cc 73 bool MemoryStream::Close() {
  /external/rmi4utils/rmidevice/
rmidevice.h 47 virtual void Close() = 0;
  /external/sfntly/cpp/src/sfntly/data/
growable_memory_byte_array.cc 74 void GrowableMemoryByteArray::Close() {
growable_memory_byte_array.h 57 virtual void Close();

Completed in 438 milliseconds

<<11121314151617181920>>