/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_rwops.h | 85 Uint8 *here; member in struct:SDL_RWops::__anon62455::__anon62459
|
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_rwops.h | 85 Uint8 *here; member in struct:SDL_RWops::__anon62480::__anon62484
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_rwops.h | 85 Uint8 *here; member in struct:SDL_RWops::__anon62505::__anon62509
|
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
FrameworkPerfActivity.java | 328 RuntimeException here = new RuntimeException("here"); local 329 here.fillInStackTrace(); 330 Log.i(TAG, "Unbinding " + conn, here); 382 RuntimeException here = new RuntimeException("here"); local 383 here.fillInStackTrace(); 384 Log.i(TAG, "Binding " + mCurConnection, here);
|
/external/chromium_org/third_party/zlib/ |
inflate.c | 602 code here; /* current decoding table entry */ local [all...] |
/external/qemu/distrib/sdl-1.2.15/src/events/ |
SDL_events.c | 303 int here, next; local 309 for ( here=spot; here != SDL_EventQ.tail; here = next ) { 310 next = (here+1)%MAXEVENTS; 311 SDL_EventQ.event[here] = SDL_EventQ.event[next];
|
/external/zlib/src/contrib/infback9/ |
infback9.c | 244 code here; /* current decoding table entry */ local 385 here = lencode[BITS(lenbits)]; 386 if ((unsigned)(here.bits) <= bits) break; 389 if (here.val < 16) { 390 NEEDBITS(here.bits); 391 DROPBITS(here.bits); 392 state->lens[state->have++] = here.val; 395 if (here.val == 16) { 396 NEEDBITS(here.bits + 2); 397 DROPBITS(here.bits) [all...] |
/external/zlib/src/ |
inflate.c | 618 code here; /* current decoding table entry */ local [all...] |
/frameworks/base/core/java/android/text/ |
AutoText.java | 133 int here = mTrie[TRIE_ROOT]; local 138 for (; here != TRIE_NULL; here = mTrie[here + TRIE_NEXT]) { 139 if (c == mTrie[here + TRIE_C]) { 141 && (mTrie[here + TRIE_OFF] != TRIE_NULL)) { 142 int off = mTrie[here + TRIE_OFF]; 148 here = mTrie[here + TRIE_CHILD]; 153 if (here == TRIE_NULL) [all...] |
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...] |
/bionic/libc/upstream-netbsd/libc/regex/ |
engine.c | 111 const char *offp; /* offsets work from here */ 113 const char *endp; /* end of string -- virtual NUL here */ 114 const char *coldp; /* can be no match starting before here */ 311 /* despite initial appearances, there is no match here */ 364 const char *stp; /* string matched by it cannot pass here */ 978 onestate here; /* note, macros know this name */ local 984 for (pc = start, INIT(here, pc); pc != stop; pc++, INC(here)) { 1021 case OBACK_: /* ignored here */ 1035 INIT(here, pc) [all...] |
/ndk/sources/host-tools/ndk-stack/regex/ |
engine.c | 75 char *offp; /* offsets work from here */ 77 char *endp; /* end of string -- virtual NUL here */ 78 char *coldp; /* can be no match starting before here */ 256 /* despite initial appearances, there is no match here */ 297 char *stp; /* string matched by it cannot pass here */ 848 onestate here; /* note, macros know this name */ local 852 for (pc = start, INIT(here, pc); pc != stop; pc++, INC(here)) { 889 case OBACK_: /* ignored here */ 903 INIT(here, pc) [all...] |
/external/chromium_org/third_party/freetype/src/truetype/ |
ttgxvar.c | 1127 FT_ULong here; local 1334 FT_ULong here; local [all...] |
/external/freetype/src/truetype/ |
ttgxvar.c | 1108 FT_ULong here; local 1315 FT_ULong here; local [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
readmacho.c | 452 DiSym* here = (DiSym*)VG_(indexXA)(syms,m); local 453 vg_assert(here->addr < next->addr); 454 if (here->addr + here->size > next->addr) 455 here->size = next->addr - here->addr; [all...] |
/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 | 671 * the resource ID passed here is an alias to another Drawable resource. 744 * undefined density or no density don't need to be handled here. 2389 RuntimeException here = new RuntimeException("here"); 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 | 318 xmlNodePtr here; /* for here() */ member in struct:_xmlXPathContext
|
/frameworks/base/core/java/android/os/ |
Parcel.java | 45 * methods here for writing specific types, or the general 411 * <p class="note">The data you retrieve here <strong>must not</strong> 610 RuntimeException here = new RuntimeException("here"); local 611 here.fillInStackTrace(); 612 Log.d(TAG, "Writing " + N + " ArrayMap entries", here); 2302 RuntimeException here = new RuntimeException("here"); local 2319 RuntimeException here = new RuntimeException("here"); local [all...] |
/frameworks/base/services/java/com/android/server/am/ |
ActiveServices.java | 398 RuntimeException here = new RuntimeException("here"); local 399 here.fillInStackTrace(); 400 Slog.v(TAG, "Starting background (first=" + first + "): " + r, here); [all...] |
ActivityStack.java | 183 * If the device goes to sleep with such an activity in the paused state then we save it here 724 + mPausingActivity, new RuntimeException("here").fillInStackTrace()); 729 new RuntimeException("here").fillInStackTrace()); 2636 RuntimeException here = new RuntimeException("here"); local 2900 RuntimeException here = new RuntimeException("here"); local [all...] |
/external/valgrind/main/VEX/ |
test_main.c | 1268 IRAtom* here; local 2335 IRAtom *src, *here, *curr; local [all...] |
/frameworks/base/core/java/com/android/internal/app/ |
ProcessStats.java | 2565 RuntimeException here = new RuntimeException("here"); local 2578 RuntimeException here = new RuntimeException("here"); local [all...] |