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

<<131132133134135136137138139140>>

  /external/chromium_org/mojo/public/java/system/src/org/chromium/mojo/system/
InvalidHandle.java 32 * @see Handle#close()
35 public void close() { method in class:InvalidHandle
  /external/chromium_org/mojo/tools/
test_runner.py 66 # TODO(vtl): We may not close this file on failure.
111 successes_cache_file.close()
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_newlib.cc 60 OP(fdio, close); \
95 int WRAP(close)(int fd) { function
281 CHECK_REAL(close);
282 return REAL(close)(fd);
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
mock_kernel_proxy.h 25 MOCK_METHOD1(close, int(int));
  /external/chromium_org/net/android/javatests/src/org/chromium/net/
X509UtilTest.java 53 reader.close();
  /external/chromium_org/net/third_party/nss/ssl/
sslmutex.c 132 close(pMutex->u.pipeStr.mPipes[0]);
133 close(pMutex->u.pipeStr.mPipes[1]);
147 close(pMutex->u.pipeStr.mPipes[0]);
148 close(pMutex->u.pipeStr.mPipes[1]);
  /external/chromium_org/testing/android/junit/java/src/org/chromium/testing/local/
JunitTestMain.java 54 jf.close();
  /external/chromium_org/third_party/WebKit/Source/core/events/
DOMWindowEventQueue.cpp 106 void DOMWindowEventQueue::close() function in class:blink::DOMWindowEventQueue
GenericEventQueue.cpp 113 void GenericEventQueue::close() function in class:blink::GenericEventQueue
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
Blob.cpp 125 void Blob::close(ExecutionContext* executionContext, ExceptionState& exceptionState) function in class:blink::Blob
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerEventQueue.cpp 136 void WorkerEventQueue::close() function in class:blink::WorkerEventQueue
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeySession.h 49 // dropped, it won't be garbage collected until close event received or
108 virtual void close() OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
Database.h 59 void close();
DatabaseThread.cpp 109 // Close the databases that we ran transactions on. This ensures that if any transactions are still open, they are rolled back and we don't leave the database in an
112 // As the call to close will modify the original set, we must take a copy to iterate over.
117 (*it)->close();
  /external/chromium_org/third_party/WebKit/Source/web/
WebPopupMenuImpl.h 63 virtual void close() OVERRIDE FINAL;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
PrerenderingTest.cpp 200 void close() function in class:__anon16024::PrerenderingTest
317 close();
346 close();
428 close();
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
parse-malloc-history 66 close FILE;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
path.py 94 self._child_process.stdin.close()
  /external/chromium_org/third_party/android_crazy_linker/src/tests/
bench_load_library.cpp 9 // - Close the library.
43 close(fd);
  /external/chromium_org/third_party/android_platform/development/scripts/
stack 153 f.close()
  /external/chromium_org/third_party/cython/src/Cython/Debugger/
DebugWriter.py 60 xml_root_element = self.tb.close()
  /external/chromium_org/third_party/hwcplus/include/hardware/
gralloc.h 164 * This function doesn't close or free the handle itself; this is done
308 return device->common.close(&device->common);
hwcomposer.h 302 * and set. SurfaceFlinger will close the returned file descriptor.
640 return device->common.close(&device->common);
  /external/chromium_org/third_party/libaddressinput/src/cpp/test/
testdata_source.cc 137 file.close();
  /external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
GAEChannelClient.java 44 * on{Open,Message,Close,Error}() events to a global object named
93 /** Close the connection to the AppEngine channel. */
94 public void close() { method in class:GAEChannelClient

Completed in 421 milliseconds

<<131132133134135136137138139140>>