| /external/ImageMagick/www/assets/ |
| D | magick.css | 6 …important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margi…
|
| /external/webrtc/webrtc/test/testsupport/ |
| D | perf_test.cc | 29 bool important) { in ResultsToString() argument 38 if (important) { in ResultsToString() 53 bool important) { in PrintResultsImpl() argument 55 prefix, suffix, units, important).c_str()); in PrintResultsImpl() 68 bool important) { in PrintResult() argument 72 units, important); in PrintResult() 81 bool important) { in AppendResult() argument 86 "", "", units, important); in AppendResult() 94 bool important) { in PrintResult() argument 96 important); in PrintResult() [all …]
|
| D | 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/jline/src/src/site/resources/css/ |
| D | site.css | 5 width: auto !important; 109 background-color: #7FAABB !important; 110 color: #FFFFFF !important; 111 font-size: 19px !important; 120 background-color: #7FAABB !important; 121 color: #FFFFFF !important; 122 font-size: 17px !important; 129 background-color: #8BBBD1 !important; 130 color: #FFFFFF !important; 148 font-size: 11px !important; [all …]
|
| /external/grpc-grpc/src/core/lib/profiling/ |
| D | timers.h | 25 void gpr_timer_add_mark(const char* tagstr, int important, const char* file, 27 void gpr_timer_begin(const char* tagstr, int important, const char* file, 29 void gpr_timer_end(const char* tagstr, int important, const char* file, 39 #define GPR_TIMER_MARK(tag, important) \ argument 43 #define GPR_TIMER_SCOPE(tag, important) \ argument 60 #define GPR_TIMER_MARK(tag, important) \ argument 61 gpr_timer_add_mark(tag, important, __FILE__, __LINE__); 74 ProfileScope(const char* desc, bool important, const char* file, int line) in ProfileScope() argument 76 gpr_timer_begin(desc_, important ? 1 : 0, file, line); in ProfileScope() 88 #define GPR_TIMER_SCOPE(tag, important) \ argument [all …]
|
| D | basic_timers.cc | 44 uint8_t important; member 149 entry->tagstr, entry->file, entry->line, entry->important); in write_log() 234 int important, const char* file, int line) { in gpr_timers_log_add() argument 252 entry->important = important != 0; in gpr_timers_log_add() 257 void gpr_timer_add_mark(const char* tagstr, int important, const char* file, in gpr_timer_add_mark() argument 259 gpr_timers_log_add(tagstr, MARK, important, file, line); in gpr_timer_add_mark() 262 void gpr_timer_begin(const char* tagstr, int important, const char* file, in gpr_timer_begin() argument 264 gpr_timers_log_add(tagstr, BEGIN, important, file, line); in gpr_timer_begin() 267 void gpr_timer_end(const char* tagstr, int important, const char* file, in gpr_timer_end() argument 269 gpr_timers_log_add(tagstr, END, important, file, line); in gpr_timer_end()
|
| /external/webrtc/webrtc/libjingle/xmllite/ |
| D | xmlbuilder_unittest.cc | 77 XmlParser::ParseXml(&builder, "<testing a='so "important"'/>"); in TEST() 78 EXPECT_EQ("<testing a=\"so "important"\"/>", in TEST() 84 XmlParser::ParseXml(&builder, "<testing a='"important", yes'/>"); in TEST() 85 EXPECT_EQ("<testing a=\""important", yes\"/>", in TEST() 92 "<testing a='<what is "important">'/>"); in TEST() 93 EXPECT_EQ("<testing a=\"<what is "important">\"/>", in TEST() 112 XmlParser::ParseXml(&builder, "<testing>so <important></testing>"); in TEST() 113 EXPECT_EQ("<testing>so <important></testing>", in TEST() 119 XmlParser::ParseXml(&builder, "<testing><important>, yes</testing>"); in TEST() 120 EXPECT_EQ("<testing><important>, yes</testing>", in TEST() [all …]
|
| /external/boringssl/src/third_party/wycheproof_testvectors/ |
| D | x25519_test.txt | 37 # If a point multiplication is performed then it is important that the result is 49 # If a point multiplication is performed then it is important that the result is 61 # If a point multiplication is performed then it is important that the result is 73 # If a point multiplication is performed then it is important that the result is 85 # If a point multiplication is performed then it is important that the result is 117 # If a point multiplication is performed then it is important that the result is 129 # If a point multiplication is performed then it is important that the result is 141 # If a point multiplication is performed then it is important that the result is 153 # If a point multiplication is performed then it is important that the result is 165 # If a point multiplication is performed then it is important that the result is [all …]
|
| /external/honggfuzz/posix/ |
| D | arch.c | 52 bool important; member 55 [0 ...(NSIG - 1)].important = false, 58 [SIGILL].important = true, 61 [SIGFPE].important = true, 64 [SIGSEGV].important = true, 67 [SIGBUS].important = true, 71 [SIGABRT].important = false, 75 [SIGVTALRM].important = false, 110 if (!arch_sigs[termsig].important) { in arch_analyzeSignal() 111 LOG_D("It's not that important signal, skipping"); in arch_analyzeSignal() [all …]
|
| /external/autotest/cli/ |
| D | topic_common_unittest.py | 351 what_failed='something important') 352 err = self.atest.failed['something important'] 358 what_failed='something important') 360 what_failed='something really important') 361 err = self.atest.failed['something important'] 364 err = self.atest.failed['something really important'] 371 what_failed='something important') 373 what_failed='something important') 374 errs = self.atest.failed['something important'] 383 what_failed='something important') [all …]
|
| /external/shflags/doc/ |
| D | rst2html.css | 20 /* Override padding for "table.docutils td" with "! important". 22 padding: 0 0.5em 0 0 ! important } 25 /* Override more specific margin styles with "! important". */ 26 margin-top: 0 ! important } 29 margin-bottom: 0 ! important } 57 div.hint, div.important, div.note, div.tip, div.warning { 63 div.important p.admonition-title, div.note p.admonition-title,
|
| /external/freetype/docs/ |
| D | CHANGES | 3 I. IMPORTANT BUG FIXES 51 I. IMPORTANT BUG FIXES 59 II. IMPORTANT CHANGES 141 I. IMPORTANT BUG FIXES 153 II. IMPORTANT CHANGES 224 I. IMPORTANT CHANGES 253 II. IMPORTANT BUG FIXES 345 I. IMPORTANT CHANGES 357 II. IMPORTANT BUG FIXES 422 I. IMPORTANT CHANGES [all …]
|
| /external/testng/doc/samplereport/css/ |
| D | print.css | 2 display: none !important; 5 margin: 0 !important; 6 border: none !important
|
| /external/libnl/doc/stylesheets/ |
| D | volnitsky.css | 28 color: #3A3A4D !important; 29 text-decoration: none !important; 33 color: #6D4100 !important; 34 text-decoration: none !important; 366 font-style: normal ! important; 367 font-weight: bold ! important; 368 color: #662222 ! important; 369 letter-spacing:+0.08em ! important;
|
| /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/ |
| D | wikipedia.min.css | 1 …important;padding:0!important;background-image:url(images/preferences-break.png);background-positi…
|
| D | wikipedia.css | 584 margin: 0 !important; 585 padding: 0 !important; 778 padding-left: 15px !important; 1098 text-align: left !important; 1310 background: none !important; 1311 padding: 0 !important; 1658 padding: 10px !important; 1682 line-height: 1.5em !important; 1851 direction: ltr !important; 1967 padding: 3px !important; [all …]
|
| /external/dtc/ |
| D | README.license | 8 versa. It is important that these two pieces of software have 34 important than avoiding that. libfdt is quite small, and hardly 47 important goal. 49 **IMPORTANT** It's intended that all of libfdt as released remain
|
| /external/python/cpython3/Doc/tools/pydoctheme/static/ |
| D | pydoctheme.css | 149 border: 1px solid #ddd !important; 154 text-align: left !important; 168 border: 0 !important; 192 background: none !important;
|
| /external/honggfuzz/netbsd/ |
| D | trace.c | 84 bool important; member 86 [0 ...(_NSIG)].important = false, 89 [SIGTRAP].important = false, 92 [SIGILL].important = true, 95 [SIGFPE].important = true, 98 [SIGSEGV].important = true, 101 [SIGBUS].important = true, 105 [SIGABRT].important = false, 109 [SIGVTALRM].important = false, 113 [SIGSYS].important = true, [all …]
|
| /external/u-boot/common/init/ |
| D | board_init.c | 31 * IMPORTANT: 68 * IMPORTANT: 74 * ALSO IMPORTANT: 86 * IMPORTANT TOO:
|
| /external/pdfium/core/fxcrt/css/ |
| D | cfx_cssstylesheet_unittest.cpp | 53 bool important; in VerifyFloat() local 54 RetainPtr<CFX_CSSValue> v = decl_->GetProperty(prop, &important); in VerifyFloat() 63 bool important; in VerifyEnum() local 64 RetainPtr<CFX_CSSValue> v = decl_->GetProperty(prop, &important); in VerifyEnum() 73 bool important; in VerifyList() local 75 decl_->GetProperty(prop, &important).As<CFX_CSSValueList>(); in VerifyList()
|
| /external/honggfuzz/mac/ |
| D | arch.c | 108 bool important; member 113 for (int x = 0; x < NSIG; x++) arch_sigs[x].important = false; in arch_initSigs() 115 arch_sigs[SIGILL].important = true; in arch_initSigs() 117 arch_sigs[SIGFPE].important = true; in arch_initSigs() 119 arch_sigs[SIGSEGV].important = true; in arch_initSigs() 121 arch_sigs[SIGBUS].important = true; in arch_initSigs() 125 arch_sigs[SIGABRT].important = true; in arch_initSigs() 129 arch_sigs[SIGVTALRM].important = false; in arch_initSigs() 212 if (!arch_sigs[termsig].important) { in arch_analyzeSignal() 213 LOG_D("It's not that important signal, skipping"); in arch_analyzeSignal() [all …]
|
| /external/python/httplib2/doc/html/_static/ |
| D | sphinxdoc.css | 152 margin-top: 0 !important; 281 color: black!important; 288 color: #aaa!important; 410 color: #c60f0f!important; 414 text-decoration: none!important; 430 color: white!important;
|
| /external/grpc-grpc/third_party/nanopb/docs/ |
| D | lsr.css | 151 div.admonition, div.note, div.tip, div.caution, div.important { 160 div.important { 161 background: transparent url('../images/important.png') 10px 2px no-repeat; 181 background: transparent url('../images/important.png') 10px 2px no-repeat;
|
| /external/nanopb-c/docs/ |
| D | lsr.css | 151 div.admonition, div.note, div.tip, div.caution, div.important { 160 div.important { 161 background: transparent url('../images/important.png') 10px 2px no-repeat; 181 background: transparent url('../images/important.png') 10px 2px no-repeat;
|