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

1 2 34 5 6 7 8

  /external/ImageMagick/MagickCore/
opencl.c 720 keyword[MagickPathExtent],
750 (void) CopyMagickString(keyword,token,MagickPathExtent);
751 if (LocaleNCompare(keyword,"<!DOCTYPE",9) == 0)
760 if (LocaleNCompare(keyword,"<!--",4) == 0)
769 if (LocaleCompare(keyword,"<device") == 0)
784 if (LocaleCompare(keyword,"/>") == 0)
821 switch (*keyword)
826 if (LocaleCompare((char *) keyword,"maxClockFrequency") == 0)
831 if (LocaleCompare((char *) keyword,"maxComputeUnits") == 0)
841 if (LocaleCompare((char *) keyword,"name") == 0
719 keyword[MagickPathExtent], local
    [all...]
draw.c 1681 keyword[MagickPathExtent], local
    [all...]
  /external/ImageMagick/coders/
svg.c 799 *keyword,
837 keyword=(const char *) attributes[i];
839 switch (*keyword)
844 if (LocaleCompare(keyword,"cx") == 0)
850 if (LocaleCompare(keyword,"cy") == 0)
861 if (LocaleCompare(keyword,"fx") == 0)
867 if (LocaleCompare(keyword,"fy") == 0)
878 if (LocaleCompare(keyword,"height") == 0)
889 if (LocaleCompare(keyword,"id") == 0)
899 if (LocaleCompare(keyword,"r") == 0
795 *keyword, local
3626 keyword[MagickPathExtent], local
    [all...]
msl.c 627 *keyword;
675 keyword=(const char *) NULL;
706 keyword=(const char *) attributes[i++];
711 switch (*keyword)
716 if (LocaleCompare(keyword,"channel") == 0)
726 keyword);
732 if (LocaleCompare(keyword,"noise") == 0)
743 keyword);
749 keyword);
786 keyword=(const char *) attributes[i++]
621 *keyword; local
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/mock/
mock.py 104 import keyword namespace
108 if string in keyword.kwlist:
632 """Set attributes on the mock through keyword arguments.
826 Raises an AssertionError if the args and keyword args passed in are
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/util/
PySourceColor.py 141 KEYWORD: ('.b','#345345','#FFFF22'),
169 'DOUBLECOMMENT', 'CLASS_NAME', 'DEF_NAME', 'KEYWORD', 'BRACKETS',
194 import keyword namespace
209 KEYWORD = token.NT_OFFSET + 5
248 KEYWORD: 'py_key',
279 KEYWORD:'KEYWORD',
321 KEYWORD: ('','#000000',''),# Python keywords
353 KEYWORD: ('b','#000000',''),
385 KEYWORD: ('b','#8680FF','')
    [all...]
  /external/chromium-trace/catapult/third_party/mock/
mock.py 104 import keyword namespace
108 if string in keyword.kwlist:
632 """Set attributes on the mock through keyword arguments.
826 Raises an AssertionError if the args and keyword args passed in are
    [all...]
  /external/fio/
