HomeSort by relevance Sort by last modified time
    Searched refs:margin (Results 51 - 75 of 370) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libjpeg-turbo/java/doc/
stylesheet.css 10 margin:0;
81 margin-top:-7px;
84 margin-left:.5em;
113 margin:0;
128 margin-top:10px;
154 margin:0 25px 0 0;
179 margin: auto 5px;
187 margin:0 20px;
191 margin:10px;
199 margin:10px 0
    [all...]
  /external/llvm/docs/_themes/llvm-theme/static/
llvm-theme.css 28 margin: 0px 80px 0px 80px;
46 margin: 0 240px 0 0;
51 margin: 0;
67 margin: 0;
75 margin-right: 5px;
79 margin: 0;
94 margin: 0;
103 margin: 1em 0 0.5em 0;
117 margin-top: 7px;
123 margin-left: 20px
    [all...]
  /hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/tmpl/assets/css/
main.css 30 margin: 0;
58 p { margin: 1.3em 0; }
59 dd p, td p { margin-bottom: 0; }
60 dd p:first-child, td p:first-child { margin-top: 0; }
68 margin: 1.1em 0 0.5em;
74 margin: 0.75em 0 0.5em;
150 dd { margin: 0.2em 0 0.7em 1em; }
151 dl { margin: 1em 0; }
169 td dl { margin: 0; }
170 td dl dl { margin: 1em 0;
    [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/core-input/
core-input.css 27 margin: 0;
  /external/chromium-trace/catapult/tracing/tracing/ui/extras/about_tracing/
common.css 13 margin: 0;
  /external/chromium-trace/catapult/tracing/tracing/ui/extras/chrome/cc/
picture_ops_chart_summary_view.css 9 margin: 0;
picture_ops_chart_view.css 9 margin: 0;
  /external/chromium-trace/catapult/tracing/tracing/ui/extras/chrome/gpu/
state_view.css 14 margin: 16px auto 16px auto;
  /external/llvm/docs/_static/
llvm.css 6 .body { color: black; background: white; margin: 0 0 0 0 }
15 border-collapse: collapse; margin-top: 1em; margin-left: 1em;
16 margin-right: 1em; margin-bottom: 1em; }
41 margin: 20pt 0pt 5pt 0pt; }
46 margin: 1.5em 0.5em 0.5em 0.5em }
48 h4, .doc_subsubsection { margin: 2.0em 0.5em 0.5em 0.5em;
68 margin: 0 1em 0 1em;
77 margin: 0 1em 0 1em
    [all...]
  /external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/document_scan_test_app/
scan.css 23 margin-left: -30px;
24 margin-top: -30px;
  /external/chromium-trace/catapult/tracing/third_party/gl-matrix/jsdoc-template/static/
default.css 23 margin: 1em 0 0 .3em;
42 margin-top: 24px;
53 margin-left: 190px;
61 margin: 0 0 0 8px;
70 margin: 0 0 8px 0;
92 div.sectionTitle { margin-bottom: 8px; }
133 .summaryTable { margin-bottom: 8px; }
138 margin-left: 20px;
143 margin-left: 20px;
146 .detailList dt { margin-left: 20px;
    [all...]
  /external/chromium-trace/catapult/tracing/tracing/ui/extras/system_stats/
system_stats_snapshot_view.css 17 margin: 0;
26 margin: 0;
  /external/opencv3/doc/
stylesheet.css 20 margin: 0 auto;
25 margin: 0 auto;
  /external/speex/libspeex/
lsp.h 60 void lsp_enforce_margin(spx_lsp_t *lsp, int len, spx_word16_t margin);
  /external/webrtc/webrtc/base/
gunit.h 69 // Version with a "soft" timeout and a margin. This logs if the timeout is
71 // margin time passes.
72 #define EXPECT_TRUE_WAIT_MARGIN(ex, timeout, margin) \
80 timeout << "ms; waiting an additional " << margin << "ms"; \
81 WAIT_(ex, margin, res); \
  /prebuilts/gdb/darwin-x86/lib/python2.7/
textwrap.py 389 margin = None
393 if margin is None:
394 margin = indent
398 elif indent.startswith(margin):
403 elif margin.startswith(indent):
404 margin = indent
407 # there is no margin.
409 margin = ""
413 if 0 and margin:
415 assert not line or line.startswith(margin), \
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
textwrap.py 389 margin = None
393 if margin is None:
394 margin = indent
398 elif indent.startswith(margin):
403 elif margin.startswith(indent):
404 margin = indent
407 # there is no margin.
409 margin = ""
413 if 0 and margin:
415 assert not line or line.startswith(margin), \
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
textwrap.py 389 margin = None
393 if margin is None:
394 margin = indent
398 elif indent.startswith(margin):
403 elif margin.startswith(indent):
404 margin = indent
407 # there is no margin.
409 margin = ""
413 if 0 and margin:
415 assert not line or line.startswith(margin), \
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
textwrap.py 389 margin = None
393 if margin is None:
394 margin = indent
398 elif indent.startswith(margin):
403 elif margin.startswith(indent):
404 margin = indent
407 # there is no margin.
409 margin = ""
413 if 0 and margin:
415 assert not line or line.startswith(margin), \
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/consumerir/cts/
ConsumerIrTest.java 85 double margin = 0.5; // max fraction xmit is allowed to be off timing local
94 assertTrue(msg, newTime - currentTime >= totalXmitTimeNanos * (1.0 - margin));
95 assertTrue(msg, newTime - currentTime <= totalXmitTimeNanos * (1.0 + margin));
103 assertTrue(msg, newTime - currentTime >= totalXmitTimeNanos * (1.0 - margin));
104 assertTrue(msg, newTime - currentTime <= totalXmitTimeNanos * (1.0 + margin));
  /external/skia/samplecode/
SampleTextBox.cpp 77 SkScalar margin = 20; local
80 tbox.setBox(margin, margin,
81 w - margin, h - margin);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/util/
field_comparator.h 139 // Sets the fraction and margin for the float comparison of a given field.
146 double margin);
148 // Sets the fraction and margin for the float comparison of all float and
154 void SetDefaultFractionAndMargin(double fraction, double margin);
157 // Defines the tolerance for floating point comparison (fraction and margin).
160 double margin; member in struct:google::protobuf::util::DefaultFieldComparator::Tolerance
163 margin(0.0) {}
166 margin(m) {}
  /build/tools/droiddoc/templates-ndk/assets/css/
default.css 18 margin: 0;
35 margin: 0 40px; }
39 margin-bottom: 20px;
63 margin-left: 190px;
64 margin-top: 80px;
72 margin-bottom: 10px; }
77 margin-right: 20px;
81 margin:0;
87 margin-bottom:1px;
92 margin: 20px 0 0;
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/css/
default.css 18 margin: 0;
49 margin: 0 40px; }
53 margin-bottom: 20px;
77 margin-left: 190px;
78 margin-top: 80px;
86 margin-bottom: 10px; }
91 margin-right: 20px;
95 margin:0;
109 margin:0;
174 margin: 0
    [all...]
  /external/okhttp/website/static/
