/external/libchrome/base/posix/ |
D | file_descriptor_shuffle_unittest.cc | 19 CLOSE, enumerator 58 void Close(int fd) override { actions_.push_back(Action(Action::CLOSE, fd)); } in Close() 123 EXPECT_TRUE(tracer.actions()[1] == Action(Action::CLOSE, 0)); in TEST() 135 EXPECT_TRUE(tracer.actions()[1] == Action(Action::CLOSE, 10)); in TEST() 150 EXPECT_TRUE(tracer.actions()[3] == Action(Action::CLOSE, kDuplicateBase)); in TEST() 165 EXPECT_TRUE(tracer.actions()[3] == Action(Action::CLOSE, kDuplicateBase)); in TEST() 180 EXPECT_TRUE(tracer.actions()[3] == Action(Action::CLOSE, kDuplicateBase)); in TEST() 195 EXPECT_TRUE(tracer.actions()[3] == Action(Action::CLOSE, kDuplicateBase)); in TEST() 220 EXPECT_TRUE(tracer.actions()[2] == Action(Action::CLOSE, 0)); in TEST() 233 EXPECT_TRUE(tracer.actions()[2] == Action(Action::CLOSE, 0)); in TEST() [all …]
|
/external/curl/tests/data/ |
D | test815 | 7 CLOSE 30 … 'STORE 123 +Flags \Deleted' -u user:secret -: imap://%HOSTIP:%IMAPPORT/815 -X CLOSE -u user:secret 42 A005 CLOSE
|
D | test586 | 23 [CLOSE] counter: 2 24 [CLOSE] counter: 1
|
D | test595 | 20 [CLOSE] counter: 2 21 [CLOSE] counter: 1
|
D | test596 | 19 [CLOSE] counter: 2 21 [CLOSE] counter: 1
|
D | test585 | 32 [CLOSE] counter: 1
|
/external/ltp/testcases/kernel/io/disktest/ |
D | io.h | 47 #define CLOSE(fd) CloseHandle(fd) macro 51 #define CLOSE(fd) close(fd) macro
|
D | dump.c | 203 CLOSE(fd); in do_dump() 219 CLOSE(fd); in do_dump()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mt/ |
D | help.test | 8 RUN: not llvm-mt /oyt:%t 2>&1 | FileCheck %s -check-prefix=INVALID-BUT-CLOSE 9 INVALID-BUT-CLOSE: llvm-mt: error: invalid option '/oyt:{{.*}}help.test.tmp', did you mean '/out:{{…
|
/external/python/cpython2/Modules/_multiprocessing/ |
D | connection.h | 86 CLOSE(self->handle); in connection_dealloc() 168 CLOSE(self->handle); in connection_recvbytes() 222 CLOSE(self->handle); in connection_recvbytes_into() 308 CLOSE(self->handle); in connection_recv_obj() 389 CLOSE(self->handle); in connection_close()
|
D | socket_connection.c | 18 # define CLOSE(h) closesocket((SOCKET)h) macro 22 # define CLOSE(h) close(h) macro
|
/external/icu/icu4c/source/i18n/ |
D | funcrepl.cpp | 23 static const UChar CLOSE[] = {32,41,0}; // " )" variable 107 rule.append(CLOSE, 2); in toReplacerPattern()
|
/external/bcc/tools/ |
D | tcpdrop_example.txt | 9 20:49:06 0 4 10.32.119.56:443 > 10.66.65.252:22912 CLOSE (ACK) 40 20:49:50 12431 4 127.0.0.1:8198 > 127.0.0.1:48280 CLOSE (RST|ACK)
|
D | tcpstates_example.txt | 9 ffff9fd7e8192000 22384 curl 100.66.100.185 0 52.33.159.26 80 CLOSE -> SYN_SE… 13 ffff9fd7e8192000 0 swapper/5 100.66.100.185 63446 52.33.159.26 80 FIN_WAIT2 -> CLOSE …
|
/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/ |
D | BasicMarker.java | 157 private static String CLOSE = " ]"; field in BasicMarker 191 sb.append(CLOSE); in toString()
|
/external/one-true-awk/ |
D | ytab.h | 83 CLOSE = 293, enumerator 180 #define CLOSE 293 macro
|
D | awkgram.y | 55 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC 82 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC 367 | CLOSE term { $$ = op1(CLOSE, $2); }
|
/external/iptables/extensions/ |
D | libxt_dccp.t | 21 -p dccp -m dccp --dccp-types REQUEST,RESPONSE,DATA,ACK,DATAACK,CLOSEREQ,CLOSE,RESET,SYNC,SYNCACK,IN… 22 -p dccp -m dccp ! --dccp-types REQUEST,RESPONSE,DATA,ACK,DATAACK,CLOSEREQ,CLOSE,RESET,SYNC,SYNCACK,…
|
D | libxt_dccp.man | 9 .BR "REQUEST RESPONSE DATA ACK DATAACK CLOSEREQ CLOSE RESET SYNC SYNCACK INVALID" .
|
/external/u-boot/lib/ |
D | slre.c | 31 enum {END, BRANCH, ANY, EXACT, ANYOF, ANYBUT, OPEN, CLOSE, BOL, EOL, enumerator 370 emit(r, CLOSE); in compile() 429 emit(r, CLOSE); in slre_compile() 627 case CLOSE: in match()
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | UConverterConstants.java | 140 static final int CLOSE = 4; /**< Called when the converter is closed. The field
|
/external/skqp/modules/pathkit/ |
D | pathkit_wasm_bindings.cpp | 33 static const int CLOSE = 5; variable 84 cmd.call<void>("push", CLOSE); in ToCmds() 149 case CLOSE: in FromCmds() 578 constant("CLOSE_VERB", CLOSE); in EMSCRIPTEN_BINDINGS()
|
/external/skia/modules/pathkit/ |
D | pathkit_wasm_bindings.cpp | 33 static const int CLOSE = 5; variable 84 cmd.call<void>("push", CLOSE); in ToCmds() 149 case CLOSE: in FromCmds() 578 constant("CLOSE_VERB", CLOSE); in EMSCRIPTEN_BINDINGS()
|
/external/python/cpython2/Lib/multiprocessing/ |
D | pool.py | 55 CLOSE = 1 variable 463 self._state = CLOSE 464 self._worker_handler._state = CLOSE 474 assert self._state in (CLOSE, TERMINATE)
|
/external/python/cpython3/Lib/multiprocessing/ |
D | pool.py | 34 CLOSE = 1 variable 541 self._state = CLOSE 542 self._worker_handler._state = CLOSE 554 elif self._state not in (CLOSE, TERMINATE):
|