/external/chromium_org/third_party/polymer/components-chromium/core-item/ |
demo.html | 51 <h2>items with icon and label:</h2> 56 <h2>items with label only:</h2> 66 <h2>items sized with CSS:</h2>
|
/external/chromium_org/third_party/polymer/components-chromium/core-layout/ |
core-layout-extracted.js | 17 * Controls how the items are aligned in the main-axis direction. For 27 * Controls how the items are aligned in cross-axis direction. For 37 * Controls whether or not the items layout in reverse order.
|
/external/chromium_org/third_party/polymer/components-chromium/paper-menu-button/ |
paper-menu-button-transition-extracted.js | 58 var items = nodes.filter(function(n) { 62 var itemDuration = this.duration * (1 - itemDelay) / items.length; 63 items.forEach(function(item, i) {
|
/external/chromium_org/tools/grit/grit/format/policy_templates/ |
policy_template_generator_unittest.py | 227 'items': [ 237 self.tester.assertEquals(policy['items'][0]['caption'], 'string1') 238 self.tester.assertEquals(policy['items'][1]['caption'], 'string2') 239 self.tester.assertEquals(policy['items'][2]['caption'], 'string3') 251 'items': [ 260 self.tester.assertEquals(policy['items'][0]['caption'], 'string1') 261 self.tester.assertEquals(policy['items'][1]['caption'], 'string2') 262 self.tester.assertEquals(policy['items'][2]['caption'], 'string3') 274 'items': [ 283 self.tester.assertEquals(policy['items'][0]['caption'], 'string1' [all...] |
/external/skia/tools/pyutils/ |
gs_utils.py | 64 bucket=bucket, delimiter='/', fields='items(name),prefixes', 70 # items: property dict for each file object within subdir 77 for file_properties in results.get('items', []):
|
/external/smack/src/org/jivesoftware/smack/packet/ |
Privacy.java | 36 * Privacy Items can handle different kind of blocking communications based on JID, group,
50 /** itemLists holds the set of privacy items classified in lists. It is a map where the
51 * key is the name of the list and the value a collection with privacy items. **/
55 * Set or update a privacy list with privacy items.
211 * If there is no default list set, then all Privacy Items are processed.
222 * Users may have zero, one or more privacy items.
225 * collection of privacy items.
297 // Add the list with their privacy items
300 List<PrivacyItem> items = entry.getValue();
local 302 if (items.isEmpty()) { [all...] |
/frameworks/base/core/java/com/android/internal/view/menu/ |
ContextMenuBuilder.java | 36 * and optionally populate it with any of your custom items. Finally, 38 * with a view's context menu items and show the context menu. 68 * ancestors) to add items.
|
/frameworks/base/tools/aidl/ |
aidl.cpp | 249 check_filenames(const char* filename, document_item_type* items) 252 while (items) { 253 if (items->item_type == USER_DATA_TYPE) { 254 user_data_type* p = (user_data_type*)items; 257 else if (items->item_type == INTERFACE_TYPE_BINDER 258 || items->item_type == INTERFACE_TYPE_RPC) { 259 interface_type* c = (interface_type*)items; 264 items->item_type); 267 items = items->next [all...] |
/frameworks/opt/telephony/src/java/com/google/android/mms/util/ |
AbstractCache.java | 57 Log.v(TAG, key + " cached, " + mCacheMap.size() + " items total."); 90 Log.v(TAG, mCacheMap.size() + " items cached."); 99 + " items dropped.");
|
/prebuilts/misc/common/swig/include/2.0.11/python/ |
std_multimap.i | 25 SwigVar_PyObject items = PyObject_CallMethod(obj,(char *)"items",NULL); 26 return traits_asptr_stdseq<std::multimap<K,T>, std::pair<K, T> >::asptr(items, val);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_values.py | 60 items = [] 67 items.append((entry.name, entry.size)) 73 self.assertEqual(items, expected)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
weakref.py | 84 for key, wr in self.data.items(): 95 for key, wr in self.data.items(): 114 def items(self): member in class:WeakValueDictionary 116 for key, wr in self.data.items(): 183 if not hasattr(dict, "items"): 185 for key, o in dict.items(): 266 for key, value in self.data.items(): 277 for key, value in self.data.items(): 300 def items(self): member in class:WeakKeyDictionary 302 for key, value in self.data.items() [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_values.py | 60 items = [] 67 items.append((entry.name, entry.size)) 73 self.assertEqual(items, expected)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
weakref.py | 84 for key, wr in self.data.items(): 95 for key, wr in self.data.items(): 114 def items(self): member in class:WeakValueDictionary 116 for key, wr in self.data.items(): 183 if not hasattr(dict, "items"): 185 for key, o in dict.items(): 266 for key, value in self.data.items(): 277 for key, value in self.data.items(): 300 def items(self): member in class:WeakKeyDictionary 302 for key, value in self.data.items() [all...] |
/frameworks/base/docs/html/google/play/billing/ |
api.jd | 18 <li><a href="#purchase">Purchasing Items</a></li> 47 <p>Managed in-app products are items that have their ownership information tracked and managed by Google Play. When a user purchases a managed in-app item, Google Play stores the purchase information for each item on a per-user basis. This enables you to later query Google Play at any time to restore the state of the items a specific user has purchased. This information is persistent on the Google Play servers even if the user uninstalls the application or if they change devices.</p> 48 <p>If you are using the Version 3 API, you can also consume managed items within your application. You would typically implement consumption for items that can be purchased multiple times (such as in-game currency, fuel, or magic spells). Once purchased, a managed item cannot be purchased again until you consume the item, by sending a consumption request to Google Play. To learn more about in-app product consumption, see <a href="#consume">Consuming Items</a></p> 62 <h2 id="purchase">Purchasing Items</h2> 74 <li>When your application starts or user logs in, it's good practice to check with Google Play to determine what items are owned by the user. To query the user's in-app purchases, send a {@code getPurchases} request. If the request is successful, Google Play returns a {@code Bundle} containing a list of product IDs of the purchased items, a list of the individual purchase details, and a list of the signatures for the purchases.</li> 109 <p>It's up to you to decide if you want to handle your in-app products as non-consumable or consumable items.</p [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
TimeClustering.java | 34 // If 2 items are greater than 25 miles apart, they will be in different 57 // Initially put 2 items in the same cluster as long as they are within 61 // The minimum change factor in the time between items to consider a 119 ArrayList<SmallItem> items = new ArrayList<SmallItem>(total); local 122 items.add(buf[i]); 126 Collections.sort(items, sDateComparator); 128 int n = items.size(); 132 long t = items.get(i).dateInMs; 145 compute(items.get(i)); 164 ArrayList<SmallItem> items = mClusters.get(index).getItems() local [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
array.so | |
/developers/build/prebuilts/gradle/ActionBarCompat-Basic/ |
README.md | 5 which displays action items. It covers inflating items from a menu resource, 27 Once this is done, action items will be created for any options menu items that
|
/developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/src/main/res/values/ |
strings.xml | 20 <string name="menu_clear">Clear items</string>
|
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshMultipleViews/Application/src/main/res/values/ |
strings.xml | 20 <string name="menu_clear">Clear items</string>
|