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

<<11121314151617181920>>

  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 1722 String where = ""; local
3081 public String where; field in class:MediaProvider.TableAndWhere
3086 String where = null; local
    [all...]
  /external/drm_hwcomposer/
glworker.cpp 131 const char *start, *where, *terminator; local
134 where = (char *)strstr((const char *)start, extension);
135 if (!where)
137 terminator = where + strlen(extension);
138 if (where == start || *(where - 1) == ' ')
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Edits.java 639 int where = findIndex(i, true);
640 if (where < 0) {
644 if (where > 0 || i == srcIndex) {
677 int where = findIndex(i, false);
678 if (where < 0) {
682 if (where > 0 || i == destIndex) {
773 * where each records Edits in addition to writing an output string.<br>
782 * <p>If unrelated Edits are passed in where the output string of the first
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
Trie2Test.java 63 errln(where() + e.toString());
124 errln(where() + " Unexpected iteration result");
230 errln(where() + " Unexpected exception: " + e);
358 errln(where() + e.toString());
685 errln(where() + " testName: " + testName + " getFromU16SingleLead() failed." +
767 private String where() { method in class:Trie2Test
  /external/icu/icu4c/source/common/
edits.cpp 739 int32_t where = findIndex(i, TRUE, errorCode);
740 if (where < 0) {
744 if (where > 0 || i == srcIndex) {
758 int32_t where = findIndex(i, FALSE, errorCode);
759 if (where < 0) {
763 if (where > 0 || i == destIndex) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Edits.java 650 int where = findIndex(i, true);
651 if (where < 0) {
655 if (where > 0 || i == srcIndex) {
689 int where = findIndex(i, false);
690 if (where < 0) {
694 if (where > 0 || i == destIndex) {
795 * where each records Edits in addition to writing an output string.<br>
804 * <p>If unrelated Edits are passed in where the output string of the first
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
Trie2Test.java 60 errln(where() + e.toString());
121 errln(where() + " Unexpected iteration result");
227 errln(where() + " Unexpected exception: " + e);
355 errln(where() + e.toString());
682 errln(where() + " testName: " + testName + " getFromU16SingleLead() failed." +
764 private String where() { method in class:Trie2Test
  /external/libunwind/src/ia64/
Gscript.c 272 if (r->where == IA64_WHERE_NONE || r->when >= sr->when_target)
279 if (r->where == IA64_WHERE_GR)
310 switch (r->where)
367 Dprintf ("%s: register %u has unexpected `where' value of %u\n",
368 __FUNCTION__, i, r->where);
402 if (sr->curr.reg[r].where == IA64_WHERE_NONE
455 && (sr.curr.reg[IA64_REG_PSP].where == IA64_WHERE_NONE)
  /external/webrtc/webrtc/base/
openssladapter.cc 844 OpenSSLAdapter::SSLInfoCallback(const SSL* s, int where, int ret) {
846 int w = where & ~SSL_ST_MASK;
852 if (where & SSL_CB_LOOP) {
854 } else if (where & SSL_CB_ALERT) {
855 str = (where & SSL_CB_READ) ? "read" : "write";
859 } else if (where & SSL_CB_EXIT) {
  /packages/services/Telecomm/src/com/android/server/telecom/ui/
MissedCallNotifierImpl.java 179 StringBuilder where = new StringBuilder();
180 where.append(Calls.NEW);
181 where.append(" = 1 AND ");
182 where.append(Calls.TYPE);
183 where.append(" = ?");
188 where.toString(), new String[]{ Integer.toString(Calls.
  /prebuilts/go/darwin-x86/src/math/
exp.go 52 // (where z=r*r, and the values of P1 to P5 are listed below)
64 // where
175 // exp1 returns e**r × 2**k where r = hi - lo and |r| ? ln(2)/2.
log1p.go 27 // where sqrt(2)/2 < 1+f < sqrt(2) .
51 // Note that 2s = f - s*f = f - hfsq + s*hfsq, where hfsq = f*f/2.
60 // where n*ln2_hi is always exact for |n| < 2000.
  /prebuilts/go/linux-x86/src/math/
exp.go 52 // (where z=r*r, and the values of P1 to P5 are listed below)
64 // where
175 // exp1 returns e**r × 2**k where r = hi - lo and |r| ? ln(2)/2.
log1p.go 27 // where sqrt(2)/2 < 1+f < sqrt(2) .
51 // Note that 2s = f - s*f = f - hfsq + s*hfsq, where hfsq = f*f/2.
60 // where n*ln2_hi is always exact for |n| < 2000.
  /external/curl/docs/examples/
hiperfifo.c 135 static void mcode_or_die(const char *where, CURLMcode code)
149 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s);
153 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s);
  /external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
decoder.py 262 next_sequence_lengths = array_ops.where(
274 lambda out, zero: array_ops.where(finished, zero, out),
288 return new if pass_through else array_ops.where(finished, cur, new)
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java 111 if (TextUtils.isEmpty(args.where)) {
127 Cursor result = qb.query(db, projection, args.where, args.args, null, null, sortOrder);
144 db.delete(args.table, args.where, args.args);
188 int count = db.delete(args.table, args.where, args.args);
199 int count = db.update(args.table, values, args.where, args.args);
332 // In the case where neither onCreate nor onUpgrade gets called, we read the maxId from
528 // Where's version 5?
719 + "SET icon=? WHERE _id=?");
721 c = db.rawQuery("SELECT _id, icon FROM favorites WHERE iconType=" +
1281 public final String where; field in class:LauncherProvider.SqlArguments
    [all...]
  /prebuilts/go/darwin-x86/src/index/suffixarray/
suffixarray.go 14 // offsets1 := index.Lookup(s, -1) // the list of all indices where s occurs in data
15 // offsets2 := index.Lookup(s, 3) // the list of at most 3 indices where s occurs in data
177 // find the first index where s would be the prefix
184 // Lookup returns an unsorted list of at most n indices where the byte string s
187 // Lookup time is O(log(N)*len(s) + len(result)) where N is the
206 // regular expression r, where a match is a pair of indices specifying
  /prebuilts/go/linux-x86/src/index/suffixarray/
suffixarray.go 14 // offsets1 := index.Lookup(s, -1) // the list of all indices where s occurs in data
15 // offsets2 := index.Lookup(s, 3) // the list of at most 3 indices where s occurs in data
177 // find the first index where s would be the prefix
184 // Lookup returns an unsorted list of at most n indices where the byte string s
187 // Lookup time is O(log(N)*len(s) + len(result)) where N is the
206 // regular expression r, where a match is a pair of indices specifying
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsContract_ContactsTest.java 244 * Make sure the rounded usage stats values are also what the callers would see in where
276 final String where = local
280 assertEquals(1, mResolver.update(Contacts.CONTENT_URI, cv, where, null));
281 assertEquals(1, mResolver.update(RawContacts.CONTENT_URI, cv, where, null));
285 assertEquals(1, mResolver.delete(RawContacts.CONTENT_URI, where, null));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
mactoolboxglue.c 273 &e->where.h,
274 &e->where.v,
286 e->where.h,
287 e->where.v,
  /external/antlr/antlr-3.4/runtime/ActionScript/project/test/org/antlr/runtime/test/
TestANTLRStringStream.as 95 // make sure we are where we expect to be
120 // make sure we are where we expect to be
  /external/boringssl/ios-arm/crypto/fipsmodule/
sha256-armv4.S 12 @ CRYPTOGAMS licenses depending on where you obtain it. For further
    [all...]
sha512-armv4.S 12 @ CRYPTOGAMS licenses depending on where you obtain it. For further
    [all...]
  /external/boringssl/linux-arm/crypto/fipsmodule/
sha256-armv4.S 13 @ CRYPTOGAMS licenses depending on where you obtain it. For further
    [all...]

Completed in 787 milliseconds

<<11121314151617181920>>