/frameworks/base/docs/html/reference/renderscript/ |
rs__quaternion_8rsh_source.html | 50 <a name="l00034"></a>00034 <span class="keyword">static</span> <span class="keywordtype">void</span> __attribute__((overloadable)) 58 <a name="l00047"></a>00047 <span class="keyword">static</span> <span class="keywordtype">void</span> __attribute__((overloadable)) 66 <a name="l00060"></a>00060 <span class="keyword">static</span> <span class="keywordtype">void</span> __attribute__((overloadable)) 74 <a name="l00073"></a>00073 <span class="keyword">static</span> <span class="keywordtype">void</span> 75 <a name="l00074"></a><a class="code" href="rs__quaternion_8rsh.html#a5e6e493b9917336b0d9118fdd4e91444">00074</a> <a class="code" href="rs__quaternion_8rsh.html#a5e6e493b9917336b0d9118fdd4e91444">rsQuaternionAdd</a>(<a class="code" href="rs__types_8rsh.html#a86f99f382dc35fc8ad98b524fe6d5447">rs_quaternion</a> *q, <span class="keyword">const</span> <a class="code" href="rs__types_8rsh.html#a86f99f382dc35fc8ad98b524fe6d5447">rs_quaternion</a> *rhs) { 82 <a name="l00089"></a>00089 <span class="keyword">static</span> <span class="keywordtype">void</span> 94 <a name="l00110"></a>00110 <span class="keyword">static</span> <span class="keywordtype">void</span> 96 <a name="l00112"></a>00112 <span class="keyword">const</span> <span class="keywordtype">float</span> len = x*x + y*y + z*z; 98 <a name="l00114"></a>00114 <span class="keyword">const</span> <span class="keywordtype">float</span> recipLen = 1.f / <a class="code" href="rs__cl_8rsh.html#a92da0faef80c4d8f66e954c8c169a729">sqrt</a>(len); 106 <a name="l00126"></a>00126 <span class="keyword">static</span> <span class="keywordtype">void</span [all...] |
/external/chromium_org/media/tools/layout_tests/ |
layouttests.py | 111 for keyword in KEYWORDS_FOR_TEST_DESCRIPTION: 113 pattern = r'<p>(.*' + keyword + '.*)</p>' 119 for keyword in KEYWORD_FOR_TEST_DESCRIPTION_FAIL_SAFE: 121 pattern = r'\n(.*' + keyword + '.*)\n' 136 for keyword in KEYWORDS_FOR_TEST_DESCRIPTION: 138 pattern = r'\n(.*' + keyword + '.*)\n' 229 information which contains keyword (e.g., 'GPU') as key (we do
|
/external/icu4c/i18n/ |
plurrule.cpp | 213 PluralRules::getUniqueKeywordValue(const UnicodeString& keyword) { 216 int32_t count = getSamplesInternal(keyword, &val, 1, FALSE, status); 221 PluralRules::getAllKeywordValues(const UnicodeString &keyword, double *dest, 223 return getSamplesInternal(keyword, dest, destCapacity, FALSE, error); 227 PluralRules::getSamples(const UnicodeString &keyword, double *dest, 229 return getSamplesInternal(keyword, dest, destCapacity, TRUE, status); 233 PluralRules::getSamplesInternal(const UnicodeString &keyword, double *dest, 245 int32_t index = getKeywordIndex(keyword, status); 277 PluralRules::isKeyword(const UnicodeString& keyword) const { 278 if (0 == keyword.compare(PLURAL_KEYWORD_OTHER, 5)) [all...] |
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
location_bar_view_mac.mm | 272 // Update the keyword and search hint states. 467 NSImage* LocationBarViewMac::GetKeywordImage(const string16& keyword) { 469 profile_->GetTemplateURLModel()->GetTemplateURLForKeyword(keyword); 602 // Get the keyword to use for keyword-search and hinting. 603 const string16 keyword = edit_view_->model()->keyword(); 606 if (!keyword.empty()) { 608 GetKeywordShortName(keyword, &is_extension_keyword); 613 if (!keyword.empty() && !is_keyword_hint) [all...] |
/external/chromium/chrome/browser/search_engines/ |
template_url_model_unittest.cc | 119 TemplateURL* AddKeywordWithDate(const std::string& keyword, 132 template_url->set_keyword(UTF8ToUTF16(keyword)); 159 ASSERT_EQ(expected.keyword(), actual.keyword()); 178 EXPECT_EQ(expected->keyword(), actual->keyword()); 195 const char* keyword) { 217 Value::CreateStringValue(keyword)); 392 t_url->set_keyword(ASCIIToUTF16("keyword")); 399 ASSERT_TRUE(model()->CanReplaceKeyword(ASCIIToUTF16("keyword"), [all...] |
/external/chromium_org/chrome/browser/autocomplete/ |
autocomplete_input.h | 124 // |prefer_keyword| should be true when the keyword UI is onscreen; this will 125 // bias the autocomplete result set toward the keyword provider when the input 126 // string is a bare keyword. 128 // |allow_exact_keyword_match| should be false when triggering keyword mode on 232 // keyword, we should score it like a non-substituting keyword. 236 // keyword match. If not, the default result is guaranteed not to be a 237 // keyword search, even if the input is "<keyword> <search string>".
|
/external/clang/test/Index/ |
targeted-annotation.c | 27 // LOCAL: Keyword: "int" [5:1 - 5:4] VarDecl=LocalVar1:5:5 30 // LOCAL: Keyword: "int" [6:1 - 6:4] VarDecl=LocalVar2:6:5 46 // FIELD: Keyword: "int" [2:3 - 2:6] FieldDecl=z:2:7 (Definition) 49 // FIELD: Keyword: "int" [3:3 - 3:6] FieldDecl=w:3:7 (Definition) 63 // NESTED: Keyword: "extern" [2:1 - 2:7] 64 // NESTED: Keyword: "int" [2:8 - 2:11] VarDecl=NestedVar1:2:12 89 // TOP: Keyword: "enum" [7:1 - 7:5] EnumDecl=:7:1 (Definition) 96 // TOP: Keyword: "extern" [11:1 - 11:7] 97 // TOP: Keyword: "int" [11:8 - 11:11] VarDecl=TopVar:11:12
|
annotate-tokens-cxx0x.cpp | 40 // CHECK-WITH-OVERRIDE: Keyword: "virtual" [19:2 - 19:9] CXXMethod=foo:19:15 (virtual) 41 // CHECK-WITH-OVERRIDE: Keyword: "void" [19:10 - 19:14] CXXMethod=foo:19:15 (virtual) 47 // CHECK-WITH-OVERRIDE: Keyword: "virtual" [23:3 - 23:10] CXXMethod=foo:23:16 (virtual) [Overrides @19:15] 48 // CHECK-WITH-OVERRIDE: Keyword: "void" [23:11 - 23:15] CXXMethod=foo:23:16 (virtual) [Overrides @19:15] 53 // CHECK-WITH-OVERRIDE: Keyword: "override" [23:25 - 23:33] attribute(override)=
|
annotate-tokens.cpp | 32 // CHECK: Keyword: "struct" [1:1 - 1:7] StructDecl=bonk:1:8 (Definition) 37 // CHECK: Keyword: "void" [2:1 - 2:5] FunctionDecl=test:2:6 (Definition) 48 // CHECK: Keyword: "__is_base_of" [4:5 - 4:17] UnexposedExpr= 56 // CHECK: Keyword: "struct" [7:1 - 7:7] StructDecl=X:7:8 (Definition) 60 // CHECK: Keyword: "operator" [8:5 - 8:13] CXXMethod=operator++:8:5 66 // CHECK: Keyword: "operator" [9:5 - 9:13] CXXMethod=operator++:9:5 69 // CHECK: Keyword: "int" [9:16 - 9:19] ParmDecl=:9:19 (Definition) 74 // CHECK: Keyword: "void" [11:1 - 11:5] FunctionDecl=test2:11:6 (Definition) 92 // CHECK: Keyword: "struct" [16:1 - 16:7] StructDecl=S1:16:8 (Definition) 95 // CHECK: Keyword: "void" [16:13 - 16:17] CXXMethod=f:16:1 [all...] |
/external/chromium/chrome/common/extensions/docs/static/ |
history.html | 101 See also <a href="#tt_keyword">keyword</a>. 129 <td>"keyword"</td> 131 The URL was generated from a replaceable keyword 140 Corresponds to a visit generated for a keyword. 141 See also <a href="#tt_keyword">keyword</a>.
|
/external/chromium_org/chrome/browser/ui/cocoa/browser/ |
edit_search_engine_cocoa_controller_unittest.mm | 123 // An empty keyword is not OK. 128 // This test ensures that on creating a new keyword, we are in an "invalid" 172 // The keyword field is not valid if it is empty. 239 data.SetKeyword(ASCIIToUTF16("keyword")); 255 EXPECT_NSEQ(@"keyword", keywordString);
|
/external/chromium_org/chrome/browser/ui/omnibox/ |
omnibox_popup_model.h | 26 KEYWORD 79 // If the selected line has both a normal match and a keyword match, this can 122 // If the selected line has both a normal match and a keyword match, this 123 // determines whether the normal match (if NORMAL) or the keyword match 124 // (if KEYWORD) is selected.
|
/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
history.html | 94 See also <a href="#tt_keyword">keyword</a>. 122 <td>"keyword"</td> 124 The URL was generated from a replaceable keyword 133 Corresponds to a visit generated for a keyword. 134 See also <a href="#tt_keyword">keyword</a>.
|
/external/chromium_org/chrome/tools/build/ |
version.py | 22 Fetches KEYWORD=VALUE settings from the specified file. 24 Everything to the left of the first '=' is the keyword, 38 the dictionary with KEYWORD=VALUE settings from the files in 'file_list'. 64 Keywords to be substituted are surrounded by '@': @KEYWORD@. 69 contains any @KEYWORD@ strings expecting them to be recursively
|
/external/chromium_org/v8/test/mjsunit/ |
keywords-and-reserved_words.js | 64 return "keyword"; 77 assertEquals("keyword", classifyIdentifier(word)); 79 // Simple use of a keyword 109 "x", "keyword", 141 // In ES5 "const" is a "future reserved word" but we treat it as a keyword.
|
/external/clang/lib/Basic/ |
IdentifierTable.cpp | 83 // Add the '_experimental_modules_import' contextual keyword. 88 // Language Keyword Implementation 116 /// The C90/C99/CPP/CPP0x flags are set to 3 if the token is a keyword in a 120 static void AddKeyword(StringRef Keyword, 142 // Don't add this keyword under MicrosoftMode. 145 // Don't add this keyword if disabled in this language. 149 Table.get(Keyword, AddResult == 3 ? tok::identifier : TokenCode); 154 /// AddCXXOperatorKeyword - Register a C++ operator keyword alternative 156 static void AddCXXOperatorKeyword(StringRef Keyword, 159 IdentifierInfo &Info = Table.get(Keyword, TokenCode) [all...] |
/external/icu4c/test/intltest/ |
plurults.cpp | 361 const UnicodeString* keyword; local 362 while (NULL != (keyword = keywords->snext(status))) { 363 int32_t count = rules->getSamples(*keyword, values, 4, status); 367 UNICODE_STRING_SIMPLE(", keyword ") + *keyword); 371 errln("no samples for keyword"); 377 UNICODE_STRING_SIMPLE(", keyword ") + *keyword); 385 if (*keyword != resultKeyword) { 406 UnicodeString keyword = rules->select((int32_t)26) local 545 UnicodeString keyword = pr->select(2.); local [all...] |
/external/v8/test/mjsunit/ |
keywords-and-reserved_words.js | 64 return "keyword"; 77 assertEquals("keyword", classifyIdentifier(word)); 79 // Simple use of a keyword 109 "x", "keyword", 141 // In ES5 "const" is a "future reserved word" but we treat it as a keyword.
|
/external/bison/runtime-po/ |
Makevars | 11 XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ \ 24 --keyword=YY_ \
|
/external/chromium/chrome/browser/history/ |
in_memory_database.cc | 44 // Create the keyword search terms table. 46 NOTREACHED() << "Unable to create keyword search terms"; 98 // Insert keyword search related URLs.
|
/external/chromium/chrome/browser/ui/search_engines/ |
template_url_table_model.h | 26 // the second the keyword. 62 const string16& keyword, 75 // Moves the keyword at the specified index to be at the end of the main
|
/external/chromium/chrome/browser/ui/views/ |
edit_search_engine_dialog.h | 5 // EditSearchEngineDialog provides text fields for editing a keyword: the title, 6 // url and actual keyword. It is used by the KeywordEditorView of the Options 7 // dialog, and also on its own to confirm the addition of a keyword added by
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
keyword_hint_view.cc | 51 void KeywordHintView::SetKeyword(const string16& keyword) { 52 keyword_ = keyword; 62 GetKeywordShortName(keyword, &is_extension_keyword);
|
/external/chromium_org/chrome/browser/resources/options/ |
search_engine_manager.js | 53 this.extensionList_ = $('extension-keyword-list'); 98 $('extension-keyword-div').hidden = false; 102 $('extension-keyword-div').hidden = true;
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
autocomplete_text_field_cell.h | 16 // ("Type to search" on the right-hand side), the keyword hint ("Press [Tab] to 17 // search Engine" on the right-hand side), and keyword mode ("Search Engine:" in 92 // Keyword-search bubble, for instance.
|