HomeSort by relevance Sort by last modified time
    Searched refs:CLOSE (Results 1 - 25 of 446) 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);
  /external/python/cpython2/Modules/_multiprocessing/
connection.h 86 CLOSE(self->handle);
168 CLOSE(self->handle);
222 CLOSE(self->handle);
308 CLOSE(self->handle);
389 CLOSE(self->handle);
452 {"close", (PyCFunction)connection_close, METH_NOARGS,
453 "close the connection"},
pipe_connection.c 11 #define CLOSE(h) CloseHandle(h)
socket_connection.c 18 # define CLOSE(h) closesocket((SOCKET)h)
22 # define CLOSE(h) close(h)
  /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);
  /frameworks/data-binding/compilerCommon/src/main/xml-gen/android/databinding/parser/
XMLLexer.java 21 TEXT=9, CLOSE=10, SPECIAL_CLOSE=11, SLASH_CLOSE=12, SLASH=13, EQUALS=14,
31 "SPECIAL_OPEN", "TEXT", "CLOSE", "SPECIAL_CLOSE", "SLASH_CLOSE", "SLASH",
42 "XMLDeclOpen", "TEXT", "CLOSE", "SPECIAL_CLOSE", "SLASH_CLOSE", "SLASH",
XMLParser.java 21 TEXT=9, CLOSE=10, SPECIAL_CLOSE=11, SLASH_CLOSE=12, SLASH=13, EQUALS=14,
37 "XMLDeclOpen", "TEXT", "CLOSE", "SPECIAL_CLOSE", "SLASH_CLOSE", "SLASH",
449 match(CLOSE);
459 match(CLOSE);
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
ImapConstants.java 43 public static final String CLOSE = "CLOSE";
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapConstants.java 44 public static final String CLOSE = "CLOSE";
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactEditorActivity.java 96 * Close the editor after saving
98 int CLOSE = 0;
143 * - After Save/Close
178 * If there are no unsaved changes, just close the editor, otherwise the user is prompted
414 ContactEditor.SaveMode.CLOSE),
  /developers/build/prebuilts/gradle/SpeedTracker/Wearable/src/main/java/com/example/android/wearable/speedtracker/
WearableMainActivity.java 59 * speed, if user's speed gets close to the selected speed limit, the color of speed turns yellow
113 BELOW(R.color.speed_below), CLOSE(R.color.speed_close), ABOVE(R.color.speed_above);
308 state = SpeedState.CLOSE;
  /developers/samples/android/wearable/wear/SpeedTracker/Wearable/src/main/java/com/example/android/wearable/speedtracker/
WearableMainActivity.java 59 * speed, if user's speed gets close to the selected speed limit, the color of speed turns yellow
113 BELOW(R.color.speed_below), CLOSE(R.color.speed_close), ABOVE(R.color.speed_above);
308 state = SpeedState.CLOSE;
  /development/samples/browseable/SpeedTracker/Wearable/src/com.example.android.wearable.speedtracker/
WearableMainActivity.java 59 * speed, if user's speed gets close to the selected speed limit, the color of speed turns yellow
113 BELOW(R.color.speed_below), CLOSE(R.color.speed_close), ABOVE(R.color.speed_above);
308 state = SpeedState.CLOSE;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
opnames.go 43 OCLOSE: "CLOSE",
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
opnames.go 43 OCLOSE: "CLOSE",

Completed in 521 milliseconds

1 2 3 4 5 6 7 8 91011>>