HomeSort by relevance Sort by last modified time
    Searched full:close (Results 401 - 425 of 5187) sorted by null

<<11121314151617181920>>

  /frameworks/base/test-runner/src/junit/runner/
TestCaseClassLoader.java 148 stream.close();
149 out.close();
180 zipFile.close();
186 stream.close();
209 is.close();
  /frameworks/base/tests/CoreTests/android/core/
URLTest.java 123 writer.close();
127 reader.close();
129 socket.close();
130 server.close();
149 reader.close();
ZipStreamTest.java 44 outFile.close();
53 inFile.close();
111 out.close();
137 out.close();
167 in.close();
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
FsUtils.java 93 bos.close();
108 inReader.close();
164 br1.close();
165 br2.close();
203 fw.close();
ReliabilityTest.java 120 listReader.close();
140 out.close();
141 in.close();
172 bos.close();
184 bos.close();
  /packages/apps/Browser/src/com/android/browser/
ActiveTabsPage.java 74 * Special class to hold the close drawable. Its sole purpose is to allow
76 * of a tab can be pressed, but the close button itself is not.
153 View close = convertView.findViewById(R.id.close); local
165 close.setOnClickListener(new View.OnClickListener() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java 111 // so we only have to close zis if output is the one that threw.
114 zis.close();
159 // close the entry for this file
170 zos.close();
175 zis.close();
  /system/core/libcutils/
zygote.c 176 // The command socket is passed to the peer as close-on-exec
177 // and will close when the peer dies
187 // Wait for socket to close
194 err = close(fd);
248 err = close(fd);
  /system/core/toolbox/
mount.c 154 close(file_fd);
159 close(file_fd);
160 close(device_fd);
164 close(file_fd);
165 close(device_fd);
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsTest.java 119 cursor.close();
140 cursor.close();
200 cursor.close();
218 cursor.close();
295 cursor.close();
317 cursor.close();
379 cursor.close();
398 cursor.close();
462 cursor.close();
481 cursor.close();
    [all...]
  /external/ppp/pppd/
sys-solaris.c 311 close(fd);
320 close(fd);
333 close(fd);
353 close(fd);
368 close(fd);
408 close(fd);
419 close(fd);
439 close(fd);
454 close(fd);
638 close(ifd)
    [all...]
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
ChannelsTest.java 82 this.fins.close();
86 this.fouts.close();
116 file.close();
286 this.fins.close();
291 // close of fouts does not affect on channel
292 this.fouts.close();
302 // close of rbchannel does affect on testchannel(same channel)
303 rbChannel.close();
336 testins.close();
380 // readbc.close() affect testin
    [all...]
  /sdk/emulator/qtools/
trace_reader.cpp 155 void BBReader::Close()
157 decoder_->Close();
283 void InsnReader::Close()
285 decoder_->Close();
334 void AddrReader::Close()
336 decoder_->Close();
381 void ExcReader::Close()
383 decoder_->Close();
434 void PidReader::Close()
436 decoder_->Close();
    [all...]
  /device/htc/passion-common/libsensors/
sensors.c 260 close(fd);
299 close(dev->akmd_fd);
409 close(dev->cmd_fd);
475 close(dev->lsd_fd);
600 close(akm_fd);
605 close(p_fd);
610 close(l_fd);
643 // Framework will close the handle
664 //LOGV("(data close) about to close compass fd=%d", dev->events_fd[0])
    [all...]
  /external/bluetooth/bluez/rfcomm/
main.c 370 close(sk);
376 close(sk);
383 close(sk);
398 close(sk);
428 close(sk);
465 close(fd);
474 close(sk);
511 close(sk);
517 close(sk);
531 close(nsk)
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
ConditionVariableTest.java 71 method = "close",
87 // test close then block(long)
88 mConditionVariable.close();
  /cts/tools/vm-tests/src/util/build/
DeviceUtil.java.template 42 scanner.close();
81 is.close();
84 fos.close();
  /dalvik/libcore/luni/src/main/java/java/io/
FilterWriter.java 53 * if an error occurs attempting to close this writer.
56 public void close() throws IOException { method in class:FilterWriter
58 out.close();
  /dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/
AudioInputStream.java 149 public void close() throws IOException { method in class:AudioInputStream
151 stream.close();
153 line.close();
  /external/apache-http/src/org/apache/http/conn/
BasicEofSensorWatcher.java 39 * The underlying connection is released on close or EOF.
85 wrapped.close();
103 wrapped.close();
  /external/bluetooth/bluez/test/
attest.c 120 close(sk);
132 close(sk);
180 close(fd);
  /external/bluetooth/bluez/tools/
csr_h4.c 61 close(fd);
75 close(fd);
164 close(fd);
  /external/elfutils/tests/
arextract.c 127 /* Close the descriptors. */
134 close (outfd);
135 close (fd);
  /external/oprofile/daemon/
opd_extended.c 145 /* Close ext sfile only if extended feature is enable*/
147 && ext_feature_table[opd_ext_feat_index].handlers->ext_sfile->close != NULL)
148 ext_feature_table[opd_ext_feat_index].handlers->ext_sfile->close(sf);
  /external/proguard/src/proguard/io/
FilteredDataEntryWriter.java 111 public void close() throws IOException method in class:FilteredDataEntryWriter
115 acceptedDataEntryWriter.close();
121 rejectedDataEntryWriter.close();

Completed in 86 milliseconds

<<11121314151617181920>>