Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 24 of 24) sorted by relevance

/development/vndk/tools/header-checker/src/utils/
Dconfig_file.cpp58 std::string::size_type pos = line.rfind(']'); in ParseLine() local
69 std::string::size_type pos = line.find('='); in ParseLine() local
Dstring_utils.cpp57 std::string::size_type pos = 0; in Split() local
/development/tools/bugreport/src/com/android/bugreport/util/
DLines.java39 public int pos; field in Lines
122 public void rewind(int pos) { in rewind()
DArgParser.java65 public int pos() { in pos() method in ArgParser
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/
DMediaIDHelper.java69 int pos = mediaID.indexOf(LEAF_SEPARATOR); in extractMusicIDFromMediaID() local
85 int pos = mediaID.indexOf(LEAF_SEPARATOR); in getHierarchy() local
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DTextAlign.java57 float[] pos = new float[n * 2]; in buildTextPositions() local
93 float[] pos = mPos; in onDraw() local
DUnicodeChart.java63 float[] pos = mPos; in SampleView() local
/development/samples/Spinner/src/com/android/example/spinner/
DSpinnerActivity.java190 public void onItemSelected(AdapterView<?> parent, View v, int pos, long row) { in onItemSelected()
363 public void setSpinnerPosition(int pos) { in setSpinnerPosition()
/development/samples/browseable/WearDrawers/src/com.example.android.wearable.wear.weardrawers/
DMainActivity.java197 public String getItemText(int pos) { in getItemText()
202 public Drawable getItemDrawable(int pos) { in getItemDrawable()
/development/samples/ApiDemos/src/com/example/android/apis/os/
DMorseCodeConverter.java118 int pos = 1; in pattern() local
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
DSessionManager.java140 public PlaylistItem seek(String iid, long pos) { in seek()
238 public void suspend(long pos) { in suspend()
DPlaylistItem.java58 public void setPosition(long pos) { in setPosition()
DLocalPlayer.java141 int pos = (int)item.getPosition(); in seek() local
/development/tools/bugreport/src/com/android/bugreport/bugreport/
DBugreportParser.java96 int pos; in parse() local
/development/samples/AppNavigation/src/com/example/android/appnavigation/app/
DAppNavHomeActivity.java45 protected void onListItemClick(ListView lv, View v, int pos, long id) { in onListItemClick()
/development/vndk/tools/header-checker/src/repr/symbol/
Dversion_script_parser.cpp167 std::string::size_type pos = line.find(";"); in ParseSymbolLine() local
/development/samples/browseable/BasicAccessibility/src/com.example.android.basicaccessibility/
DDialView.java229 private float[] computeXYForPosition(final int pos, final float radius) { in computeXYForPosition()
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/provider/
DSampleMediaRouteProvider.java367 long pos = intent.getLongExtra(MediaControlIntent.EXTRA_ITEM_CONTENT_POSITION, 0); in handleEnqueue() local
427 long pos = intent.getLongExtra(MediaControlIntent.EXTRA_ITEM_CONTENT_POSITION, 0); in handleSeek() local
/development/samples/ApiDemos/src/com/example/android/apis/media/projection/
DMediaProjectionDemo.java174 public void onItemSelected(AdapterView<?> parent, View v, int pos, long id) { in onItemSelected()
/development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
DFoldingLayoutActivity.java345 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) { in onItemSelected()
/development/apps/CustomLocale/src/com/android/customlocale2/
DCustomLocaleActivity.java301 int pos = mListView.getCheckedItemPosition(); in getCheckedLocale() local
/development/vndk/tools/sourcedr/blueprint/
Dblueprint.py120 def __init__(self, buf, pos, message): argument
182 def compute_line_column(buf, pos): argument
/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
DPduComposer.java187 protected void arraycopy(byte[] buf, int pos, int length) { in arraycopy()
/development/vndk/tools/sourcedr/ninja/
Dninja.py254 def match(self, buf, pos): argument