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

1 2 3 4 5 6 7 8

  /external/apache-harmony/auth/src/test/java/common/tests/api/javax/security/auth/x500/
X500PrincipalTest.java 42 Map<String, String> keyword = new HashMap<String, String>(); local
43 keyword.put("CN", "2.19");
44 keyword.put("OU", "1.2.5.19");
45 keyword.put("O", "1.2.5");
46 X500Principal X500p = new X500Principal("CN=Duke, OU=JavaSoft, O=Sun Microsystems, C=US ,CN=DD",keyword);
68 Map<String, String> keyword = new HashMap<String, String>(); local
69 keyword.put("CN", "2.19");
70 keyword.put("OU", "1.2.5.19");
71 keyword.put("O", "1.2.5");
72 X500Principal X500p = new X500Principal("CN=Duke, OU=JavaSoft, O=Sun Microsystems, C=US ,CN=DD",keyword);
    [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:__anon4366
    [all...]
template_url_fetcher.cc 29 const string16& keyword,
53 // Keyword to use.
54 string16 keyword() const { return keyword_; } function in class:TemplateURLFetcher::RequestDelegate
79 const string16& keyword,
87 keyword_(keyword),
129 // Make sure we can still replace the keyword, i.e. the fetch was successful.
158 // Generate new keyword from URL in OSDD for none autodetected case.
159 // Previous keyword was generated from URL where OSDD was placed and
182 // Try to generate a keyword automatically when we are setting the default
183 // provider. The keyword isn't as important in this case
    [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/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
location_bar_util.cc 16 std::wstring GetKeywordName(Profile* profile, const std::wstring& keyword) {
22 WideToUTF16Hack(keyword));
  /external/icu4c/test/cintltst/
cpluralrulestest.c 70 UChar keyword[kKeywordBufLen]; local
72 int32_t keywdLen = uplrules_select(uplrules, testItemPtr->number, keyword, kKeywordBufLen, &status);
74 keyword[kKeywordBufLen-1] = 0;
78 if ( u_strcmp(keyword, keywordExpected) != 0 ) {
81 testItemPtr->locale, testItemPtr->number, testItemPtr->keywordExpected, u_austrcpy(bcharBuf,keyword) );
96 UChar keyword[8]; local
105 length = uplrules_select(upr, 2., keyword, 8, &errorCode);
106 if (U_FAILURE(errorCode) || u_strCompare(keyword, length, two, 3, FALSE) != 0) {
  /libcore/luni/src/main/native/
libcore_icu_NativePluralRules.cpp 59 UnicodeString keyword = toPluralRules(address)->select(value); local
60 if (keyword == "zero") {
62 } else if (keyword == "one") {
64 } else if (keyword == "two") {
66 } else if (keyword == "few") {
68 } else if (keyword == "many") {
  /external/icu4c/i18n/
upluralrules.cpp 41 UChar *keyword, int32_t capacity,
47 if (keyword == NULL ? capacity != 0 : capacity < 0) {
52 return result.extract(keyword, capacity, *status);
  /external/v8/test/mjsunit/
object-literal.js 142 function testKeywordProperty(keyword) {
145 // Sanity check that what we get is a keyword.
146 eval("var " + keyword + " = 42;");
153 var x = eval("({" + keyword + ": 42})");
154 assertEquals(42, x[keyword]);
155 assertEquals(42, eval("x." + keyword));
156 eval("x." + keyword + " = 37");
157 assertEquals(37, x[keyword]);
158 assertEquals(37, eval("x." + keyword));
161 var y = eval("({value : 42, get " + keyword + "(){return this.value},"
    [all...]
  /external/chromium/chrome/browser/ui/search_engines/
keyword_editor_controller.cc 32 const string16& keyword,
41 template_url->set_keyword(keyword);
57 const string16& keyword,
68 template_url->keyword() == keyword &&
75 table_model_->ModifyTemplateURL(index, title, keyword, url);
keyword_editor_controller.h 28 // Invoked when the user succesfully fills out the add keyword dialog.
32 const string16& keyword,
39 const string16& keyword,
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, &current_url)
    [all...]
  /external/icu4c/i18n/unicode/
plurrule.h 49 * examines each condition in order and returns the keyword for the
64 * are assigned the keyword "other" by the default rule.
67 * This illustrates that the same keyword can be defined multiple times.
68 * Each rule is examined in order, and the first keyword whose condition
84 * rule = keyword ':' condition
85 * keyword = <identifier>
109 * 'other'. Callers need to check the value of keyword returned by
114 * UnicodeString keyword = pl->select(number);
115 * if (keyword== UnicodeString("one") {
223 * Given a number, returns the keyword of the first rule that applies t
    [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.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
selected_keyword_view.cc 53 void SelectedKeywordView::SetKeyword(const string16& keyword) {
54 keyword_ = keyword;
55 if (keyword.empty())
63 GetKeywordShortName(keyword, &is_extension_keyword);
keyword_hint_view.h 23 // user when the selected url has a corresponding keyword.
39 void SetKeyword(const string16& keyword);
40 string16 keyword() const { return keyword_; } function in class:KeywordHintView
54 // The keyword.
  /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/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/
keyword_provider.cc 25 // Helper functor for Start(), for ending keyword mode unless explicitly told
59 : AutocompleteProvider(listener, profile, "Keyword"),
76 : AutocompleteProvider(listener, NULL, "Keyword"),
84 // Helper functor for Start(), for sorting keyword matches by quality.
87 // A keyword is of higher quality when a greater fraction of it has been
91 // probably better rankings than the fraction of the keyword typed. We should
114 string16 keyword;
115 if (!ExtractKeywordFromInput(input, &keyword, remaining_input))
124 const TemplateURL* template_url = model->GetTemplateURLForKeyword(keyword);
130 // This object ensures we end keyword mode if we exit the function withou
157 string16 keyword, remaining_input; local
464 string16 keyword, remaining_input; local
    [all...]
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...]
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
keyword_hint_decoration.h 16 // Draws the keyword hint, "Press [tab] to search <site>".
25 void SetKeyword(const string16& keyword, bool is_extension_keyword);
selected_keyword_decoration.h 23 void SetKeyword(const string16& keyword, bool is_extension_keyword);
  /external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
MaterialLoader.java 159 String keyword = split[0]; local
160 if (keyword.equals("texture")){
162 }else if (keyword.equals("tex_address_mode")){
173 }else if (keyword.equals("filtering")){
175 }else if (keyword.equals("tex_coord_set")){
180 }else if (keyword.equals("max_anisotropy")){
184 logger.log(Level.WARNING, "Unsupported texture_unit directive: {0}", keyword);
212 String keyword = split[0]; local
213 if (keyword.equals("diffuse")){
221 }else if(keyword.equals("ambient"))
    [all...]

Completed in 388 milliseconds

1 2 3 4 5 6 7 8