HomeSort by relevance Sort by last modified time
    Searched defs:here (Results 51 - 73 of 73) sorted by null

1 23

  /external/chromium_org/third_party/freetype/src/truetype/
ttgxvar.c 1108 FT_ULong here; local
1315 FT_ULong here; local
    [all...]
  /external/freetype/src/truetype/
ttgxvar.c 1108 FT_ULong here; local
1315 FT_ULong here; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttgxvar.c 1108 FT_ULong here; local
1315 FT_ULong here; local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 444 DiSym* here = (DiSym*)VG_(indexXA)(syms,m); local
445 vg_assert(here->addr < next->addr);
446 if (here->addr + here->size > next->addr)
447 here->size = next->addr - here->addr;
    [all...]
readdwarf3.c 93 these. Could do better here.
328 DiOffT here = c->sli_next; local
330 c->sli_next = here;
334 DiOffT here = c->sli_next; local
336 c->sli_next = here;
387 /* Call here if anything goes wrong */
497 zero. That said, it seems unlikely we'd ever get here if
549 /* 2008-sept-12: moved ML_(pp_GX) from here to d3basics.c, where
    [all...]
  /frameworks/base/core/java/android/text/
StaticLayout.java 251 // here is the offset of the starting character of the line we are currently measuring
252 int here = paraStart; local
255 // we would prefer to cut the current line. Equals to here when no such break was found.
260 // fit is a character offset such that the [here, fit[ range fits in the allowed width.
390 if (ok != here) {
397 } else if (fit != here) {
406 endPos = here + 1;
416 currentTextWidth = widths[here - paraStart];
423 v = out(source, here, ellipseEnd,
430 here = endPos
    [all...]
Layout.java 511 // max is negative here
1067 int here = min + dirs.mDirections[i]; local
1389 int here = linestart + dirs.mDirections[i]; local
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
xpath.h 317 xmlNodePtr here; /* for here() */ member in struct:_xmlXPathContext
  /external/libxml2/include/libxml/
xpath.h 319 xmlNodePtr here; /* for here() */ member in struct:_xmlXPathContext
  /frameworks/base/core/java/android/os/
Parcel.java 48 * methods here for writing specific types, or the general
426 * <p class="note">The data you retrieve here <strong>must not</strong>
636 RuntimeException here = new RuntimeException("here"); local
637 here.fillInStackTrace();
638 Log.d(TAG, "Writing " + N + " ArrayMap entries", here);
2477 RuntimeException here = new RuntimeException("here"); local
2498 RuntimeException here = new RuntimeException("here"); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActiveServices.java 433 RuntimeException here = new RuntimeException("here"); local
434 here.fillInStackTrace();
435 Slog.v(TAG, "Starting background (first=" + first + "): " + r, here);
    [all...]
ActivityStack.java 189 * If the device goes to sleep with such an activity in the paused state then we save it here
774 * we shouldn't try to instigate a resume here.
776 * set to true, we will immediately complete the pause here before returning.
3016 RuntimeException here = new RuntimeException("here"); local
3382 RuntimeException here = new RuntimeException("here"); local
    [all...]
ActivityManagerService.java 18523 RuntimeException here = new RuntimeException("here"); local
    [all...]
  /external/valgrind/main/VEX/
test_main.c 1291 IRAtom* here; local
2358 IRAtom *src, *here, *curr; local
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ProcessStats.java 3150 RuntimeException here = new RuntimeException("here"); local
3163 RuntimeException here = new RuntimeException("here"); local
3181 RuntimeException here = new RuntimeException("here"); local
3197 RuntimeException here = new RuntimeException("here"); local
    [all...]
  /external/pcre/dist/
pcretest.c 87 are set here, to make it easier to fiddle with them, and removed "b" from the
138 here before pcre_internal.h so that the PCRE_EXP_xxx macros get set
160 to keep two copies, we include the source files here, changing the names of the
170 the same as in the printint.src file. We uses it here in cases when the locale
1872 pcre_uint8 *here = start; local
    [all...]
  /external/valgrind/main/helgrind/
hg_main.c 148 here. Sigh. */
151 /* Allow libhb to get at the list of locks stored here. Ditto
3704 Lock* here; local
    [all...]
libhb_core.c 2077 ScalarTS* here = &vts->ts[i]; local
2101 ScalarTS* here = &vts->ts[i]; local
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 68 Here is as good a place as any to record exactly when V bits are and
263 here. */
293 here. */
1765 IRAtom* here; local
5003 IRAtom *src, *here, *curr; local
6682 IRAtom* here; local
6786 IRAtom *here, *curr; local
    [all...]
mc_main.c 874 // The size chosen here is a trade-off: if the nodes are bigger (ie. cover
1812 ExeContext* here; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java 226 * tests whenever making modifications here:
7992 RuntimeException here = new RuntimeException("here"); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java 478 /** All DisplayContents in the world, kept here */
5650 RuntimeException here = new RuntimeException("here"); local
5681 RuntimeException here = new RuntimeException("here"); local
5841 RuntimeException here = new RuntimeException("here"); local
5870 RuntimeException here = new RuntimeException("here"); local
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 78 // - Here are the cdrom boot failure codes:
4001 ;; perhaps do something with IDT here local
    [all...]

Completed in 1525 milliseconds

1 23