HomeSort by relevance Sort by last modified time
    Searched full:language (Results 251 - 275 of 82679) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewrite.g 5 language=ObjC;
  /external/antlr/antlr-3.4/runtime/Python/tests/
t010lexer.g 3 language = Python;
t011lexer.g 3 language = Python;
t023scopes.g 4 language=Python;
t036multipleReturnValues.g 3 language = Python;
t037rulePropertyRef.g 3 language = Python;
t041parameters.g 3 language = Python;
t043synpred.g 3 language = Python;
t048rewrite2.g 3 language=Python;
  /external/chromium_org/base/win/
i18n.h 19 // available, falling-back on the user default UI language otherwise. Returns
20 // true if at least one language is added.
26 // language otherwise. Returns true if at least one language is added.
  /external/chromium_org/chrome/browser/resources/options/
language_options.css 9 .language-options {
14 .language-options-lower-left button,
15 #language-options-details button {
19 .language-options h3 {
27 .language-options-contents {
32 .language-options-contents >
39 .language-options-header,
40 .language-options-footer {
44 #language-options-languages,
45 #language-options-details
    [all...]
  /external/chromium_org/components/translate/core/browser/
translate_language_list.h 24 // supporting language list.
32 // Returns the last-updated time when the language list is fetched from the
40 // Returns the language code that can be used with the Translate method for a
41 // specified |language|. (ex. GetLanguageCode("en-US") will return "en", and
43 std::string GetLanguageCode(const std::string& language);
45 // Returns true if |language| is supported by the translation server. It also
47 bool IsSupportedLanguage(const std::string& language);
49 // Returns true if |language| is supported by the translation server as a
50 // alpha language.
51 bool IsAlphaLanguage(const std::string& language);
    [all...]
  /external/chromium_org/third_party/cld_2/crx_gen/
manifest.json 4 "description": "Compact Language Detector 2 (CLD2) data for Chrome",
  /external/clang/test/Coverage/
codegen-gnu.m 3 #include "objc-language-features.inc"
  /external/glide/
.travis.yml 0 language: android
  /external/nist-sip/java/gov/nist/javax/sip/header/
ContentLanguage.java 40 * 14.12 Content-Language
42 * The Content-Language entity-header field describes the natural
43 * language(s) of the intended audience for the enclosed entity. Note
47 * Content-Language = "Content-Language" ":" 1#language-tag
49 * Language tags are defined in section 3.10. The primary purpose of
50 * Content-Language is to allow a user to identify and differentiate
51 * entities according to the user's own preferred language. Thus, if the
55 * Content-Language: d
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/octave/
stl.i 1 /* initial STL definition. extended as needed in each language */
  /prebuilts/misc/common/swig/include/2.0.11/python/
stl.i 1 /* initial STL definition. extended as needed in each language */
  /prebuilts/misc/common/swig/include/2.0.11/r/
stl.i 1 /* initial STL definition. extended as needed in each language */
  /external/chromium_org/components/translate/core/common/
translate_metrics.h 30 // A page may provide a Content-Language HTTP header or a META tag.
31 // TranslateHelper checks if a server provides a valid Content-Language.
39 // When a valid Content-Language is provided, TranslateHelper checks if a
40 // server provided Content-Language matches to a language CLD determined.
60 // Called after TranslateHelper verifies a server providing Content-Language
61 // header. |provided_code| contains a Content-Language header value which a
74 // Called when CLD verifies Content-Language header.
92 // Called when CLD detects page language.
95 // Called when CLD agreed on a language which is different, but in the simila
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
AlbumBox.java 13 * See the License for the specific language governing permissions and
35 private String language; field in class:AlbumBox
44 * Declares the language code for the {@link #getAlbumTitle()} return value. See ISO 639-2/T for the set of three
48 * @return the language code
51 return language;
62 public void setLanguage(String language) {
63 this.language = language;
81 language = IsoTypeReader.readIso639(content);
94 IsoTypeWriter.writeIso639(byteBuffer, language);
    [all...]
AuthorBox.java 13 * See the License for the specific language governing permissions and
36 private String language; field in class:AuthorBox
44 * Declares the language code for the {@link #getAuthor()} return value. See ISO 639-2/T for the set of three
48 * @return the language code
51 return language;
63 public void setLanguage(String language) {
64 this.language = language;
78 language = IsoTypeReader.readIso639(content);
85 IsoTypeWriter.writeIso639(byteBuffer, language);
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/input.ime/basic/
manifest.json 18 "language": "en-US", // The primary language this IME is used for
  /external/chromium_org/components/language_usage_metrics/
language_usage_metrics.h 16 // Methods to record language usage as UMA histograms.
21 // xx-YY, or xx_YY format where xx is iso-639 language code and YY is iso-3166
26 // Records the application language as a UMA histogram. |application_locale|
28 // Only the language part (xx in the example) is considered.
31 // Parses |locale| and returns the language code. Returns 0 in case of errors.
32 // The language code is calculated from two alphabets. For example, if
34 // 101 and 110 respectively, and the language code will be 101 * 256 + 100 =
43 // Parses |accept_languages| and returns a set of language codes in
  /external/chromium_org/third_party/cld/
README.chromium 1 Name: Compact Language Detection
9 The CLD is used to determine the language of text.

Completed in 456 milliseconds

<<11121314151617181920>>