Home
last modified time | relevance | path

Searched refs:jargs (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/android/
Dflutter_main.cc61 jobjectArray jargs, in Init() argument
67 for (auto& arg : fml::jni::StringArrayToVector(env, jargs)) { in Init()
Dflutter_main.h35 jobjectArray jargs,
/third_party/flutter/engine/flutter/fml/platform/android/
Djni_util.h29 std::vector<std::string> StringArrayToVector(JNIEnv* env, jobjectArray jargs);
/third_party/boost/libs/program_options/doc/
Dalternatives23 http://jargs.sourceforge.net/
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Devaluator.cc512 AbstractBasePtrList jargs = {result->abstract(), bprop}; in Run() local
513 AbstractBasePtr jtuple = std::make_shared<AbstractTuple>(jargs); in Run()