/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 | 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); 113 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/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() 268 arch_sigs[SIGABRT].important = hfuzz->cfg.monitorSIGABRT; in arch_archInit() [all …]
|
/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/testng/doc/samplereport/css/ |
D | print.css | 2 display: none !important; 5 margin: 0 !important; 6 border: none !important
|
D | maven-classic.css | 88 color: inherit !important; 96 color: #f30 !important; 100 color: #555 !important; 194 color: #fff !important; 246 background: #eee url(../images/help_logo.gif) top right no-repeat !important; 647 padding: 1em 2em 1em 1em !important; 684 text-align: right !important; 688 text-align: center !important; 799 padding-left: 0 !important;
|
/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() 500 arch_sigs[SIGABRT].important = hfuzz->cfg.monitorSIGABRT; in arch_archInit() [all …]
|
/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/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/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/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/grpc-grpc/tools/profiling/latency_profile/ |
D | profile_analyzer.py | 48 self.important = line['imp'] 76 self.top_line.important = self.top_line.important or line['imp'] 104 if line.important: 236 ('IMP', lambda line: '*' if line.important else ''),
|
/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/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;
|
/external/honggfuzz/linux/ |
D | trace.c | 250 bool important; member 252 [0 ...(_NSIG)].important = false, 255 [SIGTRAP].important = false, 258 [SIGILL].important = true, 261 [SIGFPE].important = true, 264 [SIGSEGV].important = true, 267 [SIGBUS].important = true, 271 [SIGABRT].important = false, 275 [SIGVTALRM].important = false, 279 [SIGSYS].important = true, [all …]
|
/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…
|
/external/python/cpython2/Doc/tools/static/ |
D | basic.css | 187 margin-top: 0 !important; 268 border: 0 !important; 272 border: 0 !important; 416 background: none !important; 440 margin: 0 !important;
|
/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/llvm/docs/_themes/llvm-theme/static/ |
D | llvm-theme.css | 182 color: black!important; 210 color: #aaa!important; 225 color: #c60f0f!important; 229 text-decoration: none!important; 234 color: white!important;
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/_themes/llvm-theme/static/ |
D | llvm-theme.css | 182 color: black!important; 210 color: #aaa!important; 225 color: #c60f0f!important; 229 text-decoration: none!important; 234 color: white!important;
|