HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 1051 - 1075 of 8652) sorted by null

<<41424344454647484950>>

  /external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/
ConnectorTest.java 63 mConnector.close();
64 mHandle.close();
103 mHandle.close();
  /external/chromium_org/third_party/WebKit/Source/core/testing/
MockPagePopupDriver.cpp 51 void close(Timer<MockPagePopup>*);
61 , m_closeTimer(this, &MockPagePopup::close)
102 void MockPagePopup::close(Timer<MockPagePopup>*) function in class:blink::MockPagePopup
  /external/chromium_org/third_party/boringssl/src/tool/
pkcs12.cc 61 close(fd);
78 close(fd);
82 close(fd);
  /external/chromium_org/third_party/libvpx/source/libvpx/test/android/
get_files.py 52 curl.close()
53 fp.close()
104 file_list_csv.close()
  /external/chromium_org/third_party/skia/gm/
skbug1719.cpp 57 clipPath.close();
66 drawPath.close();
76 drawPath.close();
  /external/chromium_org/third_party/skia/tests/
DocumentTest.cpp 13 doc->close();
76 doc->close();
94 doc->close();
  /external/chromium_org/ui/ozone/
generate_ozone_platform_list.py 167 out_cc.close()
169 out_h.close()
171 out_txt.close()
  /external/clang/tools/scan-build/
ccc-analyzer 120 close ($PPH);
127 close OUT;
145 close FROM_CHILD;
150 close(TO_PARENT);
158 close(FROM_CHILD);
246 close FROM_CHILD;
252 close TO_PARENT;
259 close $ofh;
262 close(FROM_CHILD);
316 close(AFILE)
    [all...]
  /external/deqp/scripts/
check_include_guards.py 37 f.close()
48 f.close()
60 f.close()
  /external/guava/guava/src/com/google/common/io/
FileBackedOutputStream.java 139 * Calls {@link #close} if not already closed, and then resets this
147 close(); method
180 @Override public synchronized void close() throws IOException { method in class:FileBackedOutputStream
181 out.close();
  /external/jpeg/
jmem-ashmem.c 117 close(info->temp_file);
133 close(fd);
139 close(fd);
  /external/libvpx/libvpx/test/android/
get_files.py 52 curl.close()
53 fp.close()
104 file_list_csv.close()
  /external/nist-sip/java/gov/nist/javax/sip/parser/
Pipeline.java 72 pipeline.close();
152 public void close() throws IOException { method in class:Pipeline
159 this.pipe.close();
  /external/skia/gm/
skbug1719.cpp 61 clipPath.close();
70 drawPath.close();
80 drawPath.close();
  /external/skia/tests/
DocumentTest.cpp 13 doc->close();
76 doc->close();
94 doc->close();
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
FileDeferredOutputStream.java 32 output.close();
63 @Override public void close() throws IOException { method in class:FileDeferredOutputStream
64 output.close();
  /external/wpa_supplicant_8/src/ap/
vlan_init.c 56 close(fd);
69 close(fd);
73 close(fd);
125 close(fd);
140 close(fd);
144 close(fd);
176 close(fd);
189 close(fd);
196 close(fd);
200 close(fd)
    [all...]
  /frameworks/base/core/java/android/content/
ContentQueryMap.java 134 // while another thread called close(), which nulls out mCursor.
168 public synchronized void close() { method in class:ContentQueryMap
173 mCursor.close();
179 if (mCursor != null) close(); method
  /frameworks/base/core/java/android/database/
BulkCursorToCursorAdaptor.java 117 public void close() { method in class:BulkCursorToCursorAdaptor
118 super.close();
122 mBulkCursor.close();
  /frameworks/base/core/java/android/net/http/
HttpResponseCache.java 188 // don't close and reopen if an equivalent cache is already installed
195 installedCache.close();
273 @Override public void close() throws IOException { method in class:HttpResponseCache
277 delegate.close();
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseLocaleTest.java 61 mDatabase.close();
76 c.close();
126 if (cursor != null) cursor.close();
  /frameworks/base/core/tests/coretests/src/android/net/
LocalSocketTest.java 134 ss.close();
136 ls.close();
169 ls1.close();
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
FilteringCursorWrapper.java 77 public void close() { method in class:FilteringCursorWrapper
78 super.close();
79 mCursor.close();
  /frameworks/support/v4/java/android/support/v4/util/
AtomicFile.java 75 * with the new data. You <em>must not</em> directly close the given
117 * returned by {@link #startWrite()}. This will close, sync, and
125 str.close();
135 * returned by {@link #startWrite()}. This will close the current
142 str.close();
154 * opening for read. You should call close() on the FileInputStream when
199 stream.close();
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
get_files.py 52 curl.close()
53 fp.close()
104 file_list_csv.close()

Completed in 1044 milliseconds

<<41424344454647484950>>