HomeSort by relevance Sort by last modified time
    Searched refs:CLOSE (Results 1 - 25 of 401) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/kernel/io/disktest/
io.h 47 #define CLOSE(fd) CloseHandle(fd)
51 #define CLOSE(fd) close(fd)
dump.c 203 CLOSE(fd);
219 CLOSE(fd);
  /tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
CloseOp.java 43 return OperationType.CLOSE;
RemoteOperation.java 39 CLOSE,
75 case CLOSE:
  /external/libchrome/base/posix/
file_descriptor_shuffle_unittest.cc 19 CLOSE,
58 void Close(int fd) override { actions_.push_back(Action(Action::CLOSE, fd)); }
123 EXPECT_TRUE(tracer.actions()[1] == Action(Action::CLOSE, 0));
135 EXPECT_TRUE(tracer.actions()[1] == Action(Action::CLOSE, 10));
150 EXPECT_TRUE(tracer.actions()[3] == Action(Action::CLOSE, kDuplicateBase));
165 EXPECT_TRUE(tracer.actions()[3] == Action(Action::CLOSE, kDuplicateBase));
180 EXPECT_TRUE(tracer.actions()[3] == Action(Action::CLOSE, kDuplicateBase));
195 EXPECT_TRUE(tracer.actions()[3] == Action(Action::CLOSE, kDuplicateBase));
220 EXPECT_TRUE(tracer.actions()[2] == Action(Action::CLOSE, 0))
    [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterConstants.java 140 static final int CLOSE = 4; /**< Called when the converter is closed. The
  /external/icu/icu4c/source/i18n/
funcrepl.cpp 23 static const UChar CLOSE[] = {32,41,0}; // " )"
107 rule.append(CLOSE, 2);
  /frameworks/data-binding/compilerCommon/
XMLLexer.g4 54 CLOSE : '>' -> popMode ;
55 SPECIAL_CLOSE: '?>' -> popMode ; // close <?xml...?>
92 PI : '?>' -> popMode ; // close <?...?>
  /libcore/ojluni/src/main/java/sun/nio/fs/
AbstractPoller.java 143 final void close() throws IOException { method in class:AbstractPoller
144 invoke(RequestType.CLOSE);
153 CLOSE;
274 * Close watch service
276 case CLOSE: {
  /external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
BasicMarker.java 157 private static String CLOSE = " ]";
191 sb.append(CLOSE);
  /frameworks/av/media/libmedia/
IDataSource.cpp 35 CLOSE,
79 virtual void close() { function in struct:android::BpDataSource
82 remote()->transact(CLOSE, data, &reply);
166 case CLOSE: {
168 close();
IMediaRecorder.cpp 39 CLOSE,
323 status_t close() function in class:android::BpMediaRecorder
325 ALOGV("close");
328 remote()->transact(CLOSE, data, &reply);
363 case CLOSE: {
364 ALOGV("CLOSE");
366 reply->writeInt32(close());
460 ::close(fd);
468 ::close(fd);