Home
last modified time | relevance | path

Searched refs:PROCESS (Results 1 – 25 of 37) sorted by relevance

12

/third_party/node/deps/npm/node_modules/tar/lib/
Dpack.js39 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]()
Dwrite-entry.js20 const PROCESS = Symbol('process') constant
/third_party/grpc/examples/cpp/helloworld/
Dgreeter_async_server.cc88 status_ = PROCESS; in Proceed()
97 } else if (status_ == PROCESS) { in Proceed()
139 enum CallStatus { CREATE, PROCESS, FINISH }; enumerator
/third_party/curl/
DSECURITY.md3 See [docs/SECURITY-PROCESS.md](docs/SECURITY-PROCESS.md) for full details.
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
DBrotliOutputStream.java61 while (!encoder.encode(EncoderJNI.Operation.PROCESS)) { in write()
78 if (!encoder.encode(EncoderJNI.Operation.PROCESS)) { in write()
DBrotliEncoderChannel.java66 while (src.hasRemaining() && encode(EncoderJNI.Operation.PROCESS)) { in write()
DEncoderJNI.java22 PROCESS, enumConstant
DEncoder.java113 boolean force = (op != EncoderJNI.Operation.PROCESS); in encode()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_grpc_server.cc103 if (rq->st_ == CacheServerRequest::STATE::PROCESS) { in HandleRequest()
130 st_ = STATE::PROCESS; in operator ()()
132 } else if (st_ == STATE::PROCESS) { in operator ()()
Dcache_grpc_server.h42 enum class STATE : int8_t { CREATE = 1, PROCESS = 2, FINISH = 3 }; enumerator
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/
Dgraph_data_server.h99 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/
Dvf_colortemperature.c83 #define PROCESS() \ macro
130 PROCESS() in temperature_slice8()
172 PROCESS() in temperature_slice16()
213 PROCESS() in temperature_slice8p()
253 PROCESS() in temperature_slice16p()
Dvf_colorcorrect.c43 #define PROCESS() \ macro
78 PROCESS() in colorcorrect_slice8()
118 PROCESS() in colorcorrect_slice16()
Dvf_colorcontrast.c55 #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()
Dvf_monochrome.c68 #define PROCESS() \ macro
108 PROCESS() in monochrome_slice8()
147 PROCESS() in monochrome_slice16()
/third_party/ltp/testcases/network/nfsv4/locks/
Dlocktests.h73 #define PROCESS 0 macro
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_hiTraceChain.js44 PROCESS: 2, property
/third_party/openssl/util/
Dlocal_shlib.com.in26 $ OLDV = F$TRNLNM(E,"LNM$PROCESS")
/third_party/openssl/VMS/
Dopenssl_startup.com.in39 $ ! while "/PROCESS" would be typical for a personal install.
40 $ ! Default: /PROCESS
Dopenssl_shutdown.com.in7 $ ! Default: /PROCESS
/third_party/curl/docs/
DMakefile.am86 SECURITY-PROCESS.md \
/third_party/libcoap/examples/contiki/
Dcoap-observer.c51 PROCESS(coap_server_process, "CoAP server process");
Dserver.c50 PROCESS(coap_server_process, "CoAP server process");
/third_party/openssl/doc/man3/
DPKCS7_verify.pod32 =head1 VERIFY PROCESS
DCMS_verify.pod30 =head1 VERIFY PROCESS

12