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

1 2 3 4 5 6 78 91011>>

  /libcore/luni/src/main/java/libcore/icu/
ICU.java 69 * ID. This is the bit that appears before the keyword separate "@". The general
174 // containing all "keywords" it could parse. An ICU keyword is a key-value pair
177 // Each keyword item can be one of three things :
180 // - A unicode extension keyword: In this case, the item key will be larger than
209 // This is a unicode extension keyword.
232 for (Entry<String, String> keyword : unicodeKeywordsMap.entrySet()) {
233 builder.setUnicodeLocaleKeyword(keyword.getKey(), keyword.getValue());
  /prebuilts/gdb/darwin-x86/lib/python2.7/
BaseHTTPServer.py 137 where <command> is a (case-sensitive) keyword such as GET or POST,
398 def send_header(self, keyword, value):
401 self.wfile.write("%s: %s\r\n" % (keyword, value))
403 if keyword.lower() == 'connection':
  /prebuilts/gdb/linux-x86/lib/python2.7/
BaseHTTPServer.py 137 where <command> is a (case-sensitive) keyword such as GET or POST,
398 def send_header(self, keyword, value):
401 self.wfile.write("%s: %s\r\n" % (keyword, value))
403 if keyword.lower() == 'connection':
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
BaseHTTPServer.py 137 where <command> is a (case-sensitive) keyword such as GET or POST,
398 def send_header(self, keyword, value):
401 self.wfile.write("%s: %s\r\n" % (keyword, value))
403 if keyword.lower() == 'connection':
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
BaseHTTPServer.py 137 where <command> is a (case-sensitive) keyword such as GET or POST,
398 def send_header(self, keyword, value):
401 self.wfile.write("%s: %s\r\n" % (keyword, value))
403 if keyword.lower() == 'connection':
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_sundry.py 54 import keyword
  /external/ImageMagick/scripts/
format_c_api_docs 537 foreach $keyword ( %keywords ) {
538 if ( $token eq $keyword ) {
539 $html .= linked( $keyword, $keywords{$keyword} );
  /external/dng_sdk/source/
dng_iptc.cpp 409 dng_string keyword; local
411 ParseString (stream, keyword, charSet);
413 if (keyword.NotEmpty ())
415 fKeywords.Append (keyword);
  /external/libjpeg-turbo/
cdjpeg.h 131 EXTERN(boolean) keymatch (char *arg, const char *keyword, int minchars);
rdjpgcom.c 420 keymatch (char *arg, const char *keyword, int minchars)
421 /* Case-insensitive matching of (possibly abbreviated) keyword switches. */
422 /* keyword is the constant keyword (must be lower case already), */
429 if ((ck = *keyword++) == '\0')
430 return 0; /* arg longer than keyword, no good */
  /external/python/cpython2/Lib/test/
test_sundry.py 53 import keyword
  /external/skia/src/images/
SkPngEncoder.cpp 208 const char* keyword; local
212 keyword = originalKeyword;
214 SkDEBUGFAILF("PNG tEXt keyword should be no longer than %d.",
217 keyword = clippedKeys.back().c_str();
223 png_texts[i].key = (png_charp)keyword;
  /external/skqp/src/images/
SkPngEncoder.cpp 208 const char* keyword; local
212 keyword = originalKeyword;
214 SkDEBUGFAILF("PNG tEXt keyword should be no longer than %d.",
217 keyword = clippedKeys.back().c_str();
223 png_texts[i].key = (png_charp)keyword;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_sundry.py 58 import keyword
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sundry.py 58 import keyword
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sundry.py 58 import keyword
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sundry.py 58 import keyword
  /external/autotest/server/cros/
resource_monitor.py 41 def _extract_value_before_single_keyword(line, keyword):
42 """Extract word occurring immediately before the specified keyword.
44 @param line string the line in which to search for the keyword.
45 @param keyword string the keyword to look for. Can be a regexp.
46 @return string the word just before the keyword.
49 pattern = ".*?(\S+) " + keyword
59 keyword in args.
63 @return string list the words occuring just before each keyword.
  /external/icu/android_icu4j/src/main/java/android/icu/text/
NumberingSystem.java 123 for ( String keyword : OTHER_NS_KEYWORDS ) {
124 if ( numbersKeyword.equals(keyword)) {
139 // If the @numbers keyword points to a bogus numbering system name,
149 // Then look up those mappings for the locale and resolve the keyword.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NumberingSystem.java 128 for ( String keyword : OTHER_NS_KEYWORDS ) {
129 if ( numbersKeyword.equals(keyword)) {
144 // If the @numbers keyword points to a bogus numbering system name,
154 // Then look up those mappings for the locale and resolve the keyword.
  /external/python/cpython2/Lib/idlelib/
HyperParser.py 9 import keyword
161 keyword.iskeyword(str[i:pos]))):
  /external/python/cpython3/Tools/scripts/
highlight.py 9 import keyword
54 elif keyword.iskeyword(tok_str):
55 kind = 'keyword'
81 'keyword': ('\033[0;33m', '\033[0m'),
115 '.keyword': '{color: darkorange;}',
153 'keyword': r'{\color{orange}#1}',
  /external/selinux/policycoreutils/po/
Makefile 102 $(XGETTEXT) --keyword=_ --keyword=N_ $(POTFILES)
  /external/vboot_reference/utility/
bmpblk_utility.cc 156 string keyword; local
162 keyword = (char*)event.data.scalar.value;
163 if (keyword == "bmpblock") {
165 } else if (keyword == "compression") {
167 } else if (keyword == "images") {
169 } else if (keyword == "screens") {
171 } else if (keyword == "localizations") {
173 } else if (keyword == "locale_index") {
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_ext.h 77 { (x)->keyword[0] = NJ_CHAR_NUL; (x)->keyword[1] = NJ_CHAR_NUL; }

Completed in 509 milliseconds

1 2 3 4 5 6 78 91011>>