Home
last modified time | relevance | path

Searched defs:process (Results 1 – 25 of 383) sorted by relevance

12345678910>>...16

/third_party/skia/third_party/externals/dawn/docs/
Dcontributing.md66 ### Discuss the change if needed
73 ### Pushing changes to code review
92 ### Tracking issues
107 ### Iterating on code review
/third_party/boost/boost/log/detail/
Dprocess_id.hpp35 struct process struct
37 typedef unsigned long native_type;
38 typedef boost::log::aux::id< process > id;
/third_party/node/doc/guides/
Dmaintaining-V8.md163 ### Unfixed upstream bugs
179 ### Backporting to active branches
206 ### Backporting to abandoned branches
273 ### Backports identified by the V8 team
/third_party/gstreamer/gstplugins_good/gst/audiofx/
Daudioamplify.c321 static const struct process in gst_audio_amplify_process_function() struct
323 GstAudioFormat format; in gst_audio_amplify_process_function()
324 gint clipping; in gst_audio_amplify_process_function()
325 GstAudioAmplifyProcessFunc func; in gst_audio_amplify_process_function()
326 } process[] = { in gst_audio_amplify_process_function() local
378 GstAudioAmplifyProcessFunc process; in gst_audio_amplify_set_process_function() local
/third_party/boost/libs/iostreams/src/
Dgzip.cpp27 void gzip_header::process(char c) in process() function in boost::iostreams::detail::gzip_header
142 void gzip_footer::process(char c) in process() function in boost::iostreams::detail::gzip_footer
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsClassStatic.js7 process() { method in Handler
37 Handler.prototype.process = function () { method in Handler
DdeclarationEmitUnnessesaryTypeReferenceNotAdded.js37 var process = require("process"); variable
/third_party/skia/third_party/externals/angle2/util/
Dtest_utils_unittest.cpp160 ProcessHandle process(args, ProcessOutputCapture::StdoutAndStderrSeparately); in TEST() local
176 ProcessHandle process(LaunchProcess(args, ProcessOutputCapture::StdoutAndStderrSeparately)); in TEST() local
202 ProcessHandle process(args, ProcessOutputCapture::StdoutAndStderrSeparately); in TEST() local
234 ProcessHandle process(args, ProcessOutputCapture::StdoutAndStderrInterleaved); in TEST() local
/third_party/grpc/src/python/grpcio_tests/tests/unit/
D_exit_test.py63 def _process_wait_with_timeout(process, timeout=WAIT_CHECK_DEFAULT_TIMEOUT): argument
72 def interrupt_and_wait(process): argument
80 def wait(process): argument
/third_party/libuv/test/
Dtest-process-title.c79 static void exit_cb(uv_process_t* process, int64_t status, int signo) { in exit_cb()
88 uv_process_t process; in TEST_IMPL() local
/third_party/node/deps/npm/node_modules/gauge/
Dset-immediate.js2 var process = require('./process') variable
/third_party/typescript/tests/cases/compiler/
DobjectLitTargetTypeCallSite.ts1 function process( x: {a:number; b:string;}) { function
DAPISample_compile.ts19 declare var process: any; variable
DAPISample_linter.ts19 declare var process: any; variable
/third_party/typescript/tests/cases/conformance/jsdoc/
DjsdocTypeReferenceToValue.ts6 function process(image) { function
/third_party/node/src/
Dnode_process_events.cc31 Local<Object> process = env->process_object(); in ProcessEmit() local
45 Local<Object> process = env->process_object(); in ProcessEmitWarningGeneric() local
/third_party/python/Tools/scripts/
Dfixheader.py12 def process(filename): function
Duntabify.py28 def process(filename, tabsize, verbose=True): function
Difdef.py51 def process(fpi, fpo): function
/third_party/boost/boost/process/
Dexception.hpp13 namespace process namespace
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/
DjsDeclarationsClassStatic.ts12 process() { method in Handler
/third_party/grpc/examples/python/errors/
Dclient.py29 def process(stub): function
/third_party/boost/boost/process/detail/traits/
Derror.hpp16 namespace boost { namespace process { namespace detail { namespace
/third_party/node/test/parallel/
Dtest-vm-access-process-env.js31 const context = vm.createContext({ process }); field
/third_party/libuv/docs/src/
Dprocess.rst2 .. _process: target

12345678910>>...16