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

<<41424344454647484950>>

  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLutils.h 25 MAX_GLES_VERSION //Must be last
  /sdk/emulator/opengl/host/tools/emugen/
strUtils.h 25 std::string getNextToken(const std::string & str, size_t pos, size_t * last, const std::string & delim);
  /system/extras/ext4_utils/
allocate.c 28 struct region *last; member in struct:region_list
73 alloc->list.last = NULL;
75 alloc->oob_list.last = NULL;
113 if (list->last == reg)
114 list->last = reg->prev;
124 list->last = reg;
129 list->last->next = reg;
130 reg->prev = list->last;
131 list->last = reg;
254 /* Reduces an existing allocation by len blocks by return the last block
    [all...]
  /system/extras/fatblock/
fs.h 46 struct extent *fs_find_extent(struct fs *fs, offset_t start, offset_t len, struct extent *last,
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutTest.java 111 * if you ask for a position below the bottom of the text, you get the last line.
130 * If the specified line is one beyond the last line, returns the bottom of the last line.
195 * If the specified line is one beyond the last line, returns the end of the last line.
316 // Multilines (6 lines) and TruncateAt.END so ellipsis only on the last line
328 // Multilines (6 lines) and TruncateAt.MARQUEE so ellipsis only on the last line
  /dalvik/vm/jdwp/
JdwpMain.cpp 423 * Return the time, in milliseconds, since the last debugger activity.
435 s8 last = dvmQuasiAtomicRead64(&state->lastActivityWhen); local
438 if (last == 0) {
439 ALOGV("+++ last=busy");
445 assert(now >= last);
447 ALOGV("+++ debugger interval=%lld", now - last);
448 return now - last;
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
ANTLRStringStream.js 51 * Track the last mark() call result value for use in rewind().
126 * last symbol has been read. The index is the index of char to
177 * Rewind to the input position of the last marker.
183 * like invoking rewind(last marker) but it should not "pop"
184 * the marker off. It's like seek(last marker's input position).
186 * last.
261 * @param {Number} stop the last index of the substring (inclusive).
  /external/chromium/chrome/browser/instant/
instant_controller.h 100 // Returns true if we're showing the last URL passed to |Update|. If this is
101 // false a commit does not result in committing the last url passed to update.
149 // Returns the transition type of the last AutocompleteMatch passed to Update.
159 // Returns true if we're attempting to use the instant API with the last URL
206 // Invoked from the timer to process the last scheduled url.
257 // The TabContents last passed to |Update|.
292 // URL last pased to ScheduleUpdate.
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
grid.js 175 * @param {number} lastIndex The index of last item, exclusively.
210 * @param {number} lastIndex The index of item past the last in viewport.
217 // We calculate the row of last item, and the row of last shown item.
248 var last = this.getLastIndex();
249 if (index == last) {
253 return Math.min(index, last);
  /external/icu4c/common/
util.h 118 * is the index after the last parsed character. If the parse
142 * @return the position after the last character parsed, or -1 if
161 * @param limit offset after last character to parse
162 * @return index after last parsed character, or -1 on parse failure.
174 * character to parse. On output, the character after the last
189 * OUTPUT, the position after the last parsed character.
201 * to a valid digit. On exit, pos is the offset after the last
  /external/jmonkeyengine/engine/src/test/jme3test/audio/
TestMusicPlayer.java 205 }//GEN-LAST:event_btnOpenActionPerformed
235 }//GEN-LAST:event_btnPlayActionPerformed
239 }//GEN-LAST:event_formWindowClosing
244 }//GEN-LAST:event_sldVolumeStateChanged
251 }//GEN-LAST:event_btnStopActionPerformed
257 }//GEN-LAST:event_btnFFActionPerformed
272 }//GEN-LAST:event_sldBarStateChanged
  /external/llvm/include/llvm/ADT/
SmallString.h 162 /// Search for the last character \p C in the string.
164 /// \returns The index of the last occurrence of \p C, or npos if not
170 /// Search for the last string \p Str in the string.
172 /// \returns The index of the last occurrence of \p Str, or npos if not
206 /// Find the last character in the string that is \p C, or npos if not
212 /// Find the last character in the string that is in \p C, or npos if not
259 /// \param End The index following the last character to include in the
  /external/qemu/distrib/zlib-1.2.3/
inffast.c 73 unsigned char FAR *last; /* while in < last, enough input available */ local
100 last = in + (strm->avail_in - 5);
285 } while (in < last && out < end);
296 strm->avail_in = (unsigned)(in < last ? 5 + (last - in) : 5 - (in - last));
  /external/tremolo/Tremolo/
