/external/fonttools/Lib/fontTools/misc/ |
psLib.py | 197 for item in proc.value: 198 handle_object(item) 305 def unpack_item(item): 306 tp = type(item.value) 309 for key, value in item.value.items(): 312 newitem = [None] * len(item.value) 313 for i in range(len(item.value)): 314 newitem[i] = unpack_item(item.value[i]) 315 if item.type == 'proceduretype': 318 newitem = item.valu [all...] |
psOperators.py | 61 item = self.value[i] 62 access = _accessstrings[item.access] 66 psstring = psstring + ' ' + str(item) + access 68 psstring = psstring + str(item) + access 221 item = proc.value[i] 222 if item.type == 'proceduretype': 223 self.proc_bind(item) 225 if not item.literal: 227 obj = self.resolve_name(item.value) 497 for item in obj.value [all...] |
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
PlaybackControlsRowPresenter.java | 159 public void onControlSelected(Presenter.ViewHolder itemViewHolder, Object item, 162 if (vh.mSelectedViewHolder != itemViewHolder || vh.mSelectedItem != item) { 164 vh.mSelectedItem = item; 173 public void onControlClicked(Presenter.ViewHolder itemViewHolder, Object item, 177 getOnItemClickedListener().onItemClicked(item, vh.getRow()); 180 getOnItemViewClickedListener().onItemClicked(itemViewHolder, item, 183 if (mOnActionClickedListener != null && item instanceof Action) { 184 mOnActionClickedListener.onActionClicked((Action) item); 192 * @param descriptionPresenter Presenter for displaying item details. 337 protected void onBindRowViewHolder(RowPresenter.ViewHolder holder, Object item) { [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
MessageListAdapter.java | 226 // We've got an mms item, pre-inflate the mms portion of the view 233 MessageItem item = mMessageItemCache.get(getKey(type, msgId)); local 234 if (item == null && c != null && isCursorValid(c)) { 236 item = new MessageItem(mContext, type, c, mColumnsMap, mHighlight); 237 mMessageItemCache.put(getKey(item.mType, item.mMsgId), item); local 242 return item; 303 public Cursor getCursorForItem(MessageItem item) { 310 if (id == item.mMsgId && (type != null && type.equals(item.mType))) [all...] |
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/ |
Picker.java | 142 * supply the {@link Picker}'s item's layout id 150 * supply the {@link Picker}'s item's {@link TextView}'s id from within the 319 View item; local 325 item = column.getItemView(i); 326 if (item != null) { 328 // set alpha for main item (selected) in the column 330 setOrAnimateAlpha(item, true, mFocusedAlpha, mUnfocusedAlpha, animList, 333 setOrAnimateAlpha(item, true, mUnfocusedAlpha, -1, animList, 338 setOrAnimateAlpha(item, true, mInvisibleColumnAlpha, -1, animList, 370 View item; local [all...] |
/packages/services/Telephony/src/com/android/phone/ |
SimContacts.java | 263 MenuItem item = menu.findItem(MENU_IMPORT_ALL); local 264 if (item != null) { 265 item.setVisible(mCursor != null && mCursor.getCount() > 0); 271 public boolean onOptionsItemSelected(MenuItem item) { 272 switch (item.getItemId()) { 301 return super.onOptionsItemSelected(item); 305 public boolean onContextItemSelected(MenuItem item) { 306 switch (item.getItemId()) { 308 ContextMenu.ContextMenuInfo menuInfo = item.getMenuInfo(); 315 return super.onContextItemSelected(item); [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/ |
network_menu.js | 45 networkMenuItem.innerHTML = '<div class="network-menu-item">' + 347 onClick_: function(event, item) { 348 // If item is a NetworkMenuItem, it must have at least one of the following. 349 if (item.autoConnectCheckbox || item.ssidEdit || item.passwordEdit) { 351 if (event.target == item.autoConnectCheckbox || 352 event.target == item.autoConnectCheckbox.nextElementSibling || 353 event.target == item.ssidEdit || 354 event.target == item.passwordEdit) [all...] |
/external/chromium_org/chrome/browser/resources/extensions/ |
extensions.css | 180 .extension-list-item-wrapper { 184 .extension-list-item { 190 html[dir='rtl'] .extension-list-item { 224 .extension-list-item-wrapper.inactive-extension .extension-details, 250 .extension-list-item-wrapper.inactive-extension .enabled-text, 251 .extension-list-item-wrapper:not(.inactive-extension) .enable-text, 252 .extension-list-item-wrapper.inactive-extension .optional-controls, 253 .extension-list-item-wrapper.inactive-extension .butter-bar { 266 .extension-list-item a { 363 .extension-list-item:not(:hover) .trash:not(:focus) [all...] |
/prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.1/ |
hamcrest-library-1.1.jar | |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/app_launcher/ |
popup.js | 66 var item = appList[i]; 67 addApp(appsDiv, item, i == selectedIndex); 76 var item = completeList[i]; 78 if (!item.isApp || !item.enabled) { 81 if (filter && item.name.toLowerCase().search(filter) < 0) { 84 appList.push(item);
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
StyleBuilderConverter.cpp | 314 CSSPrimitiveValue* value = toCSSPrimitiveValue(iter.item(i)); 347 // item() returns null if out of bounds so this is safe. 348 CSSValue* second = list->item(i + 1); 386 const CSSShadowValue* item = toCSSShadowValue(valueList->item(i)); local 387 float x = item->x->computeLength<float>(state.cssToLengthConversionData()); 388 float y = item->y->computeLength<float>(state.cssToLengthConversionData()); 389 float blur = item->blur ? item->blur->computeLength<float>(state.cssToLengthConversionData()) : 0; 390 float spread = item->spread ? item->spread->computeLength<float>(state.cssToLengthConversionData()) : 0 [all...] |
/external/libvorbis/doc/ |
09-helper.tex | 36 \item ilog(0) = 0; 37 \item ilog(1) = 1; 38 \item ilog(2) = 2; 39 \item ilog(3) = 2; 40 \item ilog(4) = 3; 41 \item ilog(7) = 3; 42 \item ilog(negative number) = 0;
|
/development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/ |
FoldingLayoutActivity.java | 278 public boolean onOptionsItemSelected (MenuItem item) { 279 switch(item.getItemId()) { 286 item.setTitle((mOrientation == Orientation.HORIZONTAL) ? R.string.vertical : 293 item.setTitle(mIsCameraFeed ? R.string.static_image : R.string.camera_feed); 294 item.setChecked(mIsCameraFeed); 308 item.setChecked(!mIsSepiaOn); 319 return super.onOptionsItemSelected(item);
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/photo/ |
ribbon.js | 112 console.error('Can only remove the selected item'); 123 // Push a new item at the right end. 136 // Push a new item at the left end. 222 // Sliding to the left. Start item will become invisible and should be 251 this.renderCache_[this.dataModel_.item(selectedIndex).getEntry().toURL()]; 288 * @param {number} index Item index. 293 var item = this.dataModel_.item(index); 294 var url = item.getEntry().toURL(); 307 var index = this.dataModel_.indexOf(item); [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
AlbumSetDataLoader.java | 239 public MediaSet item; field in class:AlbumSetDataLoader.UpdateInfo 298 long itemVersion = info.item.getDataVersion(); 301 mData[pos] = info.item; 371 info.item = mSource.getSubMediaSet(info.index); 372 if (info.item == null) continue; 373 info.cover = info.item.getCoverMediaItem(); 374 info.totalCount = info.item.getTotalMediaItemCount();
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/ |
NotificationStudioActivity.java | 123 for (EditableItem item : EditableItem.values()) { 124 String itemCategory = item.getCategory(this); 131 View editorView = Editors.newEditor(this, items, item); 211 public boolean onOptionsItemSelected(MenuItem item) { 212 switch (item.getItemId()) { 214 ShareCodeAction.launch(this, item.getTitle()); 217 ShareMockupAction.launch(this, item.getTitle());
|
/external/chromium_org/tools/stats_viewer/ |
stats_viewer.cs | 99 ListViewItem item = view.Items[counter.name];
100 if (item != null)
103 Debug.Assert(item is StatsCounterListViewItem);
104 StatsCounterListViewItem counter_item = item as StatsCounterListViewItem;
146 /// <param name="item"></param>
148 private void ColorItem(ListViewItem item, int value)
151 item.ForeColor = Color.Red;
153 item.ForeColor = Color.DarkGreen;
155 item.ForeColor = Color.Black;
410 ListViewSubItem item = new ListViewSubItem(); [all...] |
/external/chromium_org/third_party/libxml/src/ |
xmlschemas.c | 18 * - Eliminate item creation for: ?? 25 * - Elimated item creation for: <restriction>, <extension>, 161 #define WXS_SUBST_HEAD(item) (item)->refDecl 227 #define WXS_IS_SIMPLE(item) \ 228 ((item->type == XML_SCHEMA_TYPE_SIMPLE) || \ 229 ((item->type == XML_SCHEMA_TYPE_BASIC) && \ 230 (item->builtInType != XML_SCHEMAS_ANYTYPE))) 246 #define WXS_IS_TYPE_NOT_FIXED_1(item) \ 247 (((item)->type != XML_SCHEMA_TYPE_BASIC) && 556 xmlSchemaBasicItemPtr item; \/* The redefining component. *\/ member in struct:_xmlSchemaRedef 646 xmlSchemaBasicItemPtr item; \/* The resolved referenced item. *\/ member in struct:_xmlSchemaQNameRef 4011 xmlSchemaTreeItemPtr item; local 6452 void *item; local 7918 xmlChar *item; local 8097 xmlSchemaElementPtr item = (xmlSchemaElementPtr) annItem; local 8102 xmlSchemaAttributePtr item = (xmlSchemaAttributePtr) annItem; local 8108 xmlSchemaWildcardPtr item = (xmlSchemaWildcardPtr) annItem; local 8116 xmlSchemaAnnotItemPtr item = (xmlSchemaAnnotItemPtr) annItem; local 8121 xmlSchemaAttributeGroupPtr item = local 8127 xmlSchemaNotationPtr item = (xmlSchemaNotationPtr) annItem; local 8143 xmlSchemaFacetPtr item = (xmlSchemaFacetPtr) annItem; local 8149 xmlSchemaTypePtr item = (xmlSchemaTypePtr) annItem; local 8154 xmlSchemaModelGroupDefPtr item = (xmlSchemaModelGroupDefPtr) annItem; local 8161 xmlSchemaModelGroupPtr item = (xmlSchemaModelGroupPtr) annItem; local 8193 xmlSchemaIDCSelectPtr item; local 8291 xmlSchemaIDCPtr item = NULL; local 9331 xmlSchemaParticlePtr item; local 9433 xmlSchemaModelGroupDefPtr item; local 11196 xmlSchemaModelGroupPtr item; local 20425 xmlSchemaBasicItemPtr prev, item; local 20600 xmlSchemaBasicItemPtr item; local 20675 xmlSchemaBasicItemPtr item; local 20795 xmlSchemaTreeItemPtr item, *items; local 27502 xmlSchemaPSVIIDCNodePtr item; local 27568 xmlSchemaPSVIIDCNodePtr item; local [all...] |
/external/libxml2/ |
xmlschemas.c | 18 * - Eliminate item creation for: ?? 25 * - Elimated item creation for: <restriction>, <extension>, 161 #define WXS_SUBST_HEAD(item) (item)->refDecl 227 #define WXS_IS_SIMPLE(item) \ 228 ((item->type == XML_SCHEMA_TYPE_SIMPLE) || \ 229 ((item->type == XML_SCHEMA_TYPE_BASIC) && \ 230 (item->builtInType != XML_SCHEMAS_ANYTYPE))) 246 #define WXS_IS_TYPE_NOT_FIXED_1(item) \ 247 (((item)->type != XML_SCHEMA_TYPE_BASIC) && 556 xmlSchemaBasicItemPtr item; \/* The redefining component. *\/ member in struct:_xmlSchemaRedef 646 xmlSchemaBasicItemPtr item; \/* The resolved referenced item. *\/ member in struct:_xmlSchemaQNameRef 4030 xmlSchemaTreeItemPtr item; local 6471 void *item; local 7937 xmlChar *item; local 8116 xmlSchemaElementPtr item = (xmlSchemaElementPtr) annItem; local 8121 xmlSchemaAttributePtr item = (xmlSchemaAttributePtr) annItem; local 8127 xmlSchemaWildcardPtr item = (xmlSchemaWildcardPtr) annItem; local 8135 xmlSchemaAnnotItemPtr item = (xmlSchemaAnnotItemPtr) annItem; local 8140 xmlSchemaAttributeGroupPtr item = local 8146 xmlSchemaNotationPtr item = (xmlSchemaNotationPtr) annItem; local 8162 xmlSchemaFacetPtr item = (xmlSchemaFacetPtr) annItem; local 8168 xmlSchemaTypePtr item = (xmlSchemaTypePtr) annItem; local 8173 xmlSchemaModelGroupDefPtr item = (xmlSchemaModelGroupDefPtr) annItem; local 8180 xmlSchemaModelGroupPtr item = (xmlSchemaModelGroupPtr) annItem; local 8212 xmlSchemaIDCSelectPtr item; local 8310 xmlSchemaIDCPtr item = NULL; local 9350 xmlSchemaParticlePtr item; local 9452 xmlSchemaModelGroupDefPtr item; local 11215 xmlSchemaModelGroupPtr item; local 20454 xmlSchemaBasicItemPtr prev, item; local 20629 xmlSchemaBasicItemPtr item; local 20704 xmlSchemaBasicItemPtr item; local 20824 xmlSchemaTreeItemPtr item, *items; local 27573 xmlSchemaPSVIIDCNodePtr item; local 27644 xmlSchemaPSVIIDCNodePtr item; local [all...] |
/external/fonttools/Lib/fontTools/ |
merge.py | 39 assert all(item == first for item in t), "Expected all items to be equal: %s" % lst 64 and only so if there's at least one item remaining. 68 items = [item for item in lst if item is not NotImplemented] 75 for item in lst: 76 l.extend(item) 81 for item in lst: 82 d.update(item) [all...] |
/packages/apps/Browser/src/com/android/browser/ |
BrowserBookmarksPage.java | 162 public boolean onContextItemSelected(MenuItem item) { 163 if (!(item.getMenuInfo() instanceof BookmarkContextMenuInfo)) { 166 BookmarkContextMenuInfo i = (BookmarkContextMenuInfo) item.getMenuInfo(); 167 // If we have no menu info, we can't tell which item was selected. 172 if (handleContextItem(item.getItemId(), i.groupPosition, i.childPosition)) { 175 return super.onContextItemSelected(item); 222 // If the site is bookmarked, the item becomes remove from 263 public boolean onMenuItemClick(MenuItem item) { 264 return onContextItemSelected(item); 307 private void populateBookmarkItem(Cursor cursor, BookmarkItem item, boolean isFolder) 512 Bundle item = new Bundle(); local [all...] |
/external/chromium_org/cc/resources/ |
pixel_buffer_raster_worker_pool.cc | 117 RasterTaskQueue::Item::IsRequiredForActivation))); 128 for (RasterTaskQueue::Item::Vector::const_iterator it = queue->items.begin(); 131 const RasterTaskQueue::Item& item = *it; local 132 RasterTask* task = item.task; 137 RasterTaskQueue::Item::Vector::iterator old_it = 140 RasterTaskQueue::Item::TaskComparator(task)); 153 state.required_for_activation = item.required_for_activation; 159 item.required_for_activation; 166 RasterTaskState(task, item.required_for_activation)) 175 const RasterTaskQueue::Item& item = *it; local 499 const RasterTaskQueue::Item& item = *it; local [all...] |
/external/iproute2/doc/ |
api-ip6-flowlabels.tex | 34 \item To allow user to set traffic class bits. 36 \item To allow user to read traffic class bits of received packets. 42 \item To assign flow labels to packets sent by user. 44 \item To get flow labels of received packets. I do not know 48 \item To allocate flow labels in the way, compliant to RFC2460. Namely: 51 \item 55 \item 73 \item 228 \item {\bf ``Cooperative''. } We could leave flow label allocation wholly 239 \item {\bf ``Indirect''.} Kernel redirects requests to user level daemo [all...] |
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
ParseRDF.java | 132 Node child = rdfRdfNode.getChildNodes().item(i); 212 Node attribute = xmlNode.getAttributes().item(i); 285 Node currChild = xmlParent.getChildNodes().item(i); 375 Node attribute = attributes.item(i); 409 Node attribute = attributes.item(i); 452 Node currChild = xmlNode.getChildNodes().item(i); 500 Node attribute = xmlNode.getAttributes().item(i); 531 currChild = xmlNode.getChildNodes().item(i); 624 Node attribute = xmlNode.getAttributes().item(i); 651 Node child = xmlNode.getChildNodes().item(i) [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/ |
test_configuration.py | 175 for item in combination: 176 specifiers_list.remove(item) 229 for item in iterable: 230 union = union | item 231 intersection = intersection.intersection(item) 254 for item in combination: 255 specifiers_list.remove(item) 274 for item in combination: 275 specifiers_list.remove(item)
|