HomeSort by relevance Sort by last modified time
    Searched defs:here (Results 26 - 44 of 44) 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 697 * undefined density or no density don't need to be handled here.
2185 RuntimeException here = new RuntimeException("here"); local
    [all...]
  /external/libxml2/include/libxml/
xpath.h 317 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 int here = paraStart; local
380 (j - 1 < here || !Character.isDigit(chs[j - 1 - paraStart])) &&
404 if (ok != here) {
405 // If it is a space that makes the length exceed width, cut here
418 } else if (fit != here) {
426 endPos = here + 1;
431 currentTextWidth = widths[here - paraStart];
434 v = out(source, here, endPos,
440 here = endPos;
442 if (here < spanStart)
    [all...]
Layout.java 1010 int here = min + dirs.mDirections[i]; local
1314 int here = linestart + dirs.mDirections[i]; local
    [all...]
  /external/pcre/
pcretest.c 65 are set here, to make it easier to fiddle with them, and removed "b" from the
104 here before pcre_internal.h so that the PCRE_EXP_xxx macros get set
111 to keep two copies, we include the source file here, changing the names of the
137 contained in the printint.src file. We uses it here also, in cases when the
577 uschar *here = start; local
581 int rlen = (int)(buffer_size - (here - buffer));
596 if (s == NULL) return (here == start)? NULL : start;
600 memcpy(here, s, len);
601 here[len] = '\n';
602 here[len+1] = 0
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readxcoff.c 137 An alternative solution, used here, is to represent a name as a
492 /* Possibly complain or take evasive action here. In fact
775 XCoffSym* here = (XCoffSym*)VG_(indexXA)(syms,m); local
776 vg_assert(here->first < next->first);
777 if (here->last >= next->first)
778 here->last = next->first-1;
    [all...]
readdwarf3.c 92 these. Could do better here.
318 Word here = c->region_next; local
320 c->region_next = here;
324 Word here = c->region_next; local
326 c->region_next = here;
377 /* Call here if anything goes wrong */
466 /* 2008-sept-12: moved ML_(pp_GX) from here to d3basics.c, where
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java 189 // on-screen keyboards and other such input method user interfaces go here.
191 // on-screen keyboards and other such input method user interfaces go here.
203 // things in here CAN NOT take focus, but are shown on top of everything else.
3056 RuntimeException here = new RuntimeException("here"); local
    [all...]
  /frameworks/base/services/java/com/android/server/
PowerManagerService.java 309 * mToken object so it can be accessed from any thread, but it calls into here
1339 RuntimeException here = new RuntimeException("here"); local
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityStack.java 1641 RuntimeException here = new RuntimeException("here"); local
1679 RuntimeException here = new RuntimeException("here"); local
1890 RuntimeException here = new RuntimeException("here"); local
2028 RuntimeException here = new RuntimeException("here"); local
2238 RuntimeException here = new RuntimeException("here"); local
3627 RuntimeException here = new RuntimeException("here"); local
3865 RuntimeException here = new RuntimeException("here"); local
3959 RuntimeException here = new RuntimeException("here"); local
    [all...]
ActivityManagerService.java 582 * there may be multiple entries here for a single one in mProvidersByClass.
2721 RuntimeException here = new RuntimeException("here"); local
    [all...]
  /external/valgrind/main/helgrind/
hg_main.c 3518 Lock* here; local
    [all...]
libhb_core.c 1669 ScalarTS* here = NULL; local
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 60 Here is as good a place as any to record exactly when V bits are and
243 here. */
273 here. */
863 Here, bit 3 (LT) of the result is a copy of the top bit of x and
1506 IRAtom* here; local
3801 IRAtom *src, *here, *curr; local
5276 IRAtom* here; local
5380 IRAtom *here, *curr; local
    [all...]
mc_main.c 856 // The size chosen here is a trade-off: if the nodes are bigger (ie. cover
1593 ExeContext* here; local
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java 4799 RuntimeException here = new RuntimeException("here"); local
4824 RuntimeException here = new RuntimeException("here"); local
4854 RuntimeException here = new RuntimeException("here"); local
4959 RuntimeException here = new RuntimeException("here"); local
4988 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 944 milliseconds

12