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

<<11121314151617181920>>

  /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);
  /libcore/ojluni/src/test/java/nio/file/
TestUtil.java 36 static public Path createTemporaryDirectory(String where) throws IOException {
37 Path dir = FileSystems.getDefault().getPath(where);
  /packages/apps/Dialer/java/com/android/dialer/speeddial/
AddFavoriteActivity.java 101 String where = Contacts._ID + " = ?"; local
103 return getContentResolver().update(Contacts.CONTENT_URI, contentValues, where, selectionArgs);
  /packages/apps/Dialer/java/com/android/voicemail/
VoicemailClient.java 99 Context context, StringBuilder where, List<String> selectionArgs);
110 Context context, StringBuilder where, List<String> selectionArgs);
  /packages/apps/Dialer/java/com/android/voicemail/stub/
StubVoicemailClient.java 53 Context context, StringBuilder where, List<String> selectionArgs) {}
57 Context context, StringBuilder where, List<String> selectionArgs) {}
  /packages/apps/Launcher3/src/com/android/launcher3/provider/
LossyScreenMigrationTask.java 58 protected Cursor queryWorkspace(String[] columns, String where) {
59 return mDb.query(Favorites.TABLE_NAME, columns, where, null, null, null, null);
  /packages/apps/Launcher3/src/com/android/launcher3/util/
ContentWriter.java 120 public CommitParams(String where, String[] selectionArgs) {
121 mWhere = where;
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
IdleHistory.py 29 def _put_source(self, where, source):
31 self.text.insert(where, output)
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
argvemulator.py 53 what, message, when, where, modifiers = event
54 h, v = where
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
IdleHistory.py 29 def _put_source(self, where, source):
31 self.text.insert(where, output)
  /prebuilts/go/darwin-x86/misc/cgo/testasan/
main.go 18 // occupy memory where Go runtime would normally map heap
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/report/testdata/sample/
sample.go 14 var cpuProfile = flag.String("cpuprofile", "", "where to write cpu profile")
  /prebuilts/go/darwin-x86/src/math/
j0.go 31 // j0(x) = 1-z/4+ z**2*R0/S0, where z = x*x;
35 // where x0 = x-pi/4. It is better to compute sin(x0),cos(x0)
57 // where
65 // where x0 = x-pi/4. It is better to compute sin(x0),cos(x0)
185 // where x0 = x-pi/4
231 // 1 - 9/128 s**2 + 11025/98304 s**4 - ..., where s = 1/x.
234 // where R = pR0 + pR1*s**2 + pR2*s**4 + ... + pR5*s**10
330 // -1/8 s + 75/1024 s**3 - ..., where s = 1/x.
333 // where R = qR0 + qR1*s**2 + qR2*s**4 + ... + qR5*s**10
j1.go 31 // j1(x) = x/2 + x*z*R0/S0, where z = x*x;
36 // where x1 = x-3*pi/4. It is better to compute sin(x1),cos(x1)
59 // where for x in [0,2] (abs err less than 2**-65.89)
66 // where x1 = x-3*pi/4. It is better to compute sin(x1),cos(x1)
194 // where x0 = x-3pi/4
224 // 1 + 15/128 s**2 - 4725/2**15 s**4 - ..., where s = 1/x.
227 // where R = pr0 + pr1*s**2 + pr2*s**4 + ... + pr5*s**10
323 // 3/8 s - 105/1024 s**3 - ..., where s = 1/x.
326 // where R = qr1*s**2 + qr2*s**4 + ... + qr5*s**10
  /prebuilts/go/darwin-x86/src/os/
wait_unimp.go 13 // or where we have not implemented it yet.
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_ios.go 23 // app bundle: "/private/.../bundlename.app". That's where we
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue22083.go 7 // The compiler was panicking on the wrong line number, where
issue4518.go 8 // where F has multiple returns is miscompiled by 6g due to
issue4909a.go 8 // where x is a field of an embedded pointer field.
  /prebuilts/go/linux-x86/misc/cgo/testasan/
main.go 18 // occupy memory where Go runtime would normally map heap
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/report/testdata/sample/
sample.go 14 var cpuProfile = flag.String("cpuprofile", "", "where to write cpu profile")
  /prebuilts/go/linux-x86/src/math/
j0.go 31 // j0(x) = 1-z/4+ z**2*R0/S0, where z = x*x;
35 // where x0 = x-pi/4. It is better to compute sin(x0),cos(x0)
57 // where
65 // where x0 = x-pi/4. It is better to compute sin(x0),cos(x0)
185 // where x0 = x-pi/4
231 // 1 - 9/128 s**2 + 11025/98304 s**4 - ..., where s = 1/x.
234 // where R = pR0 + pR1*s**2 + pR2*s**4 + ... + pR5*s**10
330 // -1/8 s + 75/1024 s**3 - ..., where s = 1/x.
333 // where R = qR0 + qR1*s**2 + qR2*s**4 + ... + qR5*s**10
j1.go 31 // j1(x) = x/2 + x*z*R0/S0, where z = x*x;
36 // where x1 = x-3*pi/4. It is better to compute sin(x1),cos(x1)
59 // where for x in [0,2] (abs err less than 2**-65.89)
66 // where x1 = x-3*pi/4. It is better to compute sin(x1),cos(x1)
194 // where x0 = x-3pi/4
224 // 1 + 15/128 s**2 - 4725/2**15 s**4 - ..., where s = 1/x.
227 // where R = pr0 + pr1*s**2 + pr2*s**4 + ... + pr5*s**10
323 // 3/8 s - 105/1024 s**3 - ..., where s = 1/x.
326 // where R = qr1*s**2 + qr2*s**4 + ... + qr5*s**10
  /prebuilts/go/linux-x86/src/os/
wait_unimp.go 13 // or where we have not implemented it yet.
  /prebuilts/go/linux-x86/src/time/
zoneinfo_ios.go 23 // app bundle: "/private/.../bundlename.app". That's where we

Completed in 613 milliseconds

<<11121314151617181920>>