/external/chromium/chrome/browser/autocomplete/ |
autocomplete_popup_view_mac.mm | 42 // How to round off the popup's corners. Goal is to match star and go 597 // with the star button and autocomplete field.
|
/external/chromium/chrome/browser/history/ |
starred_url_database.cc | 21 // The following table is used to store star (aka bookmark) information. This 287 // Create the star entry referring to the URL row.
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
jsilver.sablecc | 123 {args} star = '*'; 495 = {multiply} [left]:factor star [right]:value // x.y * a.b
|
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/ |
AsYouTypeFormatter.java | 82 // prevents invalid punctuation (such as the star sign in Israeli star numbers) getting into the
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
abap.php | 100 // lines beginning with star at 1st position are comments 101 // (star anywhere else is not a comment, especially be careful with [all...] |
/external/llvm/lib/MC/MCParser/ |
AsmLexer.cpp | 128 ++CurPtr; // skip the star. 462 case '*': return AsmToken(AsmToken::Star, StringRef(TokStart, 1));
|
/external/nist-sip/java/gov/nist/core/ |
GenericObject.java | 56 protected static final String STAR = Separators.STAR;
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
TokenTypes.java | 180 public static final int STAR = LexerCore.STAR;
|
/external/openssh/openbsd-compat/ |
glob.c | 91 #define STAR '*' 516 case STAR:
|
/external/qemu/target-i386/ |
kvm.c | 459 kvm_msr_entry_set(&msrs[n++], MSR_STAR, env->star); 618 env->star = msrs[i].data;
|
/external/quake/quake/src/QW/server/ |
sv_ccmds.c | 564 Con_Printf ("Star variables cannot be changed.\n"); 607 Con_Printf ("Star variables cannot be changed.\n");
|
/frameworks/base/docs/html/design/style/ |
iconography.jd | 222 items. For example, in the Gmail app, each message has a star icon that marks the message as 285 <p>Use non-neutral colors sparingly and with purpose. For example, Gmail uses yellow in the star icon
|
/packages/apps/Dialer/res/values/ |
strings.xml | 253 <!-- String describing the image on ImageButton star 258 <string name="description_image_button_star">star</string>
|
/packages/apps/Phone/src/com/android/phone/ |
EmergencyDialer.java | 79 R.id.star, R.id.zero, R.id.pound }; 400 case R.id.star: {
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
BinaryDictIOTests.java | 306 formatOptions, "star")); 451 formatOptions, "star"));
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
location_bar_view.cc | 205 // The star is not visible in popups and in the app launcher. 379 // Compensate for some built-in padding in the Star image. 508 // Size the EV bubble. We do this after taking the star/page actions/content [all...] |
/packages/apps/Contacts/res/values/ |
strings.xml | 94 <!-- Menu item used to add a star to a contact, which makes that contact show up at the top of favorites --> 97 <!-- Menu item used to remove a star from a contact, making the contact no longer show up at the top of favorites --> 460 <!-- String describing the Star/Favorite checkbox [all...] |
/packages/apps/Email/res/values-cs/ |
strings.xml | 57 <string name="older_action" msgid="4504015635360605471">"Star?í"</string> 234 <string name="message_view_move_to_older" msgid="4993043091356700890">"Star?í"</string> [all...] |
/packages/apps/Email/res/values-en-rGB/ |
strings.xml | 35 <string name="favorite_action" msgid="4664259801498253756">"Star"</string> 45 <string name="set_star_action" msgid="4660317166196258160">"Add star"</string> 46 <string name="remove_star_action" msgid="6689770999647007163">"Remove star"</string> [all...] |
/packages/apps/Email/res/values-sk/ |
strings.xml | 57 <string name="older_action" msgid="4504015635360605471">"Star?ie"</string> 234 <string name="message_view_move_to_older" msgid="4993043091356700890">"Star?ie"</string> [all...] |
/external/chromium/chrome/browser/bookmarks/ |
bookmark_model.h | 43 // star id and type. BookmarkNodes are returned from a BookmarkModel.
|
/external/chromium/chrome/browser/themes/ |
browser_theme_pack_unittest.cc | 145 // Verifies the data in star gazing. We do this multiple times for different
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bubble_controller.mm | 267 // star was what prompted this bubble to appear (i.e., not already bookmarked),
|
/external/chromium/chrome/browser/ui/cocoa/ |
browser_window_controller.h | 227 // Show the bookmark bubble (e.g. user just clicked on the STAR)
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
bookmark_bar_view.h | 377 // Invoked when a star entry corresponding to a URL on the bookmark bar is
|