Home
last modified time | relevance | path

Searched defs:args (Results 276 – 300 of 396205) sorted by last modified time

1...<<11121314151617181920>>...15849

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/tools/cert_verify_tool/
H A Dcert_verify_tool.cc324 base::CommandLine::StringVector args = command_line.GetArgs(); in main() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/video/
H A Dgpu_memory_buffer_video_frame_pool.cc645 const base::trace_event::MemoryDumpArgs& args, in OnMemoryDump()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/blink/
H A Dwebmediaplayer_impl.cc3211 const base::trace_event::MemoryDumpArgs& args, in OnMainThreadMemoryDump()
3241 const base::trace_event::MemoryDumpArgs& args, in OnMediaThreadMemoryDump()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/feedback/
H A Danonymizer_tool.cc353 re2::StringPiece* args[], in FindAndConsumeAndGetSkippedN()
379 re2::StringPiece* args[] = {match_groups...}; in FindAndConsumeAndGetSkipped() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/
H A Dgn_run_binary.py25 args = [path] + sys.argv[2:] variable
H A Ddownload_nacl_toolchains.py15 def Main(args): argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/trace_event/
H A Dmalloc_dump_provider.cc80 bool MallocDumpProvider::OnMemoryDump(const MemoryDumpArgs& args, in OnMemoryDump()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/i18n/
H A Dicu_util.cc409 va_list args) { in TraceICUData()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cc/src/
H A Dlib.rs188 args: Vec<OsString>, field
2904 pub fn args(&self) -> &[OsString] { in args() method
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/third_party/skcms/
H A Dskcms.cc2280 const void** args = arguments; in skcms_TransformWithPalette() local
/dports/www/mod_php74/php-7.4.27/ext/mysqli/
H A Dmysqli_api.c186 zval *args, unsigned int start, const char * const types) in mysqli_stmt_bind_param_do_bind()
267 zval *args, unsigned int start, const char * const types) in mysqli_stmt_bind_param_do_bind()
322 zval *args; in PHP_FUNCTION() local
390 mysqli_stmt_bind_result_do_bind(MY_STMT *stmt, zval *args, unsigned int argc) in mysqli_stmt_bind_result_do_bind()
568 mysqli_stmt_bind_result_do_bind(MY_STMT *stmt, zval *args, unsigned int argc) in mysqli_stmt_bind_result_do_bind()
587 zval *args; in PHP_FUNCTION() local
/dports/www/choqok/choqok-1.7.0/choqok/config/plugins/
H A Dchoqokpluginconfig.cpp40 ChoqokPluginConfig::ChoqokPluginConfig(QWidget *parent, const QVariantList &args) in ChoqokPluginConfig()
/dports/www/choqok/choqok-1.7.0/choqok/config/behavior/
H A Dbehaviorconfig.cpp56 BehaviorConfig::BehaviorConfig(QWidget *parent, const QVariantList &args) in BehaviorConfig()
/dports/www/npm-node14/npm-6.14.8/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dflock_tool.py16 def main(args): argument
23 def Dispatch(self, args): argument
H A Dmac_tool.py29 def main(args): argument
40 def Dispatch(self, args): argument
H A Dmsvs_emulation.py54 def EncodeRspFileList(args): argument
802 def BuildCygwinBashCommandLine(self, args, path_to_base): argument
H A Dcommon.py27 def __call__(self, *args):
H A Dwin_tool.py29 def main(args): argument
40 def _UseSeparateMspdbsrv(self, env, args): argument
67 def Dispatch(self, args): argument
114 def ExecLinkWrapper(self, arch, use_separate_mspdbsrv, *args):
213 def ExecManifestWrapper(self, arch, *args):
228 def ExecManifestToRc(self, arch, *args):
270 def ExecAsmWrapper(self, arch, *args):
286 def ExecRcWrapper(self, arch, *args):
H A D__init__.py35 def DebugOutput(mode, message, *args):
252 def add_argument(self, *args, **kw):
283 def parse_args(self, *args):
288 def gyp_main(args): argument
545 def main(args): argument
H A DMSVSUserFile.py38 def _QuoteWin32CommandLineArgs(args): argument
/dports/www/npm-node14/npm-6.14.8/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dninja.py1531 def WriteNewNinjaRule(self, name, args, description, is_cygwin, env, pool, argument
/dports/www/anyterm/anyterm-1.1.29/libpbe/src/
H A Dformat.cc37 va_list args; in format() local
/dports/www/node10/node-v10.24.1/tools/gyp/pylib/gyp/
H A Dcommon.py22 def __call__(self, *args):
/dports/www/node10/node-v10.24.1/tools/
H A Dinstall.py18 def abspath(*args):
193 def run(args): argument
/dports/www/node10/node-v10.24.1/deps/v8/src/base/platform/
H A Dplatform-posix.cc589 va_list args; in Print() local
596 void OS::VPrint(const char* format, va_list args) { in VPrint()
606 va_list args; in FPrint() local
613 void OS::VFPrint(FILE* out, const char* format, va_list args) { in VFPrint()
623 va_list args; in PrintError() local
630 void OS::VPrintError(const char* format, va_list args) { in VPrintError()
640 va_list args; in SNPrintF() local
651 va_list args) { in VSNPrintF()

1...<<11121314151617181920>>...15849