/third_party/node/deps/npm/node_modules/tar/lib/ |
D | pack.js | 39 const PROCESS = Symbol('process') constant 120 this[PROCESS]() 148 this[PROCESS]() 154 this[PROCESS]() 179 this[PROCESS]() 197 this[PROCESS]() 200 [PROCESS] () { 235 this[PROCESS]()
|
D | write-entry.js | 20 const PROCESS = Symbol('process') constant
|
/third_party/grpc/examples/cpp/helloworld/ |
D | greeter_async_server.cc | 88 status_ = PROCESS; in Proceed() 97 } else if (status_ == PROCESS) { in Proceed() 139 enum CallStatus { CREATE, PROCESS, FINISH }; enumerator
|
/third_party/curl/ |
D | SECURITY.md | 3 See [docs/SECURITY-PROCESS.md](docs/SECURITY-PROCESS.md) for full details.
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/ |
D | BrotliOutputStream.java | 61 while (!encoder.encode(EncoderJNI.Operation.PROCESS)) { in write() 78 if (!encoder.encode(EncoderJNI.Operation.PROCESS)) { in write()
|
D | BrotliEncoderChannel.java | 66 while (src.hasRemaining() && encode(EncoderJNI.Operation.PROCESS)) { in write()
|
D | EncoderJNI.java | 22 PROCESS, enumConstant
|
D | Encoder.java | 113 boolean force = (op != EncoderJNI.Operation.PROCESS); in encode()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/ |
D | cache_grpc_server.cc | 103 if (rq->st_ == CacheServerRequest::STATE::PROCESS) { in HandleRequest() 130 st_ = STATE::PROCESS; in operator ()() 132 } else if (st_ == STATE::PROCESS) { in operator ()()
|
D | cache_grpc_server.h | 42 enum class STATE : int8_t { CREATE = 1, PROCESS = 2, FINISH = 3 }; enumerator
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/ |
D | graph_data_server.h | 99 enum class STATE : int8_t { CREATE = 1, PROCESS = 2, FINISH = 3 }; enumerator 127 status_ = STATE::PROCESS; in operator() 129 } else if (status_ == STATE::PROCESS) { in operator()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_colortemperature.c | 83 #define PROCESS() \ macro 130 PROCESS() in temperature_slice8() 172 PROCESS() in temperature_slice16() 213 PROCESS() in temperature_slice8p() 253 PROCESS() in temperature_slice16p()
|
D | vf_colorcorrect.c | 43 #define PROCESS() \ macro 78 PROCESS() in colorcorrect_slice8() 118 PROCESS() in colorcorrect_slice16()
|
D | vf_colorcontrast.c | 55 #define PROCESS(max) \ macro 129 PROCESS(255.f); in colorcontrast_slice8() 183 PROCESS(max); in colorcontrast_slice16() 235 PROCESS(255.f); in colorcontrast_slice8p() 287 PROCESS(max); in colorcontrast_slice16p()
|
D | vf_monochrome.c | 68 #define PROCESS() \ macro 108 PROCESS() in monochrome_slice8() 147 PROCESS() in monochrome_slice16()
|
/third_party/ltp/testcases/network/nfsv4/locks/ |
D | locktests.h | 73 #define PROCESS 0 macro
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_hiTraceChain.js | 44 PROCESS: 2, property
|
/third_party/openssl/util/ |
D | local_shlib.com.in | 26 $ OLDV = F$TRNLNM(E,"LNM$PROCESS")
|
/third_party/openssl/VMS/ |
D | openssl_startup.com.in | 39 $ ! while "/PROCESS" would be typical for a personal install. 40 $ ! Default: /PROCESS
|
D | openssl_shutdown.com.in | 7 $ ! Default: /PROCESS
|
/third_party/curl/docs/ |
D | Makefile.am | 86 SECURITY-PROCESS.md \
|
/third_party/libcoap/examples/contiki/ |
D | coap-observer.c | 51 PROCESS(coap_server_process, "CoAP server process");
|
D | server.c | 50 PROCESS(coap_server_process, "CoAP server process");
|
/third_party/openssl/doc/man3/ |
D | PKCS7_verify.pod | 32 =head1 VERIFY PROCESS
|
D | CMS_verify.pod | 30 =head1 VERIFY PROCESS
|