/development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/ |
D | StableArrayAdapter.java | 31 public StableArrayAdapter(Context context, int textViewResourceId, List<String> objects) { in StableArrayAdapter() argument 32 super(context, textViewResourceId, objects); in StableArrayAdapter() 33 for (int i = 0; i < objects.size(); ++i) { in StableArrayAdapter() 34 mIdMap.put(objects.get(i), i); in StableArrayAdapter()
|
/development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/ |
D | StableArrayAdapter.java | 33 List<String> objects, View.OnTouchListener listener) { in StableArrayAdapter() argument 34 super(context, textViewResourceId, objects); in StableArrayAdapter() 36 for (int i = 0; i < objects.size(); ++i) { in StableArrayAdapter() 37 mIdMap.put(objects.get(i), i); in StableArrayAdapter()
|
/development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/ |
D | StableArrayAdapter.java | 33 List<String> objects, View.OnTouchListener listener) { in StableArrayAdapter() argument 34 super(context, textViewResourceId, objects); in StableArrayAdapter() 36 for (int i = 0; i < objects.size(); ++i) { in StableArrayAdapter() 37 mIdMap.put(objects.get(i), i); in StableArrayAdapter()
|
/development/samples/devbytes/animation/ListViewAnimations/src/com/example/android/listviewanimations/ |
D | ListViewAnimations.java | 114 List<String> objects) { in StableArrayAdapter() argument 115 super(context, textViewResourceId, objects); in StableArrayAdapter() 116 for (int i = 0; i < objects.size(); ++i) { in StableArrayAdapter() 117 mIdMap.put(objects.get(i), i); in StableArrayAdapter()
|
/development/samples/devbytes/ui/ListViewDeletion/src/com/example/android/listviewdeletion/ |
D | ListViewDeletion.java | 155 List<String> objects) { in StableArrayAdapter() argument 156 super(context, textViewResourceId, objects); in StableArrayAdapter() 157 for (int i = 0; i < objects.size(); ++i) { in StableArrayAdapter() 158 mIdMap.put(objects.get(i), i); in StableArrayAdapter()
|
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/ |
D | DeviceListFragment.java | 111 List<WifiP2pDevice> objects) { in WiFiPeerListAdapter() argument 112 super(context, textViewResourceId, objects); in WiFiPeerListAdapter() 113 items = objects; in WiFiPeerListAdapter()
|
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
D | MyRssReader2.java | 145 public RssDataAdapter(Context context, int resource, List objects) { in RssDataAdapter() argument 146 super(context, resource, objects); in RssDataAdapter()
|
D | MyRssReader3.java | 153 public RssDataAdapter(Context context, int resource, List objects) { in RssDataAdapter() argument 154 super(context, resource, objects); in RssDataAdapter()
|
/development/samples/RSSReader/src/com/example/android/rssreader/ |
D | RssReader.java | 158 public RSSListAdapter(Context context, List<RssItem> objects) { in RSSListAdapter() argument 159 super(context, 0, objects); in RSSListAdapter()
|
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/ |
D | AlbumArtCache.java | 95 protected Bitmap[] doInBackground(Void[] objects) { in fetch() argument
|
/development/tools/logblame/ |
D | sample.txt | 569 Background concurrent copying GC freed 16057(13MB) AllocSpace objects, 0(0B) LOS objects, 42% free,… 638 Background concurrent copying GC freed 3431(3MB) AllocSpace objects, 1(68KB) LOS objects, 49% free,… 752 Explicit concurrent copying GC freed 2205(1093KB) AllocSpace objects, 0(0B) LOS objects, 49% free, … 758 Explicit concurrent copying GC freed 217(778KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 3M… 1513 Background concurrent copying GC freed 96(1791KB) AllocSpace objects, 0(0B) LOS objects, 53% free, … 1976 Background concurrent copying GC freed 1017(3MB) AllocSpace objects, 1(68KB) LOS objects, 50% free,… 2349 Background concurrent copying GC freed 31100(11MB) AllocSpace objects, 6(240KB) LOS objects, 42% fr…
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 899 spectrum - n. a broad range of related objects or ideas or activities 930 telescope - n. a magnifier of images of distant objects
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 5284 …orm/external/harfbuzz_ng,fake_uOVDDjnTTxyz5sHhwaXbhQ@fakeemail.com,[dwrite] Delete remained objects 5779 …tem/core,fake_yqetFk_sRFWXcsJotEpt1A@fakeemail.com,Add error propagation into Unwinder/Elf objects. 6282 …atform/system/core,fake_yqetFk_sRFWXcsJotEpt1A@fakeemail.com,Add overflow checks in Memory objects. 6675 …/system/core,fake_hrLg6uvZRAmxPEvIe67S0A@fakeemail.com,adb: use delete on objects with destructors. 6766 …em/core,fake_eQzJ5iU2QcCwUe0mAYw3lw@fakeemail.com,Use unique_ptr to free objects when ASSERT* fail. 7643 …test/connectivity,fake_liojgHQ-QviSBBlnuORq8Q@fakeemail.com,Cleanup Gatt objects to make tests mor… 8420 …ty,fake_WGUw4rKNQ7WeIAmEYZ-hRA@fakeemail.com,[WifiBaseClass]Use separate objects within reference_… 8424 …akeemail.com,"Updating attenuator controller classes to use ""new-type"" objects and syntax for su… 10251 …SjGjOn3k26SxxQ@fakeemail.com,AArch64: Avoid dynamically allocating a few objects in disassembler t… 11225 …,fake_qoZhwOL2SOefRdO59Vkutg@fakeemail.com,Avoid logging text string TLV objects in TERMINAL RESPO… [all …]
|