HomeSort by relevance Sort by last modified time
    Searched full:star (Results 201 - 225 of 537) sorted by null

1 2 3 4 5 6 7 891011>>

  /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/regex-re2/re2/
compile.cc 154 Frag Star(Frag a, bool nongreedy);
353 Frag Compiler::Star(Frag a, bool nongreedy) {
371 Frag f = Star(a, nongreedy);
755 return Star(child_frags[0], re->parse_flags()&Regexp::NonGreedy);
1088 return Star(ByteRange(0x00, 0xff, false), true);
    [all...]
  /external/clang/lib/Format/
TokenAnnotator.cpp 104 bool MightBeFunctionType = CurrentToken->is(tok::star);
118 Prev->isOneOf(tok::star, tok::amp, tok::ampamp) &&
387 if (CurrentToken->isOneOf(tok::star, tok::amp))
588 Previous->isOneOf(tok::star, tok::amp)) {
599 Previous && Previous->isOneOf(tok::star, tok::amp);
623 } else if (Current.isOneOf(tok::star, tok::amp, tok::ampamp)) {
    [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/chromium_org/chrome/browser/history/
expire_history_backend_unittest.cc 463 // Star the last URL.
684 // Star the last two URLs.
768 // 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'),)
  /external/libphonenumber/java/
release_notes.txt 124 - formatInOriginalFormat fixed not to add a star sign if it was not present originally.
228 - Fix formatNumberForMobileDialing to handle Israeli star numbers, Peruvian and Colombian numbers.
397 (e.g. '*' in Israeli star numbers).
  /packages/apps/Mms/res/values-cs/
strings.xml 169 <string name="pref_summary_auto_delete" msgid="7719538116486177613">"P?i dosa?ení limitu smazat staré zprávy"</string>
177 <string name="pref_title_auto_delete" msgid="7227835692631701134">"Smazat staré zprávy"</string>
264 <string name="sms_full_body" msgid="4885861852397651868">"P?íchozí zpráva byla odmítnuta, proto?e pam?? je zapln?na. Sma?te prosím staré zprávy."</string>
    [all...]
  /packages/apps/Mms/res/values-sk/
strings.xml 169 <string name="pref_summary_auto_delete" msgid="7719538116486177613">"Pri dosiahnutí limitu odstráni? staré správy"</string>
177 <string name="pref_title_auto_delete" msgid="7227835692631701134">"Odstráni? staré správy"</string>
264 <string name="sms_full_body" msgid="4885861852397651868">"Prichádzajúca správa bola odmietnutá, preto?e pamä? je zaplnená. Odstrá?te staré správy."</string>
    [all...]
  /docs/source.android.com/src/source/
report-bugs.jd 45 <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/autocomplete/
history_contents_provider.cc 211 // Also show star in popup.
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/common/extensions/docs/
faq.html 718 If you find a bug that describes your issue, click the star icon to be
726 If you found no appropriate bug to star, file a new issue report at
    [all...]
  /external/chromium/chrome/common/extensions/
url_pattern.h 58 // - @include http://[^\*]+?/ : 11128 (no star in host)
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGrammar.y.in 1205 | '*' '|' { static LChar star = '*'; $$.init(&star, 1); }
1258 static LChar star = '*';
1259 $$.init(&star, 1);
    [all...]
  /external/clang/include/clang/AST/
CommentLexer.h 242 /// to newline or BufferEnd, for C comments points to star in '*/'.
  /external/openfst/src/lib/
properties.cc 38 uint64 ClosureProperties(uint64 inprops, bool star, bool delayed) {
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
properties.h 297 uint64 ClosureProperties(uint64 inprops, bool star, bool delayed = false);
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
ui_test.rs 140 * Generates the properties for a given star.
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactDetailActivity.java 125 inflater.inflate(R.menu.star, menu);
  /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/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

Completed in 1096 milliseconds

1 2 3 4 5 6 7 891011>>