| /third_party/vk-gl-cts/framework/delibs/deutil/ |
| D | deProcess.c | 138 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/ |
| D | contributing.md | 66 ### Discuss the change if needed 73 ### Pushing changes to code review 92 ### Tracking issues 107 ### Iterating on code review
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/config/spec-macros/ |
| D | extension.rb | 23 def process parent, target, attributes method in NormativeInlineMacroBase 35 def process parent, target, attributes method in LinkInlineMacroBase 65 def process parent, target, attributes method in CodeInlineMacroBase 71 def process parent, target, attributes method in StrongInlineMacroBase 77 def process parent, target, attributes method in ParamInlineMacroBase 304 def process parent, target, attributes method in UndefinedInlineMacro
|
| /third_party/node/doc/contributing/maintaining/ |
| D | maintaining-V8.md | 64 ### Unfixed upstream bugs 80 ### Backporting to active branches 107 ### Backporting to abandoned branches 230 ### Backports identified by the V8 team
|
| /third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/ |
| D | foozzie_launcher.py | 28 process = subprocess.Popen(['python3'] + args) variable 29 process = subprocess.Popen(args) variable
|
| /third_party/gstreamer/gstplugins_good/gst/audiofx/ |
| D | audioamplify.c | 325 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/vk-gl-cts/external/vulkan-docs/src/config/vu-to-json/ |
| D | extension.rb | 25 def process document, reader method in Asciidoctor.ValidUsageToJsonPreprocessor 89 def process document method in Asciidoctor.ValidUsageToJsonTreeprocessor
|
| /third_party/icu/docs/processes/ |
| D | unicode-update.md | 84 ### Bazel build process 117 #### Bazel setup
|
| /third_party/elfutils/libdwfl/ |
| D | dwfl_frame.c | 109 __libdwfl_process_free (Dwfl_Process *process) in __libdwfl_process_free() 126 Dwfl_Process *process = malloc (sizeof (*process)); in process_alloc() local 195 Dwfl_Process *process = dwfl->process; in dwfl_attach_state() local 261 Dwfl_Process *process = dwfl->process; in INTDEF() local 329 Dwfl_Process *process = dwfl->process; in getthread() local 409 Dwfl_Process *process = thread->process; in INTDEF() local
|
| D | frame_unwind.c | 139 Dwfl_Process *process = state->thread->process; in expr_eval() local 504 Dwfl_Process *process = thread->process; in new_unwound() local 546 Dwfl_Process *process = thread->process; in handle_cfi() local 701 Dwfl_Process *process = thread->process; in readfunc() local 745 Dwfl_Process *process = thread->process; in __libdwfl_frame_unwind() local
|
| /third_party/node/deps/v8/tools/testrunner/local/ |
| D | command.py | 40 def handle_sigterm(process, abort_fun, enabled): argument 147 def _kill_process(self, process): argument 150 def _abort(self, process, abort_called): argument 207 def _kill_process(self, process): argument 212 def taskkill_windows(process, verbose=False, force=True): argument 256 def _kill_process(self, process): argument
|
| /third_party/node/deps/npm/node_modules/signal-exit/dist/mjs/ |
| D | index.js | 7 const processOk = (process) => !!process && argument 99 #process; field in SignalExit 104 constructor(process) { argument 238 const process = globalThis.process; constant
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/config/extension-highlighter/ |
| D | extension.rb | 224 def process document, reader method in Asciidoctor.ExtensionHighlighterPreprocessor 298 def process document, output method in Asciidoctor.AddHighlighterCSS
|
| /third_party/cups-filters/filter/foomatic-rip/ |
| D | process.c | 35 struct process { struct 42 struct process procs[MAX_CHILDS] = { argument
|
| /third_party/node/deps/npm/node_modules/signal-exit/dist/cjs/ |
| D | index.js | 11 const processOk = (process) => !!process && argument 103 #process; field in SignalExit 108 constructor(process) { argument 242 const process = globalThis.process; constant
|
| /third_party/skia/third_party/externals/angle2/util/ |
| D | test_utils_unittest.cpp | 160 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/typescript/tests/baselines/reference/ |
| D | jsDeclarationsClassStatic.js | 7 process() { method in Handler 37 Handler.prototype.process = function () { method in Handler
|
| /third_party/rust/crates/rustix/src/ |
| D | lib.rs | 186 pub mod process; module 226 pub(crate) mod process; module
|
| /third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
| D | PluralRangesMapper.java | 55 public static IcuData process(CldrDataSupplier src) { in process() method in PluralRangesMapper 60 static IcuData process(CldrData data) { in process() method in PluralRangesMapper
|
| D | DayPeriodsMapper.java | 51 public static IcuData process(CldrDataSupplier src) { in process() method in DayPeriodsMapper 56 static IcuData process(CldrData data) { in process() method in DayPeriodsMapper
|
| /third_party/libuv/test/ |
| D | test-process-title.c | 79 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/src/ |
| D | node_process_events.cc | 30 Local<Object> process = env->process_object(); in ProcessEmit() local 44 Local<Object> process = env->process_object(); in ProcessEmitWarningGeneric() local
|
| /third_party/mesa3d/src/compiler/glsl/ |
| D | link_uniforms.cpp | 44 program_resource_visitor::process(const glsl_type *type, const char *name, in process() function in program_resource_visitor 62 program_resource_visitor::process(ir_variable *var, bool use_std430_as_default) in process() function in program_resource_visitor 70 program_resource_visitor::process(ir_variable *var, const glsl_type *var_type, in process() function in program_resource_visitor
|
| /third_party/node/deps/npm/node_modules/gauge/lib/ |
| D | set-immediate.js | 2 var process = require('./process') variable
|
| /third_party/node/deps/npm/node_modules/node-gyp/node_modules/gauge/lib/ |
| D | set-immediate.js | 2 var process = require('./process') variable
|