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

1 2 3 4

  /external/bluetooth/bluez/tools/
kword.c 54 int rfcomm_find_keyword(struct keyword_t *keyword, char *string)
56 while (keyword->string) {
57 if (!strcmp(string, keyword->string))
58 return keyword->type;
59 keyword++;
kword.h 33 int rfcomm_find_keyword(struct keyword_t *keyword, char *string);
lexer.l 58 keyword [A-Za-z0-9\_\-]+
93 {keyword} {
94 int keyword = rfcomm_find_keyword(rfcomm_keyword, yytext);
95 if (keyword != -1)
96 return keyword;
  /libcore/luni/src/main/native/
NativePluralRules.cpp 42 UnicodeString keyword = toPluralRules(address)->select(value); local
43 if (keyword == "zero") {
45 } else if (keyword == "one") {
47 } else if (keyword == "two") {
49 } else if (keyword == "few") {
51 } else if (keyword == "many") {
  /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/protobuf/editors/
proto.vim 53 syn keyword pbTodo contained TODO FIXME XXX
56 syn keyword pbSyntax syntax import option
57 syn keyword pbStructure package message group
58 syn keyword pbRepeat optional required repeated
59 syn keyword pbDefault default
60 syn keyword pbExtend extend extensions to max
61 syn keyword pbRPC service rpc returns
63 syn keyword pbType int32 int64 uint32 uint64 sint32 sint64
64 syn keyword pbType fixed32 fixed64 sfixed32 sfixed64
65 syn keyword pbType float double bool string byte
    [all...]
  /external/v8/test/cctest/
test-parsing.cc 42 const char* keyword; member in struct:KeywordToken
47 #define KEYWORD(t, s, d) { s, i::Token::t },
49 TOKEN_LIST(IGNORE, KEYWORD, IGNORE)
50 #undef KEYWORD
63 for (int i = 0; (key_token = keywords[i]).keyword != NULL; i++) {
65 const char* keyword = key_token.keyword; local
66 int length = i::StrLength(keyword);
69 // "in" is a prefix of "instanceof". It's the only keyword
75 matcher.AddChar(keyword[j])
    [all...]
  /external/icu4c/i18n/
selfmt.cpp 79 UnicodeString keyword ; local
119 keyword += ch;
128 //Handle the keyword state
136 keyword += ch;
171 //Matching keyword, phrase pair found
173 //Check validity of keyword
174 if (parsedValuesHash->get(keyword) != NULL) {
178 if (keyword.length() == 0) {
183 //Store the keyword, phrase pair in hashTable
185 parsedValuesHash->put( keyword, ptrPhrase, status)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 438 String keyword = null; local
443 keyword = ((ElementDescriptor)choice).getXmlName();
451 keyword = ((AttributeDescriptor)choice).getXmlLocalName();
472 keyword = (String) choice;
477 String nsKeyword = nsPrefix == null ? keyword : (nsPrefix + keyword);
479 if (keyword.startsWith(wordPrefix) ||
480 (nsPrefix != null && keyword.startsWith(nsPrefix)) ||
483 keyword = nsPrefix + keyword;
    [all...]
  /external/bluetooth/glib/gobject/
glib-genmarshal.c 50 gchar *keyword; /* marhaller list keyword [MY_STRING] */ member in struct:__anon2204
57 gchar *keyword; /* marhaller list keyword [MY_STRING] */ member in struct:__anon2205
185 /* keyword sig_name ctype getter */
214 if (strcmp (args[i].keyword, iarg->keyword) == 0)
229 /* keyword sig_name ctype setter */
258 if (strcmp (args[i].keyword, oarg->keyword) == 0
    [all...]
  /external/webkit/WebCore/inspector/front-end/
inspectorSyntaxHighlight.css 33 .webkit-css-url, .webkit-css-color, .webkit-css-string, .webkit-css-keyword {
57 .webkit-javascript-keyword {
  /external/chromium/third_party/icu/source/common/
uresimp.h 137 * Returns a functionally equivalent locale (considering keywords) for the specified keyword.
142 * @param keyword locale keyword. Example: "collation"
147 * @param omitDefault if TRUE, omit keyword and value if default. 'de_DE\@collation=standard' -> 'de_DE'
155 const char *path, const char *resName, const char *keyword, const char *locid,
159 * Given a tree path and keyword, return a string enumeration of all possible values for that keyword.
161 * @param keyword a particular keyword to consider, must match a top level resource name
167 ures_getKeywordValues(const char *path, const char *keyword, UErrorCode *status)
    [all...]
  /external/grub/util/
grub-set-default 38 ENTRY is a number or the special keyword \`default\'.
grub-set-default.in 38 ENTRY is a number or the special keyword \`default\'.
  /external/icu4c/common/
uresimp.h 151 * Returns a functionally equivalent locale (considering keywords) for the specified keyword.
156 * @param keyword locale keyword. Example: "collation"
161 * @param omitDefault if TRUE, omit keyword and value if default. 'de_DE\@collation=standard' -> 'de_DE'
169 const char *path, const char *resName, const char *keyword, const char *locid,
173 * Given a tree path and keyword, return a string enumeration of all possible values for that keyword.
175 * @param keyword a particular keyword to consider, must match a top level resource name
181 ures_getKeywordValues(const char *path, const char *keyword, UErrorCode *status)
    [all...]
locdispnames.cpp 440 const char *keyword = NULL; local
602 keyword = uenum_next(keywordEnum, &keywordLen, pErrorCode);
604 length3 += uloc_getDisplayKeyword(keyword, displayLocale, dest+length+length3, destCapacity-length-length3, pErrorCode);
606 length3 += uloc_getDisplayKeyword(keyword, displayLocale, NULL, 0, pErrorCode);
612 keywordValueLen = uloc_getKeywordValue(locale, keyword, keywordValue, 256, pErrorCode);
619 length3 += uloc_getDisplayKeywordValue(locale, keyword, displayLocale, dest+length+length3, destCapacity-length-length3, pErrorCode);
621 length3 += uloc_getDisplayKeywordValue(locale, keyword, displayLocale, NULL, 0, pErrorCode);
708 uloc_getDisplayKeyword(const char* keyword,
728 keyword,
729 keyword,
    [all...]
  /external/jpeg/
cdjpeg.c 116 * Case-insensitive matching of possibly-abbreviated keyword switches.
117 * keyword is the constant keyword (must be lower case already),
122 keymatch (char * arg, const char * keyword, int minchars)
128 if ((ck = *keyword++) == '\0')
129 return FALSE; /* arg longer than keyword, no good */
  /external/chromium/third_party/icu/public/i18n/unicode/
plurrule.h 40 * examines each condition in order and returns the keyword for the
51 * are assigned the keyword "other" by the default rule.
54 * This illustrates that the same keyword can be defined multiple times.
55 * Each rule is examined in order, and the first keyword whose condition
71 * rule = keyword ':' condition
72 * keyword = <identifier>
92 * 'other'. Callers need to check the value of keyword returned by
97 * UnicodeString keyword = pl->select(number);
98 * if (keyword== UnicodeString("one") {
181 * Given a number, returns the keyword of the first rule that applies t
    [all...]
  /external/dnsmasq/bld/
Makefile 14 $(XGETTEXT) -d dnsmasq --foreign-user --omit-header --keyword=_ -o $@ -i $(OBJS:.o=.c)
  /external/icu4c/i18n/unicode/
plurrule.h 40 * examines each condition in order and returns the keyword for the
51 * are assigned the keyword "other" by the default rule.
54 * This illustrates that the same keyword can be defined multiple times.
55 * Each rule is examined in order, and the first keyword whose condition
71 * rule = keyword ':' condition
72 * keyword = <identifier>
92 * 'other'. Callers need to check the value of keyword returned by
97 * UnicodeString keyword = pl->select(number);
98 * if (keyword== UnicodeString("one") {
181 * Given a number, returns the keyword of the first rule that applies t
    [all...]
selfmt.h 93 * <p>The resulting keyword is provided to <code>MessageFormat</code> as a
125 * for each user-defined keyword.
126 * The pattern is a sequence of <code><i>keyword</i>{<i>phrase</i>}</code>
129 * to the user-defined <code><i>keyword</i></code>.</p>
134 * You always have to define a phrase for the default keyword
135 * <code>other</code>; this phrase is returned when the keyword
137 * the <code>format</code> method matches no other keyword.
140 * If a pattern provides more than one phrase for the same keyword, the
143 * Spaces between <code><i>keyword</i></code> and
211 * for the keyword rules
    [all...]
  /external/v8/src/
scanner.h 190 const char* keyword; member in struct:v8::internal::KeywordMatcher::FirstState
195 // Range of possible first characters of a keyword.
200 // State map for first keyword character range.
208 // Matching a specific keyword string (there is only one possible valid
209 // keyword with the current prefix).
214 // If input equals keyword's character at position, continue matching keyword
217 const char* keyword,
220 if (input == keyword[position]) {
222 this->keyword_ = keyword;
    [all...]
  /external/e2fsprogs/lib/ss/
ct_c.sed 54 # Dispatch based on the keyword.... illegal keywords are prefixed by ERROR:
61 s/^/ERROR: unknown keyword: /
65 # Handle the command_table keyword
73 # Handle the request keyword --- this is the heart of the sed script.
156 # Handle the end keyword --- it's basically ignored.
  /external/webkit/JavaScriptCore/icu/unicode/
uloc.h 293 * Character for assigning value to a keyword
619 * Gets the keyword name suitable for display for the specified locale.
621 * string for the keyword collation.
625 * const char* keyword =NULL;
637 * keyword = uenum_next(keywordEnum, &keywordLen, &status);
638 * displayKeywordLen = uloc_getDisplayKeyword(keyword, "en_US", displayKeyword, 256);
643 * @param keyword The keyword whose display string needs to be returned.
648 * @param dest the buffer to which the displayable keyword should be written.
659 uloc_getDisplayKeyword(const char* keyword,
    [all...]
  /external/webkit/WebCore/icu/unicode/
uloc.h 293 * Character for assigning value to a keyword
619 * Gets the keyword name suitable for display for the specified locale.
621 * string for the keyword collation.
625 * const char* keyword =NULL;
637 * keyword = uenum_next(keywordEnum, &keywordLen, &status);
638 * displayKeywordLen = uloc_getDisplayKeyword(keyword, "en_US", displayKeyword, 256);
643 * @param keyword The keyword whose display string needs to be returned.
648 * @param dest the buffer to which the displayable keyword should be written.
659 uloc_getDisplayKeyword(const char* keyword,
    [all...]

Completed in 1576 milliseconds

1 2 3 4