HomeSort by relevance Sort by last modified time
    Searched refs:anchor (Results 326 - 350 of 788) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/Target/Mips/
MipsMachineFunction.cpp 114 void MipsFunctionInfo::anchor() { } function in class:MipsFunctionInfo
  /external/llvm/lib/Target/X86/
X86MachineFunctionInfo.h 27 virtual void anchor();
  /external/pcre/dist/
pcrecpp.h 279 // anchor your match at the beginning of the string. For example, you
632 enum Anchor {
634 ANCHOR_START, // Anchor at start only
635 ANCHOR_BOTH // Anchor at start and end
641 Anchor anchor,
676 Anchor anchor,
691 Anchor anchor,
    [all...]
  /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/src/
v8threads.cc 257 void ThreadManager::DeleteThreadStateList(ThreadState* anchor) {
258 // The list starts and ends with the anchor.
259 for (ThreadState* current = anchor->next_; current != anchor;) {
264 delete anchor;
  /frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/
NetworkSecurityConfigTests.java 277 for (TrustAnchor anchor : preNAnchors) {
278 preNCerts.add(anchor.certificate);
281 for (TrustAnchor anchor : nAnchors) {
282 nCerts.add(anchor.certificate);
  /libcore/ojluni/src/main/java/sun/security/validator/
PKIXValidator.java 125 for (TrustAnchor anchor : params.getTrustAnchors()) {
126 X509Certificate cert = anchor.getTrustedCert();
222 // trust anchor
254 // apparently issued by trust anchor?
265 // Validate chain even if no trust anchor is found. This
273 // temporarily set last cert as sole trust anchor
285 // indicating no trust anchor was found
311 private static X509Certificate[] toArray(CertPath path, TrustAnchor anchor)
317 X509Certificate trustedCert = anchor.getTrustedCert();
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_has_key.py 43 anchor=power<
58 anchor=power<
81 anchor = results["anchor"]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_has_key.py 43 anchor=power<
58 anchor=power<
81 anchor = results["anchor"]
  /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/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_has_key.py 43 anchor=power<
58 anchor=power<
81 anchor = results["anchor"]
  /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'))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_has_key.py 43 anchor=power<
58 anchor=power<
81 anchor = results["anchor"]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/
b2FrictionJoint.cpp 35 void b2FrictionJointDef::Initialize(b2Body* bA, b2Body* bB, const b2Vec2& anchor)
39 localAnchorA = bodyA->GetLocalPoint(anchor);
40 localAnchorB = bodyB->GetLocalPoint(anchor);
  /external/llvm/lib/IR/
AttributeImpl.h 98 virtual void anchor();
113 void anchor() override;
129 virtual void anchor();
  /external/regex-re2/re2/
bitstate.cc 351 Anchor anchor,
360 anchor = kAnchored;
369 bool anchored = anchor == kAnchored;
re2.cc 528 Anchor re_anchor,
587 // If there is a required prefix, the anchor must be at least ANCHOR_START.
592 Prog::Anchor anchor = Prog::kUnanchored; local
614 if (!prog_->SearchDFA(subtext, text, anchor, kind,
673 anchor = Prog::kAnchored;
699 if (!prog_->SearchDFA(subtext, text, anchor, kind,
733 anchor = Prog::kAnchored;
737 if (can_one_pass && anchor != Prog::kUnanchored) {
742 if (!prog_->SearchOnePass(subtext1, text, anchor, kind, submatch, ncap))
    [all...]
  /external/regex-re2/re2/testing/
backtrack.cc 227 Anchor anchor,
236 anchor = kAnchored;
245 bool anchored = anchor == kAnchored;
  /frameworks/base/media/java/android/media/
SubtitleController.java 32 * media source. It allows specifying which tracks to display, on which anchor
147 * Should be called from the anchor's (UI) thread. {@see #Anchor.getSubtitleLooper}
264 /** @hide - should be called from anchor thread */
302 /** @hide - must be called from anchor thread */
345 * Should be called from the anchor's (UI) thread. {@see #Anchor.getSubtitleLooper}
362 * Should be called from the anchor's (UI) thread. {@see #Anchor.getSubtitleLooper}
439 * Subtitle anchor, an object that is able to display a subtitle renderer
    [all...]
  /external/llvm/lib/Support/
YAMLTraits.cpp 65 void Input::HNode::anchor() {} function in class:Input::HNode
66 void Input::EmptyHNode::anchor() {} function in class:Input::EmptyHNode
67 void Input::ScalarHNode::anchor() {} function in class:Input::ScalarHNode
68 void Input::MapHNode::anchor() {} function in class:Input::MapHNode
69 void Input::SequenceHNode::anchor() {} function in class:Input::SequenceHNode
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/parser/
ParserImpl.java 71 * properties ::= TAG ANCHOR? | ANCHOR TAG?
96 * block_node: { ALIAS TAG ANCHOR SCALAR BLOCK-SEQUENCE-START BLOCK-MAPPING-START FLOW-SEQUENCE-START FLOW-MAPPING-START }
97 * flow_node: { ALIAS ANCHOR TAG SCALAR FLOW-SEQUENCE-START FLOW-MAPPING-START }
104 * block_node_or_indentless_sequence: { ALIAS ANCHOR TAG SCALAR BLOCK-SEQUENCE-START BLOCK-MAPPING-START FLOW-SEQUENCE-START FLOW-MAPPING-START BLOCK-ENTRY }
109 * flow_sequence_entry: { ALIAS ANCHOR TAG SCALAR FLOW-SEQUENCE-START FLOW-MAPPING-START KEY }
110 * flow_mapping_entry: { ALIAS ANCHOR TAG SCALAR FLOW-SEQUENCE-START FLOW-MAPPING-START KEY }
348 * properties ::= TAG ANCHOR? | ANCHOR TAG?
380 String anchor = null local
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
b.c 79 fa *makedfa(const char *s, int anchor) /* returns dfa for reg expr s */
94 return mkdfa(s, anchor);
96 if (fatab[i]->anchor == anchor
101 pfa = mkdfa(s, anchor);
121 fa *mkdfa(const char *s, int anchor) /* does the real work of making a dfa */
122 /* anchor = 1 for anchored matches, else 0 */
145 f->initstat = makeinit(f, anchor);
146 f->anchor = anchor;
    [all...]
  /external/opencv3/modules/cudafilters/src/cuda/
column_filter.hpp 58 __global__ void linearColumnFilter(const PtrStepSz<T> src, PtrStep<D> dst, const int anchor, const B brd)
138 sum = sum + smem[threadIdx.y + HALO_SIZE * BLOCK_DIM_Y + j * BLOCK_DIM_Y - anchor + k][threadIdx.x] * c_kernel[k];
146 void caller(PtrStepSz<T> src, PtrStepSz<D> dst, int anchor, int cc, cudaStream_t stream)
170 linearColumnFilter<KSIZE, T, D><<<grid, block, 0, stream>>>(src, dst, anchor, brd);
182 void linearColumn(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream)
184 typedef void (*caller_t)(PtrStepSz<T> src, PtrStepSz<D> dst, int anchor, int cc, cudaStream_t stream);
370 callers[brd_type][ksize]((PtrStepSz<T>)src, (PtrStepSz<D>)dst, anchor, cc, stream);
row_filter.hpp 58 __global__ void linearRowFilter(const PtrStepSz<T> src, PtrStep<D> dst, const int anchor, const B brd)
138 sum = sum + smem[threadIdx.y][threadIdx.x + HALO_SIZE * BLOCK_DIM_X + j * BLOCK_DIM_X - anchor + k] * c_kernel[k];
146 void caller(PtrStepSz<T> src, PtrStepSz<D> dst, int anchor, int cc, cudaStream_t stream)
170 linearRowFilter<KSIZE, T, D><<<grid, block, 0, stream>>>(src, dst, anchor, brd);
181 void linearRow(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream)
183 typedef void (*caller_t)(PtrStepSz<T> src, PtrStepSz<D> dst, int anchor, int cc, cudaStream_t stream);
369 callers[brd_type][ksize]((PtrStepSz<T>)src, (PtrStepSz<D>)dst, anchor, cc, stream);
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
ListPopupWindowTest.java 128 assertEquals("Popup window anchor", mButton, mListPopupWindow.getAnchorView());
307 // forwarding of events that cross the boundary between the anchor and the popup menu.
354 // Get the anchor view and configure it with ListPopupWindow's drag-to-open listener
355 final View anchor = mActivityTestRule.getActivity().findViewById(R.id.test_button); local
356 View.OnTouchListener dragListener = mListPopupWindow.createDragToOpenListener(anchor);
357 anchor.setOnTouchListener(dragListener);
359 anchor.setOnClickListener(new View.OnClickListener() {
371 anchor.getLocationOnScreen(anchorOnScreenXY);
375 // center of the anchor should result in clicking the second row in the popup.
376 int emulatedX = anchorOnScreenXY[0] + anchor.getWidth() / 2
    [all...]

Completed in 601 milliseconds

<<11121314151617181920>>