| /external/fmtlib/doc/bootstrap/ |
| D | tooltip.less | 19 &.top { margin-top: -3px; padding: @tooltip-arrow-width 0; } 20 &.right { margin-left: 3px; padding: 0 @tooltip-arrow-width; } 21 &.bottom { margin-top: 3px; padding: @tooltip-arrow-width 0; } 22 &.left { margin-left: -3px; padding: 0 @tooltip-arrow-width; } 37 .tooltip-arrow { 46 &.top .tooltip-arrow { 49 margin-left: -@tooltip-arrow-width; 50 border-width: @tooltip-arrow-width @tooltip-arrow-width 0; 51 border-top-color: @tooltip-arrow-color; 53 &.top-left .tooltip-arrow { [all …]
|
| D | popovers.less | 30 // Offset the popover to account for the popover arrow 31 &.top { margin-top: -@popover-arrow-width; } 32 &.right { margin-left: @popover-arrow-width; } 33 &.bottom { margin-top: @popover-arrow-width; } 34 &.left { margin-left: -@popover-arrow-width; } 52 // .arrow is outer, .arrow:after is inner 54 .popover > .arrow { 65 .popover > .arrow { 66 border-width: @popover-arrow-outer-width; 68 .popover > .arrow:after { [all …]
|
| /external/libchrome/base/memory/ |
| D | weak_ptr_unittest.cc | 77 struct Arrow { struct 93 void CreateArrowFromTarget(Arrow** arrow, Target* target) { in CreateArrowFromTarget() argument 98 arrow, target, &completion)); in CreateArrowFromTarget() 102 void CreateArrowFromArrow(Arrow** arrow, const Arrow* other) { in CreateArrowFromArrow() argument 107 arrow, other, &completion)); in CreateArrowFromArrow() 120 void CopyAndAssignArrow(Arrow* object) { in CopyAndAssignArrow() 129 void CopyAndAssignArrowBase(Arrow* object) { in CopyAndAssignArrowBase() 138 void DeleteArrow(Arrow* object) { in DeleteArrow() 147 Target* DeRef(const Arrow* arrow) { in DeRef() argument 152 FROM_HERE, base::BindOnce(&BackgroundThread::DoDeRef, arrow, &result, in DeRef() [all …]
|
| /external/cronet/base/memory/ |
| D | weak_ptr_unittest.cc | 78 struct Arrow { struct 94 void CreateArrowFromTarget(Arrow** arrow, Target* target) { in CreateArrowFromTarget() argument 99 arrow, target, &completion)); in CreateArrowFromTarget() 103 void CreateArrowFromArrow(Arrow** arrow, const Arrow* other) { in CreateArrowFromArrow() argument 108 arrow, other, &completion)); in CreateArrowFromArrow() 121 void CopyAndAssignArrow(Arrow* object) { in CopyAndAssignArrow() 130 void CopyAndAssignArrowBase(Arrow* object) { in CopyAndAssignArrowBase() 139 void DeleteArrow(Arrow* object) { in DeleteArrow() 148 Target* DeRef(const Arrow* arrow) { in DeRef() argument 153 FROM_HERE, base::BindOnce(&BackgroundThread::DoDeRef, arrow, &result, in DeRef() [all …]
|
| /external/bazelbuild-rules_python/gazelle/manifest/testdata/ |
| D | gazelle_python.yaml | 3 arrow: arrow 4 arrow.__init__: arrow 5 arrow.api: arrow 6 arrow.arrow: arrow 7 arrow.factory: arrow 8 arrow.formatter: arrow 9 arrow.locales: arrow 10 arrow.parser: arrow 11 arrow.util: arrow
|
| /external/bazelbuild-rules_python/gazelle/manifest/ |
| D | manifest_test.go | 29 "arrow": "arrow", 30 "arrow.__init__": "arrow", 31 "arrow.api": "arrow", 32 "arrow.arrow": "arrow", 33 "arrow.factory": "arrow", 34 "arrow.formatter": "arrow", 35 "arrow.locales": "arrow", 36 "arrow.parser": "arrow", 37 "arrow.util": "arrow",
|
| /external/cldr/common/annotations/ |
| D | en_001.xml | 71 <annotation cp="↚">leftwards arrow with stroke</annotation> 72 <annotation cp="↚" type="tts">leftwards arrow with stroke</annotation> 73 <annotation cp="↛">rightwards arrow with stroke</annotation> 74 <annotation cp="↛" type="tts">rightwards arrow with stroke</annotation> 75 <annotation cp="↞">leftwards two-headed arrow</annotation> 76 <annotation cp="↞" type="tts">leftwards two-headed arrow</annotation> 77 <annotation cp="↟">upwards two-headed arrow</annotation> 78 <annotation cp="↟" type="tts">upwards two-headed arrow</annotation> 79 <annotation cp="↠">rightwards two-headed arrow</annotation> 80 <annotation cp="↠" type="tts">rightwards two-headed arrow</annotation> [all …]
|
| D | fil.xml | 182 <annotation cp="←">arrow | arrow na nakaturo sa kaliwa | kaliwa</annotation> 183 <annotation cp="←" type="tts">arrow na nakaturo sa kaliwa</annotation> 184 <annotation cp="↚">kaliwang arrow stroke</annotation> 185 <annotation cp="↚" type="tts">kaliwang arrow stroke</annotation> 186 <annotation cp="→">arrow | arrow na nakaturo sa kanan | kanan</annotation> 187 <annotation cp="→" type="tts">arrow na nakaturo sa kanan</annotation> 188 <annotation cp="↛">kanang arrow stroke</annotation> 189 <annotation cp="↛" type="tts">kanang arrow stroke</annotation> 190 <annotation cp="↑">arrow | arrow na nakaturo pataas | pataas</annotation> 191 <annotation cp="↑" type="tts">arrow na nakaturo pataas</annotation> [all …]
|
| D | en.xml | 189 <annotation cp="←">arrow | left | left-pointing arrow</annotation> 190 <annotation cp="←" type="tts">left-pointing arrow</annotation> 191 <annotation cp="↚">leftwards arrow stroke</annotation> 192 <annotation cp="↚" type="tts">leftwards arrow stroke</annotation> 193 <annotation cp="→">arrow | right | right-pointing arrow</annotation> 194 <annotation cp="→" type="tts">right-pointing arrow</annotation> 195 <annotation cp="↛">rightwards arrow stroke</annotation> 196 <annotation cp="↛" type="tts">rightwards arrow stroke</annotation> 197 <annotation cp="↑">arrow | up | up-pointing arrow</annotation> 198 <annotation cp="↑" type="tts">up-pointing arrow</annotation> [all …]
|
| /external/googleapis/google/cloud/bigquery/storage/v1beta2/ |
| D | arrow.proto | 24 // Arrow schema as specified in 25 // https://arrow.apache.org/docs/python/api/datatypes.html 27 // https://arrow.apache.org/docs/format/Columnar.html#serialization-and-interprocess-communication-… 31 // IPC serialized Arrow schema. 35 // Arrow RecordBatch. 37 // IPC-serialized Arrow RecordBatch. 41 // Contains options specific to Arrow Serialization. 43 // The IPC format to use when serializing Arrow streams. 48 // Use the legacy IPC message format as of Apache Arrow Release 0.14. 51 // Use the message format as of Apache Arrow Release 0.15. [all …]
|
| /external/bazelbuild-rules_go/docs/go/core/ |
| D | buildgraph.excalidraw | 94 "type": "arrow" 124 "type": "arrow" 132 "type": "arrow" 162 "type": "arrow" 170 "type": "arrow" 239 "type": "arrow" 306 "type": "arrow" 375 "type": "arrow" 379 "type": "arrow" 383 "type": "arrow" [all …]
|
| /external/googleapis/google/cloud/bigquery/storage/v1/ |
| D | arrow.proto | 26 // Arrow schema as specified in 27 // https://arrow.apache.org/docs/python/api/datatypes.html 29 // https://arrow.apache.org/docs/format/Columnar.html#serialization-and-interprocess-communication-… 33 // IPC serialized Arrow schema. 37 // Arrow RecordBatch. 39 // IPC-serialized Arrow RecordBatch. 47 // Contains options specific to Arrow Serialization. 49 // Compression codec's supported by Arrow. 61 // The compression codec to use for Arrow buffers in serialized record
|
| D | stream.proto | 21 import "google/cloud/bigquery/storage/v1/arrow.proto"; 42 // Arrow is a standard open source column-based message format. 43 // See https://arrow.apache.org/ for more details. 44 ARROW = 2; enumerator 63 // response payload (either Arrow record batch or Avro rows). This is 64 // not to be confused with the Apache Arrow native compression codecs 66 // creating a read session requesting Arrow responses, setting both native 67 // Arrow compression and application-level response compression will not be 139 // Optional. Options specific to the Apache Arrow output format. 185 // Output only. Arrow schema.
|
| /external/perfetto/ui/src/assets/widgets/ |
| D | popup.scss | 29 // Ensures all content is rendered above the arrow 36 .pf-popup-arrow, 37 .pf-popup-arrow::before { 45 .pf-popup-arrow { 49 .pf-popup-arrow::before { 55 .pf-popup[data-popper-placement^="top"] > .pf-popup-arrow { 61 .pf-popup[data-popper-placement^="bottom"] > .pf-popup-arrow { 67 .pf-popup[data-popper-placement^="left"] > .pf-popup-arrow { 73 .pf-popup[data-popper-placement^="right"] > .pf-popup-arrow {
|
| /external/google-smali/smali/src/test/resources/LexerTest/ |
| D | RealSmaliFileTest.tokens | 172 ARROW("->") 198 ARROW("->") 215 ARROW("->") 224 ARROW("->") 286 ARROW("->") 327 ARROW("->") 357 ARROW("->") 361 ARROW("->") 365 ARROW("->") 406 ARROW("->") [all …]
|
| /external/accompanist/swiperefresh/src/main/java/com/google/accompanist/swiperefresh/ |
| D | CircularProgressPainter.kt | 39 * and the arrow. This class is to separate drawing from animation. 52 private val arrow: Path by lazy { in <lambda>() constant in com.google.accompanist.swiperefresh.CircularProgressPainter 100 arrow.reset() in DrawScope() 101 arrow.moveTo(0f, 0f) in DrawScope() 102 arrow.lineTo( in DrawScope() 106 arrow.lineTo( in DrawScope() 112 arrow.translate( in DrawScope() 118 arrow.close() in DrawScope() 121 path = arrow, in DrawScope()
|
| /external/sdv/vsomeip/third_party/boost/spirit/workbench/unicode/ |
| D | PropList.txt | 200 20E1 ; Other_Math # Mn COMBINING LEFT RIGHT ARROW ABOVE 202 20EB..20EF ; Other_Math # Mn [5] COMBINING LONG DOUBLE SOLIDUS OVERLAY..COMBINING RIGHT ARROW … 216 2195..2199 ; Other_Math # So [5] UP DOWN ARROW..SOUTH WEST ARROW 217 219C..219F ; Other_Math # So [4] LEFTWARDS WAVE ARROW..UPWARDS TWO HEADED ARROW 218 21A1..21A2 ; Other_Math # So [2] DOWNWARDS TWO HEADED ARROW..LEFTWARDS ARROW WITH TAIL 219 21A4..21A5 ; Other_Math # So [2] LEFTWARDS ARROW FROM BAR..UPWARDS ARROW FROM BAR 220 21A7 ; Other_Math # So DOWNWARDS ARROW FROM BAR 221 21A9..21AD ; Other_Math # So [5] LEFTWARDS ARROW WITH HOOK..LEFT RIGHT WAVE ARROW 222 21B0..21B1 ; Other_Math # So [2] UPWARDS ARROW WITH TIP LEFTWARDS..UPWARDS ARROW WITH TIP RIGH… 223 ….21B7 ; Other_Math # So [2] ANTICLOCKWISE TOP SEMICIRCLE ARROW..CLOCKWISE TOP SEMICIRCLE ARROW [all …]
|
| /external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/draft/ |
| D | Categories.txt | 768 02FF Sk Letter Modifier MODIFIER LETTER LOW LEFT ARROW 846 034D Mn Diacritic COMBINING LEFT RIGHT ARROW BELOW 847 034E Mn Diacritic COMBINING UPWARDS ARROW BELOW 867 0362 Mn Diacritic Double COMBINING DOUBLE RIGHTWARDS ARROW BELOW 7197 20D4 Mn Diacritic COMBINING ANTICLOCKWISE ARROW ABOVE 7198 20D5 Mn Diacritic COMBINING CLOCKWISE ARROW ABOVE 7199 20D6 Mn Diacritic COMBINING LEFT ARROW ABOVE 7200 20D7 Mn Diacritic COMBINING RIGHT ARROW ABOVE 7210 20E1 Mn Diacritic COMBINING LEFT RIGHT ARROW ABOVE 7219 20EA Mn Diacritic Overstruck COMBINING LEFTWARDS ARROW OVERLAY [all …]
|
| /external/angle/third_party/vulkan_memory_allocator/docs/html/ |
| D | tabs.css | 1 …arrow{position:absolute;top:50%;margin-top:-14px;left:auto;right:3px;width:28px;height:28px;overfl…
|
| D | dynsections.js | 90 // replace down arrow by right arrow for current row 93 currentRowSpans.filter(".arrow").html('►'); 96 // replace right arrow by down arrow for current row 99 currentRowSpans.filter(".arrow").html('▼'); 103 childRowsSpans.filter(".arrow").html('►');
|
| /external/tinyxml2/docs/ |
| D | tabs.css | 1 …arrow{position:absolute;top:50%;margin-top:-14px;left:auto;right:3px;width:28px;height:28px;overfl…
|
| /external/python/cpython2/Tools/pynche/ |
| D | StripViewer.py | 18 each StripWidget highlights the selected color, and has an arrow pointing to 107 arrow = self._canvas.create_line( 111 arrow='first', 119 return arrow, text 138 arrow = self._canvas.create_line( 142 arrow='last', 151 return arrow, text 226 # create the arrow and text item 263 # get the arrow's text 271 # move the arrow, and set its text [all …]
|
| /external/googleapis/google/cloud/bigquery/storage/v1beta1/ |
| D | arrow.proto | 23 // Arrow schema. 25 // IPC serialized Arrow schema. 29 // Arrow RecordBatch. 31 // IPC serialized Arrow RecordBatch.
|
| /external/clang/test/SemaCXX/ |
| D | operator-arrow-depth.cpp | 1 // RUN: %clang_cc1 -fsyntax-only -verify %s -DMAX=128 -foperator-arrow-depth 128 2 // RUN: %clang_cc1 -fsyntax-only -verify %s -DMAX=2 -foperator-arrow-depth 2 3 // RUN: %clang -fsyntax-only -Xclang -verify %s -DMAX=10 -foperator-arrow-depth=10 26 // expected-note@-1 {{use -foperator-arrow-depth=N to increase 'operator->' limit}}
|
| /external/unicode/ |
| D | emoji-variation-sequences.txt | 48 2194 FE0E ; text style; # (1.1) LEFT RIGHT ARROW 49 2194 FE0F ; emoji style; # (1.1) LEFT RIGHT ARROW 50 2195 FE0E ; text style; # (1.1) UP DOWN ARROW 51 2195 FE0F ; emoji style; # (1.1) UP DOWN ARROW 52 2196 FE0E ; text style; # (1.1) NORTH WEST ARROW 53 2196 FE0F ; emoji style; # (1.1) NORTH WEST ARROW 54 2197 FE0E ; text style; # (1.1) NORTH EAST ARROW 55 2197 FE0F ; emoji style; # (1.1) NORTH EAST ARROW 56 2198 FE0E ; text style; # (1.1) SOUTH EAST ARROW 57 2198 FE0F ; emoji style; # (1.1) SOUTH EAST ARROW [all …]
|