bootstrap-combined.min.css 9 */.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}a:hover,a:active{outline:0}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{width:auto\9;height:auto;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}#map_canvas img,.google-maps img{max-width:none}button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle}button,input{*overflow:visible;line-height:normal}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}label,select,button,input[type="button"],input[type="reset"],input[type="submit"],input[type="radio"],input[type="checkbox"]{cursor:pointer}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}textarea{overflow:auto;vertical-align:top}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:20px;color:#333;background-color:#fff}a{color:#08c;text-decoration:none}a:hover,a:focus{color:#005580;text-decoration:underline}.img-rounded{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.img-polaroid{padding:4px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1)}.img-circle{-webkit-border-radius:500px;-moz-border-radius:500px;border-radius:500px}.row{margin-left:-20px;*zoom:1}.row:before,.row:after{display:table;line-height:0;content:""}.row:after{clear:both}[class*="span"]{float:left;min-height:1px;margin-left:20px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px}.span12{width:940px}.span11{width:860px}.span10{width:780px}.span9{width:700px}.span8{width:620px}.span7{width:540px}.span6{width:460px}.span5{width:380px}.span4{width:300px}.span3{width:220px}.span2{width:140px}.span1{width:60px}.offset12{margin-left:980px}.offset11{margin-left:900px}.offset10{margin-left:820px}.offset9{margin-left:740px}.offset8{margin-left:660px}.offset7{margin-left:580px}.offset6{margin-left:500px}.offset5{margin-left:420px}.offse (…)
    [all...]

Completed in 809 milliseconds

1 23 4 5 6 7 8 91011>>