/external/qemu/ |
offset_layout.py | 9 _RE_LINE = re.compile("^\s*(?P<keyword>[\w-]+)\s+{\s*$") 65 keyword = m_line.group("keyword") 66 if keyword in ["display", "button"]: 67 mode = keyword 73 is_phone = keyword in PHONE 74 is_keyboard = (len(keyword) == 1 and keyword.isalnum()) 76 is_keyboard = keyword in KEYBOARD
|
/external/chromium/chrome/common/extensions/docs/static/ |
omnibox.html | 6 keyword with Google Chrome's address bar, 12 alt="A screenshot showing suggestions related to the keyword 'Chromium Search'"/> 17 keyword, the user starts 36 You must include an <code>omnibox</code> <code>keyword</code> field 42 enter keyword mode. 52 <b>"omnibox": { "keyword" : "aaron" },</b>
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
KeywordsBox.java | 57 for (String keyword : keywords) { 58 contentSize += 1 + Utf8.utf8StringLengthInBytes(keyword) + 1; 80 for (String keyword : keywords) { 81 IsoTypeWriter.writeUInt8(byteBuffer, Utf8.utf8StringLengthInBytes(keyword) + 1); 82 byteBuffer.put(Utf8.convert(keyword)); 90 buffer.append(";keyword").append(i).append("=").append(keywords[i]);
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_popup_model.cc | 103 string16 keyword; local 104 const bool is_keyword_hint = GetKeywordForMatch(match, &keyword); 113 keyword, is_keyword_hint); 116 keyword, is_keyword_hint); 132 string16* keyword) const { 133 // If the current match is a keyword, return that as the selected keyword. 135 keyword->assign(match.template_url->keyword()); 139 // See if the current match's fill_into_edit corresponds to a keyword [all...] |
keyword_provider_unittest.cc | 111 // Clean up keyword input properly. "http" and "https" are the only 185 // Whole keyword should be returned for both exact and inexact matches. 186 {ASCIIToUTF16("z foo"), 1, {ASCIIToUTF16("(Keyword: z)")}}, 187 {ASCIIToUTF16("a foo"), 3, {ASCIIToUTF16("(Keyword: aa)"), 188 ASCIIToUTF16("(Keyword: ab)"), 189 ASCIIToUTF16("(Keyword: aaaa)")}}, 191 {ASCIIToUTF16("http://www.ab w"), 1, {ASCIIToUTF16("(Keyword: ab)")}}, 193 // Keyword should be returned regardless of query input. 194 {ASCIIToUTF16("z"), 1, {ASCIIToUTF16("(Keyword: z)")}}, 195 {ASCIIToUTF16("z \t"), 1, {ASCIIToUTF16("(Keyword: z)")}} [all...] |
/external/chromium/chrome/browser/ui/search_engines/ |
search_engine_tab_helper.cc | 54 // Checks to see if we should generate a keyword based on the OSDD, and if 56 // keyword. 93 // a form submit and use its url to generate the keyword from. 112 string16 keyword = TemplateURLModel::GenerateKeyword( 117 // new keyword will be created when done. 119 keyword, 145 // Only generate a keyword if the previous page wasn't itself a form 152 string16 keyword = local 154 if (keyword.empty()) 169 if (!url_model->CanReplaceKeyword(keyword, url, ¤t_url) [all...] |
/external/clang/test/Index/ |
annotate-context-sensitive.cpp | 23 // CHECK-OVERRIDE-FINAL: Keyword: "class" [6:1 - 6:6] ClassDecl=Derived:6:7 (Definition) 25 // CHECK-OVERRIDE-FINAL: Keyword: "final" [6:15 - 6:20] attribute(final)= 27 // CHECK-OVERRIDE-FINAL: Keyword: "public" [6:23 - 6:29] C++ base class specifier=class Base:1:7 [access=public isVirtual=false] 30 // CHECK-OVERRIDE-FINAL: Keyword: "virtual" [7:3 - 7:10] ClassDecl=Derived:6:7 (Definition) 31 // CHECK-OVERRIDE-FINAL: Keyword: "void" [7:11 - 7:15] CXXMethod=f:7:16 (virtual) [Overrides @3:16] 35 // CHECK-OVERRIDE-FINAL: Keyword: "override" [7:20 - 7:28] attribute(override)= 36 // CHECK-OVERRIDE-FINAL: Keyword: "final" [7:29 - 7:34] attribute(final)= 38 // CHECK-OVERRIDE-FINAL: Keyword: "struct" [9:3 - 9:9] StructDecl=final:9:10 (Definition)
|
annotate-tokens.c | 46 // CHECK: Keyword: "void" [5:4 - 5:8] CStyleCastExpr= 48 // CHECK: Keyword: "sizeof" [5:9 - 5:15] UnexposedExpr= 53 // CHECK: Keyword: "struct" [7:3 - 7:9] VarDecl=x:7:12 (Definition) 58 // CHECK: Keyword: "struct" [7:17 - 7:23] CompoundLiteralExpr= 67 // CHECK: Keyword: "void" [8:3 - 8:7] VarDecl=xx:8:9 (Definition) 77 // CHECK: Keyword: "const" [9:3 - 9:8] DeclStmt= 78 // CHECK: Keyword: "char" [9:9 - 9:13] VarDecl=hello:9:16 (Definition) 85 // CHECK: Keyword: "__builtin_va_arg" [15:9 - 15:25] UnexposedExpr= 87 // CHECK: Keyword: "__builtin_types_compatible_p" [16:9 - 16:37] UnexposedExpr= 91 // CHECK: Keyword: "struct" [18:3 - 18:9] VarDecl=x:18:12 (Definition [all...] |
/external/icu4c/i18n/unicode/ |
upluralrules.h | 22 * returns the keyword for the first condition that matches the number. 30 * the value of keyword returned by the uplrules_select function. 86 * Given a number, returns the keyword of the first rule that 90 * @param keyword The keyword of the rule that applies to number. 91 * @param capacity The capacity of keyword. 93 * @return The length of keyword. 99 UChar *keyword, int32_t capacity,
|
/frameworks/base/docs/html/reference/renderscript/ |
rs__types_8rsh_source.html | 52 <a name="l00050"></a><a class="code" href="rs__types_8rsh.html#ad566f6541e98b74246db1a3a3a85ad49">00050</a> <span class="keyword">typedef</span> <span class="keywordtype">char</span> <a class="code" href="rs__types_8rsh.html#ad566f6541e98b74246db1a3a3a85ad49">int8_t</a>; 53 <a name="l00054"></a><a class="code" href="rs__types_8rsh.html#aa343fa3b3d06292b959ffdd4c4703b06">00054</a> <span class="keyword">typedef</span> <span class="keywordtype">short</span> <a class="code" href="rs__types_8rsh.html#aa343fa3b3d06292b959ffdd4c4703b06">int16_t</a>; 54 <a name="l00058"></a><a class="code" href="rs__types_8rsh.html#a32f2e37ee053cf2ce8ca28d1f74630e5">00058</a> <span class="keyword">typedef</span> <span class="keywordtype">int</span> <a class="code" href="rs__types_8rsh.html#a32f2e37ee053cf2ce8ca28d1f74630e5">int32_t</a>; 55 <a name="l00062"></a><a class="code" href="rs__types_8rsh.html#a996e72f71b11a5bb8b3b7b6936b1516d">00062</a> <span class="keyword">typedef</span> <span class="keywordtype">long</span> <span class="keywordtype">long</span> <a class="code" href="rs__types_8rsh.html#a996e72f71b11a5bb8b3b7b6936b1516d">int64_t</a>; 56 <a name="l00066"></a><a class="code" href="rs__types_8rsh.html#aba7bc1797add20fe3efdf37ced1182c5">00066</a> <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> <a class="code" href="rs__types_8rsh.html#aba7bc1797add20fe3efdf37ced1182c5">uint8_t</a>; 57 <a name="l00070"></a><a class="code" href="rs__types_8rsh.html#a273cf69d639a59973b6019625df33e30">00070</a> <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> <a class="code" href="rs__types_8rsh.html#a273cf69d639a59973b6019625df33e30">uint16_t</a>; 58 <a name="l00074"></a><a class="code" href="rs__types_8rsh.html#a435d1572bf3f880d55459d9805097f62">00074</a> <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="rs__types_8rsh.html#a435d1572bf3f880d55459d9805097f62">uint32_t</a>; 59 <a name="l00078"></a><a class="code" href="rs__types_8rsh.html#aaa5d1cd013383c889537491c3cfd9aad">00078</a> <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <span class="keywordtype">long</span> <a class="code" href="rs__types_8rsh.html#aaa5d1cd013383c889537491c3cfd9aad">uint64_t</a>; 60 <a name="l00082"></a><a class="code" href="rs__types_8rsh.html#a27c902d5ca78afa82d5ed75554d5cedc">00082</a> <span class="keyword">typedef</span> <a class="code" href="rs__types_8rsh.html#aba7bc1797add20fe3efdf37ced1182c5">uint8_t</a> <a class="code" href="rs__types_8rsh.html#a27c902d5ca78afa82d5ed75554d5cedc">uchar</a>; 61 <a name="l00086"></a><a class="code" href="rs__types_8rsh.html#a9e58a7bf060b7a5fbf6a401d3020adca">00086</a> <span class="keyword">typedef</span> <a class="code" href="rs__types_8rsh.html#a273cf69d639a59973b6019625df33e30">uint1 (…) [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
predicates.rb | 14 /* With this true, enum is seen as a keyword. False, it's an identifier */ 24 | enumAsKeyword {$enumIs = "keyword"} 52 example "'enum' is a keyword" do 56 parser.stat.should == 'keyword'
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
selected_keyword_view.cc | 53 void SelectedKeywordView::SetKeyword(const string16& keyword) { 54 keyword_ = keyword; 55 if (keyword.empty()) 63 GetKeywordShortName(keyword, &is_extension_keyword);
|
/external/chromium/chrome/common/extensions/docs/examples/api/omnibox/extension-docs/ |
manifest.json | 13 "omnibox": { "keyword" : "crdoc" },
|
/external/liblzf/ |
config.h.in | 3 /* Define to empty if the keyword does not work. */
|
/external/v8/src/ |
scanner.cc | 815 // Keyword Matcher 817 #define KEYWORDS(KEYWORD_GROUP, KEYWORD) \ 819 KEYWORD("break", Token::BREAK) \ 821 KEYWORD("case", Token::CASE) \ 822 KEYWORD("catch", Token::CATCH) \ 823 KEYWORD("class", Token::FUTURE_RESERVED_WORD) \ 824 KEYWORD("const", Token::CONST) \ 825 KEYWORD("continue", Token::CONTINUE) \ 827 KEYWORD("debugger", Token::DEBUGGER) \ 828 KEYWORD("default", Token::DEFAULT) [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/ |
T.g | 3 * how predicates can be used to distinguish between enum as a keyword and 16 /* With this true, enum is seen as a keyword. False, it's an identifier */ 25 | enumAsKeyword {NSLog(@"enum is a keyword");}
|
/external/clang/test/Parser/ |
cxx0x-in-cxx98.cpp | 15 struct D final : B { // expected-warning {{'final' keyword is a C++11 extension}} 16 virtual void f() override; // expected-warning {{'override' keyword is a C++11 extension}} 17 virtual void g() final; // expected-warning {{'final' keyword is a C++11 extension}}
|
/external/clang/test/SemaCXX/ |
libstdcxx_is_pod_hack.cpp | 6 // GCC 4.3 and newer make __is_pod a keyword. Clang treats __is_pod as 7 // a keyword *unless* it is introduced following the struct keyword.
|
/external/llvm/utils/vim/ |
tablegen.vim | 17 syn keyword tgKeyword def let in code dag field include defm foreach 18 syn keyword tgType class int string list bit bits multiclass 28 syn keyword tgTodo contained TODO FIXME
|
/external/icu4c/test/cintltst/ |
cpluralrulestest.c | 68 UChar keyword[kKeywordBufLen]; local 70 int32_t keywdLen = uplrules_select(uplrules, testItemPtr->number, keyword, kKeywordBufLen, &status); 72 keyword[kKeywordBufLen-1] = 0; 76 if ( u_strcmp(keyword, keywordExpected) != 0 ) { 79 testItemPtr->locale, testItemPtr->number, testItemPtr->keywordExpected, u_austrcpy(bcharBuf,keyword) );
|
/external/chromium/chrome/browser/extensions/ |
extension_omnibox_apitest.cc | 101 // Test that our extension's keyword is suggested to us when we partially type 115 // enter "extension keyword" mode. 125 EXPECT_EQ(ASCIIToUTF16("keyword"), match.template_url->keyword()); 131 ASCIIToUTF16("keyword suggestio"), string16(), true, false, true, 137 // First result should be to invoke the keyword with what we typed, 2-4 144 EXPECT_EQ(ASCIIToUTF16("keyword suggestio"), 146 EXPECT_EQ(ASCIIToUTF16("keyword suggestion1"), 148 EXPECT_EQ(ASCIIToUTF16("keyword suggestion2"), 150 EXPECT_EQ(ASCIIToUTF16("keyword suggestion3") [all...] |
/external/chromium/chrome/browser/ui/webui/options/ |
search_engine_manager_handler.cc | 153 dict->SetString("keyword", table_model->GetText( 217 const string16& keyword, 220 list_controller_->ModifyTemplateURL(template_url, title, keyword, url); 222 list_controller_->AddTemplateURL(title, keyword, url); 233 string16 keyword; local 237 !args->GetString(ENGINE_KEYWORD, &keyword) || 246 validity.SetBoolean("keyword", edit_controller_->IsKeywordValid(keyword)); 264 string16 keyword; local 267 !args->GetString(ENGINE_KEYWORD, &keyword) || [all...] |
/external/icu4c/i18n/ |
plurfmt.cpp | 364 // The keyword is empty until we need to match against non-explicit, not-"other" value. 365 // Then we get the keyword from the selector. 367 // or if the only non-explicit keyword is "other".) 368 UnicodeString keyword; local 371 // to avoid matching the keyword again (duplicates are allowed) 377 // We remember the first matching-keyword sub-message if we have not seen 381 // We avoid matching the keyword twice by also setting haveKeywordMatch=true 382 // at the first keyword match. 403 // plural keyword like "few" or "other" 408 if(0 == keyword.compare(other)) [all...] |
/external/icu4c/test/intltest/ |
selfmts.cpp | 121 assertEquals("should use first occurrence of the 'odd' keyword", "foo", format_result); 125 assertEquals("should use first occurrence of the 'other' keyword", "bar", format_result); 152 //Format with the keyword array 166 //Test with an invalid keyword 168 logln("SelectFormat Unit test: Testing format() with keyword method and with invalid keywords..."); 172 "9Keyword-_", 173 "-Keyword-_", 177 " Keyword-_", 179 "*Keyword-_" 190 errln("ERROR: SelectFormat Unit test failed in format() with keyWord and with an invalid keyword as : " [all...] |
/external/chromium/chrome/browser/webdata/ |
keyword_table_unittest.cc | 66 template_url.set_keyword(ASCIIToUTF16("keyword")); 95 EXPECT_EQ(template_url.keyword(), restored_url->keyword()); 159 template_url.set_keyword(ASCIIToUTF16("keyword")); 174 EXPECT_EQ(ASCIIToUTF16("url"), template_url.keyword()); 189 EXPECT_EQ(template_url.keyword(), restored_url->keyword()); 229 template_url.set_keyword(ASCIIToUTF16("keyword")); 242 EXPECT_EQ(template_url.keyword(), restored_url->keyword()); [all...] |