HomeSort by relevance Sort by last modified time
    Searched defs:last (Results 851 - 875 of 1933) sorted by null

<<31323334353637383940>>

  /external/owasp/sanitizer/tools/findbugs/lib/
jFormatString.jar 
  /external/skia/src/core/
SkPath.cpp 402 *These last two conditions we relax if we have a 3-edge path that would
416 first,last,next direction state-machine:
430 SkPoint first, last; local
434 last.set(0, 0);
451 SkScalar left = last.fX;
452 SkScalar top = last.fY;
465 first = last;
466 last = pts[-1];
483 last = pts[-1];
507 last = *pts++
581 const SkPoint* last = pts; local
3209 int last = tangents.count() - 1; local
    [all...]
  /external/skia/tests/
PathTest.cpp 192 SkPoint last; local
200 path.getLastPt(&last);
201 REPORTER_ASSERT(reporter, 50 == last.fX);
202 REPORTER_ASSERT(reporter, 50 == last.fY);
211 path.getLastPt(&last);
212 REPORTER_ASSERT(reporter, 75 == last.fX);
213 REPORTER_ASSERT(reporter, 75 == last.fY);
222 path.getLastPt(&last);
223 REPORTER_ASSERT(reporter, 85 == last.fX);
224 REPORTER_ASSERT(reporter, 85 == last.fY)
    [all...]
  /external/v8/src/compiler/
ast-graph-builder.cc 4279 int last = static_cast<int>(contexts()->size() - 1); local
    [all...]
register-allocator.cc 469 // Find the last interval that ends before the position. If the
505 : last_interval_; // Last interval of the original range.
509 // Find the last use position before the split and the first use
851 UsePosition* last = DetachAt(start, &splinter_temp, zone);
867 splitting_pointer_ = last;
868 if (last != nullptr) last->set_next(end_part.first_pos_);
1430 int last = i->LastGapIndex(); local
    [all...]
  /external/v8/src/heap/
mark-compact.cc 1831 int last = 0; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c 7896 struct psk_list_entry *p, *last; local
    [all...]
  /frameworks/base/core/java/android/widget/
ListView.java 239 // It's OK to have some space below the last item if it is
832 * @param childrenBottom Last pixel where children can be drawn
2964 int last = firstPosition + getChildCount() - 1; local
    [all...]
  /frameworks/base/media/java/android/media/
Cea708CaptionRenderer.java 2087 int start = 0, last = mBuilder.length() - 1; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
ShortcutService.java 276 * throttling counters on the first call from each package after the last locale change.
367 // We need to keep track of last time an app comes to foreground.
751 // Adjust the last reset time.
901 /** Return the last reset time. */
918 * Update the last reset time.
2244 final long last = getLastResetTimeLocked(); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
nestegg.c 1139 /* Last frame is the remainder of the block. */
1178 /* Last frame is the remainder of the block. */
1250 struct frame * f, * last; local
1365 last = NULL;
1382 if (!last)
1385 last->next = f;
1386 last = f;
    [all...]
  /hardware/ti/omap4-aah/hwc/
hwc.c 91 struct ext_transform_t last; /* last-used settings */ member in struct:omap4_hwc_ext
96 __u32 last_mode; /* 2-s complement of last HDMI mode set, 0 if none */
197 int last_ext_ovls; /* # of overlays on external/internal display for last composition */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
kvm.h 215 __u32 first, last; member in struct:kvm_coalesced_mmio_ring
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
kvm.h 294 __u32 first, last; member in struct:kvm_coalesced_mmio_ring
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jFormatString/2.0.1/
jFormatString-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/
jFormatString-3.0.0.jar 
  /toolchain/binutils/binutils-2.25/bfd/
elf32-spu.c 390 /* Where last called from, and number of sections called from. */
5311 Elf_Internal_Phdr *phdr, *last; local
    [all...]
elf64-alpha.c 5170 bfd_vma last = 0; local
    [all...]
mach-o.c 832 unsigned int first, last; local
843 last = first + bfd_mach_o_section_get_nbr_indirect (abfd, sec);
846 for (j = first; j < last; j++)
    [all...]
som.c 903 the last four multibyte fixups. */
6388 struct som_external_lst_symbol_record *last; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dlltool.c 340 struct ifunct *functail; /* Last function in list. */
2197 bfd_vma last = (bfd_vma) -1; local
    [all...]
ieee.c 124 /* This structure holds a linked last of structs with their tag names,
1958 debug_type last; local
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.2/
kotlin-stdlib-1.0.2.jar 

Completed in 464 milliseconds

<<31323334353637383940>>