HomeSort by relevance Sort by last modified time
    Searched refs:keyword (Results 76 - 100 of 656) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libjpeg-turbo/
cdjpeg.c 79 * Case-insensitive matching of possibly-abbreviated keyword switches.
80 * keyword is the constant keyword (must be lower case already),
85 keymatch (char *arg, const char *keyword, int minchars)
91 if ((ck = *keyword++) == '\0')
92 return FALSE; /* arg longer than keyword, no good */
  /external/icu/icu4c/source/common/unicode/
uloc.h 299 * Invariant character for assigning value to a keyword
305 * Unicode code point for '=' for assigning value to a keyword.
648 * Gets the keyword name suitable for display for the specified locale.
650 * string for the keyword collation.
654 * const char* keyword =NULL;
666 * keyword = uenum_next(keywordEnum, &keywordLen, &status);
667 * displayKeywordLen = uloc_getDisplayKeyword(keyword, "en_US", displayKeyword, 256);
672 * @param keyword The keyword whose display string needs to be returned.
677 * @param dest the buffer to which the displayable keyword should be written
    [all...]
  /external/libcups/filter/
commandtops.c 205 snprintf(buffer, sizeof(buffer), "?%s", option->keyword);
209 fprintf(stderr, "DEBUG: Skipping %s option...\n", option->keyword);
217 fprintf(stderr, "DEBUG: Querying %s...\n", option->keyword);
277 printf("/cups_query_keyword (?%s) def\n", option->keyword);
278 /* Set keyword for error reporting */
375 fprintf(stderr, "PPD: Default%s=%s\n", option->keyword, buffer);
387 option->keyword);
  /external/llvm/utils/vim/syntax/
tablegen.vim 17 syn keyword tgKeyword def let in code dag field include defm foreach
18 syn keyword tgType class int string list bit bits multiclass
28 syn keyword tgTodo contained TODO FIXME
  /external/swiftshader/third_party/LLVM/utils/vim/
tablegen.vim 17 syn keyword tgKeyword def let in code dag field include defm
18 syn keyword tgType class int string list bit bits multiclass
28 syn keyword tgTodo contained TODO FIXME
  /external/ImageMagick/MagickCore/
type.c 1074 keyword[MagickPathExtent], local
    [all...]
magic.c 848 keyword[MagickPathExtent],
882 (void) CopyMagickString(keyword,token,MagickPathExtent);
883 if (LocaleNCompare(keyword,"<!DOCTYPE",9) == 0)
892 if (LocaleNCompare(keyword,"<!--",4) == 0)
901 if (LocaleCompare(keyword,"<include") == 0)
908 (void) CopyMagickString(keyword,token,MagickPathExtent);
913 if (LocaleCompare(keyword,"file") == 0)
835 keyword[MagickPathExtent], local
    [all...]
locale.c 1155 keyword[MagickLocaleExtent], local
    [all...]
  /external/ImageMagick/coders/
hdr.c 143 keyword[MagickPathExtent],
259 Determine a keyword and its value.
261 p=keyword;
264 if ((size_t) (p-keyword) < (MagickPathExtent-1))
276 if (LocaleCompare(keyword,"Y") == 0)
289 Assign a value to the specified keyword.
291 switch (*keyword)
296 if (LocaleCompare(keyword,"format") == 0)
301 (void) FormatLocaleString(tag,MagickPathExtent,"hdr:%s",keyword);
308 if (LocaleCompare(keyword,"gamma") == 0
139 keyword[MagickPathExtent], local
    [all...]
fits.c 255 keyword[9],
332 count=ReadBlob(image,8,(unsigned char *) keyword);
337 if (isspace((int) ((unsigned char) keyword[i])) != 0)
339 keyword[i]=tolower((int) ((unsigned char) keyword[i]));
341 keyword[i]='\0';
353 if (LocaleCompare(keyword,"end") == 0)
355 if (LocaleCompare(keyword,"extend") == 0)
357 if (LocaleCompare(keyword,"simple") == 0)
359 if (LocaleCompare(keyword,"bitpix") == 0
250 keyword[9], local
    [all...]
  /external/freetype/src/cid/
cidload.c 72 const T1_Field keyword )
81 /* if the keyword has a dedicated callback, call it */
82 if ( keyword->type == T1_FIELD_TYPE_CALLBACK )
84 keyword->reader( (FT_Face)face, parser );
90 switch ( keyword->location )
116 keyword->ident ));
122 switch ( keyword->location )
136 /* now, load the keyword data in the object's field(s) */
137 if ( keyword->type == T1_FIELD_TYPE_INTEGER_ARRAY ||
138 keyword->type == T1_FIELD_TYPE_FIXED_ARRAY
384 T1_Field keyword = (T1_Field)cid_field_records; local
    [all...]
  /external/libcups/cups/
ppd-emit.c 147 !strcmp(amain + 7, c->option->keyword) && !strcmp(aoption, "True"))
652 (coption = ppdFindCustomOption(ppd, choices[i]->option->keyword))
687 if ((!_cups_strcasecmp(choices[i]->option->keyword, "PageSize") ||
688 !_cups_strcasecmp(choices[i]->option->keyword, "PageRegion")) &&
698 choices[i]->option->keyword))
701 bufsize += 23 + strlen(choices[i]->option->keyword) + 6;
730 bufsize += 17 + strlen(choices[i]->option->keyword) + 1 +
732 /* %%BeginFeature: *keyword choice\n */
769 (coption = ppdFindCustomOption(ppd, choices[i]->option->keyword))
864 choices[i]->option->keyword, choices[i]->choice))
    [all...]
  /prebuilts/go/darwin-x86/src/go/scanner/
