/cts/tests/tests/widget/src/android/widget/cts/ |
ListPopupWindowTest.java | 583 final MockViewForListPopupWindow anchor = local 585 anchor.wireTo(mPopupWindow); 587 runTestOnUiThread(() -> anchor.requestFocus()); 589 assertTrue(anchor.isFocused()); 607 final MockViewForListPopupWindow anchor = local 609 anchor.wireTo(mPopupWindow); 611 runTestOnUiThread(() -> anchor.requestFocus()); 613 assertTrue(anchor.isFocused()); 719 // Get the anchor view and configure it with ListPopupWindow's drag-to-open listener 720 final View anchor = mActivity.findViewById(mPopupWindowBuilder.mAnchorId) local [all...] |
/external/lz4/lib/ |
lz4hc.c | 289 const BYTE** anchor, 299 if (debug) printf("literal : %u -- match : %u -- offset : %u\n", (U32)(*ip - *anchor), (U32)matchLength, (U32)(*ip-match)); 303 length = (int)(*ip - *anchor); 310 LZ4_wildCopy(*op, *anchor, (*op) + length); 324 *anchor = *ip; 342 const BYTE* anchor = ip; local 387 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0; 441 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0; 443 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml2, ref2, limit, oend)) return 0; 465 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0 [all...] |
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
RevocationChecker.java | 55 private TrustAnchor anchor; field in class:RevocationChecker 92 RevocationChecker(TrustAnchor anchor, ValidatorParams params) 96 init(anchor, params); 99 void init(TrustAnchor anchor, ValidatorParams params) 149 this.anchor = anchor; 268 for (TrustAnchor anchor : anchors) { 269 X509Certificate cert = anchor.getTrustedCert(); 304 if (anchor != null) { 305 issuerCert = anchor.getTrustedCert() [all...] |
/external/regex-re2/re2/testing/ |
regexp_benchmark.cc | 106 Prog::Anchor anchor, bool expect_match); 802 Prog::Anchor anchor, bool expect_match) { 809 CHECK_EQ(prog->SearchDFA(text, NULL, anchor, Prog::kFirstMatch, 819 Prog::Anchor anchor, bool expect_match) { 825 CHECK_EQ(prog->SearchNFA(text, NULL, anchor, Prog::kFirstMatch, NULL, 0), [all...] |
exhaustive_tester.cc | 59 static void PrintResult(const RE2& re, const StringPiece& input, RE2::Anchor anchor, StringPiece *m, int n) { 60 if (!re.Match(input, 0, input.size(), anchor, m, n)) {
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
Ruby.stg | 110 define_tokens( <tokens:{it | :<it.name> => <it.type>}; anchor, wrap="\n", separator=", "> ) 121 register_names( <tokenNames:{it | <it>}; separator=", ", anchor, wrap="\n"> ) 202 RULE_METHODS = [ <rules:{r|:<r.ruleName>}; separator=", ", wrap="\n", anchor> ].freeze 889 EOT = unpack( <dfa.javaCompressedEOT; anchor, separator=", ", wrap="\n"> ) 890 EOF = unpack( <dfa.javaCompressedEOF; anchor, separator=", ", wrap="\n"> ) 891 MIN = unpack( <dfa.javaCompressedMin; anchor, separator=", ", wrap="\n"> ) 892 MAX = unpack( <dfa.javaCompressedMax; anchor, separator=", ", wrap="\n"> ) 893 ACCEPT = unpack( <dfa.javaCompressedAccept; anchor, separator=", ", wrap="\n"> ) 894 SPECIAL = unpack( <dfa.javaCompressedSpecial; anchor, separator=", ", wrap="\n"> ) 896 <dfa.javaCompressedTransition:{s|unpack( <s; wrap="\n", anchor, separator=", "> )}; separator=",\n" [all...] |
/external/opencv/cv/src/ |
cvfilter.cpp | 138 _anchor.x == anchor.x && _anchor.y == anchor.y) ) 146 anchor = _anchor; 148 if( anchor.x == -1 ) 149 anchor.x = ksize.width / 2; 150 if( anchor.y == -1 ) 151 anchor.y = ksize.height / 2; 153 max_ky = MAX( anchor.y, ksize.height - anchor.y - 1 ); 158 (unsigned)anchor.x >= (unsigned)ksize.width | [all...] |
/build/tools/ |
warn.py | 397 anchor = 0 420 global anchor 422 backgroundcolor + '"><a name="anchor' + str(anchor) + '"><td>') 427 output('<td width="100" bgcolor="grey"><a align="right" href="#anchor' + str(anchor-1) + 428 '">previous</a><br><a align="right" href="#anchor' + str(anchor+1) + '">next</a>') 430 anchor += 1 [all...] |
/external/llvm/lib/Target/ARM/ |
ARMTargetMachine.cpp | 246 void ARMTargetMachine::anchor() {} 260 void ARMLETargetMachine::anchor() {} 269 void ARMBETargetMachine::anchor() {} 278 void ThumbTargetMachine::anchor() {} 289 void ThumbLETargetMachine::anchor() {} 298 void ThumbBETargetMachine::anchor() {}
|
/external/boringssl/src/util/ |
doc.go | 53 // Anchor, if non-empty, is the URL fragment to use in anchor tags. 54 Anchor string 69 // Anchor, if non-empty, is the URL fragment to use in anchor tags. 70 Anchor string 342 anchor := sanitizeAnchor(firstSentence(comment)) 343 if len(anchor) > 0 { 344 if _, ok := allAnchors[anchor]; ok { 345 return nil, fmt.Errorf("duplicate anchor: %s", anchor [all...] |
/external/opencv3/modules/imgproc/src/ |
smooth.cpp | 79 anchor = _anchor; 113 anchor = _anchor; 216 anchor = _anchor; 391 anchor = _anchor; 560 anchor = _anchor; 725 anchor = _anchor; 875 anchor = _anchor; [all...] |
/prebuilts/tools/common/netbeans-visual/ |
org-netbeans-api-visual.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
DescriptorsUtils.java | 391 String anchor = spans.get(++i); 397 if (anchor != null) { 398 anchor = anchor.trim(); 404 // If there's no text, use the anchor if there's one 406 text = anchor; 487 String anchor = spans.get(++i); 493 if (anchor != null) { 494 anchor = anchor.trim() [all...] |
/external/opencv3/modules/java/src/ |
imgproc+Imgproc.java | 602 // C++: void filter2D(Mat src, Mat& dst, int ddepth, Mat kernel, Point anchor = Point(-1,-1), double delta = 0, int borderType = BORDER_DEFAULT) 605 //javadoc: filter2D(src, dst, ddepth, kernel, anchor, delta, borderType) 606 public static void filter2D(Mat src, Mat dst, int ddepth, Mat kernel, Point anchor, double delta, int borderType) 609 filter2D_0(src.nativeObj, dst.nativeObj, ddepth, kernel.nativeObj, anchor.x, anchor.y, delta, borderType); 614 //javadoc: filter2D(src, dst, ddepth, kernel, anchor, delta) 615 public static void filter2D(Mat src, Mat dst, int ddepth, Mat kernel, Point anchor, double delta) 618 filter2D_1(src.nativeObj, dst.nativeObj, ddepth, kernel.nativeObj, anchor.x, anchor.y, delta); 634 // C++: void sepFilter2D(Mat src, Mat& dst, int ddepth, Mat kernelX, Mat kernelY, Point anchor = Point(-1,-1), double delta = 0, int borderType = BORDER_DEFAULT [all...] |
/frameworks/base/core/java/com/android/internal/view/menu/ |
CascadingMenuPopup.java | 88 final View anchor = mShownAnchorView; 89 if (anchor == null || !anchor.isShown()) { 200 * @param anchor A parent view to get the {@link android.view.View#getWindowToken()} token from. 202 public CascadingMenuPopup(@NonNull Context context, @NonNull View anchor, 205 mAnchorView = Preconditions.checkNotNull(anchor); 695 public void setAnchorView(@NonNull View anchor) { 696 if (mAnchorView != anchor) { 697 mAnchorView = anchor;
|
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/ |
CascadingMenuPopup.java | 102 final View anchor = mShownAnchorView; 103 if (anchor == null || !anchor.isShown()) { 196 * @param anchor A parent view to get the {@link android.view.View#getWindowToken()} token from. 198 public CascadingMenuPopup(@NonNull Context context, @NonNull View anchor, 201 mAnchorView = anchor; 688 public void setAnchorView(@NonNull View anchor) { 689 if (mAnchorView != anchor) { 690 mAnchorView = anchor;
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/ |
doxia-sink-api-1.0-alpha-7.jar | |
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/ |
Widget.java | 63 public void setAnchor(AnchorPosition anchor) {
64 getPositionMetrics().setAnchor(anchor);
70 * but with the anchor parameter defaulted to the upper left corner.
85 * @param anchor The point of reference used by this positioning call.
88 YLayoutStyle yLayoutStyle, AnchorPosition anchor) {
89 setPositionMetrics(new PositionMetrics(x, xLayoutStyle, y, yLayoutStyle, anchor));
314 throw new IllegalArgumentException("Unsupported anchor location: " + anchorPosition);
|
/external/clang/include/clang/Basic/ |
FileSystemStatCache.h | 49 virtual void anchor();
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
AnalysisManager.h | 32 virtual void anchor();
|
/external/clang/lib/Basic/ |
FileSystemStatCache.cpp | 20 void FileSystemStatCache::anchor() { } function in class:FileSystemStatCache
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/ |
b2WeldJoint.h | 24 /// Weld joint definition. You need to specify local anchor points 26 /// of the anchor points is important for computing the reaction torque. 40 /// anchor point. 41 void Initialize(b2Body* bodyA, b2Body* bodyB, const b2Vec2& anchor); 43 /// The local anchor point relative to bodyA's origin. 46 /// The local anchor point relative to bodyB's origin. 71 /// The local anchor point relative to bodyA's origin. 74 /// The local anchor point relative to bodyB's origin.
|
/external/llvm/include/llvm/CodeGen/ |
MachineConstantPool.h | 38 virtual void anchor();
|
MachinePassRegistry.h | 36 virtual void anchor();
|
/external/llvm/include/llvm/Object/ |
MachOUniversal.h | 30 virtual void anchor();
|