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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/ARCMT/whitelisted/Inputs/
header1.h 1 // the contents are not 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/testng/doc/samplereport/css/
print.css 2 display: none !important;
5 margin: 0 !important;
6 border: none !important
  /build/tools/droiddoc/templates-ds/assets/js/grid/
960.gridder.css 1 #g-setup{position:absolute;top:150px;left:-310px;padding:6px;margin:0;list-style:none;width:320px!important;background-color:#d1cfe6;border:2px solid #a19bd1;z-index:2100;}#g-setup *{background:transparent!important;border:0!important;color:#58517c!important;font-family:Verdana,Geneva,sans-serif!important;font-size:10px!important;font-weight:normal!important;letter-spacing:normal!important;line-height:1!important;list-style-type:none!important;margin:0!important;padding:0!important;text-decoration:none!important;text-indent:0!important;text (…)
    [all...]
960.gridder.js 85 jQuery('<style type"text/css">#g-setup{position:absolute;top:150px;left:-310px;padding:6px;margin:0;list-style:none;width:320px!important;background-color:#d1cfe6;border:2px solid #a19bd1;z-index:2100; display:none;}#g-setup *{background:transparent!important;border:0!important;color:#58517c!important;font-family:Verdana,Geneva,sans-serif!important;font-size:10px!important;font-weight:normal!important;letter-spacing:normal!important;line-height:1!important;list-style-type:none!important;margin:0!important;padding:0!important;text-decoration:none!important;text-indent:0!important;text (…)
    [all...]
  /external/clang/test/PCH/libroot/usr/include/
reloc.h 12 // Line number 13 below is important
reloc2.h 13 // Line number below is 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...]
  /device/google/contexthub/
.gitignore 12 # keep .gitignore and other important hidden files
  /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...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/tracedmodules/
__init__.py 2 that the exact location of functions in these modules is important, as trace.py
  /prebuilts/gdb/linux-x86/lib/python2.7/test/tracedmodules/
__init__.py 2 that the exact location of functions in these modules is important, as trace.py
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/tracedmodules/
__init__.py 2 that the exact location of functions in these modules is important, as trace.py
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/tracedmodules/
__init__.py 2 that the exact location of functions in these modules is important, as trace.py
  /external/opencv3/doc/py_tutorials/py_core/
py_table_of_contents_core.markdown 17 important. But getting it in the fastest way is more important. Learn to check the speed of your
  /packages/apps/UnifiedEmail/res/raw/
template_conversation_upper.html 25 margin-left: 0.8ex !important;
26 margin-right: 0 !important;
27 border-left:1px #ccc solid !important;
28 padding-left: 1ex !important;
31 width: auto !important;
32 table-layout: auto !important;
35 width: auto !important;
36 white-space: normal !important;
  /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',
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...]
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...]
  /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);
  /external/clang/test/Parser/
cxx-member-init-missing-paren-crash.cpp 2 // Note: The important part here is that we don't crash, not any specific errors
  /external/clang/test/Sema/
attr-alias.c 5 // It is important that the following string be in the error message. The gcc
  /external/llvm/utils/lit/tests/Inputs/shtest-format/
argv0.txt 2 # path. This is important for some tools, in particular '[' which at least on OS
  /external/chromium-trace/catapult/telemetry/telemetry/internal/results/
html_output_formatter_unittest.py 83 "important": True
88 "important": False
94 "important": False
100 "important": False
138 "important": True
143 "important": False
149 "important": False
155 "important": False
172 "important": True
177 "important": False
    [all...]

Completed in 1188 milliseconds

1 2 3 4 5 6 7 8 91011>>