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

1 23 4 5 6 7 8 91011>>

  /packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/
SearchContactsCursorLoader.java 67 String where = getProjection(context)[Projections.DISPLAY_NAME] + " IS NOT NULL"; local
68 where += " AND " + Phone.NUMBER + " IS NOT NULL";
69 return where;
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
opcode.cpp 60 auto where = std::find_if( local
63 if (where != std::end(vendor_tools)) return where->vendor_tool;
  /system/core/libutils/
VectorImpl.cpp 130 void* where = _grow(index, length); local
131 if (where) {
132 _do_copy(where, array, length);
134 return where ? index : (ssize_t)NO_MEMORY;
151 void* where = _grow(index, numItems); local
152 if (where) {
154 _do_splat(where, item, numItems);
156 _do_construct(where, numItems);
159 return where ? index : (ssize_t)NO_MEMORY;
379 void* VectorImpl::_grow(size_t where, size_t amount
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
xgate-dis.c 325 char *where; local
329 where = strstr (xgate_opcodes[i].constraints, lastName);
331 if (where)
333 length = strlen (where);
337 where = strstr (xgate_opcodes[i].constraints, currentName);
338 if (where)
340 length = strlen (where);
  /external/guava/guava/src/com/google/common/reflect/
TypeToken.java 200 * <p>Returns a new {@code TypeToken} where type variables represented by {@code typeParam}
206 * .where(new TypeParameter<K>() {}, keyType)
207 * .where(new TypeParameter<V>() {}, valueType);
214 public final <X> TypeToken<T> where(TypeParameter<X> typeParam, TypeToken<X> typeArg) { method in class:TypeToken
216 .where(ImmutableMap.of(
224 * <p>Returns a new {@code TypeToken} where type variables represented by {@code typeParam}
230 * .where(new TypeParameter<K>() {}, keyType)
231 * .where(new TypeParameter<V>() {}, valueType);
238 public final <X> TypeToken<T> where(TypeParameter<X> typeParam, Class<X> typeArg) { method in class:TypeToken
239 return where(typeParam, of(typeArg))
    [all...]
  /external/guava/guava-tests/test/com/google/common/reflect/
TypeResolverTest.java 40 assertEquals(String.class, new TypeResolver().where(t, String.class).resolveType(t));
47 new TypeResolver().where(t1, t2).where(t2, String.class).resolveType(t1));
53 assertEquals(t, resolver.where(t, t).resolveType(t));
59 assertEquals(t, resolver.where(t, t).resolveType(t));
65 assertEquals(t, resolver.where(t, t).resolveType(t));
71 resolver.where(String.class, String.class).resolveType(String.class));
77 assertEquals(t, resolver.where(t, t).resolveType(t));
82 TypeResolver resolver = new TypeResolver().where(t, String.class);
84 resolver.where(t, String.class)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
LocaleValidityChecker.java 34 public static class Where {
71 public boolean isValid(ULocale locale, Where where) {
72 where.set(null, null);
79 // // the only case where this is valid is if there is only an 'x' extension string
82 // return where.set(Datatype.x, "Null language only with x-...");
86 if (!isValid(Datatype.language, language, where)) {
89 where.set(null, null); // for x, well-formed == valid
94 if (!isValid(Datatype.script, script, where)) return false;
95 if (!isValid(Datatype.region, region, where)) return false
    [all...]
  /external/icu/icu4c/source/tools/icupkg/
icupkg.cpp 56 FILE *where=isHelp ? stdout : stderr; local
58 fprintf(where,
66 fprintf(where,
75 fprintf(where,
82 fprintf(where,
90 fprintf(where,
96 fprintf(where,
105 fprintf(where,
113 fprintf(where,
117 fprintf(where,
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
LocaleValidityChecker.java 32 public static class Where {
69 public boolean isValid(ULocale locale, Where where) {
70 where.set(null, null);
77 // // the only case where this is valid is if there is only an 'x' extension string
80 // return where.set(Datatype.x, "Null language only with x-...");
84 if (!isValid(Datatype.language, language, where)) {
87 where.set(null, null); // for x, well-formed == valid
92 if (!isValid(Datatype.script, script, where)) return false;
93 if (!isValid(Datatype.region, region, where)) return false
    [all...]
  /external/javassist/src/main/javassist/expr/
Cast.java 38 public CtBehavior where() { return super.where(); } method in class:Cast
Expr.java 98 public CtBehavior where() { method in class:Expr
FieldAccess.java 39 public CtBehavior where() { return super.where(); } method in class:FieldAccess
Instanceof.java 39 public CtBehavior where() { return super.where(); } method in class:Instanceof
MethodCall.java 49 public CtBehavior where() { return super.where(); } method in class:MethodCall
149 && !where().getDeclaringClass().getName().equals(getClassName());
NewArray.java 42 public CtBehavior where() { return super.where(); } method in class:NewArray
NewExpr.java 58 public CtBehavior where() { return super.where(); } method in class:NewExpr
  /external/libffi/src/powerpc/
ffi_linux64.c 600 char *where = next_arg.c; local
606 where += 8 - (*ptr)->size;
608 memcpy (where, *p_argv.c, (*ptr)->size);
719 /* pfr is the pointer to where f1-f13 are stored in ffi_closure_LINUX64 */
  /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
ffi_linux64.c 600 char *where = next_arg.c; local
606 where += 8 - (*ptr)->size;
608 memcpy (where, *p_argv.c, (*ptr)->size);
719 /* pfr is the pointer to where f1-f13 are stored in ffi_closure_LINUX64 */
  /external/python/cpython3/Modules/_ctypes/libffi/src/powerpc/
ffi_linux64.c 600 char *where = next_arg.c; local
606 where += 8 - (*ptr)->size;
608 memcpy (where, *p_argv.c, (*ptr)->size);
719 /* pfr is the pointer to where f1-f13 are stored in ffi_closure_LINUX64 */
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteDatabase.java 118 String where = selection; local
120 where = buildWhereClause(selection, selectionArgs);
124 columns, where, groupBy, having, orderBy, limit);
  /external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
PVRShellAPI.cpp 980 char* where = (char *) strchr(extension, ' '); local
981 if (where || *extension == '\0')
992 where = (char *) strstr((const char *) start, extension);
993 if (!where)
995 terminator = where + strlen(extension);
996 if (where == start || *(where - 1) == ' ')
  /frameworks/base/core/java/android/database/sqlite/
SQLiteQueryBuilder.java 86 * Append a chunk to the WHERE clause of the query. All chunks appended are surrounded
88 * WHERE clause looks like:
90 * WHERE (&lt;append chunk 1>&lt;append chunk2>) AND (&lt;query() selection parameter>)
92 * @param inWhere the chunk of text to append to the WHERE clause.
105 * Append a chunk to the WHERE clause of the query. All chunks appended are surrounded
107 * WHERE clause looks like:
109 * WHERE (&lt;append chunk 1>&lt;append chunk2>) AND (&lt;query() selection parameter>)
111 * @param inWhere the chunk of text to append to the WHERE clause. it will be escaped
183 * @param where A filter declaring which rows to return, formatted as an SQL
184 * WHERE clause (excluding the WHERE itself). Passing null wil
438 StringBuilder where = new StringBuilder(); local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
SmsMmsContacts.java 80 String where = CanonicalAddressesColumns._ID + " = " + id; local
81 Cursor c = resolver.query(ADDRESS_URI, ADDRESS_PROJECTION, where, null, null);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
CallLogPullRequest.java 155 String where = ContactsContract.RawContacts.CONTACT_ID + "=" + contactId; local
157 ContactsContract.RawContacts.CONTENT_URI, values, where, null);
  /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...]

Completed in 1951 milliseconds

1 23 4 5 6 7 8 91011>>