dsp.c 225 /* shift information we still need from last window */
252 making sure our last packet doesn't end with added padding.
255 decoding at the last page after a seek or hole. In that case,
256 we don't have a starting point to judge where the last frame
258 it reads the last two marked pages in proper sequence */
285 /* corner case; if this is both the first and last audio page,
315 /* partial last frame. Strip the extra samples off */
  /external/valgrind/main/include/
pub_tool_xarray.h 80 index of the first, and *last to be the index of the last matching
82 False, and don't change *first or *last. first and/or last may be
85 /*OUT*/Word* first, /*OUT*/Word* last );
96 /*OUT*/Word* first, /*OUT*/Word* last,
111 /* Drop the last n elements of an XArray. Bombs if there are less
  /external/webkit/Source/WebCore/platform/text/gtk/
TextBreakIteratorGtk.cpp 49 int last();
143 int CharacterIterator::last() function in class:WebCore::CharacterIterator
288 // but really the one near the last character.
291 // "Determine the index immediately beyond the last character in the text being scanned."
294 // If last character position in the original string is a whitespace,
297 // Otherwise return m_length, as "the first character beyond the last" is outside our string.
302 int pos = iterator->m_charIterator.last();
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebhistoryitem.cpp 198 * WebKitWebHistoryItem:last-visited-time:
200 * The time at which the history item was last visited.
207 "last-visited-time",
208 _("Last visited Time"),
209 _("The time at which the history item was last visited"),
418 * Returns the last time @web_history_item was visited
420 * Return value: the time in seconds this @web_history_item was last visited
  /external/webrtc/src/system_wrappers/source/
list_unittest.cc 56 ListItem* Last() const {
57 return list_.Last();
212 return Erase(list_.Last());
356 for (ListItem* item = ascending_list->Last(); item != NULL;
383 ascending_list->Last()));
409 ListItem* item = descending_list->Last();
455 ListItem* item = ascending_list->Last();
  /external/zlib/src/
inffast.c 73 unsigned char FAR *last; /* while in < last, enough input available */ local
100 last = in + (strm->avail_in - 5);
307 } while (in < last && out < end);
318 strm->avail_in = (unsigned)(in < last ? 5 + (last - in) : 5 - (in - last));
  /frameworks/base/core/java/android/view/
VelocityTracker.java 157 * Retrieve the last computed X velocity. You must first call
167 * Retrieve the last computed Y velocity. You must first call
177 * Retrieve the last computed X velocity. You must first call
188 * Retrieve the last computed Y velocity. You must first call
222 * The last recorded position of the pointer is at time zero seconds.
257 * @param time The time point in seconds, 0 is the last recorded time.
266 * @param time The time point in seconds, 0 is the last recorded time.
  /libcore/luni/src/main/java/java/util/
HugeEnumSet.java 69 private E last; field in class:HugeEnumSet.HugeEnumSetIterator
102 last = enums[ordinal];
107 return last;
111 if (last == null) {
115 HugeEnumSet.this.remove(last);
116 last = null;
179 // zero out unused bits on the last element
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetTest.java 208 target.absolute(-1); // last
260 * Second block first assertion fails. Is Last should evaluate true if the
286 target.last();
291 target.last();
307 //after last
329 target.last();
468 assertTrue(target.last());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_uninitialized.h 97 * @brief Copies the range [first,last) into result.
99 * @param last An input iterator.
101 * @return result + (first - last)
154 * @brief Copies the value x into the range [first,last).
156 * @param last An input iterator.
383 // Fills [result, mid) with x, and moves [first, last) into
384 // [mid, mid + (last - first)).
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_uninitialized.h 97 * @brief Copies the range [first,last) into result.
99 * @param last An input iterator.
101 * @return result + (first - last)
154 * @brief Copies the value x into the range [first,last).
156 * @param last An input iterator.
383 // Fills [result, mid) with x, and moves [first, last) into
384 // [mid, mid + (last - first)).
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_uninitialized.h 97 * @brief Copies the range [first,last) into result.
99 * @param last An input iterator.
101 * @return result + (first - last)
154 * @brief Copies the value x into the range [first,last).
156 * @param last An input iterator.
383 // Fills [result, mid) with x, and moves [first, last) into
384 // [mid, mid + (last - first)).

Completed in 1870 milliseconds

<<41424344454647484950>>