HomeSort by relevance Sort by last modified time
    Searched full:keyword (Results 1 - 25 of 2347) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/webdata/
keyword_table_unittest.cc 50 TemplateURLData keyword; local
51 keyword.short_name = ASCIIToUTF16("short_name");
52 keyword.SetKeyword(ASCIIToUTF16("keyword"));
53 keyword.SetURL("http://url/");
54 keyword.instant_url = "http://instant/";
55 keyword.favicon_url = GURL("http://favicon.url/");
56 keyword.originating_url = GURL("http://google.com/");
57 keyword.show_in_default_list = true;
58 keyword.safe_for_autoreplace = true
107 TemplateURLData keyword; local
134 TemplateURLData keyword; local
179 TemplateURLData keyword; local
229 TemplateURLData keyword; local
268 TemplateURLData keyword; local
290 TemplateURLData keyword; local
    [all...]
  /system/core/init/
keywords.h 2 #ifndef KEYWORD
42 #define KEYWORD(symbol, flags, nargs, func) K_##symbol,
46 KEYWORD(capability, OPTION, 0, 0)
47 KEYWORD(chdir, COMMAND, 1, do_chdir)
48 KEYWORD(chroot, COMMAND, 1, do_chroot)
49 KEYWORD(class, OPTION, 0, 0)
50 KEYWORD(class_start, COMMAND, 1, do_class_start)
51 KEYWORD(class_stop, COMMAND, 1, do_class_stop)
52 KEYWORD(class_reset, COMMAND, 1, do_class_reset)
53 KEYWORD(console, OPTION, 0, 0
    [all...]
  /external/clang/include/clang/Basic/
TokenKinds.def 12 // languages. Users of this file must optionally #define the TOK, KEYWORD,
23 #ifndef KEYWORD
24 #define KEYWORD(X,Y) TOK(kw_ ## X)
42 #define TESTING_KEYWORD(X, L) KEYWORD(X, L)
203 // KEYALL - This is a keyword in all variants of C and C++, or it
204 // is a keyword in the implementation namespace that should
205 // always be treated as a keyword
206 // KEYC99 - This is a keyword introduced to C in C99
207 // KEYC11 - This is a keyword introduced to C in C11
208 // KEYCXX - This is a C++ keyword, or a C++-specific keyword in th
    [all...]
  /external/chromium_org/v8/test/webkit/
keywords-and-reserved_words.js 56 return "keyword";
70 shouldBe('classifyIdentifier("keyword")', '"identifier"');
92 shouldBe('classifyIdentifier("break")', '"keyword"');
93 shouldBe('classifyIdentifier("case")', '"keyword"');
94 shouldBe('classifyIdentifier("catch")', '"keyword"');
95 shouldBe('classifyIdentifier("continue")', '"keyword"');
96 shouldBe('classifyIdentifier("debugger")', '"keyword"');
97 shouldBe('classifyIdentifier("default")', '"keyword"');
98 shouldBe('classifyIdentifier("delete")', '"keyword"');
99 shouldBe('classifyIdentifier("do")', '"keyword"');
    [all...]
keywords-and-reserved_words-expected.txt 32 PASS classifyIdentifier("keyword") is "identifier"
51 PASS classifyIdentifier("break") is "keyword"
52 PASS classifyIdentifier("case") is "keyword"
53 PASS classifyIdentifier("catch") is "keyword"
54 PASS classifyIdentifier("continue") is "keyword"
55 PASS classifyIdentifier("debugger") is "keyword"
56 PASS classifyIdentifier("default") is "keyword"
57 PASS classifyIdentifier("delete") is "keyword"
58 PASS classifyIdentifier("do") is "keyword"
59 PASS classifyIdentifier("else") is "keyword"
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
glsl_lexer.ll 53 * samplerBuffer KEYWORD(130, 140, SAMPLERBUFFER)
56 * - a keyword (SAMPLERBUFFER token) ...in GLSL >= 1.40
60 #define KEYWORD(reserved_version, allowed_version, token) \
74 /* The ES macro can be used in KEYWORD checks:
76 * word KEYWORD(110 || ES, 400, TOKEN)
79 * word KEYWORD(110, 130 || ES, TOKEN)
80 * ...means the word is a legal keyword in GLSL ES 1.00.
227 uint KEYWORD(130, 130, UINT_TOK);
245 uvec2 KEYWORD(130, 130, UVEC2);
246 uvec3 KEYWORD(130, 130, UVEC3)
    [all...]
  /external/mesa3d/src/glsl/
glsl_lexer.ll 53 * samplerBuffer KEYWORD(130, 140, SAMPLERBUFFER)
56 * - a keyword (SAMPLERBUFFER token) ...in GLSL >= 1.40
60 #define KEYWORD(reserved_version, allowed_version, token) \
74 /* The ES macro can be used in KEYWORD checks:
76 * word KEYWORD(110 || ES, 400, TOKEN)
79 * word KEYWORD(110, 130 || ES, TOKEN)
80 * ...means the word is a legal keyword in GLSL ES 1.00.
227 uint KEYWORD(130, 130, UINT_TOK);
245 uvec2 KEYWORD(130, 130, UVEC2);
246 uvec3 KEYWORD(130, 130, UVEC3)
    [all...]
  /external/clang/test/Lexer/
cxx0x_keyword_as_cxx98.cpp 9 typedef nullptr_t nullptr; // expected-warning {{'nullptr' is a keyword in C++11}}
17 extern int ID(decltype); // expected-warning {{'decltype' is a keyword in C++11}}
19 extern int CONCAT(align,of); // expected-warning {{'alignof' is a keyword in C++11}}
27 int alignas; // expected-warning {{'alignas' is a keyword in C++11}}
29 int char16_t; // expected-warning {{'char16_t' is a keyword in C++11}}
30 int char32_t; // expected-warning {{'char32_t' is a keyword in C++11}}
31 int constexpr; // expected-warning {{'constexpr' is a keyword in C++11}}
33 int noexcept; // expected-warning {{'noexcept' is a keyword in C++11}}
35 int static_assert; // expected-warning {{'static_assert' is a keyword in C++11}}
36 int thread_local; // expected-warning {{'thread_local' is a keyword in C++11}
    [all...]
  /external/llvm/utils/vim/
llvm.vim 17 syn keyword llvmType void half float double x86_fp80 fp128 ppc_fp128
18 syn keyword llvmType label metadata x86_mmx
19 syn keyword llvmType type label opaque
25 syn keyword llvmStatement add alloca and arcp ashr atomicrmw bitcast br call
26 syn keyword llvmStatement cmpxchg eq exact extractelement extractvalue fadd fast
27 syn keyword llvmStatement fcmp fdiv fence fmul fpext fptosi fptoui fptrunc free
28 syn keyword llvmStatement frem fsub getelementptr icmp inbounds indirectbr
29 syn keyword llvmStatement insertelement insertvalue inttoptr invoke landingpad
30 syn keyword llvmStatement load lshr malloc max min mul nand ne ninf nnan nsw nsz
31 syn keyword llvmStatement nuw oeq oge ogt ole olt one or ord phi ptrtoint resum
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/viewport/
viewport-52.html 2 <title>Check that unrecognized keyword translate to 0 for width.</title>
viewport-53.html 2 <title>Check that unrecognized keyword translate to 0 for height.</title>
viewport-54.html 2 <title>Check that ';' is included in keyword</title>
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
module.h 45 (yasm_module_type type, const char *keyword);
47 #define yasm_load_arch(keyword) \
48 yasm_load_module(YASM_MODULE_ARCH, keyword)
49 #define yasm_load_dbgfmt(keyword) \
50 yasm_load_module(YASM_MODULE_DBGFMT, keyword)
51 #define yasm_load_objfmt(keyword) \
52 yasm_load_module(YASM_MODULE_OBJFMT, keyword)
53 #define yasm_load_listfmt(keyword) \
54 yasm_load_module(YASM_MODULE_LISTFMT, keyword)
55 #define yasm_load_parser(keyword) \
    [all...]
module.in 33 const char *keyword; /* module keyword */
77 const char *keyword; /* module keyword */
85 yasm_load_module(yasm_module_type type, const char *keyword)
95 yasm__strcasecmp(loaded_modules[i].keyword, keyword) == 0)
103 if (yasm__strcasecmp(modules[i].keyword, keyword) == 0)
111 yasm_register_module(yasm_module_type type, const char *keyword, void *data
    [all...]
  /external/chromium/chrome/browser/search_engines/
template_url_fetcher_unittest.cc 80 void StartDownload(const string16& keyword,
158 const string16& keyword,
175 keyword, osdd_url, favicon_url, new TemplateURLFetcherTestCallbacks(this),
187 string16 keyword(ASCIIToUTF16("test"));
190 ASSERT_FALSE(test_util_.model()->GetTemplateURLForKeyword(keyword));
193 StartDownload(keyword, osdd_file_name,
205 keyword);
213 string16 keyword(ASCIIToUTF16("test"));
216 ASSERT_FALSE(test_util_.model()->GetTemplateURLForKeyword(keyword));
219 StartDownload(keyword, osdd_file_name
228 string16 keyword; member in struct:__anon4832
    [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 426 /// Keyword sdiv, float, ...
463 // Otherwise, this was a letter sequence. See which keyword this is.
468 #define KEYWORD(STR) \
474 KEYWORD(true); KEYWORD(false);
475 KEYWORD(declare); KEYWORD(define);
476 KEYWORD(global); KEYWORD(constant);
478 KEYWORD(private)
    [all...]
  /external/chromium/chrome/browser/autocomplete/
keyword_provider.h 5 // This file contains the keyword autocomplete provider. The keyword provider
6 // is responsible for remembering/suggesting user "search keyword queries"
29 // Autocomplete provider for keyword input.
37 // of a known "keyword". A keyword is some string that maps to a search query
39 // example, the keyword "bug" might map to the URL "http://b/issue?id=%s", so
42 // Because we do prefix matching, user input could match more than one keyword
46 // The resulting matches are shown with content specified by the keyword
47 // (usually "Search [name] for %s"), description "(Keyword: [keyword])", an
    [all...]
  /external/chromium/chrome/browser/ui/views/location_bar/
selected_keyword_view.h 35 // The current keyword, or an empty string if no keyword is displayed.
36 void SetKeyword(const string16& keyword);
37 string16 keyword() const { return keyword_; } function in class:SelectedKeywordView
42 // The keyword we're showing. If empty, no keyword is selected.
48 // label contains the complete description of the keyword, the second
  /external/chromium_org/chrome/browser/search_engines/
template_url_fetcher_unittest.cc 72 void StartDownload(const base::string16& keyword,
135 const base::string16& keyword,
153 keyword, osdd_url, favicon_url, NULL,
165 base::string16 keyword(ASCIIToUTF16("test"));
168 ASSERT_FALSE(test_util_.model()->GetTemplateURLForKeyword(keyword));
171 StartDownload(keyword, osdd_file_name,
181 keyword);
189 base::string16 keyword(ASCIIToUTF16("test"));
192 ASSERT_FALSE(test_util_.model()->GetTemplateURLForKeyword(keyword));
195 StartDownload(keyword, osdd_file_name
203 base::string16 keyword; member in struct:__anon8285
    [all...]
  /external/chromium/chrome/browser/ui/omnibox/
location_bar_util.h 15 // Returns the short name for a keyword.
16 std::wstring GetKeywordName(Profile* profile, const std::wstring& keyword);
18 // Build a short string to use in keyword-search when the field isn't
  /external/chromium/chrome/common/extensions/docs/examples/api/omnibox/simple-example/
manifest.json 6 "omnibox": { "keyword" : "omnix" }
  /external/chromium_org/chrome/common/extensions/docs/examples/api/omnibox/simple-example/
manifest.json 8 "omnibox": { "keyword" : "omnix" },
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
u_compiler.h 7 /* C++ supports inline keyword */
15 /* Intel compiler supports inline keyword */
19 /* C99 supports inline keyword */
21 /* C99 supports inline keyword */
  /external/mesa3d/src/mapi/mapi/
u_compiler.h 7 /* C++ supports inline keyword */
15 /* Intel compiler supports inline keyword */
19 /* C99 supports inline keyword */
21 /* C99 supports inline keyword */
  /external/chromium_org/chrome/browser/autocomplete/
keyword_provider.h 5 // This file contains the keyword autocomplete provider. The keyword provider
6 // is responsible for remembering/suggesting user "search keyword queries"
27 // Autocomplete provider for keyword input.
35 // of a known "keyword". A keyword is some string that maps to a search query
37 // example, the keyword "bug" might map to the URL "http://b/issue?id=%s", so
40 // Because we do prefix matching, user input could match more than one keyword
44 // The resulting matches are shown with content specified by the keyword
45 // (usually "Search [name] for %s"), description "(Keyword: [keyword])", an
    [all...]

Completed in 2283 milliseconds

1 2 3 4 5 6 7 8 91011>>