/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/ |
RSTestCore.java | 130 ScriptField_ListAllocs_s.Item listElem = new ScriptField_ListAllocs_s.Item();
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
StaggeredGridLayoutManagerBaseConfigSetTest.java | 425 Map<Item, Rect> itemRectMap = mLayoutManager.collectChildCoordinates(); 490 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates(); 567 Map<Item, Rect> initialBounds = mLayoutManager.collectChildCoordinates(); 620 mConfig + " when scrolling to a partially visible item, one of its edges " 676 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates(); 678 Map<Item, Rect> after = mLayoutManager.collectChildCoordinates(); [all...] |
StaggeredGridLayoutManagerSavedStateTest.java | 83 return "scroll to position item count * 3 / 4"; 97 return "scroll to position item count / 3 with positive offset"; 150 // We are going to re-create items, force non-random item size. 168 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates(); 183 List<Item> mItems = new ArrayList<>();
|
BaseRecyclerViewInstrumentationTest.java | 118 Item.idCounter.set(0); 527 Item mBoundItem; 537 return super.toString() + " item:" + mBoundItem + ", data:" + mData; 617 Item item = ((TestViewHolder) lp.mViewHolder).mBoundItem; local 619 Log.d(TAG, "testing item " + i); 623 assertSame("item position in LP should match adapter value :" + vh, 624 testAdapter.mItems.get(vh.mPosition), item); 642 Log.d(TAG, "laying out item " + i); 762 static class Item { 863 final Item item = mItems.get(position); local 1067 Item item = mItems.remove(from); local [all...] |
/packages/apps/DocumentsUI/src/com/android/documentsui/files/ |
QuickViewIntentBuilder.java | 116 ClipData.Item item; local 120 item = new ClipData.Item(uri); 125 item); 127 clipData.addItem(item);
|
/frameworks/base/services/core/java/com/android/server/clipboard/ |
ClipboardService.java | 182 new ClipData.Item(contents)); 288 clip.setItemAt(i, new ClipData.Item(clip.getItemAt(i))); 452 private final void checkItemOwnerLocked(ClipData.Item item, int uid) { 453 if (item.getUri() != null) { 454 checkUriOwnerLocked(item.getUri(), uid); 456 Intent intent = item.getIntent(); 482 private final void grantItemLocked(ClipData.Item item, String pkg, int userId) { 483 if (item.getUri() != null) [all...] |
/packages/apps/Email/provider_src/com/android/email/mail/store/ |
ImapFolder.java | 646 if (fp.contains(FetchProfile.Item.FLAGS)) { 649 if (fp.contains(FetchProfile.Item.ENVELOPE)) { 654 if (fp.contains(FetchProfile.Item.STRUCTURE)) { 658 if (fp.contains(FetchProfile.Item.BODY_SANE)) { 661 if (fp.contains(FetchProfile.Item.BODY)) { 700 if (fp.contains(FetchProfile.Item.FLAGS)) { 716 if (fp.contains(FetchProfile.Item.ENVELOPE)) { 728 if (fp.contains(FetchProfile.Item.STRUCTURE)) { 742 if (fp.contains(FetchProfile.Item.BODY) 743 || fp.contains(FetchProfile.Item.BODY_SANE)) [all...] |
/external/protobuf/python/google/protobuf/pyext/ |
repeated_scalar_container.cc | 191 static PyObject* Item(RepeatedScalarContainer* self, Py_ssize_t index) { 321 return Item(self, from); 336 ScopedPyObjectPtr s(Item(self, index)); 347 ScopedPyObjectPtr s(Item(self, index)); 354 PyObject* Append(RepeatedScalarContainer* self, PyObject* item) { 362 GOOGLE_CHECK_GET_INT32(item, value, NULL); 367 GOOGLE_CHECK_GET_INT64(item, value, NULL); 372 GOOGLE_CHECK_GET_UINT32(item, value, NULL); 377 GOOGLE_CHECK_GET_UINT64(item, value, NULL); 382 GOOGLE_CHECK_GET_FLOAT(item, value, NULL) [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/ |
ParserValidate.py | 514 for Item in StringList:
515 if not Item:
517 if not IsValidWord(Item):
|
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/ |
DnsImpl.h | 234 @param[in] Item Pointer to the NET_MAP_ITEM.
240 is not the same as that in the Item, if Arg is not
250 IN NET_MAP_ITEM *Item,
258 @param[in] Item Pointer to the NET_MAP_ITEM.
264 is not the same as that in the Item, if Arg is not
274 IN NET_MAP_ITEM *Item,
596 @param Item Return corresponding Token entry.
607 OUT NET_MAP_ITEM **Item
[all...] |
/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/ |
HttpProto.c | 135 NET_MAP_ITEM *Item;
217 Item = NetMapFindKey (&Wrap->HttpInstance->RxTokens, Wrap->HttpToken);
218 if (Item != NULL) {
219 NetMapRemoveItem (&Wrap->HttpInstance->RxTokens, Item, NULL);
[all...] |
/cts/hostsidetests/services/activityandwindowmanager/windowmanager/dndsourceapp/src/android/wm/cts/dndsourceapp/ |
DragSource.java | 103 final ClipData clipData = new ClipData(clipDescription, new ClipData.Item(uri));
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
ClassDefsSection.java | 57 public Collection<? extends Item> items() {
|
/dalvik/dx/src/com/android/dx/dex/file/ |
ClassDefsSection.java | 56 public Collection<? extends Item> items() {
|
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
MyRssReader2.java | 67 // Set the last selected item. 75 mLogger.info("MyRssReader.onCreate-6 -- Last selected item:" + selectedItem); 116 public boolean onOptionsItemSelected(Menu.Item item){ 117 switch (item.getId()){ 149 // Here's our only important override--returning the list item. 153 // Get the item from the underlying array, 155 RssItem item = (RssItem)this.getItem(position); local 156 if(item != null) 159 view.setText(item.toString()) [all...] |
MyRssReader3.java | 56 // Set the last selected item. 99 public boolean onOptionsItemSelected(Menu.Item item){ 100 super.onOptionsItemSelected(item); 102 switch (item.getId()){ 109 case 2: // Add Item 112 // Use an ID so that if we create a "remove item" form we 116 case 3: // Delete item. 132 // Called by the "Add RSS Item" floating screen when it closes. 157 // Here's our only important override--returning the list item 163 RssItem item = (RssItem)this.getItem(position); local [all...] |
MyRssReader4.java | 66 // Set the last selected item. 109 public boolean onOptionsItemSelected(Menu.Item item){ 110 super.onOptionsItemSelected(item); 112 switch (item.getId()){ 119 case 2: // Add Item 122 // Use an ID so that if we create a "remove item" form we 126 case 3: // Delete item. 130 // Create our content URI by adding the ID of the currently selected item using a 146 // Called by the "Add RSS Item" floating screen when it closes [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/ |
DecParserUnitTest.py | 138 Item = DataItem()
139 Item.String = self._RawData.CurrentLine
140 self.ItemObject.ItemList.append(Item)
141 return Item
171 (test item has both head and tail comment) # sub1 tail comment
173 (test item has head and special tail comment)
176 (test item has no comment)
180 sub-item
196 self.assertEqual(dataitem.String, '(test item has both head and tail comment)')
205 self.assertEqual(dataitem.String, '(test item has head and special tail comment)') [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/ |
Ip4Impl.h | 359 @param[in] Item Current transmitted packet.
369 IN NET_MAP_ITEM *Item,
|
/external/autotest/frontend/client/src/autotest/tko/ |
TableView.java | 20 import autotest.common.ui.MultiListSelectPresenter.Item; 77 public Item getItem() { 78 return Item.createGeneratedItem(getName(), getSqlName()); 512 public void onRemoveGeneratedItem(Item generatedItem) {
|
/external/deqp/executor/tools/ |
xeExtractSampleLists.cpp | 82 const xe::ri::Item& child = items.getItem(itemNdx);
|
/external/icu/icu4c/source/tools/toolutil/ |
pkgitems.cpp | 18 * Companion file to package.cpp. Deals with details of ICU data item formats. 19 * Used for item dependencies. 40 /* item formats in common */ 57 // a data item in native-platform form ------------------------------------- *** 64 NativeItem(const Item *item, UDataSwapFn *swap) : swapped(NULL) { 65 setItem(item, swap); 80 void setItem(const Item *item, UDataSwapFn *swap) { 81 pItem=item; 325 Resource item=res_getTableItemByIndex(pResData, res, i, &itemKey); local 346 Resource item=res_getArrayItem(pResData, res, i); local [all...] |
/external/llvm/include/llvm/DebugInfo/CodeView/ |
StreamArray.h | 29 /// Item appropriately to represent the current record. 37 Error operator()(StreamRef Stream, uint32_t &Len, T &Item) const = delete;
|
/external/webrtc/webrtc/base/ |
winfirewall.cc | 94 hr = apps->Item(bfilename, &app);
|
/frameworks/base/tools/aapt2/flatten/ |
TableFlattener.cpp | 136 for (auto& item : array->items) { 138 FlattenValue(item.get(), out_entry); 201 void FlattenValue(Item* value, ResTable_map* out_entry) { 205 void FlattenEntry(Reference* key, Item* value) { 299 if (Item* item = ValueCast<Item>(entry->value)) { 302 CHECK(item->Flatten(outValue)) << "flatten failed";
|