/aosp_15_r20/external/fonttools/Tests/voltLib/data/ |
H A D | NamdhinggoSIL1006.fea | 12 markClass uni1920 <anchor -500 1050> @Aabove; 13 markClass uni1922 <anchor -150 -15> @U; 14 markClass uni1927 <anchor -300 1050> @eo; 15 markClass uni1928 <anchor -190 1050> @eo; 16 markClass uni193A <anchor -260 1250> @K; 17 markClass uni193A <anchor -260 1250> @VK; 114 <anchor 487 1050> mark @Aabove; 116 <anchor 622 1050> mark @Aabove; 118 <anchor 475 1050> mark @Aabove; 120 <anchor 460 1050> mark @Aabove; [all …]
|
H A D | Nutso.fea | 8 markClass eight.numr <anchor 0 0> @INIT.1.10; 9 markClass eight.numr <anchor 0 0> @INIT.2.10; 10 markClass eight.numr <anchor 0 0> @INIT.3.10; 11 markClass eight.numr <anchor 0 0> @INIT.4.10; 12 markClass eight.numr <anchor 0 0> @INIT.5.10; 13 markClass eight.numr <anchor 0 0> @INIT.6.10; 14 markClass eight.numr <anchor 0 0> @INIT.7.10; 15 markClass eight.numr <anchor 0 0> @INIT.8.10; 16 markClass eight.numr <anchor 0 0> @INIT.9.10; 17 markClass eight.numr <anchor 0 0> @NUMRNUMR; [all …]
|
/aosp_15_r20/external/icu/icu4j/demos/src/main/java/com/ibm/icu/dev/demo/impl/ |
H A 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 …]
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/view/inline/ |
H A D | InlineTooltipUi.java | 152 public void update(View anchor) { in update() argument 153 if (anchor == null) { in update() 162 // To avoid showing when the anchor is doing the fade in animation. That will in update() 168 mDelayShowTooltip = new DelayShowRunnable(anchor); in update() 174 anchor.getContext().getContentResolver(), in update() 180 anchor.postDelayed(mDelayShowTooltip, delayTimeMs); in update() 183 // the case that update for the new anchor. in update() 184 updateInner(anchor); in update() 188 private void removeDelayShowTooltip(View anchor) { in removeDelayShowTooltip() argument 190 anchor.removeCallbacks(mDelayShowTooltip); in removeDelayShowTooltip() [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/view/autofill/ |
H A D | AutofillPopupWindow.java | 69 * the anchor view. 107 public void update(View anchor, int offsetX, int offsetY, int width, int height, in update() argument 116 // anchor view position. in update() 120 // delegates to the anchor but present itself with the same bounds as the in update() 122 // symmetrically when the dropdown is below and above the anchor. in update() 130 final WindowManager windowManager = anchor.getContext() in update() 138 actualAnchor = anchor; in update() 141 actualAnchor = new View(anchor.getContext()) { in update() 150 return anchor.getAccessibilityViewId(); in update() 155 return anchor.getViewTreeObserver(); in update() [all …]
|
/aosp_15_r20/external/python/pyyaml/yaml/ |
D | _yaml.pyx | 423 value = PyUnicode_FromYamlString(token.data.anchor.value) 555 anchor = PyUnicode_FromYamlString(event.data.alias.anchor) 556 return AliasEvent(anchor, start_mark, end_mark) 558 anchor = None 559 if event.data.scalar.anchor != NULL: 560 anchor = PyUnicode_FromYamlString(event.data.scalar.anchor) 583 return ScalarEvent(anchor, tag, 587 anchor = None 588 if event.data.sequence_start.anchor != NULL: 589 anchor = PyUnicode_FromYamlString(event.data.sequence_start.anchor) [all …]
|
/aosp_15_r20/external/libcups/man/ |
H A D | mantohtml.c | 50 anchor[1024], /* Anchor */ in main() local 112 anchor[0] = '\0'; in main() 176 if (anchor[0]) in main() 178 fputs(anchor, outfile); in main() 179 anchor[0] = '\0'; in main() 229 if (anchor[0]) in main() 230 fprintf(outfile, "<a name=\"%s\">", anchor); in main() 234 if (anchor[0]) in main() 237 anchor[0] = '\0'; in main() 255 if (anchor[0]) in main() [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/widget/ |
H A D | PopupWindow.java | 241 // Anchor might have been reattached in a different position. 248 // The anchor might become attached again. 485 * the direction of travel. For popup windows, the anchor view bounds are 491 * @return bounds relative to anchor view, or {@code null} if not set 503 * the direction of travel. For popup windows, the anchor view bounds are 509 * @param bounds the epicenter bounds relative to the anchor view, or 556 // used when the drop-down is placed above its anchor view, and the one to be in setBackgroundDrawable() 557 // used when the drop-down is placed below its anchor view. We extract in setBackgroundDrawable() 563 // at least one other drawable, intended for the 'below-anchor state'. in setBackgroundDrawable() 567 // Find the above-anchor view - this one's easy, it should be labeled as such. in setBackgroundDrawable() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | detection_postprocess_test.cc | 147 0.5, 0.5, 1.0, 1.0, // anchor #1 in TEST() 148 0.5, 0.5, 1.0, 1.0, // anchor #2 in TEST() 149 0.5, 0.5, 1.0, 1.0, // anchor #3 in TEST() 150 0.5, 10.5, 1.0, 1.0, // anchor #4 in TEST() 151 0.5, 10.5, 1.0, 1.0, // anchor #5 in TEST() 152 0.5, 100.5, 1.0, 1.0 // anchor #6 in TEST() 208 0.5, 0.5, 1.0, 1.0, // anchor #1 in TEST() 209 0.5, 0.5, 0.0, 0.0 // anchor #2 - DEGENERATED! in TEST() 276 0.5, 0.5, 1.0, 1.0, // anchor #1 in TEST() 277 0.5, 0.5, 1.0, 1.0, // anchor #2 in TEST() [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
H A D | AlgorithmChecker.java | 93 // If there is no "cacerts" keyword, then disable anchor checking 97 // If anchor checking enabled, this will be true if the trust anchor 106 * @param anchor the trust anchor selected to validate the target 109 public AlgorithmChecker(TrustAnchor anchor) { in AlgorithmChecker() argument 110 this(anchor, certPathDefaultConstraints); in AlgorithmChecker() 118 * path where the trust anchor is unknown, or a certificate list which may 119 * contain the trust anchor. This constructor is used by SunJSSE. 133 * @param anchor the trust anchor selected to validate the target 137 * @throws IllegalArgumentException if the <code>anchor</code> is null 139 public AlgorithmChecker(TrustAnchor anchor, in AlgorithmChecker() argument [all …]
|
/aosp_15_r20/external/ComputeLibrary/src/core/helpers/ |
H A D | WindowHelpers.cpp | 35 const Coordinates &anchor = valid_region.anchor; in calculate_max_window() local 42 anchor[0] + border_size.left, in calculate_max_window() 45 …anchor[0] + border_size.left + ceil_to_multiple(std::max(0, static_cast<int>(shape[0]) - static_ca… in calculate_max_window() 50 if(anchor.num_dimensions() > 1) in calculate_max_window() 54 anchor[1] + border_size.top, in calculate_max_window() 56 …anchor[1] + border_size.top + ceil_to_multiple(std::max(0, static_cast<int>(shape[1]) - static_cas… in calculate_max_window() 62 if(anchor.num_dimensions() > 2) in calculate_max_window() 64 window.set(2, Window::Dimension(anchor[2], std::max<size_t>(1, shape[2]), steps[2])); in calculate_max_window() 69 for(; n < anchor.num_dimensions(); ++n) in calculate_max_window() 71 window.set(n, Window::Dimension(anchor[n], std::max<size_t>(1, shape[n]))); in calculate_max_window() [all …]
|
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/doc/ |
D | interface.svg | 15 <text text-anchor="middle" x="980" y="-443.8" font-family="Times,serif" font-size="14.00">cuttlefis… 20 <text text-anchor="middle" x="633.5" y="-15.8" font-family="Times,serif" font-size="14.00">Cuttlefi… 26 <text text-anchor="middle" x="905.5" y="-286.3" font-family="Times,serif" font-size="14.00">interna… 32 <text text-anchor="start" x="568.5" y="-374.3" font-family="Times,serif" font-size="14.00"> </text> 33 <text text-anchor="start" x="572.5" y="-374.3" font-family="Times,serif" font-weight="bold" font-si… 34 <text text-anchor="start" x="612.5" y="-374.3" font-family="Times,serif" font-size="14.00"> </text> 47 <text text-anchor="middle" x="865.5" y="-742.3" font-family="Times,serif" font-size="14.00">Browser… 53 <text text-anchor="middle" x="274.5" y="-481.3" font-family="Times,serif" font-size="14.00">interna… 59 <text text-anchor="middle" x="293.5" y="-568.3" font-family="Times,serif" font-size="14.00">secure_… 72 <text text-anchor="middle" x="433.5" y="-568.3" font-family="Times,serif" font-size="14.00">gnss_gr… [all …]
|
D | graphics.svg | 15 <text text-anchor="middle" x="441.5" y="-15.8" font-family="Times,serif" font-size="14.00">Cuttlefi… 21 <text text-anchor="middle" x="458" y="-620.3" font-family="Times,serif" font-size="14.00">Browser</… 27 <text text-anchor="middle" x="346" y="-620.3" font-family="Times,serif" font-size="14.00">VNC Clien… 33 <text text-anchor="start" x="94.5" y="-374.3" font-family="Times,serif" font-size="14.00"> </text> 34 <text text-anchor="start" x="98.5" y="-374.3" font-family="Times,serif" font-size="14.00" fill="blu… 35 <text text-anchor="start" x="153.5" y="-374.3" font-family="Times,serif" font-size="14.00"> / virgl… 41 <text text-anchor="start" x="331" y="-374.3" font-family="Times,serif" font-size="14.00"> </text> 42 <text text-anchor="start" x="335" y="-374.3" font-family="Times,serif" font-size="14.00" fill="blue… 43 <text text-anchor="start" x="376" y="-374.3" font-family="Times,serif" font-size="14.00"> / </text> 44 <text text-anchor="start" x="388" y="-374.3" font-family="Times,serif" font-size="14.00" fill="red"… [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-tidy/ |
D | ClangTidyForceLinker.h | 17 // This anchor is used to force the linker to link the AbseilModule. 22 // This anchor is used to force the linker to link the AlteraModule. 27 // This anchor is used to force the linker to link the AndroidModule. 32 // This anchor is used to force the linker to link the BoostModule. 37 // This anchor is used to force the linker to link the BugproneModule. 42 // This anchor is used to force the linker to link the CERTModule. 47 // This anchor is used to force the linker to link the ConcurrencyModule. 52 // This anchor is used to force the linker to link the CppCoreGuidelinesModule. 57 // This anchor is used to force the linker to link the DarwinModule. 62 // This anchor is used to force the linker to link the FuchsiaModule. [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-tidy/ |
D | ClangTidyForceLinker.h | 17 // This anchor is used to force the linker to link the AbseilModule. 22 // This anchor is used to force the linker to link the AlteraModule. 27 // This anchor is used to force the linker to link the AndroidModule. 32 // This anchor is used to force the linker to link the BoostModule. 37 // This anchor is used to force the linker to link the BugproneModule. 42 // This anchor is used to force the linker to link the CERTModule. 47 // This anchor is used to force the linker to link the ConcurrencyModule. 52 // This anchor is used to force the linker to link the CppCoreGuidelinesModule. 57 // This anchor is used to force the linker to link the DarwinModule. 62 // This anchor is used to force the linker to link the FuchsiaModule. [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-tidy/ |
D | ClangTidyForceLinker.h | 17 // This anchor is used to force the linker to link the AbseilModule. 22 // This anchor is used to force the linker to link the AlteraModule. 27 // This anchor is used to force the linker to link the AndroidModule. 32 // This anchor is used to force the linker to link the BoostModule. 37 // This anchor is used to force the linker to link the BugproneModule. 42 // This anchor is used to force the linker to link the CERTModule. 47 // This anchor is used to force the linker to link the ConcurrencyModule. 52 // This anchor is used to force the linker to link the CppCoreGuidelinesModule. 57 // This anchor is used to force the linker to link the DarwinModule. 62 // This anchor is used to force the linker to link the FuchsiaModule. [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-tidy/ |
D | ClangTidyForceLinker.h | 17 // This anchor is used to force the linker to link the AbseilModule. 22 // This anchor is used to force the linker to link the AlteraModule. 27 // This anchor is used to force the linker to link the AndroidModule. 32 // This anchor is used to force the linker to link the BoostModule. 37 // This anchor is used to force the linker to link the BugproneModule. 42 // This anchor is used to force the linker to link the CERTModule. 47 // This anchor is used to force the linker to link the ConcurrencyModule. 52 // This anchor is used to force the linker to link the CppCoreGuidelinesModule. 57 // This anchor is used to force the linker to link the DarwinModule. 62 // This anchor is used to force the linker to link the FuchsiaModule. [all …]
|
/aosp_15_r20/external/python/pyyaml/lib/yaml/ |
D | composer.py | 66 anchor = event.anchor 67 if anchor not in self.anchors: 69 % anchor, event.start_mark) 70 return self.anchors[anchor] 72 anchor = event.anchor 73 if anchor is not None: 74 if anchor in self.anchors: 75 raise ComposerError("found duplicate anchor %r; first occurrence" 76 % anchor, self.anchors[anchor].start_mark, 80 node = self.compose_scalar_node(anchor) [all …]
|
/aosp_15_r20/external/cronet/net/cert/internal/ |
H A D | trust_store_chrome.cc | 57 ChromeRootStoreData::Anchor::Anchor( in Anchor() function in net::ChromeRootStoreData::Anchor 62 ChromeRootStoreData::Anchor::~Anchor() = default; 64 ChromeRootStoreData::Anchor::Anchor(const Anchor& other) = default; 65 ChromeRootStoreData::Anchor::Anchor(Anchor&& other) = default; 66 ChromeRootStoreData::Anchor& ChromeRootStoreData::Anchor::operator=( 67 const ChromeRootStoreData::Anchor& other) = default; 68 ChromeRootStoreData::Anchor& ChromeRootStoreData::Anchor::operator=( 69 ChromeRootStoreData::Anchor&& other) = default; 87 for (auto& anchor : proto.trust_anchors()) { in CreateChromeRootStoreData() local 88 if (anchor.der().empty()) { in CreateChromeRootStoreData() [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/android/leaudio/.idea/ |
D | uiDesigner.xml | 6 <default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" /> 9 <default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" /> 12 <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" /> 15 <default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" /> 18 <default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" /> 24 <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> 30 <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> 36 <default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" /> 42 <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> 47 <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> [all …]
|
/aosp_15_r20/external/androidplot/.idea/ |
H A D | uiDesigner.xml | 6 <default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" /> 9 <default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" /> 12 <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" /> 15 <default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" /> 18 <default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" /> 24 <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> 30 <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> 36 <default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" /> 42 <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> 47 <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> [all …]
|
/aosp_15_r20/development/tools/rmtypedefs/.idea/ |
H A D | uiDesigner.xml | 6 <default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" /> 9 <default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" /> 12 <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" /> 15 <default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" /> 18 <default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" /> 24 <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> 30 <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> 36 <default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" /> 42 <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> 47 <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> [all …]
|
/aosp_15_r20/frameworks/layoutlib/.idea/ |
H A D | uiDesigner.xml | 6 <default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" /> 9 <default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" /> 12 <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" /> 15 <default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" /> 18 <default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" /> 24 <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> 30 <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> 36 <default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" /> 42 <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> 47 <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> [all …]
|
/aosp_15_r20/tools/metalava/.idea/ |
H A D | uiDesigner.xml | 6 <default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" /> 9 <default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" /> 12 <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" /> 15 <default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" /> 18 <default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" /> 24 <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> 30 <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> 36 <default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" /> 42 <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> 47 <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> [all …]
|
/aosp_15_r20/external/fonttools/Tests/feaLib/data/ |
H A 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; 9 <anchor 500 800> mark @TOP_MARKS 10 <anchor 500 -200> mark @BOTTOM_MARKS 12 <anchor 1500 800> mark @TOP_MARKS 13 <anchor 1500 -200> mark @BOTTOM_MARKS 14 <anchor 1550 0> mark @OGONEK; 17 <anchor 300 800> mark @TOP_MARKS [all …]
|