/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/google-java-format/core/src/main/java/com/google/googlejavaformat/ |
D | CloseOp.java | 25 CLOSE; enumConstant 33 return CLOSE; in make()
|
/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/rust/crates/regex-syntax/src/unicode_tables/ |
D | sentence_break.rs | 12 ("Close", CLOSE), 31 pub const CLOSE: &'static [(char, char)] = &[ constant
|
/external/llvm-project/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/iptables/extensions/ |
D | libxt_dccp.txlate | 10 iptables-translate -A INPUT -p dccp -m dccp --dccp-types CLOSE 16 … dccp --dport 100 --dccp-types REQUEST,RESPONSE,DATA,ACK,DATAACK,CLOSEREQ,CLOSE,SYNC,SYNCACK,INVAL…
|
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/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/libiio/src/iiod/ |
D | lexer.l | 62 <INITIAL>CLOSE|close { 64 return CLOSE;
|
/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/arm-trusted-firmware/lib/debugfs/ |
D | debugfs_smc.c | 22 #define CLOSE 3 macro 140 case CLOSE: in debugfs_smc_handler()
|
/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/one-true-awk/ |
D | awkgram.y | 55 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC 83 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC 373 | CLOSE term { $$ = op1(CLOSE, $2); }
|
/external/skia/modules/pathkit/ |
D | pathkit_wasm_bindings.cpp | 34 static const int CLOSE = 5; variable 74 cmd.call<void>("push", CLOSE); in ToCmds() 136 case CLOSE: in FromCmds() 565 constant("CLOSE_VERB", CLOSE); in EMSCRIPTEN_BINDINGS()
|