/packages/apps/UnifiedEmail/res/layout-land/ |
conversation_message_upper_header_actions.xml | 26 android:id="@+id/star"
|
/packages/apps/UnifiedEmail/res/layout-sw600dp/ |
conversation_message_upper_header_actions.xml | 26 android:id="@+id/star"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_apply.py | 50 l_newargs = [pytree.Leaf(token.STAR, u"*"), args]
|
fix_itertools_imports.py | 24 elif child.type == token.STAR:
|
fix_urllib.py | 62 yield """import_from< 'from' module_star=%r 'import' star='*' > 193 # Renaming and star imports are not supported for these modules. 195 self.cannot_convert(node, "Cannot handle star imports.")
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
token.py | 25 STAR = 16
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_apply.py | 50 l_newargs = [pytree.Leaf(token.STAR, u"*"), args]
|
fix_itertools_imports.py | 24 elif child.type == token.STAR:
|
fix_urllib.py | 62 yield """import_from< 'from' module_star=%r 'import' star='*' > 193 # Renaming and star imports are not supported for these modules. 195 self.cannot_convert(node, "Cannot handle star imports.")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
token.py | 25 STAR = 16
|
/packages/apps/Browser/src/com/android/browser/ |
BookmarkItem.java | 59 View star = findViewById(R.id.star); local 60 star.setVisibility(View.GONE);
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
SelectedConversationsActionMenu.java | 155 } else if (itemId == R.id.star) { 159 LogUtils.d(LOG_TAG, "We are in a starred folder, removing the star"); 326 * Marks the selected conversations with the star setting provided here. 327 * @param star true if you want all the conversations to have stars, false if you want to remove 330 private void starConversations(boolean star) { 332 mUpdater.updateConversation(target, ConversationColumns.STARRED, star); 335 c.starred = star; 382 final MenuItem star = menu.findItem(R.id.star); local 383 star.setVisible(showStar) [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
location_bar_view_gtk.h | 92 // Set the starred state of the bookmark star. 353 // Build the star icon. 356 // Update the star icon after it is toggled or the theme changes. 360 // the star button or page actions. 366 // Star button. 454 // Used to change the visibility of the star decoration.
|
/external/chromium_org/chrome/browser/ui/gtk/ |
location_bar_view_gtk.h | 108 // Set the starred state of the bookmark star. 416 // the star button or page actions. 434 // Star button. 438 bool star_sized_; // True after a size-allocate signal to the star widget. 440 // Action to execute after the star icon has been sized, can refer to a NULL 513 // Used to change the visibility of the star decoration.
|
/external/chromium_org/third_party/mach_override/libudis86/ |
syn-att.c | 125 int star = 0; local 177 star = 1; 201 if (star) {
|
/packages/apps/UnifiedEmail/res/layout/ |
conversation_item_view_wide.xml | 140 android:id="@+id/star" 152 <!-- aligned to be above the date (32dp(star asset) + 32dp(star left margin) = 64dp) -->
|
/external/antlr/antlr-3.4/runtime/Ruby/ |
rakefile | 52 "test/functional/parser/ll-star.rb",
|
/external/chromium/chrome/browser/ui/views/ |
browser_dialogs.h | 42 // Shows or hides the global bookmark bubble for the star button.
|
/external/chromium/chrome/common/extensions/docs/static/ |
options.html | 75 <li>We plan on providing some default css styles to encourage a consistent look across different extensions' options pages. You can star <a href="http://crbug.com/25317">crbug.com/25317</a> to be notified of updates.</li>
|
/external/chromium_org/chrome/android/java/res/layout/ |
menu_icon_row.xml | 43 android:src="@drawable/star"
|
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/ |
omnibox_popup_cell.mm | 46 // with the star button and autocomplete field.
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
options.html | 81 <li>We plan on providing some default css styles to encourage a consistent look across different extensions' options pages. You can star <a href="http://crbug.com/25317">crbug.com/25317</a> to be notified of updates.</li>
|
/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
bookmarks.html | 2 width="486" height="211" alt="Clicking the star adds a bookmark" />
|
/external/clang/test/Sema/ |
vla.c | 47 int a[*]; // expected-error {{star modifier used outside of function prototype}}
|
/external/srec/config/en.us/grammars/ |
bothtags5.grxml | 93 <tag>V='STAR';</tag>
|