HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 1251 - 1275 of 7589) sorted by null

<<51525354555657585960>>

  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerEventQueue.cpp 48 close();
123 void WorkerEventQueue::close() function in class:WebCore::WorkerEventQueue
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBDatabase.idl 45 void close();
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCDataChannel.h 73 void close();
77 DEFINE_ATTRIBUTE_EVENT_LISTENER(close);
RTCDataChannel.idl 50 void close();
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
Notification.idl 40 [Conditional=NOTIFICATIONS] void close();
  /external/chromium_org/third_party/lcov/bin/
gendesc 202 # Close output file if defined
205 close(OUTPUT_HANDLE);
208 close(INPUT_HANDLE);
  /external/chromium_org/third_party/lcov-1.9/bin/
gendesc 205 # Close output file if defined
208 close(OUTPUT_HANDLE);
211 close(INPUT_HANDLE);
  /external/chromium_org/third_party/sqlite/src/test/
mallocAll.test 56 catch {db close}
58 puts "$tail did not close all files: $sqlite_open_file_count"
  /external/chromium_org/tools/python/google/
gethash_timer.py 51 h.close()
145 g_file_handle.close()
  /external/chromium_org/ui/base/ozone/
event_factory_ozone.cc 54 close(fd);
68 close(fd);
  /external/clang/lib/Basic/
FileSystemStatCache.cpp 18 // FIXME: This is terrible, we need this for ::close.
51 /// descriptor and the client guarantees that it will close it.
95 ::close(*FileDescriptor);
107 // If not, close the file if opened.
109 ::close(*FileDescriptor);
  /external/compiler-rt/BlocksRuntime/tests/
fail.c 53 close(1);
59 close(2);
  /external/doclava/src/com/google/doclava/
JarUtils.java 82 in.close();
85 out.close();
  /external/e2fsprogs/lib/ss/
pager.c 86 * Child; dup read half to 0, close all but 0, 1, and 2
93 * Parent: close "read" side of pipe, return
96 (void) close(filedes[0]);
134 (void) close(i);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
GenerateExcludeListTask.java 85 r.close();
113 r.close();
131 out.close();
  /external/eigen/bench/btl/data/
regularize.cxx 103 output_file.close();
129 input_file.close();
  /external/elfutils/tests/
arextract.c 139 /* Close the descriptors. */
146 close (outfd);
147 close (fd);
get-files.c 53 close (fd);
111 close (fd);
show-abbrev.c 47 close (fd);
135 close (fd);
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
LocalAcceptThread.java 88 /* Simply close the local socket and wait for the next incoming connection */
92 s.close();
133 ss.close();
RemoteAcceptThread.java 82 s.close();
98 s.close();
  /external/javassist/src/test/test/javassist/proxy/
ProxySimpleTest.java 29 oos.close();
34 ois.close();
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
AudioStream.java 182 public void close() { method in class:AudioStream
185 in.close();
  /external/jmonkeyengine/engine/src/jogg/com/jme3/audio/plugins/
UncachedOggStream.java 136 public void close() throws IOException { method in class:UncachedOggStream
138 sourceStream.close();
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/
UdpConnector.java 92 public void close() method in class:UdpConnector
98 temp.close();

Completed in 863 milliseconds

<<51525354555657585960>>