HomeSort by relevance Sort by last modified time
    Searched full:anchor (Results 476 - 500 of 1542) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/Target/MSP430/
MSP430MachineFunctionInfo.h 24 virtual void anchor();
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCAsmInfo.cpp 19 void MipsMCAsmInfo::anchor() { } function in class:MipsMCAsmInfo
  /external/llvm/lib/Target/Mips/
MipsMachineFunction.cpp 75 void MipsFunctionInfo::anchor() { } function in class:MipsFunctionInfo
  /external/llvm/lib/Target/NVPTX/MCTargetDesc/
NVPTXMCAsmInfo.cpp 26 void NVPTXMCAsmInfo::anchor() {} function in class:NVPTXMCAsmInfo
  /external/llvm/lib/Target/Sparc/
SparcMachineFunctionInfo.h 21 virtual void anchor();
  /external/llvm/lib/Target/XCore/
XCoreMachineFunctionInfo.h 29 virtual void anchor();
  /external/qemu/android/skin/
file.h 67 SkinPos anchor; member in struct:SkinLocation
  /external/regex-re2/re2/
bitstate.cc 351 Anchor anchor,
360 anchor = kAnchored;
369 bool anchored = anchor == kAnchored;
compile.cc 135 static Prog* CompileSet(const RE2::Options& options, RE2::Anchor anchor,
211 void Setup(Regexp::ParseFlags, int64, RE2::Anchor);
234 RE2::Anchor anchor_; // anchor mode for RE2::Set
952 RE2::Anchor anchor) {
983 anchor_ = anchor;
1092 Prog* Compiler::CompileSet(const RE2::Options& options, RE2::Anchor anchor,
    [all...]
  /external/regex-re2/re2/testing/
backtrack.cc 227 Anchor anchor,
236 anchor = kAnchored;
245 bool anchored = anchor == kAnchored;
  /external/replicaisland/tools/
ExtractPoints.js 77 edge.startX = firstPoint.anchor[0];
78 edge.startY = firstPoint.anchor[1];
80 edge.endX = lastPoint.anchor[0];
81 edge.endY = lastPoint.anchor[1];
  /external/v8/test/mjsunit/
html-string-funcs.js 44 CheckCompound('anchor', 'a', 'name');
  /frameworks/base/core/java/android/widget/
ListPopupWindow.java 132 * If used to specify a popup width, the popup will match the width of the anchor view.
390 * Returns the view that will be used to anchor this popup.
392 * @return The popup's anchor view
399 * Sets the popup's anchor view. This popup will always be positioned relative to
400 * the anchor view when shown.
402 * @param anchor The view to use as an anchor.
404 public void setAnchorView(View anchor) {
405 mDropDownAnchorView = anchor;
409 * @return The horizontal offset of the popup from its anchor in pixels
    [all...]
  /frameworks/base/docs/html/reference/renderscript/
rs__core_8rsh.html 73 <a class="anchor" id="ae8756b32e23445f287960b9d0ffb449c"></a><!-- doxytag: member="rs_core.rsh::rs_script_call_t" ref="ae8756b32e23445f287960b9d0ffb449c" args="" -->
88 <a class="anchor" id="ae1755c901e8acb42510ad10b4e104746"></a><!-- doxytag: member="rs_core.rsh::rs_for_each_strategy" ref="ae1755c901e8acb42510ad10b4e104746" args="" -->
106 <a class="anchor" id="a64271d266928b06ebd82ec90b756eb23"></a><!-- doxytag: member="rs_core.rsh::rsForEach" ref="a64271d266928b06ebd82ec90b756eb23" args="(rs_script script, rs_allocation input, rs_allocation output, const void *usrData, size_t usrDataLen, const rs_script_call_t *)" -->
174 <a class="anchor" id="a38c803ed805dd1362442977eae70c41d"></a><!-- doxytag: member="rs_core.rsh::rsForEach" ref="a38c803ed805dd1362442977eae70c41d" args="(rs_script script, rs_allocation input, rs_allocation output, const void *usrData, size_t usrDataLen)" -->
220 <a class="anchor" id="a6c541fa49b6fb9b528c2a147eaf764da"></a><!-- doxytag: member="rs_core.rsh::rsForEach" ref="a6c541fa49b6fb9b528c2a147eaf764da" args="(rs_script script, rs_allocation input, rs_allocation output)" -->
254 <a class="anchor" id="a91cfbca99f87ef144bea2cdf1e8473ca"></a><!-- doxytag: member="rs_core.rsh::rsSendToClient" ref="a91cfbca99f87ef144bea2cdf1e8473ca" args="(int cmdID)" -->
272 <a class="anchor" id="a508003cadad2d37d41e2de7e9226f859"></a><!-- doxytag: member="rs_core.rsh::rsSendToClient" ref="a508003cadad2d37d41e2de7e9226f859" args="(int cmdID, const void *data, uint len)" -->
306 <a class="anchor" id="a6e4ff6388e8c6978ed17447214f2a2e2"></a><!-- doxytag: member="rs_core.rsh::rsSendToClientBlocking" ref="a6e4ff6388e8c6978ed17447214f2a2e2" args="(int cmdID)" -->
324 <a class="anchor" id="afc93b00be08f58512a6ab6a87feb9515"></a><!-- doxytag: member="rs_core.rsh::rsSendToClientBlocking" ref="afc93b00be08f58512a6ab6a87feb9515" args="(int cmdID, const void *data, uint len)" -->
  /frameworks/support/v4/java/android/support/v4/widget/
PopupMenuCompat.java 72 * an {@link OnTouchListener} that can be added to the anchor view to
  /libcore/luni/src/test/java/libcore/java/net/
OldURLTest.java 74 assertEquals("Assert 4: wrong anchor", "anch", testURL.getRef());
176 assertEquals("Assert 0: wrong anchor", "BOTTOM", gamelanNetworkBottom
472 "http://www.example.com/index.html?attrib1=value1&attrib2=value&attrib3#anchor");
474 "http://www.example.com/index.html#anchor");
662 assertTrue("SSISH1 returns a wrong anchor: " + u.getRef(), u.getRef()
672 assertTrue("SSISH2 returns a wrong anchor: " + u.getRef(), u.getRef()
736 assertNull("1 returns a wrong anchor", u1.getRef());
745 assertNull("2 returns a wrong anchor", u1.getRef());
752 assertNull("3 returns a wrong anchor", u1.getRef());
  /packages/apps/Camera2/src/com/android/camera/ui/
CameraControls.java 165 // portrait, to left of anchor at bottom
172 // phone landscape: below anchor on right
179 // phone upside down: right of anchor at top
186 // reverse landscape: above anchor on left
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_filelist.py 134 translate_pattern('a', anchor=True, is_regex=False),
140 translate_pattern(regex, anchor=True, is_regex=True),
145 translate_pattern('a', anchor=True, is_regex=True),
150 '*.py', anchor=True, is_regex=False).search('filelist.py'))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_filelist.py 134 translate_pattern('a', anchor=True, is_regex=False),
140 translate_pattern(regex, anchor=True, is_regex=True),
145 translate_pattern('a', anchor=True, is_regex=True),
150 '*.py', anchor=True, is_regex=False).search('filelist.py'))
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtDrawingStyle.java 75 * The style definition corresponding to {@link DrawingStyle#ANCHOR}
77 ANCHOR(new RGB(0x00, 0x99, 0xFF), 96, SWT.LINE_SOLID),
263 case ANCHOR:
264 return ANCHOR;
  /frameworks/base/docs/html/reference/com/google/android/gms/maps/model/
MarkerOptions.html 958 <span class="sympad"><a href="/reference/com/google/android/gms/maps/model/MarkerOptions.html#anchor(float, float)">anchor</a></span>(float u, float v)</nobr>
960 <div class="jd-descrdiv">Specifies the anchor to be at a particular point in the marker image.</div>
1049 <div class="jd-descrdiv">Horizontal distance, normalized to [0, 1], of the anchor from the left edge.</div>
1067 <div class="jd-descrdiv">Vertical distance, normalized to [0, 1], of the anchor from the top edge.</div>
1103 <div class="jd-descrdiv">Horizontal distance, normalized to [0, 1], of the info window anchor from the left edge.</div>
1121 <div class="jd-descrdiv">Vertical distance, normalized to [0, 1], of the info window anchor from the top edge.</div>
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh 43 /* Shared Tables: ValueRecord, Anchor Table, and MarkArray */
291 * Anchor table (may be NULL) */
295 * Anchor table (may be NULL) */
300 struct Anchor
339 inline const Anchor& get_anchor (unsigned int row, unsigned int col, unsigned int cols, bool *found) const {
341 if (unlikely (row >= rows || col >= cols)) return Null(Anchor);
359 OffsetTo<Anchor>
360 matrix[VAR]; /* Matrix of offsets to Anchor tables--
378 OffsetTo<Anchor>
379 markAnchor; /* Offset to Anchor table--fro
    [all...]
  /external/chromium_org/third_party/re2/re2/
compile.cc 136 static Prog* CompileSet(const RE2::Options& options, RE2::Anchor anchor,
212 void Setup(Regexp::ParseFlags, int64, RE2::Anchor);
235 RE2::Anchor anchor_; // anchor mode for RE2::Set
953 RE2::Anchor anchor) {
984 anchor_ = anchor;
1093 Prog* Compiler::CompileSet(const RE2::Options& options, RE2::Anchor anchor,
    [all...]
re2.cc 546 Anchor re_anchor,
605 // If there is a required prefix, the anchor must be at least ANCHOR_START.
610 Prog::Anchor anchor = Prog::kUnanchored; local
632 if (!prog_->SearchDFA(subtext, text, anchor, kind,
691 anchor = Prog::kAnchored;
717 if (!prog_->SearchDFA(subtext, text, anchor, kind,
751 anchor = Prog::kAnchored;
755 if (can_one_pass && anchor != Prog::kUnanchored) {
760 if (!prog_->SearchOnePass(subtext1, text, anchor, kind, submatch, ncap))
    [all...]
  /external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/
TocInsertor.pm 580 # function: Anchor id processing method.
593 # function: Process anchor name begin, generated by HTML::TocGenerator.
594 # args: - $aAnchorNameBegin: Anchor name begin tag to output.
610 # Store anchor name as output prefix
612 # Indicate active anchor name
614 # Indicate anchor name end must be output
620 # function: Process anchor name end, generated by HTML::TocGenerator.
621 # args: - $aAnchorNameEnd: Anchor name end tag to output.
627 # Store anchor name as output prefix
629 # Indicate deactive anchor nam
    [all...]

Completed in 844 milliseconds

<<11121314151617181920>>