HomeSort by relevance Sort by last modified time
    Searched refs:END (Results 1526 - 1550 of 2680) sorted by null

<<61626364656667686970>>

  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
ScrolledText.py 46 from Tkconstants import END
49 stext.insert(END, __main__.__doc__)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ScrolledText.py 46 from Tkconstants import END
49 stext.insert(END, __main__.__doc__)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ScrolledText.py 46 from Tkconstants import END
49 stext.insert(END, __main__.__doc__)
  /toolchain/binutils/binutils-2.25/binutils/
arparse.y 53 %token END
93 | END { ar_end(); return 0; }
  /external/autotest/client/site_tests/firmware_TouchMTB/
touchbotII_robot_wrapper.py 33 # Normally, a gesture is performed within [START, END].
39 END = 0.9
126 GV.LR: (START, CENTER, END, CENTER),
127 GV.RL: (END, CENTER, START, CENTER),
128 GV.TB: (CENTER, START, CENTER, END),
129 GV.BT: (CENTER, END, CENTER, START),
130 GV.BLTR: (START, END, END, START),
131 GV.TRBL: (END, START, START, END),
    [all...]
  /external/eigen/blas/fortran/
chpmv.f 134 END IF
138 END IF
150 END IF
155 END IF
172 END IF
185 END IF
186 END IF
187 END IF
226 END IF
265 END I
    [all...]
dspmv.f 127 END IF
131 END IF
143 END IF
148 END IF
165 END IF
178 END IF
179 END IF
180 END IF
219 END IF
258 END I
    [all...]
sspmv.f 127 END IF
131 END IF
143 END IF
148 END IF
165 END IF
178 END IF
179 END IF
180 END IF
219 END IF
258 END I
    [all...]
zhpmv.f 134 END IF
138 END IF
150 END IF
155 END IF
172 END IF
185 END IF
186 END IF
187 END IF
226 END IF
265 END I
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/helper/
ItemTouchHelperTest.java 112 basicSwipeTest(START, START | END, -getActivity().getWindow().getDecorView().getWidth());
117 basicSwipeTest(END, START | END, getActivity().getWindow().getDecorView().getWidth());
123 basicSwipeTest(START, START | END, getActivity().getWindow().getDecorView().getWidth());
129 basicSwipeTest(END, START | END, -getActivity().getWindow().getDecorView().getWidth());
150 Thread.sleep(100); //wait for animation end
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
HprofData.java 37 * <li>the history of thread start and end events
43 public static enum ThreadEventType { START, END };
65 public static ThreadEvent end(int threadId) { method in class:HprofData.ThreadEvent
66 return new ThreadEvent(ThreadEventType.END, threadId);
83 this.type = ThreadEventType.END;
128 case END:
129 return String.format("THREAD END (id = %d)", threadId);
324 * Return an unmodifiable history of start and end thread events.
360 case END:
367 // the matching start, not a duplicate end
    [all...]
  /external/cblas/testing/
c_dblat3.f 107 END IF
127 END IF
133 END IF
140 END IF
147 END IF
159 END IF
176 END IF
186 30 READ( NIN, FMT = 9988, END = 60 )SNAMET, LTESTT
236 END IF
245 END I
    [all...]
c_sblat3.f 106 END IF
126 END IF
132 END IF
139 END IF
146 END IF
158 END IF
175 END IF
185 30 READ( NIN, FMT = 9988, END = 60 )SNAMET, LTESTT
235 END IF
244 END I
    [all...]
  /art/runtime/arch/arm64/
quick_entrypoints_arm64.S 374 END \c_name
384 END \c_name
394 END \c_name
467 END \c_name
688 cbz w17, .LcallFunction // Exit at end of signature. Shorty 0 terminated.
789 END art_quick_invoke_stub
821 cbz w17, .LcallFunction2 // Exit at end of signature. Shorty 0 terminated.
914 END art_quick_invoke_static_stub
1015 END art_quick_osr_stub
1060 // Need to load PC, it's at the end (after the space for the unused XZR). Use x1
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 29 end
30 end
35 =end
46 end
56 end
61 end
62 end
73 end
78 end
82 end
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
common.ver 178 END
194 END
196 END
201 END
202 END
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
properties.rb 8 inline_grammar( <<-'END' )
15 end
18 end
24 end
27 end
38 END
48 end
51 end
55 inline_grammar( <<-'END' )
62 end
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseIterators.java 282 } // end of InternalAxisIteratorBase
291 * Setting start to END should 'close' the iterator,
292 * i.e. subsequent call to next() should return END.
296 * or set current node to END, to indicate request-not-honored?
322 * @return The next node handle in the iteration, or END if no more
333 return END;
335 } // end of ChildrenIterator
349 * Set start to END should 'close' the iterator,
350 * i.e. subsequent call to next() should return END.
394 * @return The next node handle in the iteration, or END
    [all...]
  /bionic/libc/arch-arm/cortex-a15/bionic/
memset.S 60 END(__memset_chk)
67 END(bzero)
187 END(memset)
191 .string "memset: prevented write past end of buffer"
  /bionic/libc/arch-arm/cortex-a7/bionic/
memset.S 60 END(__memset_chk)
67 END(bzero)
176 END(memset)
180 .string "memset: prevented write past end of buffer"
  /bionic/libc/arch-arm/cortex-a9/bionic/
memset.S 58 END(__memset_chk)
66 END(bzero)
178 END(memset)
182 .string "memset: prevented write past end of buffer"
  /bionic/libc/arch-arm/denver/bionic/
memset.S 63 END(__memset_chk)
70 END(bzero)
130 // r2 to simplify end-of-loop detection
204 END(memset)
208 .string "memset: prevented write past end of buffer"
  /bionic/libc/arch-arm/generic/bionic/
memset.S 54 END(__memset_chk)
62 END(bzero)
129 END(memset)
133 .string "memset: prevented write past end of buffer"
  /bionic/libc/arch-x86_64/string/
sse2-memset-slm.S 61 #ifndef END
62 # define END(name) \
173 END (MEMSET)
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
profile-mode.rb 9 inline_grammar( <<-'END' )
108 END
111 input = <<-END.fixed_indent( 0 )
124 END
162 end
165 end

Completed in 731 milliseconds

<<61626364656667686970>>