Home
last modified time | relevance | path

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

12

/third_party/node/deps/npm/node_modules/tar/lib/
Dpack.js37 const PROCESS = Symbol('process') constant
126 this[PROCESS]()
156 this[PROCESS]()
162 this[PROCESS]()
189 this[PROCESS]()
208 this[PROCESS]()
211 [PROCESS] () {
247 this[PROCESS]()
Dwrite-entry.js19 const PROCESS = Symbol('process') constant
/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()
DEncoderJNI.java22 PROCESS, enumConstant
DBrotliEncoderChannel.java66 while (src.hasRemaining() && encode(EncoderJNI.Operation.PROCESS)) { in write()
DEncoder.java113 boolean force = (op != EncoderJNI.Operation.PROCESS); in encode()
/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.in27 $ OLDV = F$TRNLNM(E,"LNM$PROCESS")
/third_party/node/deps/openssl/openssl/util/
Dlocal_shlib.com.in27 $ OLDV = F$TRNLNM(E,"LNM$PROCESS")
/third_party/node/deps/openssl/openssl/VMS/
Dopenssl_startup.com.in40 $ ! while "/PROCESS" would be typical for a personal install.
41 $ ! Default: /PROCESS
Dopenssl_shutdown.com.in7 $ ! Default: /PROCESS
/third_party/openssl/VMS/
Dopenssl_startup.com.in40 $ ! while "/PROCESS" would be typical for a personal install.
41 $ ! Default: /PROCESS
Dopenssl_shutdown.com.in7 $ ! Default: /PROCESS
/third_party/libcoap/examples/contiki/
Dserver.c43 PROCESS(coap_server_process, "CoAP server process");
/third_party/node/deps/npm/node_modules/path-scurry/node_modules/lru-cache/dist/cjs/
Dindex.js14 const PROCESS = (typeof process === 'object' && !!process ? process : {}); constant
17 typeof PROCESS.emitWarning === 'function'
18 ? PROCESS.emitWarning(msg, type, code, fn)
55 let printACPolyfillWarning = PROCESS.env?.LRU_CACHE_IGNORE_AC_WARNING !== '1';
/third_party/node/deps/npm/node_modules/path-scurry/node_modules/lru-cache/dist/mjs/
Dindex.js11 const PROCESS = (typeof process === 'object' && !!process ? process : {}); constant
14 typeof PROCESS.emitWarning === 'function'
15 ? PROCESS.emitWarning(msg, type, code, fn)
52 let printACPolyfillWarning = PROCESS.env?.LRU_CACHE_IGNORE_AC_WARNING !== '1';
/third_party/libcoap/src/
Dcoap_io_contiki.c20 PROCESS(libcoap_io_process, "libcoap I/O");
/third_party/openssl/doc/man3/
DPKCS7_verify.pod35 =head1 VERIFY PROCESS
DCMS_verify.pod35 =head1 VERIFY PROCESS
/third_party/gstreamer/gstreamer/docs/random/
Dmoving-plugins35 PROCESS

12