/packages/apps/Email/src/com/android/email/activity/ |
MessageListItem.java | 51 * 2. It handles internal clicks such as the checkbox or the favorite star 534 * Overriding this method allows us to "catch" clicks in the checkbox or star
|
MessageViewFragment.java | 313 * Sets the content description for the star icon based on whether it's currently starred. 507 // Initialize star content description for accessibility
|
/packages/apps/Phone/src/com/android/phone/ |
EmergencyDialer.java | 272 findViewById(R.id.star).setOnClickListener(this); 384 case R.id.star: {
|
/docs/source.android.com/src/source/ |
report-bugs.md | 34 - If you find your issue and it's important to you, star it! That's how we know which bugs are most important to fix.
|
/external/chromium/chrome/browser/ui/cocoa/toolbar/ |
toolbar_controller.h | 145 // Point on the star icon for the bookmark bubble to be - in the
|
toolbar_controller_unittest.mm | 204 // Make sure the star is completely inside the location bar.
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
bookmark_editor_view.h | 227 // Displays star folder.
|
/external/chromium/chrome/common/extensions/docs/static/ |
faq.html | 407 If you find a bug that describes your issue, click the star icon to be 415 If you found no appropriate bug to star, file a new issue report at 462 If you find a ticket that matches your request, click the star icon to be 468 If you found no appropriate ticket to star, file a new request at
|
/external/chromium/net/ftp/ |
ftp_directory_listing_parser_ls.cc | 78 // Here is how a listing line should look like. A star ("*") indicates
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
properties.cpp | 34 uint64 ClosureProperties(uint64 inprops, bool star, bool delayed) {
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
crypto-sha1.js | 210 A pair of star-cross'd lovers take their life;\n\
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
crypto-sha1.js | 210 A pair of star-cross'd lovers take their life;\n\
|
/frameworks/base/core/res/res/values/ |
styles_device_defaults.xml | 119 <style name="Widget.DeviceDefault.CompoundButton.Star" parent="Widget.Holo.CompoundButton.Star" > 366 <style name="Widget.DeviceDefault.Light.CompoundButton.Star" parent="Widget.Holo.Light.CompoundButton.Star" >
|
/frameworks/base/data/keyboards/ |
Generic.kcm | 457 key STAR {
|
Virtual.kcm | 454 key STAR {
|
qwerty.kcm | 483 key STAR {
|
qwerty2.kcm | 480 key STAR {
|
/frameworks/base/docs/html/guide/topics/manifest/ |
uses-configuration-element.jd | 103 {@code 9} plus star ({@code *}) and pound ({@code #}) keys.</td>
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR.xcodeproj/ |
project.pbxproj | [all...] |
/external/regex-re2/re2/ |
prefilter.cc | 202 static Info* Star(Info* a); 371 Prefilter::Info* Prefilter::Info::Star(Info *a) { 571 info = Star(child_args[0]);
|
compile.cc | 153 Frag Star(Frag a, bool nongreedy); 352 Frag Compiler::Star(Frag a, bool nongreedy) { 370 Frag f = Star(a, nongreedy); 754 return Star(child_frags[0], re->parse_flags()&Regexp::NonGreedy); 1087 return Star(ByteRange(0x00, 0xff, false), true); [all...] |
/libcore/luni/src/main/java/java/io/ |
StreamTokenizer.java | 583 * Specifies whether "slash-star" (C-style) comments shall be recognized. 584 * Slash-star comments cannot be nested and end when a star-slash
|
/external/icu4c/test/intltest/ |
wbnf.cpp | 784 enum TokenType {STRING, VAR, NUMBER, STREAM_END, ERROR, QUESTION, STAR, PLUS, LBRACE, RBRACE, LPAR, RPAR, SEMI, EQ, COMMA, BAR, AT, WAVE, PERCENT}; 831 case '*' : tokenType = STAR; break; 986 case STAR: 987 match(STAR); [all...] |
/external/chromium/chrome/browser/history/ |
expire_history_backend_unittest.cc | 554 // Star the last URL. 716 // Star the last two URLs. 800 // Star the URLs. [all...] |
/external/clang/utils/ABITest/ |
ABITestGen.py | 91 tyNameClean = tyName.replace(' ','_').replace('*','star') 177 name = '%s_retval'%(typeName.replace(' ','_').replace('*','star'),) 190 name = '%s_values'%(typeName.replace(' ','_').replace('*','star'),)
|