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

1 2 3 4 5 6 7 8

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/
values.pass.cpp 29 void where(const _Tp &) {} function
38 where(E::table_size);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.const/
constants.pass.cpp 32 void where(const _Tp &) {} function
49 where(BR::icase);
50 where(BR::nosubs);
51 where(BR::optimize);
52 where(BR::collate);
53 where(BR::ECMAScript);
54 where(BR::basic);
55 where(BR::extended);
56 where(BR::awk);
57 where(BR::grep)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/
values.pass.cpp 30 void where(const _Tp &) {} function
40 where(E::block_size);
41 where(E::used_block);
52 where(E::block_size);
53 where(E::used_block);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/
values.pass.cpp 44 void where(const _Tp &) {} function
66 where(E::word_size);
67 where(E::state_size);
68 where(E::shift_size);
69 where(E::mask_bits);
70 where(E::xor_mask);
71 where(E::tempering_u);
72 where(E::tempering_d);
73 where(E::tempering_s);
74 where(E::tempering_b)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/
values.pass.cpp 32 void where(const _Tp &) {} function
44 where(E::word_size);
45 where(E::short_lag);
46 where(E::long_lag);
47 where(E::default_seed);
60 where(E::word_size);
61 where(E::short_lag);
62 where(E::long_lag);
63 where(E::default_seed);
  /external/chromium_org/third_party/icu/source/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/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,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/
values.pass.cpp 29 void where(const _Tp &) {} function
43 where(LCE::multiplier);
44 where(LCE::increment);
45 where(LCE::modulus);
46 where(LCE::default_seed);
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayAdd.h 39 SkDrawable* where; // if NULL, offset becomes index member in class:SkAdd
  /external/qemu/distrib/sdl-1.2.15/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/services/Telephony/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.15/src/video/bwindow/
SDL_sysevents.cc 167 BPoint where; local
169 if (msg->FindPoint("where", &where) == B_OK && msg->FindInt32("be:transit", &transit) == B_OK) {
173 x = (int)where.x - x;
174 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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py 13 should call Tkdnd.dnd_start(source, event), where 'source' is the
35 function is called as dnd_accept(source, event), where 'source' is the
242 # where the pointer is relative to the label widget:
245 # where the widget is relative to the canvas:
249 x, y = self.where(self.canvas, event)
255 def where(self, canvas, event): member in class:Icon
256 # where the corner of the canvas is relative to the screen:
259 # where the pointer is relative to the canvas widget:
281 x, y = source.where(self.canvas, event)
288 x, y = source.where(self.canvas, event
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py 13 should call Tkdnd.dnd_start(source, event), where 'source' is the
35 function is called as dnd_accept(source, event), where 'source' is the
242 # where the pointer is relative to the label widget:
245 # where the widget is relative to the canvas:
249 x, y = self.where(self.canvas, event)
255 def where(self, canvas, event): member in class:Icon
256 # where the corner of the canvas is relative to the screen:
259 # where the pointer is relative to the canvas widget:
281 x, y = source.where(self.canvas, event)
288 x, y = source.where(self.canvas, event
    [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;
  /developers/samples/android/common/src/java/com/example/android/common/db/
SelectionBuilder.java 44 * <p>If multiple where() statements are provided, they're combined using {@code AND}.
51 * .where(FeedContract.Entry._ID + "=?", id); // String _ID = "_ID"
56 * <p>In this example, the table name and filters ({@code WHERE} clauses) are both explicitly
73 * // + Tables.SESSIONS + " WHERE " + Qualified.SESSIONS_BLOCK_ID + "="
83 * .where(Qualified.SESSIONS_BLOCK_ID + "=?", blockId);
119 * <p>In the most basic usage, simply provide a selection in SQL {@code WHERE} statement format.
124 * .where("blog_posts.category = 'PROGRAMMING');
137 * .where("blog_posts.title contains ?, userSearchString);
140 * @param selection SQL where statement
145 public SelectionBuilder where(String selection, String... selectionArgs) method in class:SelectionBuilder
    [all...]
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/db/
SelectionBuilder.java 44 * <p>If multiple where() statements are provided, they're combined using {@code AND}.
51 * .where(FeedContract.Entry._ID + "=?", id); // String _ID = "_ID"
56 * <p>In this example, the table name and filters ({@code WHERE} clauses) are both explicitly
73 * // + Tables.SESSIONS + " WHERE " + Qualified.SESSIONS_BLOCK_ID + "="
83 * .where(Qualified.SESSIONS_BLOCK_ID + "=?", blockId);
119 * <p>In the most basic usage, simply provide a selection in SQL {@code WHERE} statement format.
124 * .where("blog_posts.category = 'PROGRAMMING');
137 * .where("blog_posts.title contains ?, userSearchString);
140 * @param selection SQL where statement
145 public SelectionBuilder where(String selection, String... selectionArgs) method in class:SelectionBuilder
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
chashtst.c 286 static const char where[] = "where"; local
304 _put(hash, where, 3, 0);
  /external/icu4c/i18n/
uspoof_wsconf.cpp 339 void *where = spImpl->fSpoofData->reserveSpace(size, status); local
340 utrie2_serialize(anyCaseTrie, where, size, &status);
352 where = spImpl->fSpoofData->reserveSpace(size, status);
353 utrie2_serialize(lowerCaseTrie, where, size, &status);

Completed in 835 milliseconds

1 2 3 4 5 6 7 8