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

<<21222324252627282930>>

  /external/chromium_org/remoting/webapp/background/
app_launcher.js 7 * AppLauncher is an interface that allows the client code to launch and close
18 * To close an app:
19 * appLauncher.close(appId);
34 * or window). The caller can use the appId to close the app.
39 * @param {string} id The id of the app to close.
42 remoting.AppLauncher.prototype.close = function(id) {};
70 remoting.V1AppLauncher.prototype.close = function(id) {
125 remoting.V2AppLauncher.prototype.close = function(id) {
130 appWindow.close();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_file.py 26 self.f.close()
34 self.f.close()
48 self.f.close()
57 self.f.close()
66 self.f.close()
96 f.close()
117 # __exit__ should close the file
154 f.close()
180 f.close()
185 # misbehaviour especially with repeated close() call
    [all...]
test_cpickle.py 14 def close(self, f): member in class:cStringIOMixin
20 def close(self, f): member in class:BytesIOMixin
35 f.close()
38 def close(self, f): member in class:FileIOMixin
39 f.close()
62 self.close(f)
70 self.close(f)
97 self.close(f)
122 self.close(f)
130 self.close(f
    [all...]
test_shelve.py 19 s.close()
33 s.close()
43 s.close()
53 s.close()
63 s.close()
68 s.close()
80 s.close()
88 s.close()
100 s.close()
126 db.close()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_file.py 26 self.f.close()
34 self.f.close()
48 self.f.close()
57 self.f.close()
66 self.f.close()
96 f.close()
117 # __exit__ should close the file
154 f.close()
180 f.close()
185 # misbehaviour especially with repeated close() call
    [all...]
test_cpickle.py 14 def close(self, f): member in class:cStringIOMixin
20 def close(self, f): member in class:BytesIOMixin
35 f.close()
38 def close(self, f): member in class:FileIOMixin
39 f.close()
62 self.close(f)
70 self.close(f)
97 self.close(f)
122 self.close(f)
130 self.close(f
    [all...]
test_shelve.py 19 s.close()
33 s.close()
43 s.close()
53 s.close()
63 s.close()
68 s.close()
80 s.close()
88 s.close()
100 s.close()
126 db.close()
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
async2.test 47 db close
57 db close
70 db close
120 db close
124 catch {db close}
  /external/chromium_org/ui/webui/resources/css/
expandable_bubble.css 56 .expandable-bubble-close {
67 z-index: 3; /* One higher then the close button on an unexpanded bubble. */
70 .expandable-bubble[expanded] > .expandable-bubble-close {
74 .expandable-bubble-close {
80 .expandable-bubble-close:hover {
86 .expandable-bubble-close:active {
  /external/qemu/distrib/sdl-1.2.15/test/
testfile.c 35 rwops->close(rwops); /* This calls SDL_FreeRW(rwops); */
77 rwops->close(rwops); unlink(FBASENAME2);
80 rwops->close(rwops); unlink(FBASENAME2);
83 rwops->close(rwops); unlink(FBASENAME2);
86 rwops->close(rwops); unlink(FBASENAME2);
99 rwops->close(rwops);
113 rwops->close(rwops);
132 rwops->close(rwops);
152 rwops->close(rwops);
178 rwops->close(rwops)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
ZipOutputStreamTest.java 41 * java.util.zip.ZipOutputStream#close()
47 zos.close();
52 zos.close();
53 zos.close(); // Should be a no-op
83 zos.close();
101 zos.close();
176 zos.close();
237 // Close stream because ZIP is invalid
238 stream.close();
270 zip1.close();
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/zip/
ZipEntryTest.java 64 out.close();
80 in.close();
111 out.close();
116 zipFile.close();
138 out.close();
143 zipFile.close();
165 out.close();
170 zipFile.close();
184 out.close();
192 zipFile.close();
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_early_close.py 10 # We're going to get warnings in this module about trying to close the db when
47 dbenv.close() # This "close" should close the child db handle also
66 d.close() # This "close" should close the child db handle also
67 # db.close should close the child cursor
75 dbenv.close()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_early_close.py 10 # We're going to get warnings in this module about trying to close the db when
47 dbenv.close() # This "close" should close the child db handle also
66 d.close() # This "close" should close the child db handle also
67 # db.close should close the child cursor
75 dbenv.close()
    [all...]
  /system/netd/server/
TetherController.cpp 77 close(fd);
80 close(fd);
95 close(fd);
99 close(fd);
128 close(pipefd[0]);
129 close(pipefd[1]);
134 close(pipefd[1]);
140 close(pipefd[0]);
169 close(pipefd[0]);
191 close(mDaemonFd)
    [all...]
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java 87 conn.close();
108 userTab.close();
128 conn.close();
184 result.close();
206 rs.close();
209 conn.close();
252 conn.close();
317 conn.close();
369 rs.close();
383 rs.close();
    [all...]
  /external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServer.java 125 serversocket.close();
142 serversocket.close();
171 serversocket.close();
291 in.close();
292 socket.close();
309 os.close();
327 os.close();
356 os.close();
382 os.close();
407 os.close();
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
OldObjectOutputStreamTest.java 154 oos.close();
156 oos.close();
181 oos.close();
186 oos_ioe.close();
265 oos.close();
285 ois.close();
309 ois.close();
324 boos.close();
360 boos.close();
376 * Tears down the fixture, for example, close a network connection. Thi
    [all...]
OldRandomAccessFileTest.java 74 raf.close();
80 raf.close();
86 raf.close();
96 if (raf != null ) raf.close();
126 raf.close();
132 raf.close();
138 raf.close();
160 if (raf != null ) raf.close();
166 * java.io.RandomAccessFile#close()
169 // Test for method void java.io.RandomAccessFile.close()
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
OutputStreamWriterTest.java 76 writer.close();
79 isr.close();
81 osw.close();
91 writer.close();
166 writer.close();
200 writer.close();
267 writer.close();
310 writer2.close();
344 writer2.close();
366 writer2.close();
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_Genres_MembersTest.java 48 c.close();
54 c.close();
72 c.close();
78 c.close();
99 c.close();
150 c.close();
160 c.close();
170 c.close();
185 c.close();
194 c.close();
    [all...]
  /external/fio/tools/plot/
fio2gnuplot 63 compare.close()
114 compare_raw.close()
115 compare_smooth.close()
116 compare_trend.close()
117 f.close()
124 f.close()
145 tempfile.close()
147 f.close()
222 file.close()
224 file.close()
    [all...]
  /hardware/qcom/display/msm8084/liboverlay/pipes/
overlay3DPipe.h 54 bool close();
84 bool close();
114 bool close();
144 bool close();
170 inline M3DExtPipe<CHAN>::~M3DExtPipe() { close(); }
181 inline bool M3DExtPipe<CHAN>::close() { function in class:overlay::M3DExtPipe
182 return mM3d.close();
239 inline M3DPrimaryPipe<CHAN>::~M3DPrimaryPipe() { close(); }
250 inline bool M3DPrimaryPipe<CHAN>::close() { function in class:overlay::M3DPrimaryPipe
251 return mM3d.close();
305 inline bool S3DExtPipe<CHAN>::close() { function in class:overlay::S3DExtPipe
371 inline bool S3DPrimaryPipe<CHAN>::close() { function in class:overlay::S3DPrimaryPipe
    [all...]
  /hardware/qcom/display/msm8960/liboverlay/pipes/
overlay3DPipe.h 54 bool close();
84 bool close();
114 bool close();
144 bool close();
170 inline M3DExtPipe<CHAN>::~M3DExtPipe() { close(); }
181 inline bool M3DExtPipe<CHAN>::close() { function in class:overlay::M3DExtPipe
182 return mM3d.close();
239 inline M3DPrimaryPipe<CHAN>::~M3DPrimaryPipe() { close(); }
250 inline bool M3DPrimaryPipe<CHAN>::close() { function in class:overlay::M3DPrimaryPipe
251 return mM3d.close();
305 inline bool S3DExtPipe<CHAN>::close() { function in class:overlay::S3DExtPipe
371 inline bool S3DPrimaryPipe<CHAN>::close() { function in class:overlay::S3DPrimaryPipe
    [all...]
  /hardware/qcom/display/msm8974/liboverlay/pipes/
overlay3DPipe.h 54 bool close();
84 bool close();
114 bool close();
144 bool close();
170 inline M3DExtPipe<CHAN>::~M3DExtPipe() { close(); }
181 inline bool M3DExtPipe<CHAN>::close() { function in class:overlay::M3DExtPipe
182 return mM3d.close();
239 inline M3DPrimaryPipe<CHAN>::~M3DPrimaryPipe() { close(); }
250 inline bool M3DPrimaryPipe<CHAN>::close() { function in class:overlay::M3DPrimaryPipe
251 return mM3d.close();
305 inline bool S3DExtPipe<CHAN>::close() { function in class:overlay::S3DExtPipe
371 inline bool S3DPrimaryPipe<CHAN>::close() { function in class:overlay::S3DPrimaryPipe
    [all...]

Completed in 543 milliseconds

<<21222324252627282930>>