/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
D | Selection.java | 14 public int anchor; field in Selection 19 return anchor < caret ? anchor : caret; in getStart() 23 return anchor > caret ? anchor : caret; in getEnd() 27 return anchor == caret; in isCaret() 31 anchor = other.anchor; in set() 37 public Selection set(int anchor, int caret, boolean clickAfter) { in set() argument 38 this.anchor = anchor; in set() 46 return anchor == other2.anchor in equals() 56 if (anchor > text.length()) { in pin() 57 anchor = text.length(); in pin() [all …]
|
/external/fonttools/Tests/feaLib/data/ |
D | GPOS_5.fea | 1 markClass [acute grave] <anchor 500 700> @TOP_MARKS; 2 markClass macron <anchor 500 750> @TOP_MARKS; 3 markClass [cedilla] <anchor 500 -10> @BOTTOM_MARKS; 4 markClass [ogonek] <anchor 800 -10> @OGONEK; 8 pos ligature [c_t s_t] <anchor 500 800> mark @TOP_MARKS <anchor 500 -200> mark @BOTTOM_MARKS 9 …ligComponent <anchor 1500 800> mark @TOP_MARKS <anchor 1500 -200> mark @BOTTOM_MARKS <anchor 1550 … 11 pos ligature f_l <anchor 300 800> mark @TOP_MARKS <anchor 300 -200> mark @BOTTOM_MARKS 12 ligComponent <anchor 600 800> mark @TOP_MARKS <anchor 600 -200> mark @BOTTOM_MARKS; 14 pos ligature [f_f_l] <anchor 300 800> mark @TOP_MARKS <anchor 300 -200> mark @BOTTOM_MARKS 15 ligComponent <anchor 600 800> mark @TOP_MARKS <anchor 600 -200> mark @BOTTOM_MARKS [all …]
|
D | GPOS_3.fea | 6 pos cursive zero <anchor NULL> <anchor NULL>; 7 pos cursive one <anchor 121 -1> <anchor ANCH342>; 8 pos cursive two <anchor 122 -2> <anchor 3 4>; 9 pos cursive three <anchor 123 -3> <anchor NULL>; 10 pos cursive four <anchor 124 -4 contourpoint 7> <anchor 3 4>; 11 pos cursive five <anchor 124 -4 <device 8 1, 9 2> <device 7 3>> <anchor ANCH342>;
|
D | spec6d2.fea | 7 markClass [acute grave] <anchor 150 -10> @TOP_MARKS; 8 markClass [dieresis umlaut] <anchor 300 -10> @TOP_MARKS; 9 markClass [cedilla] <anchor 300 600> @BOTTOM_MARKS; 12 pos base [e o] <anchor 250 450> mark @TOP_MARKS <anchor 250 -12> mark @BOTTOM_MARKS; 13 #test-fea2fea: pos base [a u] <anchor 265 450> mark @TOP_MARKS <anchor 250 -10> mark @BOTTOM_MARKS; 14 position base [a u] <anchor 265 450> mark @TOP_MARKS <anchor 250-10> mark @BOTTOM_MARKS;
|
D | GPOS_4.fea | 3 markClass [acute grave] <anchor 111 -11> @TOP_MARKS; 4 markClass macron <anchor 112 -12> @TOP_MARKS; 5 markClass [cedilla] <anchor 222 22> @BOTTOM_MARKS; 6 markClass [ogonek] <anchor 333 33> @SIDE_MARKS; 9 pos base a <anchor 11 1> mark @TOP_MARKS <anchor 12 -1> mark @BOTTOM_MARKS; 10 pos base [b c] <anchor 22 -2> mark @BOTTOM_MARKS; 11 pos base d <anchor 33 3> mark @SIDE_MARKS;
|
D | GPOS_6.fea | 3 markClass [acute grave] <anchor 1 1 contourpoint 11> @TOP_MARKS; 4 markClass macron <anchor 2 2 contourpoint 22> @TOP_MARKS; 5 markClass [cedilla] <anchor 3 3 contourpoint 33> @BOTTOM_MARKS; 8 …pos mark [acute grave macron ogonek] <anchor 500 200> mark @TOP_MARKS <anchor 500 -80> mark @BOTTO… 9 pos mark [dieresis caron] <anchor 500 200> mark @TOP_MARKS;
|
D | spec6e.fea | 3 markClass sukun <anchor 261 488> @TOP_MARKS; 4 markClass kasratan <anchor 346 -98> @BOTTOM_MARKS; 7 pos ligature lam_meem_jeem <anchor 625 1800> mark @TOP_MARKS # mark above lam 8 ligComponent <anchor 376 -368> mark @BOTTOM_MARKS # mark below meem 9 ligComponent <anchor NULL>; # jeem has no marks
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | TrustedCertificateIndex.java | 50 for (TrustAnchor anchor : anchors) { in index() 51 index(anchor); in index() 56 TrustAnchor anchor = new TrustAnchor(cert, null); in index() local 57 index(anchor); in index() 58 return anchor; in index() 61 public void index(TrustAnchor anchor) { in index() argument 63 X509Certificate cert = anchor.getTrustedCert(); in index() 67 subject = anchor.getCA(); in index() 85 anchors.add(anchor); in index() 110 for (TrustAnchor anchor : anchors) { in findByIssuerAndSignature() [all …]
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | TrustedCertificateIndex.java | 54 for (TrustAnchor anchor : anchors) { in index() 55 index(anchor); in index() 61 TrustAnchor anchor = new TrustAnchor(cert, null); in index() local 62 index(anchor); in index() 63 return anchor; in index() 66 public void index(TrustAnchor anchor) { in index() argument 68 X509Certificate cert = anchor.getTrustedCert(); in index() 72 subject = anchor.getCA(); in index() 90 anchors.add(anchor); in index() 116 for (TrustAnchor anchor : anchors) { in findByIssuerAndSignature() [all …]
|
/external/u-boot/test/py/ |
D | multiplexed_log.py | 187 def __init__(self, log, marker, anchor): argument 201 self.anchor = anchor 204 self.anchor = self.log.start_section(self.marker, self.anchor) 227 self.anchor = 0 365 def _note(self, note_type, msg, anchor=None): argument 381 if anchor: 382 self.f.write('<a href="#%s">' % anchor) 384 if anchor: 389 def start_section(self, marker, anchor=None): argument 404 if not anchor: [all …]
|
/external/fonttools/Tests/otlLib/ |
D | builder_test.py | 21 anchor = builder.buildAnchor(23, 42) 22 assert getXML(anchor.toXML) == [ 30 anchor = builder.buildAnchor(23, 42, point=17) 31 assert getXML(anchor.toXML) == [ 40 anchor = builder.buildAnchor( 46 assert getXML(anchor.toXML) == [ 115 anchor = builder.buildAnchor 117 {"a": {2: anchor(300, 80)}, "c": {1: anchor(300, 80), 2: anchor(300, -20)}}, 282 anchor = builder.buildAnchor 285 "f_i": [{2: anchor(300, -20)}, {}], [all …]
|
/external/clang/lib/Driver/ |
D | Action.cpp | 43 void InputAction::anchor() {} in anchor() function in InputAction 49 void BindArchAction::anchor() {} in anchor() function in BindArchAction 54 void CudaDeviceAction::anchor() {} in anchor() function in CudaDeviceAction 60 void CudaHostAction::anchor() {} in anchor() function in CudaHostAction 65 void JobAction::anchor() {} in anchor() function in JobAction 74 void PreprocessJobAction::anchor() {} in anchor() function in PreprocessJobAction 79 void PrecompileJobAction::anchor() {} in anchor() function in PrecompileJobAction 84 void AnalyzeJobAction::anchor() {} in anchor() function in AnalyzeJobAction 89 void MigrateJobAction::anchor() {} in anchor() function in MigrateJobAction 94 void CompileJobAction::anchor() {} in anchor() function in CompileJobAction [all …]
|
/external/slf4j/slf4j-site/src/site/pages/js/ |
D | decorator.js | 7 var anchor = findAnchorInURL(document.URL); 8 decoratePropertiesInTables(anchor); 9 decorateDoAnchor(anchor); 10 decorateConversionWordInTables(anchor); 25 function decoratePropertiesInTables(anchor) { argument 49 scrollIfMatch(p, nameAttr, anchor); 53 function decorateConversionWordInTables(anchor) { argument 63 scrollIfMatch(e, nameAttr, anchor); 68 function decorateDoAnchor(anchor) { argument 79 scrollIfMatch(e, nameAttr, anchor); [all …]
|
/external/skia/platform_tools/android/apps/arcore/src/main/cpp/ |
D | anchor_wrapper.cc | 23 AnchorWrapper::AnchorWrapper(ArAnchor *anchor) : anchor(anchor) {} in AnchorWrapper() argument 26 return anchor; in GetArAnchor() 32 void AnchorWrapper::SetArAnchor(ArAnchor* anchor) { in SetArAnchor() argument 33 this->anchor = anchor; in SetArAnchor()
|
/external/skqp/platform_tools/android/apps/arcore/src/main/cpp/ |
D | anchor_wrapper.cc | 23 AnchorWrapper::AnchorWrapper(ArAnchor *anchor) : anchor(anchor) {} in AnchorWrapper() argument 26 return anchor; in GetArAnchor() 32 void AnchorWrapper::SetArAnchor(ArAnchor* anchor) { in SetArAnchor() argument 33 this->anchor = anchor; in SetArAnchor()
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/composer/ |
D | Composer.java | 134 String anchor = event.getAnchor(); in composeNode() local 135 if (!anchors.containsKey(anchor)) { in composeNode() 136 throw new ComposerException(null, null, "found undefined alias " + anchor, in composeNode() 139 Node result = anchors.get(anchor); in composeNode() 146 String anchor = null; in composeNode() local 147 anchor = event.getAnchor(); in composeNode() 151 node = composeScalarNode(anchor); in composeNode() 153 node = composeSequenceNode(anchor); in composeNode() 155 node = composeMappingNode(anchor); in composeNode() 161 protected Node composeScalarNode(String anchor) { in composeScalarNode() argument [all …]
|
/external/clang/include/clang/Driver/ |
D | Action.h | 130 virtual void anchor(); 144 virtual void anchor(); 160 virtual void anchor(); 183 virtual void anchor(); 195 virtual void anchor(); 208 void anchor() override; 218 void anchor() override; 228 void anchor() override; 238 void anchor() override; 248 void anchor() override; [all …]
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/ |
D | PositionMetrics.java | 23 private AnchorPosition anchor; field in PositionMetrics 26 …cs(float x, XLayoutStyle xLayoutStyle, float y, YLayoutStyle yLayoutStyle, AnchorPosition anchor) { in PositionMetrics() argument 29 setAnchor(anchor); in PositionMetrics() 42 return anchor; in getAnchor() 45 public void setAnchor(AnchorPosition anchor) { in setAnchor() argument 46 this.anchor = anchor; in setAnchor()
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/events/ |
D | NodeEvent.java | 25 private final String anchor; field in NodeEvent 27 public NodeEvent(String anchor, Mark startMark, Mark endMark) { in NodeEvent() argument 29 this.anchor = anchor; in NodeEvent() 42 return this.anchor; in getAnchor() 47 return "anchor=" + anchor; in getArguments()
|
/external/angle/third_party/glslang/src/Test/ |
D | spv.shaderImageFootprint.frag | 41 anchor2D = fp2D.anchor; 48 anchor2D += fp2D.anchor; 55 anchor2D += fp2D.anchor; 62 anchor2D += fp2D.anchor; 69 anchor2D += fp2D.anchor; 76 anchor2D += fp2D.anchor; 83 anchor2D += fp2D.anchor; 90 anchor3D = fp3D.anchor; 97 anchor3D += fp3D.anchor; 104 anchor3D += fp3D.anchor; [all …]
|
/external/deqp-deps/glslang/Test/ |
D | spv.shaderImageFootprint.frag | 41 anchor2D = fp2D.anchor; 48 anchor2D += fp2D.anchor; 55 anchor2D += fp2D.anchor; 62 anchor2D += fp2D.anchor; 69 anchor2D += fp2D.anchor; 76 anchor2D += fp2D.anchor; 83 anchor2D += fp2D.anchor; 90 anchor3D = fp3D.anchor; 97 anchor3D += fp3D.anchor; 104 anchor3D += fp3D.anchor; [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | X86ModRMFilters.cpp | 14 void ModRMFilter::anchor() { } in anchor() function in ModRMFilter 16 void DumbFilter::anchor() { } in anchor() function in DumbFilter 18 void ModFilter::anchor() { } in anchor() function in ModFilter 20 void ExtendedFilter::anchor() { } in anchor() function in ExtendedFilter 22 void ExactFilter::anchor() { } in anchor() function in ExactFilter
|
/external/llvm/utils/TableGen/ |
D | X86ModRMFilters.cpp | 14 void ModRMFilter::anchor() { } in anchor() function in ModRMFilter 16 void DumbFilter::anchor() { } in anchor() function in DumbFilter 18 void ModFilter::anchor() { } in anchor() function in ModFilter 20 void ExtendedFilter::anchor() { } in anchor() function in ExtendedFilter 22 void ExactFilter::anchor() { } in anchor() function in ExactFilter
|
/external/toybox/scripts/ |
D | config2help.c | 353 struct double_list *cfrom, *tfrom, *anchor; in main() local 379 anchor = catch->help; in main() 401 anchor = cfrom->prev; in main() 408 if (!anchor) { in main() 410 anchor = cfrom->prev; in main() 423 if (!anchor->data) dlist_zap(&anchor); in main() 426 while (!*skip_spaces(anchor->prev->data)) { in main() 427 anchor = anchor->prev; in main() 428 free(dlist_zap(&anchor)); in main() 432 while (tfrom) dlist_add(&anchor, dlist_zap(&tfrom)); in main() [all …]
|
/external/llvm/docs/_themes/llvm-theme/static/ |
D | llvm-theme.css | 206 h1 a.anchor, h2 a.anchor, h3 a.anchor, h4 a.anchor, h5 a.anchor, h6 a.anchor { 213 h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor, 214 h5:hover a.anchor, h6:hover a.anchor { 218 h1 a.anchor:hover, h2 a.anchor:hover, h3 a.anchor:hover, h4 a.anchor:hover, 219 h5 a.anchor:hover, h6 a.anchor:hover {
|