Home
last modified time | relevance | path

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

12345678910>>...18

/third_party/vk-gl-cts/framework/delibs/deutil/
DdeProcess.c138 deProcess* process = (deProcess*)deCalloc(sizeof(deProcess)); in deProcess_create() local
147 static void deProcess_cleanupHandles (deProcess* process) in deProcess_cleanupHandles()
164 void deProcess_destroy (deProcess* process) in deProcess_destroy()
178 const char* deProcess_getLastError (const deProcess* process) in deProcess_getLastError()
183 int deProcess_getExitCode (const deProcess* process) in deProcess_getExitCode()
188 static deBool deProcess_setError (deProcess* process, const char* error) in deProcess_setError()
200 static deBool deProcess_setErrorFromErrno (deProcess* process, const char* message) in deProcess_setErrorFromErrno()
216 deBool deProcess_start (deProcess* process, const char* commandLine, const char* workingDirectory) in deProcess_start()
371 deBool deProcess_isRunning (deProcess* process) in deProcess_isRunning()
393 deBool deProcess_waitForFinish (deProcess* process) in deProcess_waitForFinish()
[all …]
/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.c325 static const struct process in gst_audio_amplify_process_function() struct
327 GstAudioFormat format; in gst_audio_amplify_process_function()
328 gint clipping; in gst_audio_amplify_process_function()
329 GstAudioAmplifyProcessFunc func; in gst_audio_amplify_process_function()
330 } process[] = { in gst_audio_amplify_process_function() local
382 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/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
DPluralRangesMapper.java55 public static IcuData process(CldrDataSupplier src) { in process() method in PluralRangesMapper
60 static IcuData process(CldrData data) { in process() method in PluralRangesMapper
DDayPeriodsMapper.java51 public static IcuData process(CldrDataSupplier src) { in process() method in DayPeriodsMapper
56 static IcuData process(CldrData data) { in process() method in DayPeriodsMapper
/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
/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
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/
DjsDeclarationsClassStatic.ts12 process() { method in Handler
/third_party/boost/boost/process/
Dexception.hpp13 namespace process namespace
/third_party/boost/boost/process/detail/traits/
Derror.hpp16 namespace boost { namespace process { namespace detail { namespace
/third_party/grpc/examples/python/errors/
Dclient.py29 def process(stub): function
/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>>...18