HomeSort by relevance Sort by last modified time
    Searched full:last (Results 1326 - 1350 of 13702) sorted by null

<<51525354555657585960>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_vector.h 283 * @param last An input iterator.
287 * [first,last).
291 * constructor N times (where N is distance(first,last)) and do
380 * @param last An input iterator.
383 * range [first,last).
438 * Returns a read/write iterator that points one past the last
448 * the last element in the %vector. Iteration is done in
457 * last element in the %vector. Iteration is done in reverse
466 * to the last element in the %vector. Iteration is done in
503 * the last element in the %vector. Iteration is done i
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_vector.h 330 * @param last An input iterator.
334 * [first,last).
338 * constructor N times (where N is distance(first,last)) and do
428 * @param last An input iterator.
431 * range [first,last).
498 * Returns a read/write iterator that points one past the last
514 * the last element in the %vector. Iteration is done in
529 * last element in the %vector. Iteration is done in reverse
538 * to the last element in the %vector. Iteration is done in
575 * the last element in the %vector. Iteration is done i
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_vector.h 330 * @param last An input iterator.
334 * [first,last).
338 * constructor N times (where N is distance(first,last)) and do
428 * @param last An input iterator.
431 * range [first,last).
498 * Returns a read/write iterator that points one past the last
514 * the last element in the %vector. Iteration is done in
529 * last element in the %vector. Iteration is done in reverse
538 * to the last element in the %vector. Iteration is done in
575 * the last element in the %vector. Iteration is done i
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 283 * @param last An input iterator.
287 * [first,last).
291 * constructor N times (where N is distance(first,last)) and do
380 * @param last An input iterator.
383 * range [first,last).
438 * Returns a read/write iterator that points one past the last
448 * the last element in the %vector. Iteration is done in
457 * last element in the %vector. Iteration is done in reverse
466 * to the last element in the %vector. Iteration is done in
503 * the last element in the %vector. Iteration is done i
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 283 * @param last An input iterator.
287 * [first,last).
291 * constructor N times (where N is distance(first,last)) and do
380 * @param last An input iterator.
383 * range [first,last).
438 * Returns a read/write iterator that points one past the last
448 * the last element in the %vector. Iteration is done in
457 * last element in the %vector. Iteration is done in reverse
466 * to the last element in the %vector. Iteration is done in
503 * the last element in the %vector. Iteration is done i
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 283 * @param last An input iterator.
287 * [first,last).
291 * constructor N times (where N is distance(first,last)) and do
380 * @param last An input iterator.
383 * range [first,last).
438 * Returns a read/write iterator that points one past the last
448 * the last element in the %vector. Iteration is done in
457 * last element in the %vector. Iteration is done in reverse
466 * to the last element in the %vector. Iteration is done in
503 * the last element in the %vector. Iteration is done i
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_vector.h 283 * @param last An input iterator.
287 * [first,last).
291 * constructor N times (where N is distance(first,last)) and do
380 * @param last An input iterator.
383 * range [first,last).
438 * Returns a read/write iterator that points one past the last
448 * the last element in the %vector. Iteration is done in
457 * last element in the %vector. Iteration is done in reverse
466 * to the last element in the %vector. Iteration is done in
503 * the last element in the %vector. Iteration is done i
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_vector.h 330 * @param last An input iterator.
334 * [first,last).
338 * constructor N times (where N is distance(first,last)) and do
428 * @param last An input iterator.
431 * range [first,last).
498 * Returns a read/write iterator that points one past the last
514 * the last element in the %vector. Iteration is done in
529 * last element in the %vector. Iteration is done in reverse
538 * to the last element in the %vector. Iteration is done in
575 * the last element in the %vector. Iteration is done i
    [all...]
  /cts/tools/dasm/src/java_cup/runtime/
symbol.java 17 * @version last updated: 11/25/95
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/goto_16/
Test_goto_16.java 26 * backward goto as a last opcode in the method.
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/goto_32/
Test_goto_32.java 26 * backward goto as a last opcode in the method.
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_goto/
Test_opc_goto.java 26 * backward goto as a last opcode in the method.
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
BasicBlock.java 205 * Gets the last instruction of this block. This is just a
208 * @return {@code non-null;} the last instruction
227 * This is just a shorthand for inspecting the last instruction in
241 * if any. This is just a shorthand for inspecting the last
  /dalvik/dx/src/com/android/dx/rop/code/
BasicBlock.java 205 * Gets the last instruction of this block. This is just a
208 * @return {@code non-null;} the last instruction
227 * This is just a shorthand for inspecting the last instruction in
241 * if any. This is just a shorthand for inspecting the last
  /dalvik/dx/tests/095-dex-const-string-jumbo/
run 19 # need a jumbo string reference (it sorts last after all the others).
  /dalvik/tests/056-const-string-jumbo/
build 22 # need a jumbo string reference (it sorts last after all the others).
  /dalvik/vm/interp/
InterpState.h 199 kJitHintTaken = 1, // Last inst in run was taken branch
200 kJitHintNotTaken = 2, // Last inst in run was not taken branch
201 kJitHintNoBias = 3, // Last inst in run was unbiased branch
210 unsigned runEnd:1; // Run ends with last byte code
  /development/ide/emacs/
android-compile.el 88 ;; one has changed since the last call due to stdout buffering.
92 ;; the last invocation. The process is used to detect a new
95 ;; On entry (point) is at the end of the last block inserted.
125 ;; last time and we would miss it again if we started just
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ActivityRecreate.java 37 // Switch to a new theme different from last theme.
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List17.java 27 * A list view where the last item the user clicked is placed in
  /development/samples/Support13Demos/res/layout/
fragment_pager.xml 42 android:text="@string/last">
  /development/samples/Support4Demos/res/layout/
fragment_pager.xml 42 android:text="@string/last">
  /development/samples/training/threadsample/src/com/example/android/threadsample/
RSSPullService.java 130 // Find the URL's last modified date in the content provider
139 * data is only downloaded if it has changed since the last recorded
174 // Gets the last modified data for the URL
215 // Adds the URL's last modified date to the ContentValues
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3intstream.h 111 /** Last marker position allocated
135 * last symbol has been read.
149 /** Reset the stream to the last marker position, witouh destryoing the
150 * last marker position.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
IIntStream.cs 69 /// last symbol has been read. The index is the symbol about to be
90 /// Rewind to the input position of the last marker.
97 /// Rewind(last marker) but it should not "pop" the marker off.
98 /// It's like Seek(last marker's input position).

Completed in 748 milliseconds

<<51525354555657585960>>