Searched refs:NOOP (Results 1 – 25 of 39) sorted by relevance
12
/third_party/curl/tests/data/ |
D | test227 | 34 ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -Q "NOOP 1" -Q "+NOOP 2" -Q "-NOOP 3" -Q "*FAIL" -Q "+*FAIL HARD" 44 NOOP 1 49 NOOP 2 53 NOOP 3
|
D | test1405 | 39 ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -Q "NOOP 1" -Q "+NOOP 2" -Q "-NOOP 3" -Q "*FAIL" -Q "+*FAIL HARD… 49 NOOP 1 54 NOOP 2 58 NOOP 3 77 slist1 = curl_slist_append(slist1, "NOOP 1"); 80 slist2 = curl_slist_append(slist2, "NOOP 3"); 82 slist3 = curl_slist_append(slist3, "NOOP 2");
|
D | test929 | 5 NOOP 22 SMTP NOOP (CUSTOMREQUEST) 25 smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER -X NOOP -I 34 NOOP
|
D | test860 | 6 NOOP 23 POP3 NOOP (CUSTOMREQUEST) 26 pop3://%HOSTIP:%POP3PORT -u user:secret -X NOOP -I 37 NOOP
|
D | test818 | 6 NOOP 29 IMAP NOOP (CUSTOMREQUEST) 32 imap://%HOSTIP:%IMAPPORT -X NOOP -u user:secret 42 A003 NOOP
|
/third_party/lame/libmp3lame/ |
D | presets.c | 139 #define NOOP(m) (void)p.m macro 151 NOOP(vbr_q); in apply_vbr_preset() 152 NOOP(quant_comp); in apply_vbr_preset() 153 NOOP(quant_comp_s); in apply_vbr_preset() 154 NOOP(expY); in apply_vbr_preset() 163 NOOP(safejoint); in apply_vbr_preset()
|
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/tools/ |
D | cpuhotplug_do_spin_loop | 7 NOOP=1
|
/third_party/ffmpeg/libavcodec/ |
D | filter_units_bsf.c | 39 NOOP, enumerator 112 if (ctx->mode == NOOP) in filter_units_filter()
|
/third_party/typescript/tests/baselines/reference/ |
D | libTypeScriptSubfileResolving.types | 3 // NOOP
|
D | libTypeScriptSubfileResolving.errors.txt | 5 // NOOP
|
D | libTypeScriptSubfileResolving.symbols | 3 // NOOP
|
/third_party/curl/docs/libcurl/opts/ |
D | CURLOPT_CUSTOMREQUEST.md | 79 **DELE** and **NOOP** for example. 90 issue **NOOP** and **RSET** commands.
|
/third_party/libuv/test/ |
D | test-signal.c | 93 enum { CLOSE, STOP, NOOP } stop_or_close; enumerator 221 sc.stop_or_close = NOOP; in TEST_IMPL()
|
/third_party/skia/src/core/ |
D | SkPictureFlat.h | 63 NOOP, enumerator
|
D | SkPicturePlayback.cpp | 111 case NOOP: { in handleOp()
|
D | SkPictureRecord.cpp | 887 this->addDraw(NOOP, &size); in addNoOp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86PadShortFunction.cpp | 228 BuildMI(*MBB, MBBI, DL, TSM.getInstrInfo()->get(X86::NOOP)); in addPadding()
|
D | X86MCInstLower.cpp | 1054 OS.EmitInstruction(MCInstBuilder(X86::NOOP), STI); in EmitNop() 1072 Opc = X86::NOOP; in EmitNop() 1132 case X86::NOOP: in EmitNop() 2251 EmitAndCountInstruction(MCInstBuilder(X86::NOOP)); in EmitInstruction()
|
/third_party/mesa3d/docs/gallium/cso/ |
D | blend.rst | 47 * ``NOOP``: :math:`d`
|
/third_party/curl/docs/ |
D | FEATURES.md | 170 - enhanced command support for: CAPA, DELE, TOP, STAT, UIDL and NOOP via
|
D | KNOWN_BUGS | 192 this for the NOOP and DELE commands. https://curl.se/bug/?i=740
|
/third_party/python/Doc/library/ |
D | smtpd.rst | 266 NOOP Takes no action.
|
D | imaplib.rst | 364 Send ``NOOP`` to server.
|
D | smtplib.rst | 557 ``RSET``, ``NOOP``, ``MAIL``, ``RCPT``, and ``DATA`` are also supported.
|
/third_party/pcre2/pcre2/ |
D | NEWS | 246 NOOP. The new implementation allows backtracking into recursive group calls in
|
12