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

12

  /system/core/sh/
parser.c 80 struct heredoc *next; /* next here document in list */
81 union node *here; /* redirection node */ member in struct:heredoc
89 struct heredoc *heredoclist; /* list of here documents to read */
389 * Newline or semicolon here is optional (but note
645 struct heredoc *here = heredoc; local
651 TRACE(("Here document %d\n", n->type));
652 if (here->striptabs) {
659 here->eofmark = wordtext;
660 here->next = NULL;
662 heredoclist = here;
682 struct heredoc *here; local
    [all...]
  /frameworks/base/core/java/android/content/res/
Resources.java 666 * the resource ID passed here is an alias to another Drawable resource.
739 * undefined density or no density don't need to be handled here.
2384 RuntimeException here = new RuntimeException("here"); local
    [all...]
  /external/libxml2/include/libxml/
xpath.h 318 xmlNodePtr here; /* for here() */ member in struct:_xmlXPathContext
  /external/webkit/Source/JavaScriptCore/bytecompiler/
NodesCodegen.cpp 1916 RefPtr<Label> here = generator.emitLabel(generator.newLabel().get()); local
1944 RefPtr<Label> here = generator.emitLabel(generator.newLabel().get()); local
    [all...]
  /frameworks/base/core/java/android/text/
StaticLayout.java 249 // here is the offset of the starting character of the line we are currently measuring
250 int here = paraStart; local
253 // we would prefer to cut the current line. Equals to here when no such break was found.
258 // fit is a character offset such that the [here, fit[ range fits in the allowed width.
387 if (ok != here) {
394 } else if (fit != here) {
402 endPos = here + 1;
407 currentTextWidth = widths[here - paraStart];
410 v = out(source, here, endPos,
417 here = endPos
    [all...]
Layout.java 509 // max is negative here
1066 int here = min + dirs.mDirections[i]; local
1388 int here = linestart + dirs.mDirections[i]; local
    [all...]
  /external/valgrind/main/VEX/
test_main.c 1268 IRAtom* here; local
2335 IRAtom *src, *here, *curr; local
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityStack.java 1835 RuntimeException here = new RuntimeException("here"); local
1875 RuntimeException here = new RuntimeException("here"); local
2100 RuntimeException here = new RuntimeException("here"); local
2246 RuntimeException here = new RuntimeException("here"); local
2473 RuntimeException here = new RuntimeException("here"); local
3992 RuntimeException here = new RuntimeException("here"); local
4248 RuntimeException here = new RuntimeException("here"); local
4354 RuntimeException here = new RuntimeException("here"); local
4448 RuntimeException here = new RuntimeException("here"); local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf3.c 92 these. Could do better here.
320 Word here = c->region_next; local
322 c->region_next = here;
326 Word here = c->region_next; local
328 c->region_next = here;
379 /* Call here if anything goes wrong */
546 /* 2008-sept-12: moved ML_(pp_GX) from here to d3basics.c, where
    [all...]
  /external/valgrind/main/helgrind/
hg_main.c 144 here. Sigh. */
147 /* Allow libhb to get at the list of locks stored here. Ditto
3628 Lock* here; local
    [all...]
libhb_core.c 2078 ScalarTS* here = &vts->ts[i]; local
2102 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
258 here. */
288 here. */
1662 IRAtom* here; local
4405 IRAtom *src, *here, *curr; local
5951 IRAtom* here; local
6055 IRAtom *here, *curr; local
    [all...]
mc_main.c 873 // The size chosen here is a trade-off: if the nodes are bigger (ie. cover
1613 ExeContext* here; local
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java 4095 RuntimeException here = new RuntimeException("here"); local
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java 164 * tests whenever making modifications here:
5852 RuntimeException here = new RuntimeException("here"); local
5898 RuntimeException here = new RuntimeException("here"); local
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java 452 /** All DisplayDontents in the world, kept here */
5016 RuntimeException here = new RuntimeException("here"); local
5040 RuntimeException here = new RuntimeException("here"); local
5070 RuntimeException here = new RuntimeException("here"); local
5188 RuntimeException here = new RuntimeException("here"); local
5217 RuntimeException here = new RuntimeException("here"); local
7742 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 2390 milliseconds

12