/external/chromium_org/chrome/common/extensions/docs/examples/api/storage/stylizr/ |
options.js | 43 storage.get('css', function(items) { 44 // To avoid checking items.css we could specify storage.get({css: ''}) to 46 if (items.css) { 47 textarea.value = items.css; 56 storage.remove('css', function(items) {
|
/external/chromium_org/sync/internal_api/ |
change_reorder_buffer.h | 30 // (a) All Deleted items appear first. 31 // (b) For Updated and/or Added items, parents appear before their children. 55 // Reset the buffer, forgetting any pushed items, so that it can be used again 61 // Output a reordered list of changes to |changes| using the items 76 // Stores the items that have been pushed into the buffer, and the type of
|
/external/chromium_org/third_party/icu/source/common/ |
uarrsort.h | 26 * Function type for comparing two items as part of sorting an array or similar. 45 * Uses a UComparator for comparing array items to each other, and simple 46 * memory copying to move items. 49 * @param length The number of items in the array. 51 * @param cmp UComparator function used to compare two items each.
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
pubsubclient_unittest.cc | 26 const std::vector<buzz::PubSubItem>& items) { 27 for (std::vector<buzz::PubSubItem>::const_iterator item = items.begin(); 28 item != items.end(); ++item) { 34 this->items.push_back(handled_item); 69 std::vector<HandledPubSubItem> items; member in class:TestPubSubItemsListener 116 "<pub:items node=\"topic\"/>" 126 " <items node='topic'>" 133 " </items>" 138 ASSERT_EQ(2U, listener->items.size()); 139 EXPECT_EQ("key0", listener->items[0].itemid) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_state_cache.c | 90 for (c = cache->items[hash % cache->size]; c; c = c->next) 93 fprintf(stderr, "bucket %d/%d = %d/%d items\n", hash % cache->size, 97 for (c = cache->items[hash % cache->size]; c; c = c->next) { 109 struct brw_cache_item **items; local 114 items = (struct brw_cache_item**) calloc(1, size * sizeof(*items)); 117 for (c = cache->items[i]; c; c = next) { 119 c->next = items[c->hash % size]; 120 items[c->hash % size] = c; 123 FREE(cache->items); [all...] |
/external/chromium_org/v8/test/mjsunit/ |
instanceof.js | 63 var items = [ 1, new Number(42), 73 for (var i = 0; i < items.length; i++) { 74 for (var j = 0; j < items.length; j++) { 76 if (items[i] instanceof items[j]) instanceofs++;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
TimeLineGraph.java | 82 List items = (List) _enum.nextElement(); local 83 Object[] fItemsArray=items.toArray(); 158 List items = (List) this.fItemGroups.get(groupName); local 160 items=new ArrayList(); 161 this.fItemGroups.put(groupName, items); 163 items.add(new TimeLineGraphItem(name, description, value, col, display, 171 List items = (List) _enum.nextElement(); local 172 for (int i = 0; i < items.size(); i++) { 173 TimeLineGraphItem graphItem = (TimeLineGraphItem) items.get(i); 188 List items = (List) _enum.nextElement() local 206 List items = (List) _enum.nextElement(); local [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
EnumerationValuesPropertyEditor.java | 42 int items = enumElements.length / 3; local 43 m_names = new String[items]; 44 m_values = new Object[items]; 45 m_sources = new String[items]; 46 for (int i = 0; i < items; i++) {
|
/external/icu/icu4c/source/common/ |
uarrsort.h | 26 * Function type for comparing two items as part of sorting an array or similar. 45 * Uses a UComparator for comparing array items to each other, and simple 46 * memory copying to move items. 49 * @param length The number of items in the array. 51 * @param cmp UComparator function used to compare two items each.
|
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/ |
TestDataFormatterStdMap.py | 67 self.runCmd("type summary add -x \"std::map<\" --summary-string \"map has ${svar%#} items\" -e") 70 substrs = ['map has 0 items', 76 substrs = ['map has 2 items', 87 substrs = ['map has 4 items', 98 substrs = ['map has 9 items', 107 substrs = ['map has 9 items', 140 substrs = ['map has 0 items', 146 substrs = ['map has 0 items', 152 substrs = ['map has 1 items', 160 substrs = ['map has 5 items', [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_state_cache.c | 90 for (c = cache->items[hash % cache->size]; c; c = c->next) 93 fprintf(stderr, "bucket %d/%d = %d/%d items\n", hash % cache->size, 97 for (c = cache->items[hash % cache->size]; c; c = c->next) { 109 struct brw_cache_item **items; local 114 items = (struct brw_cache_item**) calloc(1, size * sizeof(*items)); 117 for (c = cache->items[i]; c; c = next) { 119 c->next = items[c->hash % size]; 120 items[c->hash % size] = c; 123 FREE(cache->items); [all...] |
/external/smack/src/org/jivesoftware/smackx/ |
NodeInformationProvider.java | 32 * and hosted items (i.e. DiscoverItems.Item) about a given node. This information will be 33 * requested each time this XMPPP client receives a disco info or items requests on the 34 * given node. each time this XMPPP client receives a disco info or items requests on the 42 * Returns a list of the Items {@link org.jivesoftware.smackx.packet.DiscoverItems.Item} 46 * @return a list of the Items defined in the node.
|
/hardware/ril/include/telephony/ |
ril_nv_items.h | 29 // CDMA radio and account information (items 1-10) 35 // Carrier device provisioning (items 11-30) 45 // Mobile IP profile information (items 31-50) 58 // CDMA network and band config (items 51-70) 69 // LTE network and band config (items 71-90)
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
MapItem.java | 53 * {@code > 0;} count of items covered; {@code 1} if this 73 if (mapSection.items().size() != 0) { 75 "mapSection.items().size() != 0"); 78 ArrayList<MapItem> items = new ArrayList<MapItem>(50); local 86 for (Item item : section.items()) { 90 items.add(new MapItem(currentType, section, 102 // Add a MapItem for the final items in the section. 103 items.add(new MapItem(currentType, section, 107 items.add(new MapItem(mapSection)); 112 new UniformListItem<MapItem>(ItemType.TYPE_MAP_LIST, items)); [all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
MapItem.java | 52 * {@code > 0;} count of items covered; {@code 1} if this 72 if (mapSection.items().size() != 0) { 74 "mapSection.items().size() != 0"); 77 ArrayList<MapItem> items = new ArrayList<MapItem>(50); local 85 for (Item item : section.items()) { 89 items.add(new MapItem(currentType, section, 101 // Add a MapItem for the final items in the section. 102 items.add(new MapItem(currentType, section, 106 items.add(new MapItem(mapSection)); 111 new UniformListItem<MapItem>(ItemType.TYPE_MAP_LIST, items)); [all...] |
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
MapItem.java | 53 * {@code > 0;} count of items covered; {@code 1} if this 73 if (mapSection.items().size() != 0) { 75 "mapSection.items().size() != 0"); 78 ArrayList<MapItem> items = new ArrayList<MapItem>(50); local 86 for (Item item : section.items()) { 90 items.add(new MapItem(currentType, section, 102 // Add a MapItem for the final items in the section. 103 items.add(new MapItem(currentType, section, 107 items.add(new MapItem(mapSection)); 112 new UniformListItem<MapItem>(ItemType.TYPE_MAP_LIST, items)); [all...] |
/cts/tests/tests/view/res/menu/ |
checkable.xml | 19 <!-- Checkable items appear only in submenus or context menus. --> 22 the attribute name checkable on items. The checkableBehavior encompasses 23 the number of items that will be checkable within that group. --> 30 <!-- Notice how these items inherit from the group. --> 45 <!-- Notice how these items inherit from the group. --> 62 <!-- Notice how these items inherit from the group. --> 77 <!-- Notice how these items have each set. -->
|
/developers/build/prebuilts/gradle/ActionBarCompat-Basic/Application/src/main/java/com/example/android/actionbarcompat/basic/ |
MainActivity.java | 27 * action items. It covers inflating items from a menu resource, as well as adding an item in code. 42 * Use this method to instantiate your menu, and add your items to it. You 43 * should return true if you have added items to it and want the menu to be displayed. 50 // It is also possible add items here. Use a generated id from 64 * This method is called when one of the menu items to selected. These items
|
/developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/ |
RecipeListAdapter.java | 59 List<Item> items = parseJson(jsonObject); local 60 appendItemsToList(items); 67 JSONArray items = json.getJSONArray(Constants.RECIPE_FIELD_LIST); local 68 for (int i = 0; i < items.length(); i++) { 69 JSONObject item = items.getJSONObject(i); 86 private void appendItemsToList(List<Item> items) { 87 mItems.addAll(items);
|
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-Basic/Application/src/main/java/com/example/android/actionbarcompat/basic/ |
MainActivity.java | 27 * action items. It covers inflating items from a menu resource, as well as adding an item in code. 42 * Use this method to instantiate your menu, and add your items to it. You 43 * should return true if you have added items to it and want the menu to be displayed. 50 // It is also possible add items here. Use a generated id from 64 * This method is called when one of the menu items to selected. These items
|
/developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/ |
RecipeListAdapter.java | 59 List<Item> items = parseJson(jsonObject); local 60 appendItemsToList(items); 67 JSONArray items = json.getJSONArray(Constants.RECIPE_FIELD_LIST); local 68 for (int i = 0; i < items.length(); i++) { 69 JSONObject item = items.getJSONObject(i); 86 private void appendItemsToList(List<Item> items) { 87 mItems.addAll(items);
|
/development/samples/ApiDemos/res/menu/ |
checkable.xml | 19 <!-- Checkable items appear only in submenus or context menus. --> 22 the attribute name checkable on items. The checkableBehavior encompasses 23 the number of items that will be checkable within that group. --> 30 <!-- Notice how these items inherit from the group. --> 45 <!-- Notice how these items inherit from the group. --> 62 <!-- Notice how these items inherit from the group. --> 76 <!-- Notice how these items have each set. -->
|
/development/samples/browseable/ActionBarCompat-Basic/src/com.example.android.actionbarcompat.basic/ |
MainActivity.java | 27 * action items. It covers inflating items from a menu resource, as well as adding an item in code. 42 * Use this method to instantiate your menu, and add your items to it. You 43 * should return true if you have added items to it and want the menu to be displayed. 50 // It is also possible add items here. Use a generated id from 64 * This method is called when one of the menu items to selected. These items
|
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/ |
RecipeListAdapter.java | 59 List<Item> items = parseJson(jsonObject); local 60 appendItemsToList(items); 67 JSONArray items = json.getJSONArray(Constants.RECIPE_FIELD_LIST); local 68 for (int i = 0; i < items.length(); i++) { 69 JSONObject item = items.getJSONObject(i); 86 private void appendItemsToList(List<Item> items) { 87 mItems.addAll(items);
|
/external/chromium_org/chrome/browser/resources/print_preview/data/ticket_items/ |
vendor_items.js | 10 * ticket item has a value which can be set by the user. Ticket items can also 14 * when ticket items update. 17 * this is a common dependency of ticket items, it's handled in the base 26 * Application state model to update when ticket items update. 39 * Vendor ticket items store, maps item id to the item value. 80 * Vendor ticket items store, maps item id to the item value. 89 * vendor ticket items. Maps vendor item id to the value.
|