HomeSort by relevance Sort by last modified time
    Searched defs:where (Results 76 - 100 of 486) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
PhoneLoader.java 116 // We need to check for NULL explicitly otherwise entries with where READ is NULL
119 StringBuilder where = new StringBuilder(); local
124 where.append(String.format("(%s = ?)", CallLog.Calls.TYPE));
127 String selection = where.length() > 0 ? where.toString() : null;
  /packages/apps/Dialer/java/com/android/dialer/database/
CallLogQueryHandler.java 109 StringBuilder where = new StringBuilder(); local
114 .appendOmtpVoicemailStatusSelectionClause(context, where, selectionArgs);
122 where.toString(),
131 StringBuilder where = local
137 .appendOmtpVoicemailSelectionClause(context, where, selectionArgs);
144 where.toString(),
152 StringBuilder where = new StringBuilder(); local
156 where.append("(").append(Calls.TYPE).append(" != ?)");
161 where.append(" AND (").append(Voicemails.DELETED).append(" = 0)");
165 where.append(" AND (").append(Calls.NEW).append(" = 1)")
    [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailConversationCursor.java 230 final String where = EmailContent.MessageColumns.MAILBOX_KEY + " = ? AND " + local
233 resolver.update(uri, contentValues, where, selectionArgs);
  /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...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDebug.java 38 * The info is displayed as a ListActivity, where each entry has the calendar name
99 String where = CalendarContract.Events.CALENDAR_ID + "=" + id; local
101 CalendarContract.Events.CONTENT_URI, EVENTS_PROJECTION, where,
  /packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
SmsProviderTest.java 229 String where = "reference_number=?"; local
231 assertEquals(1, mContentResolver.delete(mRawUri, where, whereArgs));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
rpc_msg.h 96 caddr_t where; member in struct:accepted_reply::__anon63000::__anon63002
  /toolchain/binutils/binutils-2.27/bfd/
elf32-d10v.c 324 bfd_byte *where,
332 insn = bfd_get_8 (abfd, where);
335 insn = bfd_get_16 (abfd, where);
338 insn = bfd_get_32 (abfd, where);
359 bfd_byte *where,
370 insn &= bfd_get_8 (abfd, where);
372 bfd_put_8 (abfd, insn, where);
375 insn &= bfd_get_16 (abfd, where);
377 bfd_put_16 (abfd, insn, where);
380 insn &= bfd_get_32 (abfd, where);
446 bfd_byte *where = contents + rel->r_offset; local
    [all...]
verilog.c 79 bfd_vma where; member in struct:verilog_data_list_struct
132 entry->where = section->lma + offset;
138 && entry->where >= tdata->tail->where)
149 *look != NULL && (*look)->where < entry->where;
221 verilog_write_address (abfd, list->where);
  /toolchain/binutils/binutils-2.27/gas/config/