scanner_test.go 22 keyword
32 return keyword
152 {token.BREAK, "break", keyword},
153 {token.CASE, "case", keyword},
154 {token.CHAN, "chan", keyword},
155 {token.CONST, "const", keyword},
156 {token.CONTINUE, "continue", keyword},
158 {token.DEFAULT, "default", keyword},
159 {token.DEFER, "defer", keyword},
160 {token.ELSE, "else", keyword},
21 keyword const
    [all...]
  /prebuilts/go/linux-x86/src/go/scanner/
scanner_test.go 22 keyword
32 return keyword
152 {token.BREAK, "break", keyword},
153 {token.CASE, "case", keyword},
154 {token.CHAN, "chan", keyword},
155 {token.CONST, "const", keyword},
156 {token.CONTINUE, "continue", keyword},
158 {token.DEFAULT, "default", keyword},
159 {token.DEFER, "defer", keyword},
160 {token.ELSE, "else", keyword},
21 keyword const
    [all...]
  /external/toybox/scripts/
config2help.c 49 char *keyword(char *name, char *line) function
167 // source or config keyword at left edge?
169 if ((s = keyword("config", line))) {
174 } else if ((s = keyword("source", line))) parse(s);
187 else if ((s = keyword("depends", line)) && (s = keyword("on", s)))
189 else if (keyword("help", line)) sym->help_indent = -1;
271 if (catch->help && (that = keyword("usage:", catch->help->data))) {
  /external/icu/icu4c/source/test/intltest/
plurults.cpp 403 const UnicodeString* keyword; local
404 while (NULL != (keyword = keywords->snext(status))) {
405 int32_t count = rules->getSamples(*keyword, values, UPRV_LENGTHOF(values), status);
409 UNICODE_STRING_SIMPLE(", keyword ") + *keyword);
414 // errln(UNICODE_STRING_SIMPLE("no samples for keyword ") + *keyword + UNICODE_STRING_SIMPLE(" in locale ") + locales[i].getName() );
420 UNICODE_STRING_SIMPLE(", keyword ") + *keyword);
431 if (*keyword != resultKeyword)
453 UnicodeString keyword = rules->select((int32_t)26); local
599 UnicodeString keyword = pr->select(2.); local
912 UnicodeString keyword = pr->select(n); local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Collator.java 622 private static final boolean getYesOrNo(String keyword, String s) {
629 throw new IllegalArgumentException("illegal locale keyword=value: " + keyword + "=" + s);
632 private static final int getIntValue(String keyword, String s, String... values) {
638 throw new IllegalArgumentException("illegal locale keyword=value: " + keyword + "=" + s);
641 private static final int getReorderCode(String keyword, String s) {
643 getIntValue(keyword, s, "space", "punct", "symbol", "currency", "digit");
662 throw new UnsupportedOperationException("locale keyword kh/colHiraganaQuaternary");
666 throw new UnsupportedOperationException("locale keyword vt/variableTop")
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
Collator.java 652 private static final boolean getYesOrNo(String keyword, String s) {
659 throw new IllegalArgumentException("illegal locale keyword=value: " + keyword + "=" + s);
662 private static final int getIntValue(String keyword, String s, String... values) {
668 throw new IllegalArgumentException("illegal locale keyword=value: " + keyword + "=" + s);
671 private static final int getReorderCode(String keyword, String s) {
673 getIntValue(keyword, s, "space", "punct", "symbol", "currency", "digit");
692 throw new UnsupportedOperationException("locale keyword kh/colHiraganaQuaternary");
696 throw new UnsupportedOperationException("locale keyword vt/variableTop")
    [all...]
  /external/autotest/client/cros/cellular/wardmodem/
global_state.py 6 import keyword
131 keyword.iskeyword(component_name):
145 keyword.iskeyword(component_name):
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
UnicodeLocaleExtension.java 65 for (Entry<String, String> keyword : _keywords.entrySet()) {
66 String key = keyword.getKey();
67 String value = keyword.getValue();
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
UnicodeLocaleExtension.java 61 for (Entry<String, String> keyword : _keywords.entrySet()) {
62 String key = keyword.getKey();
63 String value = keyword.getValue();
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/parse/
lexer.py 72 for keyword in keywords:
73 keyword_map[keyword.lower()] = keyword
  /external/llvm/utils/lit/tests/unit/
TestRunner.py 65 def get_parser(parser_list, keyword):
67 if p.keyword == keyword:
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslScanContext.cpp 584 keyword = it->second;
586 switch (keyword) {
613 return keyword;
621 return keyword;
627 return keyword;
632 return keyword;
637 return keyword;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
rlcompleter.py 107 import keyword
110 for word in keyword.kwlist:

Completed in 552 milliseconds

1 2 34 5 6 7 8 91011>>