HomeSort by relevance Sort by last modified time
    Searched refs:important (Results 1 - 25 of 268) sorted by null

1 2 3 4 5 6 7 8 91011

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
SecurityMessageDisplay.java 23 void setMessage(CharSequence msg, boolean important);
25 void setMessage(int resId, boolean important);
27 void setMessage(int resId, boolean important, Object... formatArgs);
KeyguardMessageArea.java 94 public void setMessage(CharSequence msg, boolean important) {
95 if (!TextUtils.isEmpty(msg) && important) {
103 public void setMessage(int resId, boolean important) {
104 if (resId != 0 && important) {
113 public void setMessage(int resId, boolean important, Object... formatArgs) {
114 if (resId != 0 && important) {
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/importcom/src/works/x/
x1.go 1 package x // important! not an import comment
  /prebuilts/go/linux-x86/src/cmd/go/testdata/importcom/src/works/x/
x1.go 1 package x // important! not an import comment
  /external/chromium-trace/catapult/tracing/tracing/ui/extras/chrome/cc/
picture_view.css 7 -webkit-flex: 0 1 auto !important;
display_item_list_view.css 7 -webkit-flex: 1 1 auto !important;
layer_tree_host_impl_view.css 7 -webkit-flex: 1 1 auto !important;
  /external/webrtc/webrtc/test/testsupport/
perf_test.cc 29 bool important) {
38 if (important) {
53 bool important) {
55 prefix, suffix, units, important).c_str());
68 bool important) {
72 units, important);
81 bool important) {
86 "", "", units, important);
94 bool important) {
96 important);
    [all...]
perf_test.h 29 // of the units of measure, e.g. "bytes". If |important| is true, the output
41 bool important);
49 bool important);
58 bool important);
66 bool important);
76 bool important);
84 bool important);
95 bool important);
103 bool important);
108 bool important);
    [all...]
  /external/chromium-trace/catapult/tracing/tracing/value/
__init__.py 12 important=False, ir_stable_id=None):
17 self.important = important
24 'important': self.important
64 important=False, ir_stable_id=None):
68 important=important,
86 important=d['important'],
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/value/
summarizable_unittest.py 12 None, 'foo', 'bars', important=False, description='desc',
19 None, 'foo', 'bars', important=False, description='desc',
27 None, 'foo', 'bars', important=False, description='desc',
value_unittest.py 76 a = value.Value(page0, 'x', 'unit', important=False, description=None,
78 b = value.Value(page1, 'x', 'unit', important=False, description=None,
82 a = value.Value(page0, 'x', 'unit', important=False, description=None,
84 b = value.Value(page0, 'x', 'unit', important=False, description=None,
91 a = value.Value(page0, 'x', 'unit', important=False, description=None,
93 b = value.Value(page0, 'x', 'incompatUnit', important=False,
97 a = value.Value(page0, 'x', 'unit', important=False, description=None,
99 b = value.Value(page0, 'x', 'unit', important=True, description=None,
103 a = value.Value(page0, 'x', 'unit', important=False, description=None,
105 b = ValueForTest(page0, 'x', 'unit', important=True, description=None
    [all...]
__init__.py 45 def __init__(self, page, name, units, important, description,
56 important: Whether the value is "important". Causes the value to appear
69 if not isinstance(important, bool):
70 raise ValueError('important field of Value must be bool.')
86 self.important = important
100 self.important == that.important)
144 return self.important
    [all...]
histogram.py 33 raw_value=None, raw_value_json=None, important=True,
36 super(HistogramValue, self).__init__(page, name, units, important,
59 'important=%s, description=%s, tir_label=%s, '
64 self.important,
128 important=v0.important, tir_label=v0.tir_label,
summarizable.py 11 def __init__(self, page, name, units, important, description, tir_label,
15 page, name, units, important, description, tir_label, grouping_keys)
scalar.py 14 def __init__(self, page, name, units, value, important=True,
24 super(ScalarValue, self).__init__(page, name, units, important, description,
37 return ('ScalarValue(%s, %s, %s, %s, important=%s, description=%s, '
43 self.important,
113 page, name, v0.units, merged_value, important=v0.important,
list_of_scalar_values.py 73 important=True, description=None,
77 super(ListOfScalarValues, self).__init__(page, name, units, important,
116 'important=%s, description=%s, tir_label=%s, std=%s, '
123 self.important,
185 important=v0.important,
222 important=v0.important,
scalar_unittest.py 33 v = scalar.ScalarValue(page0, 'x', 'unit', 3, important=True,
37 expected = ('ScalarValue(http://www.bar.com/, x, unit, 3, important=True, '
45 v = scalar.ScalarValue(page0, 'x', 'unit', 3, important=True,
53 v = scalar.ScalarValue(page0, 'x', 'unit', 3, important=False,
62 description='important metric',
65 description='important metric',
73 self.assertEquals('important metric', vM.description)
74 self.assertEquals(True, vM.important)
82 description='important metric',
85 description='important metric'
    [all...]
histogram_unittest.py 35 important=True, description='desc', tir_label='my_ir',
39 '1}]}, important=True, description=desc, tir_label=my_ir, '
49 important=False, improvement_direction=improvement_direction.UP)
62 histogram.important = True
81 important=False, improvement_direction=improvement_direction.DOWN)
  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
webrtc_rendering_timeline.py 59 important=True,
70 important=True,
81 important=True,
96 important=True,
107 important=True,
118 important=True,
129 important=True,
  /external/llvm/test/MC/COFF/
symbol-alias.s 26 # Order is important here. Assign _bar_alias_alias before _bar_alias.
  /dalvik/dx/tests/069-dex-source-position/
run 20 dx --debug --dex --no-optimize --positions=important --no-locals \
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug332.go 15 // important: no newline on end of next line.
bug099.go 17 // Arg is unused but important:
  /prebuilts/go/linux-x86/test/fixedbugs/
bug332.go 15 // important: no newline on end of next line.

Completed in 274 milliseconds

1 2 3 4 5 6 7 8 91011