/external/chromium_org/tools/json_schema_compiler/test/ |
functions_on_types_unittest.cc | 51 StorageArea::Get::Results::Items items; local 52 items.additional_properties.SetDouble("asdf", 0.1); 53 items.additional_properties.SetString("sdfg", "zxcv"); 54 scoped_ptr<ListValue> results = StorageArea::Get::Results::Create(items); 57 EXPECT_TRUE(item_result->Equals(&items.additional_properties));
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
ContextMenu.h | 41 const Vector<ContextMenuItem>& items() const { return m_items; } function in class:WebCore::ContextMenu
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebGamepads.h | 47 // Number of valid entries in the items array. 51 WebGamepad items[itemsLengthCap]; member in class:blink::WebGamepads
|
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/ |
InMemoryResourceLoader.java | 28 * ResourceLoader that pulls all items from memory. This is particularly useful for small templates 37 private ConcurrentMap<String, String> items = new ConcurrentHashMap<String, String>(); field in class:InMemoryResourceLoader 41 String content = items.get(name); 56 items.put(name, contents); 60 items.remove(name); 64 return items;
|
/external/chromium_org/ash/shelf/ |
shelf_navigator.cc | 26 const ash::LauncherItems& items = model.items(); local 32 const ash::LauncherItem& item = items[i]; 58 const ash::LauncherItem& item = items[i];
|
shelf_model.h | 65 // Returns an iterator into items() for the item with the specified id, or 66 // items().end() if there is no item with the specified id. 69 const LauncherItems& items() const { return items_; } function in class:ash::ShelfModel 79 // Makes sure |index| is in line with the type-based order of items. If that
|
/external/chromium_org/chrome/browser/download/ |
all_download_item_notifier.cc | 14 content::DownloadManager::DownloadVector items; local 15 manager_->GetAllDownloads(&items); 17 items.begin(); 18 it != items.end(); ++it) {
|
/external/chromium_org/third_party/WebKit/Source/platform/clipboard/ |
ClipboardUtilities.cpp | 48 Vector<String> items; local 51 uriList.split('\n', items); 54 for (size_t i = 0; i < items.size(); ++i) { 55 String& line = items[i];
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebPopupMenuInfo.h | 44 WebVector<WebMenuItemInfo> items; member in struct:blink::WebPopupMenuInfo
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
discoitemsquerytask.cc | 52 std::vector<DiscoItem> items; local 58 items.push_back(item); 61 SignalResult(items);
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/ |
enum_type_wrapper.py | 83 def items(self): member in class:EnumTypeWrapper
|
/external/linux-tools-perf/util/ |
thread_map.c | 19 int items; local 24 items = scandir(name, &namelist, filter, NULL); 25 if (items <= 0) 28 threads = malloc(sizeof(*threads) + sizeof(pid_t) * items); 30 for (i = 0; i < items; i++) 32 threads->nr = items; 35 for (i=0; i<items; i++)
|
/external/srec/srec/crec/ |
astar_pphash.h | 42 partial_path* items[FSH_HASHSIZE]; member in struct:__anon26463
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
p11667.cpp | 11 LIST() { nitems = 16; items = new T[nitems]; }; 13 LIST(int u) { nitems = u; items = new T[nitems]; }; 16 return items[i]; 21 T* src = items; 32 if (items) delete[] items; 34 items = newlist; 39 T *items; member in class:LIST
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
p11667.cpp | 11 LIST() { nitems = 16; items = new T[nitems]; }; 13 LIST(int u) { nitems = u; items = new T[nitems]; }; 16 return items[i]; 21 T* src = items; 32 if (items) delete[] items; 34 items = newlist; 39 T *items; member in class:LIST
|
/developers/build/prebuilts/gradle/ActionBarCompat-ShareActionProvider/ActionBarCompat-ShareActionProviderSample/src/main/java/com/example/android/actionbarcompat/shareactionprovider/ |
MainActivity.java | 51 // The items to be displayed in the ViewPager 70 // Finally set the adapter so the ViewPager can display items 190 ArrayList<ContentItem> items = new ArrayList<ContentItem>(); local 192 items.add(new ContentItem(ContentItem.CONTENT_TYPE_IMAGE, "photo_1.jpg")); 193 items.add(new ContentItem(ContentItem.CONTENT_TYPE_TEXT, R.string.quote_1)); 194 items.add(new ContentItem(ContentItem.CONTENT_TYPE_TEXT, R.string.quote_2)); 195 items.add(new ContentItem(ContentItem.CONTENT_TYPE_IMAGE, "photo_2.jpg")); 196 items.add(new ContentItem(ContentItem.CONTENT_TYPE_TEXT, R.string.quote_3)); 197 items.add(new ContentItem(ContentItem.CONTENT_TYPE_IMAGE, "photo_3.jpg")); 199 return items; [all...] |
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-ShareActionProvider/ActionBarCompat-ShareActionProviderSample/src/main/java/com/example/android/actionbarcompat/shareactionprovider/ |
MainActivity.java | 51 // The items to be displayed in the ViewPager 70 // Finally set the adapter so the ViewPager can display items 190 ArrayList<ContentItem> items = new ArrayList<ContentItem>(); local 192 items.add(new ContentItem(ContentItem.CONTENT_TYPE_IMAGE, "photo_1.jpg")); 193 items.add(new ContentItem(ContentItem.CONTENT_TYPE_TEXT, R.string.quote_1)); 194 items.add(new ContentItem(ContentItem.CONTENT_TYPE_TEXT, R.string.quote_2)); 195 items.add(new ContentItem(ContentItem.CONTENT_TYPE_IMAGE, "photo_2.jpg")); 196 items.add(new ContentItem(ContentItem.CONTENT_TYPE_TEXT, R.string.quote_3)); 197 items.add(new ContentItem(ContentItem.CONTENT_TYPE_IMAGE, "photo_3.jpg")); 199 return items; [all...] |
/development/samples/browseable/ShareActionProvider/src/com.example.android.actionbarcompat.shareactionprovider/ |
MainActivity.java | 51 // The items to be displayed in the ViewPager 70 // Finally set the adapter so the ViewPager can display items 190 ArrayList<ContentItem> items = new ArrayList<ContentItem>(); local 192 items.add(new ContentItem(ContentItem.CONTENT_TYPE_IMAGE, "photo_1.jpg")); 193 items.add(new ContentItem(ContentItem.CONTENT_TYPE_TEXT, R.string.quote_1)); 194 items.add(new ContentItem(ContentItem.CONTENT_TYPE_TEXT, R.string.quote_2)); 195 items.add(new ContentItem(ContentItem.CONTENT_TYPE_IMAGE, "photo_2.jpg")); 196 items.add(new ContentItem(ContentItem.CONTENT_TYPE_TEXT, R.string.quote_3)); 197 items.add(new ContentItem(ContentItem.CONTENT_TYPE_IMAGE, "photo_3.jpg")); 199 return items; [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowItemizedOverlay.java | 23 private ArrayList<Item> items = new ArrayList<Item>(); field in class:ShadowItemizedOverlay 32 items.clear(); 34 items.add(getBridge().createItem(i)); 40 return items.get(position);
|
/external/smack/src/org/jivesoftware/smackx/pubsub/ |
LeafNode.java | 30 * All items are published to a node, and typically subscribed to by other
43 * Get information on the items in the node in standard
53 DiscoverItems items = new DiscoverItems();
local 54 items.setTo(to);
55 items.setNode(getId());
56 return (DiscoverItems)SyncPacketSend.getReply(con, items);
60 * Get the current items stored in the node.
72 ItemsExtension itemsElem = (ItemsExtension)result.getExtension(PubSubElementType.ITEMS);
77 * Get the current items stored in the node based
93 ItemsExtension itemsElem = (ItemsExtension)result.getExtension(PubSubElementType.ITEMS);
203 Collection<T> items = new ArrayList<T>(1); local 274 Collection<T> items = new ArrayList<T>(1); local 328 Collection<String> items = new ArrayList<String>(1); local 343 List<Item> items = new ArrayList<Item>(itemIds.size()); local [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
Menu.java | 31 public List<Item> items; field in class:Menu 44 items = new ArrayList<Item>(); 60 // rebuild items list. 61 items = new ArrayList<Item>(); 65 items.add(item); 84 // write items list to the parcel. 85 int size = items.size(); 88 dest.writeParcelable(items.get(i), flags);
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
HeaderSection.java | 54 public Collection<? extends Item> items() { method in class:HeaderSection
|
/dalvik/dx/src/com/android/dx/dex/file/ |
HeaderSection.java | 53 public Collection<? extends Item> items() { method in class:HeaderSection
|
/developers/samples/android/common/src/java/com/example/android/common/dummydata/ |
Cheeses.java | 161 ArrayList<String> items = new ArrayList<String>(); local 163 items.add(CHEESES[i]); 165 return items; 175 HashSet<String> items = new HashSet<String>(); local 180 while (items.size() < count) { 181 items.add(CHEESES[random.nextInt(CHEESES.length)]); 184 return new ArrayList<String>(items);
|
/external/chromium_org/chrome/common/ |
automation_messages.h | 158 // items that go in the menu. An item may be a submenu, so the data 188 // This is the list of menu items. 189 std::vector<Item> items; member in struct:ContextMenuModel
|