HomeSort by relevance Sort by last modified time
    Searched defs:where (Results 1 - 25 of 141) sorted by null

1 2 3 4 5 6

  /external/icu4c/tools/gencmn/
gencmn.c 68 FILE *where = argc < 0 ? stderr : stdout; local
74 fprintf(where,
77 fprintf(where, "\n"
80 fprintf(where, "\n"
87 fprintf(where,
  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_macmouse.c 117 Point where; local
121 where.h = x;
122 where.v = y;
123 LocalToGlobal(&where);
125 CursorDeviceMoveTo(cursordevice, where.h, where.v);
  /external/skia/src/animator/
SkDisplayAdd.h 39 SkDrawable* where; // if NULL, offset becomes index member in class:SkAdd
  /external/compiler-rt/BlocksRuntime/tests/
fail.c 92 char *where = strstr(got, desired); local
93 if (!where) {
  /packages/apps/Phone/src/com/android/phone/
ClearMissedCallsService.java 51 StringBuilder where = new StringBuilder(); local
52 where.append(Calls.NEW);
53 where.append(" = 1 AND ");
54 where.append(Calls.TYPE);
55 where.append(" = ?");
56 getContentResolver().update(Calls.CONTENT_URI, values, where.toString(),
  /dalvik/vm/
PointerSet.cpp 185 int where; local
187 if (!dvmPointerSetHas(pSet, ptr, &where))
190 if (where != pSet->count-1) {
192 memmove(&pSet->list[where], &pSet->list[where+1],
193 (pSet->count-1 - where) * sizeof(pSet->list[0]));
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysevents.cc 166 BPoint where; local
168 if (msg->FindPoint("where", &where) == B_OK && msg->FindInt32("be:transit", &transit) == B_OK) {
172 x = (int)where.x - x;
173 y = (int)where.y - y;
  /external/valgrind/main/memcheck/tests/
mempool.c 16 char *where; member in struct:_level_list
24 char *where; member in struct:_pool
39 p->where = p->mem = (char *)mmap(NULL, SUPERBLOCK_SIZE,
44 p->where = p->mem = (char *)malloc(SUPERBLOCK_SIZE);
49 VALGRIND_MAKE_MEM_NOACCESS(p->where, SUPERBLOCK_SIZE);
65 l->where = p->where;
66 VALGRIND_CREATE_MEMPOOL(l->where, REDZONE_SIZE, 0);
74 VALGRIND_DESTROY_MEMPOOL(l->where);
75 VALGRIND_MAKE_MEM_NOACCESS(l->where, p->where-l->where)
101 char *where; local
    [all...]
mempool2.c 19 char *where; member in struct:_level_list
27 char *where; member in struct:_pool
42 p->where = p->mem = (char *)mmap(NULL, SUPERBLOCK_SIZE,
47 p->where = p->mem = (char *)malloc(SUPERBLOCK_SIZE);
52 VALGRIND_MAKE_MEM_NOACCESS(p->where, SUPERBLOCK_SIZE);
68 l->where = p->where;
69 VALGRIND_CREATE_MEMPOOL(l->where, REDZONE_SIZE, 0);
77 VALGRIND_DESTROY_MEMPOOL(l->where);
78 VALGRIND_MAKE_MEM_NOACCESS(l->where, p->where-l->where)
104 char *where; local
    [all...]
  /cts/tests/src/android/app/cts/
ActivityTestsBase.java 87 public void activityFinished(int resultCode, Intent data, RuntimeException where) {
88 finishWithResult(resultCode, data, where);
114 final RuntimeException where = new RuntimeException("Original error was here"); local
115 where.fillInStackTrace();
116 finishWithResult(resultCode, data, where);
119 public void finishWithResult(int resultCode, Intent data, RuntimeException where) {
123 mResultStack = where;
  /frameworks/base/core/tests/coretests/src/android/app/activity/
ActivityTestsBase.java 87 public void activityFinished(int resultCode, Intent data, RuntimeException where) {
88 finishWithResult(resultCode, data, where);
113 RuntimeException where = new RuntimeException("Original error was here"); local
114 where.fillInStackTrace();
115 finishWithResult(resultCode, data, where);
118 public void finishWithResult(int resultCode, Intent data, RuntimeException where) {
123 mResultStack = where;
  /external/icu4c/i18n/
uspoof_wsconf.cpp 336 void *where = spImpl->fSpoofData->reserveSpace(size, status); local
337 utrie2_serialize(anyCaseTrie, where, size, &status);
349 where = spImpl->fSpoofData->reserveSpace(size, status);
350 utrie2_serialize(lowerCaseTrie, where, size, &status);
  /external/icu4c/test/cintltst/
chashtst.c 286 static const char where[] = "where"; local
304 _put(hash, where, 3, 0);
  /external/javassist/src/main/javassist/expr/
Handler.java 43 public CtBehavior where() { return super.where(); } method in class:Handler
Cast.java 38 public CtBehavior where() { return super.where(); } method in class:Cast
Expr.java 98 public CtBehavior where() { method in class:Expr
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_wingl.c 83 const char *where, *terminator; local
86 where = SDL_strchr(extension, ' ');
87 if ( where || *extension == '\0' )
101 where = SDL_strstr(start, extension);
102 if (!where) break;
104 terminator = where + SDL_strlen(extension);
105 if (where == start || *(where - 1) == ' ')
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11gl.c 61 const char *where, *terminator; local
64 where = SDL_strchr(extension, ' ');
65 if ( where || *extension == '\0' ) {
77 where = SDL_strstr(start, extension);
78 if (!where) break;
80 terminator = where + strlen(extension);
81 if (where == start || *(where - 1) == ' ')
  /external/valgrind/main/drd/
drd_malloc_wrappers.c 52 ExeContext* where; // where it was allocated member in struct:_DRD_Chunk
106 mc->where = VG_(record_ExeContext)(tid, 0);
210 mc->where = VG_(record_ExeContext)(tid, 0);
218 mc->where = VG_(record_ExeContext)(tid, 0);
240 mc->where = VG_(record_ExeContext)(tid, 0);
320 ExeContext** const where)
326 tl_assert(where);
335 *where = mc->where;
    [all...]
  /frameworks/native/libs/utils/
VectorImpl.cpp 123 void* where = _grow(index, length); local
124 if (where) {
125 _do_copy(where, array, length);
127 return where ? index : (ssize_t)NO_MEMORY;
144 void* where = _grow(index, numItems); local
145 if (where) {
147 _do_splat(where, item, numItems);
149 _do_construct(where, numItems);
152 return where ? index : (ssize_t)NO_MEMORY;
347 void* VectorImpl::_grow(size_t where, size_t amount
    [all...]
  /system/core/libpixelflinger/tinyutils/
VectorImpl.cpp 114 void* where = _grow(index, vector.size()); local
115 if (where) {
116 _do_copy(where, vector.arrayImpl(), vector.size());
118 return where ? index : (ssize_t)NO_MEMORY;
135 void* where = _grow(index, numItems); local
136 if (where) {
138 _do_splat(where, item, numItems);
140 _do_construct(where, numItems);
143 return where ? index : (ssize_t)NO_MEMORY;
273 void* VectorImpl::_grow(size_t where, size_t amount
    [all...]
  /external/dbus/dbus/
dbus-auth-script.c 508 int where; local
511 "USERID_HEX", &where))
530 _dbus_string_delete (&to_send, where, strlen ("USERID_HEX"));
533 &to_send, where))
544 "USERNAME_HEX", &where))
563 _dbus_string_delete (&to_send, where, strlen ("USERNAME_HEX"));
566 &to_send, where))
  /external/dbus/tools/
dbus-monitor.c 302 const char *where; local
304 where = address;
310 where = "system bus";
313 where = "session bus";
316 where = "";
320 where,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
searchcvs.php 13 $where = "WHERE `date` >= DATE_SUB(CURDATE(), INTERVAL $days DAY)"; variable
17 array("regex" => "/author: ?(\S+)/", "sql" => "`author` LIKE '%%%s%%'", "sqlpart" => "where"),
18 array("regex" => "/file: ?(\S+)/", "sql" => "`cvsname` LIKE '%%%s%%'", "sqlpart" => "where"),
19 array("regex" => "/days: ?(\d+)/", "sql" => "`date` >= DATE_SUB(CURDATE(), INTERVAL %d DAY)", "sqlpart" => "where"),
20 array("regex" => "/(?:project|module): ?(\S+)/", "sql" => "`project` LIKE '%s'", "sqlpart" => "where"),
21 array("regex" => "/branch: ?(\S+)/", "sql" => "`branch` LIKE '%%%s%%'", "sqlpart" => "having") //is a calculated value, won't work in WHERE
25 $extra = array("where" => array(), "having" => array());
40 $where = "WHERE `bugid` = $regs[1]" variable
50 $where = "WHERE " . ($match ? $match : "1"); variable
    [all...]
  /external/icu4c/tools/icupkg/
icupkg.cpp 56 FILE *where=isHelp ? stdout : stderr; local
58 fprintf(where,
65 fprintf(where,
74 fprintf(where,
81 fprintf(where,
89 fprintf(where,
95 fprintf(where,
104 fprintf(where,
112 fprintf(where,
116 fprintf(where,
    [all...]

Completed in 3020 milliseconds

1 2 3 4 5 6