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

<<31323334353637383940>>

  /external/giflib/
gif_err.c 22 * Return the last GIF error (0 if none) and reset the error.
35 * Print the last GIF error to stderr.
  /external/guava/guava/src/com/google/common/eventbus/
AsyncEventBus.java 44 * responsibility to shut down the executor after the last event has
57 * responsibility to shut down the executor after the last event has
  /external/harfbuzz_ng/src/
hb-ot-hmtx-table.hh 69 * required. The last entry applies to
73 * for the last entry above. The
  /external/harfbuzz_ng/util/
helper-cairo-ansi.cc 81 /* Drop last row while empty */
95 height++; /* Add one last blank row for padding. */
  /external/icu4c/common/
listformatter.cpp 228 const char* last = extStart; local
231 while (last > localeString && *(last - 1) != '_') {
232 --last;
236 while (last > localeString) {
237 if (*(last-1) != '_') {
240 --last;
243 size_t localePortionLen = last - localeString;
rbbinode.h 68 int fLastPos; // Last position in the rule source string
71 // as that child's last postion.
stringpiece.cpp 63 // Test last byte in case strings share large common prefix
66 // At this point we can, but don't have to, ignore the last byte.
  /external/icu4c/tools/toolutil/
writesrc.h 42 * The prefix and postfix are optional (can be NULL) and are written first/last.
81 * The prefix and postfix are optional (can be NULL) and are written first/last.
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
LoopMode.java 47 * The animation will not loop. It will play until the last frame, and then
55 * animation will play backwards from the last frame until it reaches
  /external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
ScreenshotAppState.java 43 ViewPort last = vps.get(vps.size()-1); local
44 last.addProcessor(this);
  /external/kernel-headers/original/linux/sunrpc/
msg_prot.h 87 * is the last fragment of the record (bit value 1 implies the fragment
88 * is the last fragment) and a 31-bit unsigned binary value which is the
  /external/libnfc-nxp/src/
phFriNfc_DesfireMap.h 216 * file/card storage \b or continue from the last offset. The last Offset set is stored
219 * start reading from the last offset set (continue where it has stopped before).
228 * \retval NFCSTATUS_SUCCESS Last Byte of the card read.
258 * file/card storage \b or continue from the last offset. The last Offset set is stored
261 * start writing from the last offset set (continue where it has stopped before).
268 * \retval NFCSTATUS_EOF_NDEF_CONTAINER_REACHED Last byte is written to the card after this
phFriNfc_FelicaMap.h 155 * file/card storage \b or continue from the last offset. The last Offset set is stored
158 * start reading from the last offset set (continue where it has stopped before).
166 * \retval NFCSTATUS_SUCCESS Last Byte of the card read.
195 * file/card storage \b or continue from the last offset. The last Offset set is stored
198 * start writing from the last offset set (continue where it has stopped before).
205 * \retval NFCSTATUS_EOF_NDEF_CONTAINER_REACHED Last byte is written to the card after this
phFriNfc_MifareULMap.h 184 * file/card storage \b or continue from the last offset. The last Offset set is stored
187 * start reading from the last offset set (continue where it has stopped before).
196 * \retval NFCSTATUS_SUCCESS Last Byte of the card read.
226 * file/card storage \b or continue from the last offset. The last Offset set is stored
229 * start writing from the last offset set (continue where it has stopped before).
236 * \retval NFCSTATUS_EOF_NDEF_CONTAINER_REACHED Last byte is written to the card after this
  /external/libogg/doc/libogg/
ogg_packet.html 53 <dd>Flag indicating whether this packet ends a bitstream. <tt>1</tt> indicates the last packet, <tt>0</tt> indicates any other position in the stream.</dd>
55 <dd>A number indicating the position of this packet in the decoded data. This is the last sample, frame or other unit of information ('granule') that can be completely decoded from this packet.</dd>
  /external/linux-tools-perf/util/
callchain.h 75 struct callchain_cursor_node **last; member in struct:callchain_cursor
114 cursor->last = &cursor->first;
  /external/llvm/lib/Target/NVPTX/MCTargetDesc/
NVPTXBaseInfo.h 50 // last property
72 // last property
  /external/mockito/src/org/mockito/
InOrder.java 80 * inOrder.verify(mock).baz(); //3rd (last method)
82 * //passes because there are no more interactions after last method:
  /external/mockito/src/org/mockito/internal/stubbing/answers/
ReturnsArgumentAt.java 17 * <p>If this number equals -1 then the last argument is returned.</p>
34 * Using <code>-1</code> indicates the last argument.
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
RollRecoveryEntry.java 24 * that is a group member that must be decoded such that at the last of these recovery is complete, i.e.
25 * the last sample is correct. A negative value indicates the number of samples before the sample that is
  /external/openfst/src/extensions/far/
farprintstrings.cc 31 "Last key to extract (def: last key in archive)");
  /external/oprofile/
Makefile.am 2 # The agents directory must be kept as the last subdir
24 # The agents directory must be kept as the last subdir
  /external/oprofile/libpp/
symbol_container.cpp 72 it last = symbols_by_loc.upper_bound(&symbol); local
75 for ( ; first != last ; ++first)
  /external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_lowvideo.h 69 /* Information about the last cursor position */
72 /* Information about the last keys down */
  /external/stlport/test/eh/
test_construct.h 92 const typename T::value_type* last )
93 : fItems( first ), fEnd( last ) {

Completed in 2328 milliseconds

<<31323334353637383940>>