/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
directory_tree.js | 14 * it with setting 'this' from DirectoryTree/Item. 35 var item = new DirectoryItem(label, currentEntry, this, tree); 36 this.add(item); 45 var item = new DirectoryItem(label, currentEntry, this, tree); 46 this.addAt(item, index); 72 * @return {boolean} True if the parent item is found. 76 var item = this.items[i]; 77 if (util.isDescendantEntry(item.entry, entry) || 78 util.isSameEntry(item.entry, entry)) { 79 item.selectByEntry(entry) [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
SynchronousQueue.java | 73 * empty. A call to "fulfill" (i.e., a call requesting an item 141 * @param e if non-null, the item to be handed to a consumer; 142 * if null, requests that transfer return an item 146 * @return if non-null, the item provided or received; if null, 205 Object item; // data; or null for REQUESTs field in class:SynchronousQueue.TransferStack.SNode 207 // Note: item and mode fields don't need to be volatile 211 SNode(Object item) { 212 this.item = item; 294 * Puts or takes an item 508 volatile Object item; \/\/ CAS'ed to or from null field in class:SynchronousQueue.TransferQueue.QNode [all...] |
/packages/apps/Settings/src/com/android/settings/applications/ |
RunningProcessesView.java | 125 // This item represents both services and processes, 172 public ActiveItem bind(RunningState state, RunningState.BaseItem item, 176 if (item.mPackageInfo == null && item instanceof RunningState.MergedItem) { 179 RunningState.MergedItem mergedItem = (RunningState.MergedItem)item; 181 ((RunningState.MergedItem)item).mProcess.ensureLabel(pm); 182 item.mPackageInfo = ((RunningState.MergedItem)item).mProcess.mPackageInfo; 183 item.mDisplayLabel = ((RunningState.MergedItem)item).mProcess.mDisplayLabel 313 RunningState.MergedItem item = mItems.get(position); local [all...] |
/development/samples/NotePad/src/com/example/android/notepad/ |
NotesList.java | 130 R.layout.noteslist_item, // Points to the XML for a list item 175 // The paste menu item is enabled if there is data on the clipboard. 182 // If the clipboard contains an item, enables the Paste option on the menu. 200 // This is the selected item. 204 // based on the selected menu item. 227 Menu.NONE, // A unique item ID is not required. 236 // If the Edit menu item exists, adds shortcuts for it. 239 // Sets the Edit menu item shortcut to numeric "1", letter "e" 252 * This method is called when the user selects an option from the menu, but no item 257 * If the item was not INSERT, then most likely it was an alternative option from anothe [all...] |
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
BitSet.pm | 274 =item C<of> 278 =item C<or> 282 =item C<add> 286 =item C<grow_to_include> 290 =item C<set_size> 294 =item C<remove> 298 =item C<length_in_long_words>
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
provided_file_systems_ui.cc | 215 base::DictionaryValue* item = new base::DictionaryValue(); local 216 item->SetString(kKeyId, file_system_info.file_system_id()); 217 item->SetString(kKeyName, file_system_info.file_system_name()); 218 item->SetString(kKeyExtensionId, file_system_info.extension_id()); 219 item->SetString(kKeyMountPath, 221 item->SetInteger(kKeyActiveRequests, 224 items.Append(item);
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/ |
background.js | 179 items.forEach(function(item) { 180 if (item.state == 'in_progress') { 182 if (item.totalBytes) { 183 options.totalTotalBytes += item.totalBytes; 184 options.totalBytesReceived += item.bytesReceived; 188 var dangerous = ((item.danger != 'safe') && 189 (item.danger != 'accepted')); 191 options.anyPaused = options.anyPaused || item.paused; 192 } else if ((item.state == 'complete') && item.endTime && !item.error) [all...] |
/external/chromium_org/chrome/common/extensions/docs/server2/ |
test_file_system.py | 40 def update_result(item, path): 42 if isinstance(item, dict): 46 for p, content in item.iteritems()] 47 for subpath, subitem in item.iteritems(): 49 elif isinstance(item, basestring): 50 result[path] = item 52 raise ValueError('Unsupported item type: %s' % type(item))
|
/external/chromium_org/content/browser/download/ |
drag_download_file.cc | 92 void OnDownloadStarted(DownloadItem* item, 95 if (!item) { 101 download_item_ = item; 106 virtual void OnDownloadUpdated(DownloadItem* item) OVERRIDE { 108 DCHECK_EQ(download_item_, item); 124 virtual void OnDownloadDestroyed(DownloadItem* item) OVERRIDE { 126 DCHECK_EQ(download_item_, item);
|
/external/chromium_org/net/cert/ |
nss_profile_filter_chromeos_unittest.cc | 25 for (SECMODModuleList* item = head; item != NULL; item = item->next) { 26 int slot_count = item->module->loaded ? item->module->slotCount : 0; 28 PK11SlotInfo* slot = item->module->slots[i];
|
/external/chromium_org/net/disk_cache/blockfile/ |
stats.cc | 193 std::pair<std::string, std::string> item; local 195 item.first = base::StringPrintf("Size%02d", i); 196 item.second = base::StringPrintf("0x%08x", data_sizes_[i]); 197 items->push_back(item); 201 item.first = kCounterNames[i]; 202 item.second = base::StringPrintf("0x%" PRIx64, counters_[i]); 203 items->push_back(item);
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
FilterOperationResolver.cpp | 192 CSSShadowValue* item = toCSSShadowValue(cssValue); local 193 IntPoint location(item->x->computeLength<int>(conversionData), item->y->computeLength<int>(conversionData)); 194 int blur = item->blur ? item->blur->computeLength<int>(conversionData) : 0; 196 if (item->color) 197 shadowColor = state.document().textLinkColors().colorFromPrimitiveValue(item->color.get(), state.style()->color());
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
crestst.c | 472 UResourceBundle *idna_rules, *casing, *te_IN, *ne, *item; local 492 /* try an item in idna_rules, must work */ 493 item=ures_getByKey(idna_rules, "UnassignedSet", NULL, &errorCode); 498 ures_close(item); 501 /* try an item in root, must fail */ 502 item=ures_getByKey(idna_rules, "ShortLanguage", NULL, &errorCode); 507 ures_close(item); 564 item=ures_getByKey(casing, "Info", NULL, &errorCode); 568 ures_close(item); 572 item=ures_getByKey(casing, "ShortLanguage", NULL, &errorCode) 650 UResourceBundle *res, *item; local [all...] |
/external/chromium_org/third_party/skia/third_party/harfbuzz/src/ |
harfbuzz-buffer.c | 300 HB_GlyphItem item = &buffer->out_string[buffer->out_pos + i]; local 302 item->gindex = glyph_data[i]; 303 item->properties = properties; 304 item->cluster = cluster; 305 item->component = component; 306 item->ligID = ligID; 307 item->gproperties = HB_GLYPH_PROPERTIES_UNKNOWN;
|
/external/chromium_org/third_party/webrtc/modules/video_render/android/ |
video_render_android_impl.cc | 94 AndroidStreamMap::iterator item = _streamsMap.find(streamId); local 95 if (item != _streamsMap.end() && item->second != NULL) { 121 AndroidStreamMap::iterator item = _streamsMap.find(streamId); local 122 if (item == _streamsMap.end()) { 127 delete item->second; 128 _streamsMap.erase(item);
|
/external/chromium_org/tools/idl_parser/ |
idl_node.py | 23 # Takes an input item, list, or None, and returns a new list of that set. 24 def CopyToList(item): 25 # If the item is 'Empty' make it an empty list 26 if not item: 27 item = [] 29 # If the item is not a list 30 if type(item) is not type([]): 31 item = [item] 34 return list(item) [all...] |
/external/icu/icu4c/source/test/cintltst/ |
crestst.c | 471 UResourceBundle *idna_rules, *casing, *te_IN, *ne, *item; local 491 /* try an item in idna_rules, must work */ 492 item=ures_getByKey(idna_rules, "UnassignedSet", NULL, &errorCode); 497 ures_close(item); 500 /* try an item in root, must fail */ 501 item=ures_getByKey(idna_rules, "ShortLanguage", NULL, &errorCode); 506 ures_close(item); 563 item=ures_getByKey(casing, "Info", NULL, &errorCode); 567 ures_close(item); 571 item=ures_getByKey(casing, "ShortLanguage", NULL, &errorCode) 649 UResourceBundle *res, *item; local [all...] |
/external/lldb/scripts/ |
sed-sources | 31 =item B<-b> 36 =item B<-g> 40 =item B<-e> 44 =item B<-u> 48 =item B<-p> 52 =item B<-r> 56 =item B<-t N>
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
KeyguardUserSwitcher.java | 220 UserSwitcherController.UserRecord item = getItem(position); local 230 String name = getName(mContext, item); 231 if (item.picture == null) { 232 v.bind(name, getDrawable(mContext, item)); 234 v.bind(name, item.picture); 236 convertView.setActivated(item.isCurrent); 237 convertView.setTag(item);
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
NameConverter.java | 186 StructuredNameDataItem item) { 209 if (item == null) { 210 item = new StructuredNameDataItem(); 212 item.setPhoneticFamilyName(family); 213 item.setPhoneticMiddleName(middle); 214 item.setPhoneticGivenName(given); 215 return item;
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
FolderIcon.java | 79 // Flag whether the folder should open itself when an item is dragged over is enabled. 82 // The degree to which the item in the back of the stack is scaled [0...1] 323 private boolean willAcceptItem(ItemInfo item) { 324 final int itemType = item.itemType; 327 !mFolder.isFull() && item != mInfo && !mInfo.opened); 331 final ItemInfo item = (ItemInfo) dragInfo; local 332 return !mFolder.isDestroyed() && willAcceptItem(item); 335 public void addItem(ShortcutInfo item) { 336 mInfo.add(item); 364 ShortcutInfo item; [all...] |
/packages/apps/Settings/src/com/android/settings/ |
BandMode.java | 139 BandListItem item; local 147 item = new BandListItem(bands[i]); 148 mBandListAdapter.add(item); 149 if (DBG) log("Add " + item.toString()); 158 item = new BandListItem(i); 159 mBandListAdapter.add(item); 160 if (DBG) log("Add default " + item.toString());
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
MultiFoldersSelectionDialog.java | 176 final Object item = mAdapter.getItem(position); local 177 if (item instanceof FolderRow) { 178 update((FolderRow) item); 186 * @param row The item being updated. 198 final Object item = mAdapter.getItem(i); local 199 if (item instanceof FolderRow) { 200 ((FolderRow)item).setIsSelected(false); 201 final Folder folder = ((FolderRow)item).getFolder();
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
AlbumDataAdapter.java | 83 View item = convertView; local 84 if (item == null) { 85 item = mInflater.inflate(mLayout, parent, false); 89 View vCheckBox = item.findViewById(R.id.enabled); 96 View vTextView = item.findViewById(R.id.title); 102 item.setOnClickListener(mListener); 103 return item;
|
/external/chromium_org/ui/views/controls/menu/ |
menu_model_adapter.cc | 50 MenuItemView* item = new MenuItemView(this); local 51 BuildMenu(item); 52 return item; 194 // This line may be reached for the empty menu item. 276 MenuItemView* item = AppendMenuItem(menu, model, i); local 279 DCHECK(item); 280 DCHECK_EQ(MenuItemView::SUBMENU, item->GetType()); 283 BuildMenuImpl(item, submodel); 284 has_icons = has_icons || item->has_icons(); 286 menu_map_[item] = submodel [all...] |