Home
last modified time | relevance | path

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

12345678910>>...13

/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/openhitls/testcode/framework/tls/rpc/src/
Dhlt_func.c50 Process *process; in HLT_TlsNewCtx() local
76 Process *process; in HLT_TlsProviderNewCtx() local
101 Process *process; in HLT_TlsNewSsl() local
125 Process *process = GetProcess(); in HLT_TlsSetCtx() local
140 Process *process = GetProcess(); in HLT_TlsSetSsl() local
157 Process *process = GetProcess(); in HLT_TlsListen() local
171 Process *process = GetProcess(); in HLT_TlsListenBlock() local
184 Process *process = GetProcess(); in HLT_TlsAccept() local
202 Process *process; in HLT_TlsAcceptBlock() local
240 Process *process; in HLT_TlsConnect() local
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/config/spec-macros/
Dextension.rb23 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
77 def process parent, target, attributes method in StrongInlineMacroBase
83 def process parent, target, attributes method in ParamInlineMacroBase
314 def process parent, target, attributes method in UndefinedInlineMacro
/third_party/rust/rust/tests/ui/specialization/
Dissue-35376.rs15 fn process(&self); in process() method
25 default fn process(&self) { in process() function
34 fn process(&self) { in process() function
/third_party/icu/docs/processes/
Dunicode-update.md84 ### Bazel build process
117 #### Bazel setup
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/rewrite/parsers/
Dconstant_parser.py31 def process(self, stree: SymbolTree, node: ast.Name, node_manager: NodeManager): member in NameParser
56 def process(self, stree: SymbolTree, node: ast.Num, node_manager: NodeManager): member in NumParser
81 def process(self, stree: SymbolTree, node: ast.Str, node_manager: NodeManager): member in StrParser
Dcontainer_parser.py31 def process(self, stree: SymbolTree, node: list, node_manager: NodeManager): member in ListParser
64 def process(self, stree: SymbolTree, node: tuple, node_manager: NodeManager): member in TupleParser
/third_party/elfutils/libdwfl/
Ddwfl_frame.c109 __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
/third_party/vk-gl-cts/external/vulkan-docs/src/config/extension-highlighter/
Dextension.rb224 def process document, reader method in Asciidoctor.ExtensionHighlighterPreprocessor
298 def process document, output method in Asciidoctor.AddHighlighterCSS
/third_party/cups-filters/filter/foomatic-rip/
Dprocess.c35 struct process { struct
42 struct process procs[MAX_CHILDS] = { argument
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsClassStatic.js7 process() { method in Handler
37 Handler.prototype.process = function () { method in Handler
/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/rust/crates/rustix/src/
Dlib.rs189 pub mod process; module
229 pub(crate) mod process; module
/third_party/grpc/src/python/grpcio_tests/tests/unit/
D_exit_test.py64 def _process_wait_with_timeout(process, timeout=WAIT_CHECK_DEFAULT_TIMEOUT): argument
73 def interrupt_and_wait(process): argument
81 def wait(process): argument
/third_party/rust/rust/src/tools/rust-analyzer/crates/proc-macro-api/src/
Dlib.rs11 mod process; module
46 process: Arc<Mutex<ProcMacroProcessSrv>>, field
65 process: Arc<Mutex<ProcMacroProcessSrv>>, field
104 let process = ProcMacroProcessSrv::run(process_path)?; in spawn() localVariable
/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/typescript/tests/cases/conformance/jsdoc/
DjsdocTypeReferenceToValue.ts6 function process(image) { function
/third_party/typescript/tests/cases/compiler/
DobjectLitTargetTypeCallSite.ts1 function process( x: {a:number; b:string;}) { function
/third_party/vk-gl-cts/external/vulkan-docs/src/config/
Dvuid-expander.rb10 def process document method in VUIDExpanderTreeprocessor
Dgenanchorlinks.rb12 def process document, output method in AnchorLinkPostprocessor
/third_party/openhitls/testcode/framework/process/
DCMakeLists.txt14 add_executable(process ${openHiTLS_SRC}/testcode/framework/process/process.c) target
/third_party/vk-gl-cts/external/vulkan-docs/src/config/loadable_html/
Dextension.rb15 def process document, output method in MakeHtmlLoadable

12345678910>>...13