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

1 2 3 4 5 6 78 91011>>

  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
rule-methods.rb 11 language = Ruby;
59 options { language = Ruby; }
114 options { language=Ruby; }
actions.rb 9 options { language = Ruby; }
53 options { language = Ruby; }
121 language = Ruby;
153 options { language=Ruby; }
  /external/e2fsprogs/intl/
finddomain.c 54 const char *language; local
67 language[_territory[.codeset]][@modifier]
71 language[_territory][+audience][+special][,[sponsor][_revision]]
135 look for the language. Termination symbols are `_' and `@' if
137 mask = _nl_explode_name (locale, &language, &modifier, &territory,
144 strlen (dirname) + 1, mask, language, territory,
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/
LocaleIDs.java 17 * Utilities for mapping between old and new language, country, and other
33 * Returns a list of all 2-letter language codes defined in ISO 639.
68 * Returns a three-letter abbreviation for the language. If language is
70 * a lowercase ISO 639-2/T language code.
71 * The ISO 639-2 language codes can be found on-line at
74 * three-letter language abbreviation is not available for this locale.
77 public static String getISO3Language(String language) {
80 int offset = findIndex(_languages, language);
84 offset = findIndex(_obsoleteLanguages, language);
    [all...]
  /external/libmicrohttpd/src/examples/
demo.c 94 "<dt>Language:</dt><dd>"\
95 "<input type=\"radio\" name=\"language\" value=\"no-lang\" checked>none</input>"\
96 "<input type=\"radio\" name=\"language\" value=\"en\">English</input>"\
97 "<input type=\"radio\" name=\"language\" value=\"de\">German</input>"\
98 "<input type=\"radio\" name=\"language\" value=\"fr\">French</input>"\
99 "<input type=\"radio\" name=\"language\" value=\"es\">Spanish</input></dd>\n"\
130 * Specification of a supported language.
132 struct Language
135 * Directory name for the language.
150 static const struct Language languages[]
310 const struct Language *language; local
399 char *language; member in struct:UploadContext
    [all...]
demo_https.c 95 "<dt>Language:</dt><dd>"\
96 "<input type=\"radio\" name=\"language\" value=\"no-lang\" checked>none</input>"\
97 "<input type=\"radio\" name=\"language\" value=\"en\">English</input>"\
98 "<input type=\"radio\" name=\"language\" value=\"de\">German</input>"\
99 "<input type=\"radio\" name=\"language\" value=\"fr\">French</input>"\
100 "<input type=\"radio\" name=\"language\" value=\"es\">Spanish</input></dd>\n"\
131 * Specification of a supported language.
133 struct Language
136 * Directory name for the language.
151 static const struct Language languages[]
311 const struct Language *language; local
400 char *language; member in struct:UploadContext
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/httputil/
example_test.go 30 const body = "Go is a general-purpose language designed with systems programming in mind."
50 // "POST / HTTP/1.1\r\nHost: www.example.org\r\nAccept-Encoding: gzip\r\nContent-Length: 75\r\nUser-Agent: Go-http-client/1.1\r\n\r\nGo is a general-purpose language designed with systems programming in mind."
54 const body = "Go is a general-purpose language designed with systems programming in mind."
68 // "PUT / HTTP/1.1\r\nHost: www.example.org\r\nUser-Agent: Go-http-client/1.1\r\nContent-Length: 75\r\nAccept-Encoding: gzip\r\n\r\nGo is a general-purpose language designed with systems programming in mind."
72 const body = "Go is a general-purpose language designed with systems programming in mind."
93 // "HTTP/1.1 200 OK\r\nContent-Length: 76\r\nContent-Type: text/plain; charset=utf-8\r\nDate: Wed, 19 Jul 1972 19:00:00 GMT\r\n\r\nGo is a general-purpose language designed with systems programming in mind.\n"
  /prebuilts/go/linux-x86/src/net/http/httputil/
example_test.go 30 const body = "Go is a general-purpose language designed with systems programming in mind."
50 // "POST / HTTP/1.1\r\nHost: www.example.org\r\nAccept-Encoding: gzip\r\nContent-Length: 75\r\nUser-Agent: Go-http-client/1.1\r\n\r\nGo is a general-purpose language designed with systems programming in mind."
54 const body = "Go is a general-purpose language designed with systems programming in mind."
68 // "PUT / HTTP/1.1\r\nHost: www.example.org\r\nUser-Agent: Go-http-client/1.1\r\nContent-Length: 75\r\nAccept-Encoding: gzip\r\n\r\nGo is a general-purpose language designed with systems programming in mind."
72 const body = "Go is a general-purpose language designed with systems programming in mind."
93 // "HTTP/1.1 200 OK\r\nContent-Length: 76\r\nContent-Type: text/plain; charset=utf-8\r\nDate: Wed, 19 Jul 1972 19:00:00 GMT\r\n\r\nGo is a general-purpose language designed with systems programming in mind.\n"
  /toolchain/binutils/binutils-2.25/intl/
finddomain.c 57 const char *language; local
70 language[_territory[.codeset]][@modifier]
74 language[_territory][+audience][+special][,[sponsor][_revision]]
138 look for the language. Termination symbols are `_' and `@' if
140 mask = _nl_explode_name (locale, &language, &modifier, &territory,
147 strlen (dirname) + 1, mask, language, territory,
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarSpelunker.java 35 * of interest. Currently: name, type, imports, tokenVocab, language option.
56 protected String language = "Java"; // default field in class:GrammarSpelunker
124 if ( name.equals("language") ) language = value;
147 public String getLanguage() { return language; }
246 System.out.println("language="+g.language);
  /external/clang/tools/scan-build-py/libscanbuild/
clang.py 63 For input file we specify stdin and pass only language information. """
65 def checkers(language):
66 """ Returns a list of active checkers for the given language. """
71 cmd = [clang, '--analyze'] + load + ['-x', language, '-']
77 for language in ['c', 'c++', 'objective-c', 'objective-c++']:
78 result.update(checkers(language))
  /external/libcups/cups/
language-private.h 57 extern const char *_cupsAppleLanguage(const char *locale, char *language, size_t langsize);
  /external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/
Interpreter.java 13 * See the License for the specific language governing permissions and
19 import com.googlecode.android_scripting.language.Language;
20 import com.googlecode.android_scripting.language.SupportedLanguages;
46 private Language mLanguage;
163 protected void setLanguage(Language language) {
164 mLanguage = language;
167 public Language getLanguage() {
  /external/sl4a/Common/src/com/googlecode/android_scripting/language/
BeanShellLanguage.java 13 * See the License for the specific language governing permissions and
17 package com.googlecode.android_scripting.language;
22 * Represents the BeanShell programming language.
25 public class BeanShellLanguage extends Language {
HtmlLanguage.java 13 * See the License for the specific language governing permissions and
17 package com.googlecode.android_scripting.language;
21 public class HtmlLanguage extends Language {
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/partialconstruct/
FragmentComposerTest.java 13 * See the License for the specific language governing permissions and
30 + "developer: { name: \"Bjarne Stroustrup\", language: \"C++\"}\n"
40 assertEquals("C++", developer.language);
  /frameworks/compile/slang/lit-tests/
scriptc-filecheck-wrapper.sh 78 echo Unknown language "$lang"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
program.h 57 char language ; /**< The language of the program. */ member in struct:cloogprogram
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
program.h 57 char language ; /**< The language of the program. */ member in struct:cloogprogram
  /prebuilts/tools/linux-x86_64/kythe/proto/
storage.proto 13 * See the License for the specific language governing permissions and
70 // A language-specific signature assigned by the analyzer.
99 // The language this name belongs to.
102 // The schema will define specific labels for each supported language, so we
104 // Prototype: Official language name converted to lowercase. If a version
106 string language = 5;
125 bool language = 5;
  /external/clang/tools/scan-build-py/tests/unit/
test_runner.py 21 return opts['language']
178 'language': 'c',
237 def language(expected, input): function in function:AnalyzerTest.test_set_language_fall_through
241 self.assertEqual(expected, spy.arg['language'])
243 language('c', {'language': 'c', 'flags': []})
244 language('c++', {'language': 'c++', 'flags': []})
252 'language': 'java'
264 flags(['-x', 'c'], {'language': 'c', 'flags': []}
268 def language(expected, input): function in function:AnalyzerTest.test_set_language_from_filename
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
properties.rb 11 language = Ruby;
74 language = Ruby;
  /external/icu/icu4c/source/test/letest/
PortableFontInstance.h 78 virtual const char *getNameString(le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language) const;
80 virtual const LEUnicode16 *getUnicodeNameString(le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language) const;
  /external/icu/icu4c/source/test/perf/leperf/
PortableFontInstance.h 83 virtual const char *getNameString(le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language) const;
85 virtual const LEUnicode16 *getUnicodeNameString(le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language) const;
  /frameworks/base/core/java/android/view/textclassifier/
TextLanguage.java 13 * See the License for the specific language governing permissions and
72 * Returns the language locale at the specified index.
73 * Language locales are ordered from high confidence to low confidence.
76 * @see #getLanguageCount() for the number of language locales available.
84 * Returns the confidence score for the specified language. The value ranges from
85 * 0 (low confidence) to 1 (high confidence). 0 indicates that the language was
89 public float getConfidenceScore(@Nullable Locale language) {
90 return mLanguageConfidence.getConfidenceScore(language);
125 * Sets a language locale with the associated confidence score.

Completed in 1878 milliseconds

1 2 3 4 5 6 78 91011>>