HomeSort by relevance Sort by last modified time
    Searched defs:keyword (Results 26 - 42 of 42) sorted by null

12

  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.cc 627 string16 keyword; local
628 const bool is_keyword_hint = model_->GetKeywordForMatch(match, &keyword);
630 is_keyword_hint ? string16() : keyword);
  /external/ipsec-tools/src/racoon/
eaytest.c 734 char *keyword = "hehehe test secret!"; local
753 key = vmalloc(strlen(keyword));
754 memcpy(key->v, keyword, key->l);
  /external/v8/test/cctest/
test-parsing.cc 47 const char* keyword; member in struct:KeywordToken
52 #define KEYWORD(t, s, d) { s, i::Token::t },
54 TOKEN_LIST(IGNORE, KEYWORD, IGNORE)
55 #undef KEYWORD
68 for (int i = 0; (key_token = keywords[i]).keyword != NULL; i++) {
70 const char* keyword = key_token.keyword; local
71 int length = i::StrLength(keyword);
74 // "in" is a prefix of "instanceof". It's the only keyword
80 matcher.AddChar(keyword[j])
    [all...]
  /external/chromium/chrome/browser/search_engines/
template_url_model.cc 47 // the rare case the term replaces the URL it's unlikely another keyword would
81 // we need to extend this to mark a prefix as "not less than" a keyword it
148 // Strip "www." off the front of the keyword; otherwise the keyword won't work
154 string16 TemplateURLModel::CleanUserInputKeyword(const string16& keyword) {
156 string16 result(l10n_util::ToLower(keyword));
158 if (url_parse::ExtractScheme(UTF16ToUTF8(keyword).c_str(),
159 static_cast<int>(keyword.length()),
214 const string16& keyword,
217 DCHECK(!keyword.empty()); // This should only be called for non-empt
333 string16 keyword = UTF8ToUTF16(extension->omnibox_keyword()); local
775 std::string keyword; local
837 string16 keyword = local
    [all...]
template_url_prepopulate_data.cc 44 // If NULL, we'll autogenerate a keyword based on the search_url every time
47 // If the empty string, the engine has no keyword.
48 const wchar_t* const keyword; member in struct:__anon3017::PrepopulatedEngine
3410 string16 keyword; local
    [all...]
  /external/icu4c/i18n/
plurrule_impl.h 186 UnicodeString keyword; member in class:RuleChain
196 UBool isKeyword(const UnicodeString& keyword) const;
calendar.cpp 187 static UBool isStandardSupportedKeyword(const char *keyword, UErrorCode& status) {
191 ECalType calType = getCalendarType(keyword);
237 // when calendar keyword is not available or not supported, read supplementalData
357 // char keyword[ULOC_FULLNAME_CAPACITY];
358 // getCalendarKeyword(id, keyword, (int32_t)sizeof(keyword));
359 // return isStandardSupportedKeyword(keyword, status);
387 char keyword[ULOC_FULLNAME_CAPACITY]; local
391 getCalendarKeyword(str, keyword, (int32_t) sizeof(keyword));
    [all...]
  /external/icu4c/test/intltest/
loctest.cpp 1602 const char *keyword = NULL; local
1677 const char *keyword; member in struct:__anon6448
1706 const char *keyword; member in struct:__anon6449
    [all...]
  /external/v8/src/
scanner-base.h 530 // Keyword matching state machine.
596 const char* keyword; member in struct:v8::internal::KeywordMatcher::FirstState
601 // Range of possible first characters of a keyword.
606 // State map for first keyword character range.
609 // If input equals keyword's character at position, continue matching keyword
612 const char* keyword,
615 if (input != static_cast<unibrow::uchar>(keyword[position])) {
619 this->keyword_ = keyword;
653 // Matching a specific keyword string (there is only one possible vali
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 585 * - Pair of Strings: the first value is the keyword to insert, and the second value
598 String keyword = null; local
603 keyword = ((ElementDescriptor)choice).getXmlName();
611 keyword = ((AttributeDescriptor)choice).getXmlLocalName();
632 keyword = (String) choice;
639 keyword = pair.getFirst();
648 String nsKeyword = nsPrefix == null ? keyword : (nsPrefix + keyword);
651 keyword = nsKeyword;
655 keyword = needTag + keyword
    [all...]
  /external/bluetooth/bluez/tools/
lexer.c 793 int keyword = rfcomm_find_keyword(rfcomm_keyword, yytext); variable
794 if (keyword != -1)
795 return keyword;
    [all...]
  /external/icu4c/common/
uloc.c 454 const char *keyword; /* keyword, or NULL if none */ member in struct:CanonicalizationMap
455 const char *value; /* keyword value, or NULL if kw==NULL */
520 const char *keyword; /* keyword, or NULL if none */ member in struct:VariantMap
521 const char *value; /* keyword value, or NULL if kw==NULL */
598 * @param status return status (keyword too long)
599 * @return length of the keyword name
607 /* keyword name too long for internal buffer */
612 /* normalize the keyword name *
622 char keyword[ULOC_KEYWORD_BUFFER_LEN]; member in struct:__anon6178
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_lib.h 169 NJ_CHAR keyword[NJ_MAX_KEYWORD]; member in struct:__anon17046
  /external/icu4c/test/cintltst/
cloctst.c 1486 const char *keyword = NULL; local
1541 const char *keyword; member in struct:__anon6372
1912 const char* keyword =NULL; local
1994 const char* keyword =NULL; local
2037 const char* keyword =NULL; local
    [all...]
  /external/libvpx/examples/includes/geshi/
geshi.php 145 /** The key of the regex array defining a custom keyword to use
512 * Default target for keyword links
911 * Sets the style for a keyword group. If $preserve_defaults is
915 * @param int The key of the keyword group to change the styles of
922 //Set the style for this keyword group
936 * Turns highlighting on/off for a keyword group
938 * @param int The key of the keyword group to turn on or off
3097 $keyword = $match[0]; variable
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 2913 std::string keyword; local
2950 std::string keyword; local
    [all...]
  /prebuilt/common/jython/
jython.jar 

Completed in 1105 milliseconds

12