HomeSort by relevance Sort by last modified time
    Searched refs:where (Results 126 - 150 of 2398) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowTextUtils.java 18 CharSequence text, TextPaint p, float avail, TruncateAt where) {
19 // This shadow follows the convention of ShadowPaint#measureText where each
  /external/valgrind/drd/
drd_malloc_wrappers.h 44 ExeContext** const where);
drd_malloc_wrappers.c 51 ExeContext* where; // where it was allocated member in struct:_DRD_Chunk
105 mc->where = VG_(record_ExeContext)(tid, 0);
209 mc->where = VG_(record_ExeContext)(tid, 0);
217 mc->where = VG_(record_ExeContext)(tid, 0);
239 mc->where = VG_(record_ExeContext)(tid, 0);
318 ExeContext** const where)
324 tl_assert(where);
333 *where = mc->where;
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SqliteWrapper.java 77 ContentValues values, String where, String[] selectionArgs) {
79 return resolver.update(uri, values, where, selectionArgs);
88 String where, String[] selectionArgs) {
90 return resolver.delete(uri, where, selectionArgs);
  /frameworks/base/core/java/android/webkit/
WebIconDatabase.java 54 * @param path The directory path where the icon database will be stored.
79 public abstract void bulkRequestIconForPageUrl(ContentResolver cr, String where,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationPresenter.java 81 * @param where which view caused this wake up request
83 void wakeUpIfDozing(long time, View where);
  /frameworks/opt/telephony/src/java/com/google/android/mms/util/
SqliteWrapper.java 89 ContentValues values, String where, String[] selectionArgs) {
91 return resolver.update(uri, values, where, selectionArgs);
100 String where, String[] selectionArgs) {
102 return resolver.delete(uri, where, selectionArgs);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
obstack.h 75 so we just point to it where it lies. No moving of chars is
133 where pointers can be converted to integers, aligned as integers,
157 char *next_free; /* where to add next char to current object */
296 # define obstack_grow(OBSTACK,where,length) \
302 memcpy (__o->next_free, where, __len); \
306 # define obstack_grow0(OBSTACK,where,length) \
312 memcpy (__o->next_free, where, __len); \
372 # define obstack_copy(OBSTACK,where,length) \
375 obstack_grow (__h, (where), (length)); \
378 # define obstack_copy0(OBSTACK,where,length)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
obstack.h 79 so we just point to it where it lies. No moving of chars is
170 char *next_free; /* where to add next char to current object */
335 # define obstack_grow(OBSTACK,where,length) \
341 _obstack_memcpy (__o->next_free, (where), __len); \
345 # define obstack_grow0(OBSTACK,where,length) \
351 _obstack_memcpy (__o->next_free, (where), __len); \
411 # define obstack_copy(OBSTACK,where,length) \
414 obstack_grow (__h, (where), (length)); \
417 # define obstack_copy0(OBSTACK,where,length) \
420 obstack_grow0 (__h, (where), (length));
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
input-file.c 233 input_file_give_next_buffer (char *where /* Where to place 1st character of new buffer. */)
241 stdin and stdout, for the case where our input file is stdin.
245 size = do_scrub_chars (input_file_get, where, BUFFER_SIZE);
247 size = input_file_get (where, BUFFER_SIZE);
250 return_value = where + size;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/iq2000/
noyield.s 1 # This test case includes a number of cases where a yield instruction
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m32r/
parallel.s 1 ; Test error messages where parallel instructions conflict
wrongsize.s 1 ; Test error messages in instances where an insn of a particular size
  /toolchain/binutils/binutils-2.27/include/
obstack.h 73 so we just point to it where it lies. No moving of chars is
134 where pointers can be converted to integers, aligned as integers,
168 char *next_free; /* where to add next char to current object */
313 # define obstack_grow(OBSTACK, where, length) \
319 memcpy (__o->next_free, where, __len); \
323 # define obstack_grow0(OBSTACK, where, length) \
329 memcpy (__o->next_free, where, __len); \
389 # define obstack_copy(OBSTACK, where, length) \
392 obstack_grow (__h, (where), (length)); \
395 # define obstack_copy0(OBSTACK, where, length)
    [all...]
  /packages/apps/Messaging/tests/src/com/android/messaging/
FakeContentProvider.java 40 private final String where; field in class:FakeContentProvider.ContentOverride
45 ContentOverride(final String uri, final String where, final String args,
48 this.where = where;
54 boolean match(final String uri, final String where, final String[] args) {
55 if (!this.uri.equals(uri) || !TextUtils.equals(this.where, where)) {
88 public void addOverrideData(final Uri uri, final String where, final String args,
90 mOverrides.add(new ContentOverride(uri.toString(), where, args, columns, data));
114 + " where " + selectio
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ilist.h 316 // circularly linked list where we snip the 'next' link from the sentinel node
409 iterator insert(iterator where, NodeTy *New) {
410 NodeTy *CurNode = where.getNodePtrUnchecked();
425 iterator insertAfter(iterator where, NodeTy *New) {
429 return insert(++where, New);
447 // strictly required, but this catches errors where a node is removed from
462 iterator erase(iterator where) {
463 this->deleteNode(remove(where));
464 return where;
547 template<class InIt> void insert(iterator where, InIt first, InIt last)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-avr.c 725 where xx is: hh, hi, lo. */
852 int where,
1142 int where = frag - frag_now->fr_literal; local
1298 unsigned char *where; local
1953 int where; local
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
coffgrok.c 211 struct coff_where *where = local
218 where->offset = sym->n_value;
226 where->where = coff_where_member_of_struct;
227 where->offset = sym->n_value / 8;
228 where->bitoffset = sym->n_value % 8;
229 where->bitsize = rawsyms[i + 1].u.auxent.x_sym.x_misc.x_lnsz.x_size;
232 where->where = coff_where_member_of_enum;
236 where->where = coff_where_member_of_struct
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaAdapter.java 72 TextView where; field in class:AgendaAdapter.ViewHolder
123 holder.where = (TextView) view.findViewById(R.id.where);
138 holder.where.setTextColor(mWhereDeclinedColor);
143 holder.where.setTextColor(mWhereColor);
170 holder.where.setTextColor(mStandardColor);
176 TextView where = holder.where; local
256 // Where
259 where.setVisibility(View.VISIBLE)
    [all...]
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/provider/
FeedProvider.java 101 builder.where(FeedContract.Entry._ID + "=?", id);
105 .where(selection, selectionArgs);
156 .where(selection, selectionArgs)
162 .where(FeedContract.Entry._ID + "=?", id)
163 .where(selection, selectionArgs)
188 .where(selection, selectionArgs)
194 .where(FeedContract.Entry._ID + "=?", id)
195 .where(selection, selectionArgs)
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/provider/
FeedProvider.java 101 builder.where(FeedContract.Entry._ID + "=?", id);
105 .where(selection, selectionArgs);
156 .where(selection, selectionArgs)
162 .where(FeedContract.Entry._ID + "=?", id)
163 .where(selection, selectionArgs)
188 .where(selection, selectionArgs)
194 .where(FeedContract.Entry._ID + "=?", id)
195 .where(selection, selectionArgs)
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/provider/
FeedProvider.java 101 builder.where(FeedContract.Entry._ID + "=?", id);
105 .where(selection, selectionArgs);
156 .where(selection, selectionArgs)
162 .where(FeedContract.Entry._ID + "=?", id)
163 .where(selection, selectionArgs)
188 .where(selection, selectionArgs)
194 .where(FeedContract.Entry._ID + "=?", id)
195 .where(selection, selectionArgs)
  /external/autotest/tko/
machine_test_attribute_graph.cgi 24 where = { 'subdir' : benchmark, 'machine_idx' : machine.idx }
25 for test in frontend.test.select(db, where):
  /external/avb/libavb_user/
avb_ops_user.cpp 119 off_t where; local
140 where = lseek(fd, offset, SEEK_SET);
141 if (where == -1) {
146 if (where != offset) {
182 off_t where; local
193 where = lseek(fd, offset, SEEK_SET);
194 if (where == -1) {
199 if (where != offset) {
  /external/curl/src/
tool_cb_see.c 116 * Truncate a file handle at a 64-bit position 'where'.
119 int tool_ftruncate64(int fd, curl_off_t where)
121 if(_lseeki64(fd, where, SEEK_SET) < 0)

Completed in 1306 milliseconds

1 2 3 4 56 7 8 91011>>