Home
last modified time | relevance | path

Searched defs:DEFINE_string (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/executorch/examples/apple/mps/executor_runner/
H A Dmps_executor_runner.mm41 DEFINE_string(model_path, "model.ff", "Model serialized in flatbuffer format."); function
42 DEFINE_string( function
73 DEFINE_string( function
90 DEFINE_string( function
/aosp_15_r20/external/cronet/third_party/ced/src/util/
H A Dcommandlineflags.h28 #define DEFINE_string(name, default_value, comment) \ macro
/aosp_15_r20/external/python/absl-py/absl/flags/
D_defines.py371 def DEFINE_string( # pylint: disable=invalid-name function
384 def DEFINE_string( # pylint: disable=invalid-name function
396 def DEFINE_string( # pylint: disable=invalid-name function
407 def DEFINE_string( # pylint: disable=invalid-name,redefined-builtin function
D__init__.py130 DEFINE_string = _defines.DEFINE_string variable
/aosp_15_r20/external/regex-re2/util/
H A Dflags.h23 #define DEFINE_string(name, deflt, desc) DEFINE_flag(string, name, deflt, desc) macro
/aosp_15_r20/external/libcxx/utils/google-benchmark/src/
H A Dcommandlineflags.h22 #define DEFINE_string(name, default_val, doc) \ macro
/aosp_15_r20/external/libbrillo/brillo/
H A Dflag_helper.h218 #define DEFINE_string(name, value, help) \ macro
/aosp_15_r20/external/tensorflow/tensorflow/python/platform/
H A Dflags.py114 DEFINE_string = _wrap_define_function(DEFINE_string) variable
/aosp_15_r20/external/gflags/android/gflags/
H A Dgflags.h581 #define DEFINE_string(name, val, txt) \ macro
/aosp_15_r20/external/gflags/src/
H A Dgflags.h.in602 #define DEFINE_string(name, val, txt) \ macro
/aosp_15_r20/external/skia/tools/flags/
H A DCommandLineFlags.h232 #define DEFINE_string(name, defaultValue, helpString) \ macro