HomeSort by relevance Sort by last modified time
    Searched refs:usage_text (Results 1 - 8 of 8) sorted by null

  /external/tensorflow/tensorflow/core/util/
command_line_flags.h 65 Flag(const char* name, int32* dst, const string& usage_text);
66 Flag(const char* name, int64* dst, const string& usage_text);
67 Flag(const char* name, bool* dst, const string& usage_text);
68 Flag(const char* name, string* dst, const string& usage_text);
69 Flag(const char* name, float* dst, const string& usage_text);
78 int32 default_value_for_display, const string& usage_text);
80 int64 default_value_for_display, const string& usage_text);
82 float default_value_for_display, const string& usage_text);
84 bool default_value_for_display, const string& usage_text);
86 string default_value_for_display, const string& usage_text);
    [all...]
command_line_flags.cc 128 Flag::Flag(const char* name, tensorflow::int32* dst, const string& usage_text)
136 usage_text_(usage_text) {}
138 Flag::Flag(const char* name, tensorflow::int64* dst, const string& usage_text)
146 usage_text_(usage_text) {}
148 Flag::Flag(const char* name, float* dst, const string& usage_text)
156 usage_text_(usage_text) {}
158 Flag::Flag(const char* name, bool* dst, const string& usage_text)
166 usage_text_(usage_text) {}
168 Flag::Flag(const char* name, string* dst, const string& usage_text)
176 usage_text_(usage_text) {}
274 string usage_text; local
    [all...]
  /external/syslinux/win/
ntfstest.c 130 static const char usage_text[] = "\ local
137 printf(usage_text);
  /external/syslinux/com32/modules/
ifmemdsk.c 19 static const char usage_text[] = "\ variable
146 fprintf(stderr, usage_text);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DataUsageDetailView.java 55 FontSizeUtils.updateFontSize(this, R.id.usage_text, R.dimen.qs_data_usage_usage_text_size);
103 final TextView usage = findViewById(R.id.usage_text);
  /external/selinux/python/sepolicy/
sepolicy.py 232 def generate_custom_usage(usage_text, usage_dict):
238 usage_text += "%s %s |" % (k, (" ".join(usage_dict[k])))
239 usage_text = usage_text[:-1] + "]"
240 usage_text = _(usage_text)
242 return usage_text
  /external/chromium-trace/catapult/devil/devil/utils/
markdown.py 87 usage_text = super(MarkdownHelpFormatter, self)._format_usage(
89 return md_code(usage_text, language=None)
  /external/selinux/python/semanage/
semanage 143 def generate_custom_usage(usage_text, usage_dict):
150 usage_text += "%s %s |" % (k, (" ".join(usage_dict[k])))
151 usage_text = usage_text[:-1] + "]"
152 usage_text = _(usage_text)
154 return usage_text
    [all...]

Completed in 489 milliseconds