Searched refs:cur (Results 1 – 6 of 6) sorted by relevance
61 Cursor cur = mContentResolver.query(uri, null, in prepare() local63 Log.i(TAG, "Query finished. " + (cur == null ? "Returned NULL." : "Returned a cursor.")); in prepare()65 if (cur == null) { in prepare()70 if (!cur.moveToFirst()) { in prepare()79 int artistColumn = cur.getColumnIndex(MediaStore.Audio.Media.ARTIST); in prepare()80 int titleColumn = cur.getColumnIndex(MediaStore.Audio.Media.TITLE); in prepare()81 int albumColumn = cur.getColumnIndex(MediaStore.Audio.Media.ALBUM); in prepare()82 int durationColumn = cur.getColumnIndex(MediaStore.Audio.Media.DURATION); in prepare()83 int idColumn = cur.getColumnIndex(MediaStore.Audio.Media._ID); in prepare()90 Log.i(TAG, "ID: " + cur.getString(idColumn) + " Title: " + cur.getString(titleColumn)); in prepare()[all …]
109 float adjDelta(float cur, float minStep, float maxStep) { in adjDelta() argument110 cur += (Math.random()*minStep) - (minStep/2); in adjDelta()111 if (cur < 0 && cur > -minStep) cur = -minStep; in adjDelta()112 if (cur >= 0 && cur < minStep) cur = minStep; in adjDelta()113 if (cur > maxStep) cur = maxStep; in adjDelta()114 if (cur < -maxStep) cur = -maxStep; in adjDelta()115 return cur; in adjDelta()
625 String cur = tok.nextToken(); in commandLineSplit() local626 if (!insideQuote && cur.startsWith("\"")) { in commandLineSplit()628 quotedWord.append(replaceQuotedChars(cur)); in commandLineSplit()632 if (cur.endsWith("\"")) { in commandLineSplit()634 quotedWord.append(" ").append(replaceQuotedChars(cur)); in commandLineSplit()640 quotedWord.append(" ").append(replaceQuotedChars(cur)); in commandLineSplit()643 result.add(replaceQuotedChars(cur)); in commandLineSplit()
181 struct linux_bigint cur; member
META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
META-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml sun_checks.xml com/ ...