/packages/apps/Contacts/src/com/android/contacts/editor/ |
GroupMembershipView.java | 240 // Exclude favorites from the list - they are handled with special UI (star)
|
/packages/apps/Launcher3/res/values-cs/ |
strings.xml | 93 <string name="migration_cling_description" msgid="2752413805582227644">"Chcete importovat ikony a slo?ky ze svých starých ploch?"</string>
|
/packages/apps/Launcher3/res/values-sk/ |
strings.xml | 93 <string name="migration_cling_description" msgid="2752413805582227644">"Chcete importova? ikony a prie?inky zo starých plôch?"</string>
|
/packages/apps/Nfc/src/com/android/nfc/ |
FireflyRenderer.java | 257 in = mContext.getAssets().open("star.png");
|
/packages/apps/UnifiedEmail/res/values-tl/ |
strings.xml | 59 <string name="add_star" msgid="2866003744391266498">"Magdagdag ng star"</string> 60 <string name="remove_star" msgid="4372327933122106128">"Alisin ang star"</string> 169 <item quantity="one" msgid="8315328190288744398">"Inaalisan ng star ang <xliff:g id="COUNT">%1$d</xliff:g> (na) pag-uusap."</item> 170 <item quantity="other" msgid="2222365088907519938">"Inaalisan ng star ang <xliff:g id="COUNT">%1$d</xliff:g> (na) pag-uusap."</item> [all...] |
/cts/tools/dasm/src/java_cup/ |
lexer.java | 22 * , COMMA * STAR 130 char_symbols.put(new Integer('*'), new Integer(sym.STAR));
|
parser.cup | 164 START, SEMI, COMMA, STAR, DOT, COLON, COLON_COLON_EQUALS, BAR, 537 multipart_id DOT STAR
|
/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;
|
/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/services/Telephony/src/com/android/phone/ |
EmergencyDialer.java | 79 R.id.star, R.id.zero, R.id.pound }; 401 case R.id.star: {
|
/external/chromium_org/third_party/sqlite/src/src/ |
parse.y | 228 %left STAR SLASH REM. 452 selcollist(A) ::= sclp(P) STAR. { 456 selcollist(A) ::= sclp(P) nm(X) DOT STAR(Y). { 803 expr(A) ::= ID(X) LP STAR RP(E). { 843 expr(A) ::= expr(X) STAR|SLASH|REM(OP) expr(Y). [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
transformer.py | 468 if nodelist[idx + 1][0] == token.STAR: 699 if t == token.STAR: 826 if node[0] == token.STAR or node[0] == token.DOUBLESTAR: 827 if node[0] == token.STAR: [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
transformer.py | 468 if nodelist[idx + 1][0] == token.STAR: 699 if t == token.STAR: 826 if node[0] == token.STAR or node[0] == token.DOUBLESTAR: 827 if node[0] == token.STAR: [all...] |
/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...] |
/external/chromium_org/chrome/third_party/chromevox/chromevox/background/mathmaps/symbols/ |
math_geometry.json | [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 --> 459 <!-- String describing the Star/Favorite checkbox [all...] |