init.c 987 const char *keyword; member in struct:fpre_keyword
991 { .keyword = "$jobname", .key = FPRE_JOBNAME, },
992 { .keyword = "$jobnum", .key = FPRE_JOBNUM, },
993 { .keyword = "$filenum", .key = FPRE_FILENUM, },
994 { .keyword = NULL, },
1009 for (f = &fpre_keywords[0]; f->keyword; f++)
1010 f->strlen = strlen(f->keyword);
1016 for (f = &fpre_keywords[0]; f->keyword; f++) {
1021 str = strcasestr(buf, f->keyword);
    [all...]
  /external/icu/icu4c/source/common/
uloc.cpp 453 const char *keyword; /* keyword, or NULL if none */ member in struct:CanonicalizationMap
454 const char *value; /* keyword value, or NULL if kw==NULL */
512 const char *keyword; /* keyword, or NULL if none */ member in struct:VariantMap
513 const char *value; /* keyword value, or NULL if kw==NULL */
590 * @param status return status (keyword too long)
591 * @return length of the keyword name
599 /* keyword name too long for internal buffer */
604 /* normalize the keyword name *
614 char keyword[ULOC_KEYWORD_BUFFER_LEN]; member in struct:__anon11811
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_collections.py 9 import keyword namespace
31 self.assertRaises(ValueError, namedtuple, 'class', 'efg ghi') # type has keyword
35 self.assertRaises(ValueError, namedtuple, 'abc', 'abc class') # field has keyword
60 [('abc', 'class'), ('abc', '_1')], # field has keyword
78 self.assertRaises(TypeError, eval, 'Point(XXX=1, y=2)', locals()) # wrong keyword argument
79 self.assertRaises(TypeError, eval, 'Point(x=1)', locals()) # missing keyword argument
193 words -= set(keyword.kwlist)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_collections.py 9 import keyword namespace
31 self.assertRaises(ValueError, namedtuple, 'class', 'efg ghi') # type has keyword
35 self.assertRaises(ValueError, namedtuple, 'abc', 'abc class') # field has keyword
60 [('abc', 'class'), ('abc', '_1')], # field has keyword
78 self.assertRaises(TypeError, eval, 'Point(XXX=1, y=2)', locals()) # wrong keyword argument
79 self.assertRaises(TypeError, eval, 'Point(x=1)', locals()) # missing keyword argument
193 words -= set(keyword.kwlist)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_collections.py 9 import keyword namespace
31 self.assertRaises(ValueError, namedtuple, 'class', 'efg ghi') # type has keyword
35 self.assertRaises(ValueError, namedtuple, 'abc', 'abc class') # field has keyword
60 [('abc', 'class'), ('abc', '_1')], # field has keyword
78 self.assertRaises(TypeError, eval, 'Point(XXX=1, y=2)', locals()) # wrong keyword argument
79 self.assertRaises(TypeError, eval, 'Point(x=1)', locals()) # missing keyword argument
193 words -= set(keyword.kwlist)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_collections.py 9 import keyword namespace
31 self.assertRaises(ValueError, namedtuple, 'class', 'efg ghi') # type has keyword
35 self.assertRaises(ValueError, namedtuple, 'abc', 'abc class') # field has keyword
60 [('abc', 'class'), ('abc', '_1')], # field has keyword
78 self.assertRaises(TypeError, eval, 'Point(XXX=1, y=2)', locals()) # wrong keyword argument
79 self.assertRaises(TypeError, eval, 'Point(x=1)', locals()) # missing keyword argument
193 words -= set(keyword.kwlist)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 559 * - Pair of Strings: the first value is the keyword to insert, and the second value
573 String keyword = null; local
579 keyword = ((ElementDescriptor)choice).getXmlName();
587 keyword = ((AttributeDescriptor)choice).getXmlLocalName();
606 keyword = (String) choice;
613 keyword = pair.getFirst();
620 keyword = type.getFullyQualifiedName();
626 String nsKeyword = nsPrefix == null ? keyword : (nsPrefix + keyword);
629 keyword = nsKeyword
714 String keyword = proposal.getDisplayString(); local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
PluralRules.java 40 * method examines each condition in order and returns the keyword for the first condition that matches the number. If
64 * keyword "other" by the default rule.
71 * This illustrates that the same keyword can be defined multiple times. Each rule is examined in order, and the first
72 * keyword whose condition passes is the one returned. Also notes that a modulus is applied to n in the last rule. Thus
90 * rule = keyword ':' condition
91 * keyword = &lt;identifier&gt;
1408 String keyword = description.substring(0, x).trim(); local
1651 private final String keyword; field in class:PluralRules.Rule
1712 String keyword = nextRule.getKeyword(); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
loctest.cpp 1616 const char *keyword = NULL; local
1691 const char *keyword; member in struct:__anon12167
1721 const char *keyword; member in struct:__anon12168
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
PluralRules.java 39 * method examines each condition in order and returns the keyword for the first condition that matches the number. If
63 * keyword "other" by the default rule.
70 * This illustrates that the same keyword can be defined multiple times. Each rule is examined in order, and the first
71 * keyword whose condition passes is the one returned. Also notes that a modulus is applied to n in the last rule. Thus
89 * rule = keyword ':' condition
90 * keyword = &lt;identifier&gt;
1362 String keyword = description.substring(0, x).trim(); local
1605 private final String keyword; field in class:PluralRules.Rule
1666 String keyword = nextRule.getKeyword(); local
    [all...]
  /external/libpng/
pngrutil.c 1398 char keyword[81]; local
    [all...]
  /external/mdnsresponder/mDNSPosix/
mDNSPosix.c 508 char keyword[10]; local
516 if (sscanf(line,"%10s %15s", keyword, nameserver) != 2) continue; // it will skip whitespaces
517 if (strncasecmp(keyword,"nameserver",10)) continue;
    [all...]
  /external/messageformat/java/com/ibm/icu/simple/
PluralRules.java 36 * method examines each condition in order and returns the keyword for the first condition that matches the number. If
60 * keyword "other" by the default rule.
67 * This illustrates that the same keyword can be defined multiple times. Each rule is examined in order, and the first
68 * keyword whose condition passes is the one returned. Also notes that a modulus is applied to n in the last rule. Thus
86 * rule = keyword ':' condition
87 * keyword = &lt;identifier&gt;
1353 String keyword = description.substring(0, x).trim(); local
1596 private final String keyword; field in class:PluralRules.Rule
1657 String keyword = nextRule.getKeyword(); local
    [all...]
  /external/pdfium/third_party/lpng_v163/
pngrutil.c 1342 char keyword[81]; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/x500/
X500PrincipalTest.java 292 Map<String, String> keyword = new HashMap<String, String>(); local
293 keyword.put("CN", "2.19");
294 keyword.put("OU", "1.2.5.19");
295 keyword.put("O", "1.2.5");
296 X500Principal X500p = new X500Principal("CN=Duke, OU=JavaSoft, O=Sun Microsystems, C=US ,CN=DD", keyword);
318 Map<String, String> keyword = new HashMap<String, String>(); local
319 keyword.put("CN", "2.19");
320 keyword.put("OU", "1.2.5.19");
321 keyword.put("O", "1.2.5");
322 X500Principal X500p = new X500Principal("CN=Duke, OU=JavaSoft, O=Sun Microsystems, C=US ,CN=DD", keyword);
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_lib.h 169 NJ_CHAR keyword[NJ_MAX_KEYWORD]; member in struct:__anon35998
  /prebuilts/gdb/darwin-x86/include/python2.7/
Python-ast.h 528 #define keyword(a0, a1, a2) _Py_keyword(a0, a1, a2) macro
  /prebuilts/gdb/linux-x86/include/python2.7/
Python-ast.h 528 #define keyword(a0, a1, a2) _Py_keyword(a0, a1, a2) macro

Completed in 2531 milliseconds

1 2 34 5 6 7 8