/external/clang/lib/Lex/ |
ModuleMap.cpp | 658 Star, 819 case tok::star: 820 Tok.Kind = MMToken::Star; 991 if (Tok.is(MMToken::Star)) [all...] |
/external/icu4c/i18n/ |
regexcst.h | 195 , {doNGStar, 63 /* ? */, 20,0, TRUE} // 63 quant-star 380 "quant-star",
|
/external/llvm/tools/llvm-mc/ |
llvm-mc.cpp | 310 case AsmToken::Star: Out->os() << "Star"; break;
|
/frameworks/av/libvideoeditor/osal/src/ |
M4OSA_CharStar.c | 20 * @brief definition of the Char Star set of functions. 21 * @note This file defines the Char Star set of functions.
|
/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
|
/docs/source.android.com/src/source/ |
report-bugs.jd | 41 <p>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.</p>
|
/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 | 122 <style name="Widget.DeviceDefault.CompoundButton.Star" parent="Widget.Holo.CompoundButton.Star" > 372 <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 | 101 {@code 9} plus star ({@code *}) and pound ({@code #}) keys.</td>
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR.xcodeproj/ |
project.pbxproj | [all...] |
/external/ant-glob/src/org/apache/tools/ant/types/selectors/ |
SelectorUtils.java | 398 // Process characters before first star 418 // Process characters after last star 641 * @return true if the string contains at least a star or a question mark
|
/external/regex-re2/re2/ |
prefilter.cc | 208 static Info* Star(Info* a); 378 Prefilter::Info* Prefilter::Info::Star(Info *a) { 615 info = Star(child_args[0]);
|
/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
|