tc-ft32.c 479 unsigned char * where = (unsigned char *) buf;
484 result |= (where[n] & 255);
478 unsigned char * where = (unsigned char *) buf; local
tc-ip2k.c 59 /* Flag to detect when switching to code section where insn alignment is
385 char *where = fixP->fx_frag->fr_literal + fixP->fx_where;
390 = cgen_get_insn_value (cd, (unsigned char *) where,
381 char *where = fixP->fx_frag->fr_literal + fixP->fx_where; local
tc-moxie.c 241 char *where; local
259 where = frag_more (4);
261 (where - frag_now->fr_literal),
275 char *where; local
278 where = frag_more (4);
280 (where - frag_now->fr_literal),
378 char *where; local
382 where = frag_more (4);
384 (where - frag_now->fr_literal),
733 unsigned char * where = (unsigned char *) buf
732 unsigned char * where = (unsigned char *) buf; local
    [all...]
tc-tic54x.h 59 char *where; member in struct:bit_info
tc-xstormy16.c 196 int where,
241 fix_new_exp (f, where, nbytes, exp, 0, code);
249 int where,
262 fixP = gas_cgen_record_fixup_exp (frag, where, insn, length,
445 char *where = fixP->fx_frag->fr_literal + fixP->fx_where;
450 /* md_cgen_lookup_reloc() will adjust this to compensate for where
507 cgen_get_insn_value (cd, (unsigned char *) where,
513 cgen_put_insn_value (cd, (unsigned char *) where,
519 (unsigned char *) where,
554 md_number_to_chars (where, value, 1)
441 char *where = fixP->fx_frag->fr_literal + fixP->fx_where; local
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
msp430-dis.c 204 int where = 0; local
415 where = insn & 0x03ff;
416 if (where & 0x200)
417 where |= ~0x03ff;
418 if (where > 512 || where < -511)
421 where *= 2;
422 sprintf (op, "$%+-8d", where + 2);
423 sprintf (comm, "abs 0x%lx", (long) (addr + 2 + where));
  /external/e2fsprogs/debugfs/
logdump.c 49 enum journal_location where; member in struct:journal_source
93 journal_source.where = JOURNAL_IS_INTERNAL;
205 journal_source.where = JOURNAL_IS_EXTERNAL;
233 journal_source.where = JOURNAL_IS_INTERNAL;
256 journal_source.where = JOURNAL_IS_EXTERNAL;
262 if (journal_source.where == JOURNAL_IS_INTERNAL)
285 if (source->where == JOURNAL_IS_EXTERNAL) {
599 static void show_indirect(FILE *out_file, const char *name, __u32 where)
601 if (where)
602 fprintf(out_file, "(%s): %u ", name, where);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
BreakIterator.java 43 * <li>getLineInstance() returns a BreakIterator that locates positions where it is
558 * @param where A locale specifying the language of the text to be
561 * @throws NullPointerException if <code>where</code> is null.
563 public static BreakIterator getWordInstance(Locale where)
565 return getBreakInstance(ULocale.forLocale(where), KIND_WORD);
570 * @param where A locale specifying the language of the text to be
573 * @throws NullPointerException if <code>where</code> is null.
575 public static BreakIterator getWordInstance(ULocale where)
577 return getBreakInstance(where, KIND_WORD);
595 * @param where A Locale specifying the language of the text being broken
875 private ULocale where; field in class:BreakIterator.BreakIteratorCache
    [all...]
  /external/icu/icu4c/source/test/intltest/
restest.cpp 95 E_Where where; member in struct:__anon21731
118 * Return a random unsigned long l where 0N <= l <= ULONG_MAX.
138 * Return a random double x where 0.0 <= x < 1.0.
147 * Return a random integer i where 0 <= i < n.
372 for (j=param[i].where; j>=0; --j)
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
BreakIterator.java 42 * <li>getLineInstance() returns a BreakIterator that locates positions where it is
593 * @param where A locale specifying the language of the text to be
596 * @throws NullPointerException if <code>where</code> is null.
599 public static BreakIterator getWordInstance(Locale where)
601 return getBreakInstance(ULocale.forLocale(where), KIND_WORD);
606 * @param where A locale specifying the language of the text to be
609 * @throws NullPointerException if <code>where</code> is null.
612 public static BreakIterator getWordInstance(ULocale where)
614 return getBreakInstance(where, KIND_WORD);
633 * @param where A Locale specifying the language of the text being broken
926 private ULocale where; field in class:BreakIterator.BreakIteratorCache
    [all...]
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
EABDbUtil.java 358 String where = EABContract.EABColumns.CONTACT_NUMBER + " = ? AND " local
364 .withSelection(where, new String[] { phoneNumber, rawContactId, dataId }).build());
  /external/javassist/src/main/javassist/bytecode/
CodeAttribute.java 390 ldc.where = i;
429 int where; field in class:CodeAttribute.LdcEntry
442 int where = ldc.where;
443 code = CodeIterator.insertGapCore0(code, where, 1, false, etable, ca);
444 code[where] = (byte)Opcode.LDC_W;
445 ByteArray.write16bit(ldc.index, code, where + 1);
463 * @param where the index of the new parameter.
470 public void insertLocalVar(int where, int size) throws BadBytecode {
473 shiftIndex(ci, where, size)
    [all...]
StackMap.java 375 void shiftPc(int where, int gapSize, boolean exclusive)
378 new Shifter(this, where, gapSize, exclusive).visit();
382 private int where, gap; field in class:StackMap.Shifter
385 public Shifter(StackMap smt, int where, int gap, boolean exclusive) {
387 this.where = where;
393 if (exclusive ? where <= offset : where < offset)
407 * @param where the position of the removed NEW opcode.
409 public void removeNew(int where) throws CannotCompileException
    [all...]
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_context.c 76 struct SVGAGuestPtr *where; member in struct:vmw_buffer_relocation::__anon30275::__anon30276
209 *reloc->region.where = ptr;
359 struct SVGAGuestPtr *where,
370 reloc->region.where = where;
466 uint32 *where,
500 if (where)
501 *where = vsurf->sid;
506 uint32 *where,
516 *where = SVGA3D_INVALID_ID
    [all...]
  /external/tensorflow/tensorflow/python/ops/
array_ops.py 600 tensor shape, where `size[i]` is the number of elements of the 'i'th dimension
980 # handle the case where the list arguments are other
2573 def where(condition, x=None, y=None, name=None): function
    [all...]
  /frameworks/base/core/java/android/text/
Selection.java 26 * A cursor is a selection where the start and end are at the same offset.
419 int where = findEdge(text, layout, -1); local
420 extendSelection(text, where);
425 int where = findEdge(text, layout, 1); local
426 extendSelection(text, where);
431 int where = findEdge(text, layout, -1); local
432 setSelection(text, where);
437 int where = findEdge(text, layout, 1); local
438 setSelection(text, where);

Completed in 824 milliseconds

1 2 34 5 6 7 8 91011>>