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

1 2 3 45 6 7 8 91011>>

  /external/icu/icu4c/source/common/
uresimp.h 153 * Returns a functionally equivalent locale (considering keywords) for the specified keyword.
158 * @param keyword locale keyword. Example: "collation"
163 * @param omitDefault if TRUE, omit keyword and value if default. 'de_DE\@collation=standard' -> 'de_DE'
170 const char *path, const char *resName, const char *keyword, const char *locid,
174 * Given a tree path and keyword, return a string enumeration of all possible values for that keyword.
176 * @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...]
uloc.cpp 460 const char *keyword; /* keyword, or NULL if none */ member in struct:CanonicalizationMap
461 const char *value; /* keyword value, or NULL if kw==NULL */
519 const char *keyword; /* keyword, or NULL if none */ member in struct:VariantMap
520 const char *value; /* keyword value, or NULL if kw==NULL */
603 * @param status return status (keyword too long)
604 * @return length of the keyword name
612 *status = U_ILLEGAL_ARGUMENT_ERROR; /* malformed keyword name */
618 /* keyword name too long for internal buffer *
633 char keyword[ULOC_KEYWORD_BUFFER_LEN]; member in struct:__anon21319
    [all...]
  /external/llvm/utils/lit/lit/
TestRunner.py 588 # Convert the keyword and line to UTF-8 strings and yield the
592 keyword,ln = match.groups()
593 yield (line_number, to_string(keyword.decode('utf-8')),
678 An enumeration representing the style of an integrated test keyword or
681 TAG: A keyword taking no value. Ex 'END.'
682 COMMAND: A Keyword taking a list of shell commands. Ex 'RUN:'
683 LIST: A keyword taking a comma separated list of value. Ex 'XFAIL:'
684 CUSTOM: A keyword with custom parsing semantics.
695 keyword: The keyword to parse for. It must end in either '.' or ':'
    [all...]
  /external/python/cpython2/Lib/
rlcompleter.py 103 import keyword
107 for word in keyword.kwlist:
  /prebuilts/gdb/darwin-x86/lib/python2.7/
rlcompleter.py 103 import keyword
106 for word in keyword.kwlist:
  /prebuilts/gdb/linux-x86/lib/python2.7/
rlcompleter.py 103 import keyword
106 for word in keyword.kwlist:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rlcompleter.py 103 import keyword
106 for word in keyword.kwlist:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rlcompleter.py 103 import keyword
106 for word in keyword.kwlist:
  /tools/test/connectivity/tools/
keyword_check.py 46 for keyword in keyword_list:
47 grep_args += '-e %s' % keyword
54 logging.error('Your commit message contains at least one keyword.')
55 logging.error('Keyword(s) found in the following line(s):')
83 'one keyword: %s.' % file_name)
105 'one keyword. Below is an excerpt from the commit '
  /external/tensorflow/tensorflow/contrib/graph_editor/
select.py 634 TypeError: if the optional keyword argument graph is not a `tf.Graph`
638 ValueError: if one of the keyword arguments is unexpected or if a regular
639 expression is used without passing a graph as a keyword argument.
664 raise ValueError("Use the keyword argument 'graph' to use regex.")
700 TypeError: if the optional keyword argument graph is not a `tf.Graph`
704 ValueError: if one of the keyword arguments is unexpected or if a regular
705 expression is used without passing a graph as a keyword argument.
730 raise ValueError("Use the keyword argument 'graph' to use regex.")
768 TypeError: if the optional keyword argument graph is not a `tf.Graph`
771 ValueError: if one of the keyword arguments is unexpected or if a regula
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RelativeDateTimeFormatter.java 861 private static final DateTimeUnit orNullFromString(CharSequence keyword) {
863 switch (keyword.length()) {
865 if ("day".contentEquals(keyword)) {
867 } else if ("sun".contentEquals(keyword)) {
869 } else if ("mon".contentEquals(keyword)) {
871 } else if ("tue".contentEquals(keyword)) {
873 } else if ("wed".contentEquals(keyword)) {
875 } else if ("thu".contentEquals(keyword)) {
877 } else if ("fri".contentEquals(keyword)) {
879 } else if ("sat".contentEquals(keyword)) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RelativeDateTimeFormatter.java     [all...]
  /external/ImageMagick/MagickCore/
log.c 1433 keyword[MagickPathExtent], local
    [all...]
delegate.c 1997 keyword[MagickPathExtent], local
    [all...]
configure.c 1150 keyword[MagickPathExtent], local
    [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cLayoutBindingTests.hpp 77 char const* keyword; // uniform, buffer member in struct:glcts::LayoutBindingParameters
  /external/icu/icu4c/source/i18n/
reldatefmt.cpp 348 static RelAbsUnit unitOrNegativeFromString(const char* keyword, int32_t length) {
352 if (uprv_strncmp(keyword, "day", length) == 0) {
354 } else if (uprv_strncmp(keyword, "sun", length) == 0) {
356 } else if (uprv_strncmp(keyword, "mon", length) == 0) {
358 } else if (uprv_strncmp(keyword, "tue", length) == 0) {
360 } else if (uprv_strncmp(keyword, "wed", length) == 0) {
362 } else if (uprv_strncmp(keyword, "thu", length) == 0) {
364 } else if (uprv_strncmp(keyword, "fri", length) == 0) {
366 } else if (uprv_strncmp(keyword, "sat", length) == 0) {
371 if (uprv_strncmp(keyword, "hour", length) == 0)
    [all...]
plurfmt.cpp 434 // The keyword is empty until we need to match against a non-explicit, not-"other" value.
435 // Then we get the keyword from the selector.
437 // or if the only non-explicit keyword is "other".)
438 UnicodeString keyword; local
441 // to avoid matching the keyword again (duplicates are allowed)
447 // We remember the first matching-keyword sub-message if we have not seen
451 // We avoid matching the keyword twice by also setting haveKeywordMatch=true
452 // at the first keyword match.
473 // plural keyword like "few" or "other"
478 if(0 == keyword.compare(other))
527 UnicodeString keyword; local
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
gl_apitemp.py 62 keyword = "KEYWORD1"
64 keyword = "KEYWORD1_ALT"
101 print '%s %s KEYWORD2 NAME(%s)(%s);' % (keyword, f.return_type, n, f.get_parameter_string(name))
104 print '%s %s KEYWORD2 NAME(%s)(%s)' % (keyword, f.return_type, n, f.get_parameter_string(name))
  /external/icu/icu4c/source/test/cintltst/
cloctst.c 1735 const char *keyword = NULL; local
1830 const char *keyword; member in struct:__anon21580
2274 const char* keyword =NULL; local
2356 const char* keyword =NULL; local
2399 const char* keyword =NULL; local
6094 const char* keyword = DATA[i][0]; local
6131 const char* keyword = DATA[i][0]; local
6183 const char* keyword = DATA[i][0]; local
6238 const char* keyword = DATA[i][0]; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
ULocale.java 85 * <li>'PREEURO' and 'EURO' variants are converted to currency keyword form,
254 // special keyword key for Unicode locale attributes
304 * canonicalized id. The 3rd is the keyword. The 4th is the keyword value.
403 * separated by underscores, followed by an optional keyword list. The
407 * start of the keyword list is indicated by '@', and consists of two
408 * or more keyword/value pairs separated by semicolons(';').
566 // Locale -> ULocale mapping requires BCP47 keyword mapping data that is currently
776 // Compare keyword keys
781 // Compare keyword value
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
ULocale.java 84 * <li>'PREEURO' and 'EURO' variants are converted to currency keyword form,
288 // special keyword key for Unicode locale attributes
342 * canonicalized id. The 3rd is the keyword. The 4th is the keyword value.
442 * separated by underscores, followed by an optional keyword list. The
446 * start of the keyword list is indicated by '@', and consists of two
447 * or more keyword/value pairs separated by semicolons(';').
626 // Locale -> ULocale mapping requires BCP47 keyword mapping data that is currently
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
ULocale.java 74 * <li>'PREEURO' and 'EURO' variants are converted to currency keyword form,
246 // special keyword key for Unicode locale attributes
301 * canonicalized id. The 3rd is the keyword. The 4th is the keyword value.
421 * separated by underscores, followed by an optional keyword list. The
425 * start of the keyword list is indicated by '@', and consists of two
426 * or more keyword/value pairs separated by semicolons(';').
551 // Locale -> ULocale mapping requires BCP47 keyword mapping data that is currently
    [all...]
  /system/sepolicy/tools/sepolicy-analyze/
neverallow.c 23 const char *keyword = "self"; local
24 size_t keyword_size = strlen(keyword), len;
100 if (len == keyword_size && !strncmp(start, keyword, keyword_size)) {
379 const char *keyword = "neverallow"; local
380 size_t keyword_size = strlen(keyword), len;
400 if (len != keyword_size || strncmp(start, keyword, keyword_size))
  /developers/build/prebuilts/gradle/PermissionRequest/Application/tests/src/com/example/android/permissionrequest/test/
SampleTests.java 175 public boolean waitForKeyword(String keyword, long timeoutMs) throws InterruptedException {
180 if (message.contains(keyword)) {

Completed in 1114 milliseconds

1 2 3 45 6 7 8 91011>>