HomeSort by relevance Sort by last modified time
    Searched defs:last (Results 401 - 425 of 521) sorted by null

<<11121314151617181920>>

  /external/quake/quake/src/WinQuake/
pr_cmds.cpp 984 edict_t *last; local
986 first = second = last = (edict_t *)sv.edicts;
1007 ed->u.v.chain = EDICT_TO_PROG(last);
1008 last = ed;
1012 if (first != last)
1014 if (last != second)
1015 first->u.v.chain = last->u.v.chain;
1017 first->u.v.chain = EDICT_TO_PROG(last);
1018 last->u.v.chain = EDICT_TO_PROG((edict_t *)sv.edicts);
1019 if (second && second != last)
    [all...]
  /external/tcpdump/
print-snmp.c 741 char *cpf, *cpl, last[6], first[30]; local
762 snprintf(last, sizeof(last), "%5.5d",
764 for (carry = 0, cpf = first+strlen(first)-1, cpl = last+4;
765 cpl >= last;
    [all...]
  /external/v8/src/
runtime.cc 2417 last = i + 1; member in class:v8::internal::CompiledReplacement
2425 last = i + 1; member in class:v8::internal::CompiledReplacement
2433 last = i + 1; member in class:v8::internal::CompiledReplacement
    [all...]
spaces.cc 133 // Verify that the cached last page in the space is actually the
134 // last page.
315 // space is always in the unit of a chunk (kChunkSize) except the last
488 // and the last page ends on the last page-aligned address before
617 // Set the next page of the last page to 0.
633 // Find the last page in the same chunk as 'prev'.
731 Page* last = NULL; local
741 last = RelinkPagesInChunk(i,
744 last,
    [all...]
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c 3399 vm_address_t last; local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readxcoff.c 372 Addr last; /* last address; may be an overestimate */ member in struct:__anon12411
387 sym->last = 0;
411 if (s1->last < s2->first) return -1;
412 if (s2->last < s1->first) return 1;
430 and assign them to *first and *last, and return True; else return
463 /*OUT*/UChar** first, /*OUT*/UChar** last )
488 *last = *first + CSECT_LEN(csaux)-1;
627 (according to IBM docs) the csect entry is the last
644 cand.last = cand.first + (UWord)CSECT_LEN(aux) - 1
    [all...]
  /external/webkit/Source/WebCore/rendering/
InlineFlowBox.cpp 317 // (3) The logicallyLastRun is a descendant of this renderer, but it is the last child of this renderer and it does not wrap to the next line.
641 // Treat the leading on the first and last lines of ruby runs as not being part of the overall lineTop/lineBottom.
1422 Vector<InlineBox*>::iterator last = it; local
    [all...]
RenderText.cpp 228 InlineTextBox* last = box; local
231 last = curr;
233 m_lastTextBox = last;
292 // Note: box->end() returns the index of the last character, not the index past it
382 // Note: box->end() returns the index of the last character, not the index past it
456 // at the y coordinate of the last line or below
457 // and the x coordinate is to the right of the last text box right edge
488 // box is last on line
489 // and the x coordinate is to the right of the last text box right edge
857 // Add in wordSpacing to our currMaxWidth, but not if this is the last word on a line or th
    [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_frame.cpp 83 WebCore::Frame* last; member in struct:Eina_Iterator_Ewk_Frame
165 if (it->last)
166 frame = it->last->tree()->nextSibling();
488 * Get last known contents size.
    [all...]
  /external/wpa_supplicant/
tlsv1_client.c 435 struct x509_certificate *chain = NULL, *last = NULL, *cert; local
572 if (last == NULL)
575 last->next = cert;
576 last = cert;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.c 426 int val = 0, last, errors = 0; local
442 last = *end == '\0';
455 if (last)
510 int val = 0, last, errors = 0; local
526 last = *end == '\0';
560 if (last)
673 int val = 0, last; local
689 last = *end == '\0';
708 if (last)
852 int val = 0, last, errors = 0 local
1076 int last, errors = 0; local
1829 struct wpa_ssid *ssid, *last = NULL; local
    [all...]
ctrl_iface.c 3652 struct wpa_interface_info *iface = NULL, *last = NULL, *tmp; local
    [all...]
  /frameworks/base/core/java/android/app/
FragmentManager.java 205 * Pop the last fragment transition from the manager's fragment
1426 int last = mBackStack.size()-1; local
    [all...]
  /frameworks/base/core/java/android/text/
Layout.java 222 int last = getLineForVertical(bottom); local
243 for (int i = first; i <= last; i++) {
302 for (int i = first; i <= last; i++) {
323 // Compute the alignment, last alignment style wins.
592 * bottom of the last line.
694 // No need to test the end as an offset after the last run should return the value
695 // corresponding of the last run
    [all...]
  /frameworks/base/core/java/android/widget/
GridView.java 300 int last; local
305 last = Math.min(startPos + mNumColumns, mItemCount);
307 last = startPos + 1;
310 if (last - startPos < mNumColumns) {
311 nextLeft += (mNumColumns - (last - startPos)) * (columnWidth + horizontalSpacing);
322 for (int pos = startPos; pos < last; pos++) {
331 if (pos < last - 1) {
575 // First see if the last item is visible
578 // Get the last child ...
586 // This is how far the bottom edge of the last view is from the bottom of th
1239 final int last = mItemCount - 1; local
    [all...]
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduParser.java 1601 int last = len - (thisStartPos - thisEndPos); local
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 66 uint timeInc; /* VOP time increment (relative to last mtb) */
160 uint last; member in struct:tagTcoef
184 uint8 last; member in struct:tagVLCtab2
  /frameworks/base/tools/aapt/
Resource.cpp 1942 const char* last = pkg.string(); local
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
FragmentManager.java 203 * Pop the last fragment transition from the manager's fragment
1460 int last = mBackStack.size()-1; local
    [all...]
  /libcore/luni/src/main/java/java/math/
BigDecimal.java 273 int last = offset + (len - 1); // last index to be copied local
281 if ((last >= in.length) || (offset < 0) || (len <= 0) || (last < 0)) {
288 if ((offset <= last) && (in[offset] == '+')) {
295 for (; (offset <= last) && (in[offset] != '.') && (in[offset] != 'e') && (in[offset] != 'E'); offset++) {
308 if ((offset <= last) && (in[offset] == '.')) {
312 for (; (offset <= last) && (in[offset] != 'e')
329 if ((offset <= last) && ((in[offset] == 'e') || (in[offset] == 'E'))) {
333 if ((offset <= last) && (in[offset] == '+'))
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListMap.java 139 * must return the last non-null value held in the field. (Note:
2269 public E last() { return m.lastKey(); } method in class:ConcurrentSkipListMap.KeySet
2555 K last = n.key; local
2657 K last = n.key; local
    [all...]
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java 275 noSchemaTable.last();
291 noSchemaTable.last();
306 noSchemaTable.last();
    [all...]
  /ndk/sources/host-tools/make-3.81/
main.c 809 /* be sure to check last element of Path */
1825 register struct dep *d, *last; local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaWindowAdapter.java 148 /** Cached value of the last used adapter */
1068 DayAdapterInfo last = mAdapterInfos.getLast(); local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
gimple.h 134 /* First and last statements in the sequence. */
136 gimple_seq_node last; local
165 /* Return the last node in GIMPLE sequence S. */
170 return s ? s->last : NULL;
174 /* Return the last statement in GIMPLE sequence S. */
184 /* Set the last node in GIMPLE sequence S to LAST. */
187 gimple_seq_set_last (gimple_seq s, gimple_seq_node last)
189 s->last = last;
    [all...]

Completed in 1444 milliseconds

<<11121314151617181920>>