/frameworks/opt/bitmap/src/com/android/bitmap/ |
UnrefedPooledCache.java | 187 sb.append("\n\tpool item: "); 191 for (Map.Entry<K, V> item : mCache.entrySet()) { 192 final V val = item.getValue(); 194 sb.append(item.getKey()); 201 for (Map.Entry<K, V> item : mNonPooledCache.snapshot().entrySet()) { 202 final V val = item.getValue(); 204 sb.append(item.getKey());
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
NamedNodeMapRemoveNamedItemNS.java | 84 element = elementList.item(1); 106 // element = elementList.item(1); 149 element = elementList.item(0); 216 element = elementList.item(1); 238 element = elementList.item(1); 260 element = (Element) elementList.item(1); 284 element = (Element) elementList.item(1);
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
MediaSet.java | 143 // item could be null only in ClusterAlbum 144 MediaObject item = list.get(i); local 145 if (item != null && item.mPath == path) return i; 186 // called for each media item with its index. 196 void consume(int index, MediaItem item); 209 MediaItem item = items.get(i); local 210 consumer.consume(startIndex + start + i, item);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/ |
EditorColorBorder.java | 135 public boolean onMenuItemClick(MenuItem item) { 136 selectMenuItem(item); 144 protected void selectMenuItem(MenuItem item) { 150 switch (item.getItemId()) { 164 if (item.getItemId() != R.id.color_border_menu_clear) { 165 mParameterString = item.getTitle().toString();
|
/packages/apps/Settings/src/com/android/settings/applications/ |
ProcessStatsMemDetail.java | 102 ViewGroup item = (ViewGroup) inflater.inflate(R.layout.app_percentage_item, local 104 parent.addView(item); 105 item.findViewById(android.R.id.icon).setVisibility(View.GONE); 106 TextView titleView = (TextView) item.findViewById(android.R.id.title); 107 TextView valueView = (TextView) item.findViewById(android.R.id.text1); 110 ProgressBar progress = (ProgressBar) item.findViewById(android.R.id.progress);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pipes.py | 230 for item in list: 231 [inf, cmd, kind, outf] = item 240 item[1] = cmd 243 for item in list[1:]: 244 [cmd, kind] = item[1:3] 245 if item[0] == '':
|
xdrlib.py | 100 for item in list: 102 pack_item(item) 108 for item in list: 109 pack_item(item) 219 item = unpack_item() 220 list.append(item)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/ |
Finder_items.py | 1 """Suite Finder items: Commands used with file system items, and basic item definition 147 Required argument: the item to update 168 class item(aetools.ComponentItem): class in inherits:aetools.ComponentItem 169 """item - An item """ 172 """bounds - the bounding rectangle of the item (can only be set for an item in a window viewed as icons or buttons) """ 176 """comment - the comment of the item, displayed in the \xd2Get Info\xd3 window """ 180 """container - the container of the item """ 184 """creation date - the date on which the item was created "" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pipes.py | 230 for item in list: 231 [inf, cmd, kind, outf] = item 240 item[1] = cmd 243 for item in list[1:]: 244 [cmd, kind] = item[1:3] 245 if item[0] == '':
|
xdrlib.py | 100 for item in list: 102 pack_item(item) 108 for item in list: 109 pack_item(item) 219 item = unpack_item() 220 list.append(item)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/ |
DetailsPage.java | 82 for (IContributionItem item: provider.getToolBarItems()) { 83 mToolBarManager.add(item); 91 for (IContributionItem item: mToolBarManager.getItems()) { 92 item.setVisible(false); 100 for (IContributionItem item: provider.getToolBarItems()) { 101 item.setVisible(true);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
timelinePanel.css | 118 .timeline-tree-item { 129 .timeline-tree-item.selected { 134 .timeline-tree-item.hovered:not(.selected), 155 .timeline-tree-item-expand-arrow { 170 .timeline-tree-item-expand-arrow { 175 .timeline-tree-item-expand-arrow.parent { 179 .timeline-tree-item-expand-arrow.parent.expanded { 208 .timeline-tree-item .type { 212 .timeline-tree-item .count { 216 .timeline-tree-item .timeline-tree-icon [all...] |
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
folder_shortcuts_data_model.js | 124 this.removeInternal_(this.item(existingIndex)); 171 var entry = this.item(index); 237 item: function(index) { 248 // Same item check: must be exact match. 261 // Same item check: must be exact match. 285 * Adds the given item to the array. If there were already same item in the 286 * list, return the index of the existing item without adding a duplicate 287 * item. 300 * Adds the given item to the array. If there were already same item in th [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
NotificationListenerVerifierActivity.java | 172 ViewGroup item = (ViewGroup) mItemList.getChildAt(index); local 173 ImageView status = (ImageView) item.findViewById(R.id.nls_status); 175 View button = item.findViewById(R.id.nls_action_button); 182 ViewGroup item = (ViewGroup) mItemList.getChildAt(index); local 183 ImageView status = (ImageView) item.findViewById(R.id.nls_status); 197 View item = mInflater.inflate(R.layout.nls_item, mItemList, false); local 198 TextView instructions = (TextView) item.findViewById(R.id.nls_instructions); 200 Button button = (Button) item.findViewById(R.id.nls_action_button); 202 mItemList.addView(item); 204 return item; 208 View item = mInflater.inflate(R.layout.nls_item, mItemList, false); local [all...] |
/external/chromium_org/chrome/browser/chromeos/input_method/ |
input_method_engine.cc | 508 for (std::vector<MenuItem>::const_iterator item = items.begin(); 509 item != items.end(); ++item) { 511 MenuItemToProperty(*item, &property); 692 const MenuItem& item, 694 property->key = item.id; 696 if (item.modified & MENU_ITEM_MODIFIED_LABEL) { 697 property->label = item.label; 699 if (item.modified & MENU_ITEM_MODIFIED_VISIBLE) { 702 if (item.modified & MENU_ITEM_MODIFIED_CHECKED) [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
UserSwitcherController.java | 355 UserRecord item = mUsers.get(0); 356 if (item == null || item.info == null) return null; 357 if (item.isGuest) return context.getString(R.string.guest_nickname); 358 return item.info.name; 404 public String getName(Context context, UserRecord item) { 405 if (item.isGuest) { 406 if (item.isCurrent) { 410 item.info == null ? R.string.guest_new_guest : R.string.guest_nickname); 412 } else if (item.isAddUser) [all...] |
/frameworks/support/v4/java/android/support/v4/app/ |
ShareCompat.java | 82 void configureMenuItem(MenuItem item, IntentBuilder shareIntent); 87 public void configureMenuItem(MenuItem item, IntentBuilder shareIntent) { 88 item.setIntent(shareIntent.createChooserIntent()); 125 public void configureMenuItem(MenuItem item, IntentBuilder shareIntent) { 126 ShareCompatICS.configureMenuItem(item, shareIntent.getActivity(), 128 if (shouldAddChooserIntent(item)) { 129 item.setIntent(shareIntent.createChooserIntent()); 133 boolean shouldAddChooserIntent(MenuItem item) { 134 return !item.hasSubMenu(); 144 boolean shouldAddChooserIntent(MenuItem item) { 245 MenuItem item = menu.findItem(menuItemId); local [all...] |
/external/chromium_org/chrome/browser/safe_browsing/ |
download_protection_service.cc | 146 const content::DownloadItem& item, 151 : sha256_hash_(item.GetHash()), 152 url_chain_(item.GetUrlChain()), 153 referrer_url_(item.GetReferrerUrl()), 226 const content::DownloadItem& item, 230 : DownloadSBClient(item, callback, ui_manager, 274 content::DownloadItem* item, 279 : item_(item), 280 url_chain_(item->GetUrlChain()), 281 referrer_url_(item->GetReferrerUrl()) [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-private.hh | 411 item_t *item = items.find (v); local 412 if (item) { 414 item_t old = *item; 415 *item = v; 420 item = NULL; 424 item = items.push (); 425 if (likely (item)) 426 *item = v; 429 return item; 436 item_t *item = items.find (v) local 452 item_t *item = items.find (v); local 463 item_t *item = items.find (v); local [all...] |
/external/harfbuzz_ng/src/ |
hb-private.hh | 419 item_t *item = items.find (v); local 420 if (item) { 422 item_t old = *item; 423 *item = v; 428 item = NULL; 432 item = items.push (); 433 if (likely (item)) 434 *item = v; 437 return item; 444 item_t *item = items.find (v) local 460 item_t *item = items.find (v); local 471 item_t *item = items.find (v); local [all...] |
/external/blktrace/doc/ |
blktrace.tex | 36 \item[Kernel patch] A patch to the Linux kernel which includes the 41 \item[blktrace] A utility which transfers event traces from the kernel 45 \item[blkparse] A utility which formats events stored in files, or when 114 \item Manually mount after each boot: 119 \item Add an entry into /etc/fstab, and have it done automatically at 341 \item blktrace receives data from the kernel in buffers passed up 347 \item blktrace defaults to collecting \emph{all} events that can be 355 \item As noted above, the events are passed up via a series of buffers 359 \item blktrace stores the extracted data into files stored in the 368 \item blktrace may also be run concurrently with blkparse to produc [all...] |
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
chrome_launcher_controller.cc | 487 ash::ShelfItem item = model_->items()[index]; local 488 item.status = status; 489 model_->Set(index, item); 528 ash::ShelfItem item = model_->items()[index]; local 530 if (item.type == ash::TYPE_PLATFORM_APP || 531 item.type == ash::TYPE_WINDOWED_APP) { 532 item.type = ash::TYPE_APP_SHORTCUT; 533 model_->Set(index, item); 534 } else if (item.type != ash::TYPE_APP_SHORTCUT) { 566 return; // May happen if item closed with menu open 778 ash::ShelfItem item = model_->items()[index]; local 1099 const ash::ShelfItem& item = model_->items()[target_index]; local 1478 ash::ShelfItem item = model_->items()[running_index]; local 1495 ash::ShelfItem item = model_->items()[index]; local 1770 ash::ShelfItem item; local 1808 const ash::ShelfItem& item = model_->items()[index]; local [all...] |
/cts/suite/audio_quality/lib/src/task/ |
TaskProcess.cpp | 264 std::vector<android::String8>& item = *(itemTokens.get()); local 265 if (StringUtil::compare(item[0], "id") == 0) { 266 Param param(EId, item[1]); 269 } else if (StringUtil::compare(item[0], "val") == 0) { 270 Param param(EVal, item[1]); 273 } else if (isInput && (StringUtil::compare(item[0], "consti") == 0)) { 274 int64_t value = atoll(item[1].string()); 279 } else if (isInput && (StringUtil::compare(item[0], "constf") == 0)) { 280 double value = atof(item[1].string()); 286 LOGE("unrecognized word %s", item[0].string()) [all...] |
/external/chromium_org/ppapi/generators/ |
idl_c_header.py | 107 item = node.GetProperty('VALUE') 110 item = '#ifdef __cplusplus\n%s\n#endif /* __cplusplus */\n\n' % item 114 if item: out.Write(item) 121 item = cgen.Define(node, releases, prefix=pref, comment=True) 122 if not item: continue 135 item += form % (name, asize[0]) 137 if item: out.Write(item) [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/polyfills/ |
cachePolyfill.js | 14 var _castToRequest = function(item) { 15 if (typeof item === 'string') { 16 item = new Request({ 17 url: item, 20 return item;
|