/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
RatingBox.java | 13 * See the License for the specific language governing permissions and 37 private String language; field in class:RatingBox 53 public void setLanguage(String language) { 54 this.language = language; 62 return language; 99 language = IsoTypeReader.readIso639(content); 109 IsoTypeWriter.writeIso639(byteBuffer, language); 116 buffer.append("RatingBox[language=").append(getLanguage()); 119 buffer.append(";language=").append(getLanguage()) [all...] |
/frameworks/base/tools/aapt2/filter/ |
ConfigFilter.cpp | 13 * See the License for the specific language governing permissions and 48 // language and country. If we could not compute it, we assume it's either a 49 // new language we don't know about, or a private use language. We return true 63 android::localeDataComputeScript(script_buffer, config.language, config.country); 69 android::localeDataComputeScript(script_buffer, entry.language, entry.country); 95 // the locale we are matching only has a language specified, 103 if (config.language[0] != '\0' && config.country[0] == '\0' && 104 config.localeVariant[0] == '\0' && config.language[0] == entry.first.language[0] & [all...] |
/external/svox/pico/compat/src/com/android/tts/compat/ |
SynthProxy.java | 13 * License for the specific language governing permissions and limitations under 91 * Queries for language support. 94 public int isLanguageAvailable(String language, String country, String variant) { 95 return native_isLanguageAvailable(mJniData, language, country, variant); 106 * Sets the language. 108 public int setLanguage(String language, String country, String variant) { 109 return native_setLanguage(mJniData, language, country, variant); 113 * Loads the language: it's not set, but prepared for use later. 115 public int loadLanguage(String language, String country, String variant) { 116 return native_loadLanguage(mJniData, language, country, variant) [all...] |
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/ |
TrackMetaData.java | 13 * See the License for the specific language governing permissions and 24 private String language; field in class:TrackMetaData 44 return language; 47 public void setLanguage(String language) { 48 this.language = language;
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
AcceptLanguage.java | 36 * Accept Language body. 45 * Accept-Language = "Accept-Language" ":" 46 * 1#( language-range [ ";" "q" "=" qvalue ] ) 47 * language-range = ( ( 1*8ALPHA *( "-" 1*8ALPHA ) ) | "*" ) 123 * @param languageRange is the language range to set. 159 * Gets the language value of the AcceptLanguageHeader. 163 * @return the language Locale value of this AcceptLanguageHeader 178 * Sets the language parameter of this AcceptLanguageHeader. 182 * @param language - the new Locale value of the language o [all...] |
/development/tools/bugreport/src/com/android/bugreport/stacks/ |
JavaStackFrameSnapshot.java | 13 * See the License for the specific language governing permissions and 24 * This includes both java and jni, which are indicated by the language 36 public int language; field in class:JavaStackFrameSnapshot 50 this.language = that.language;
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/ |
Initialize.h | 52 // This is a base class for language-specific derivations, which 53 // can be used for language independent builtins. 67 virtual const TString& getStageString(EShLanguage language) const { return stageBuiltins[language]; } 69 virtual void identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable) = 0; 71 virtual void identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable, const TBuiltInResource &resources) = 0; 91 void identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable); 93 void identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable, const TBuiltInResource &resources);
|
/external/libcups/cups/ |
language.c | 2 * I18N/language support for CUPS. 41 /* Language string cache */ 116 const char * const language; /* Language ID */ member in struct:__anon22854 121 { /* Language to locale ID LUT */ 162 * '_cupsAppleLanguage()' - Get the Apple language identifier associated with a 166 const char * /* O - Language ID */ 168 char *language,/* I - Language ID buffer */ 169 size_t langsize) /* I - Size of language ID buffer * [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/ |
SimpleExpression.g3 | 37 language=CSharp3;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/ |
T.g | 12 language=ObjC;
|
/external/icu/icu4c/source/test/letest/ |
cfonts.h | 26 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language); 28 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language);
|
cfonts.cpp | 38 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language) 42 return pfi->getNameString(nameID, platform, encoding, language); 45 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language) 49 return pfi->getUnicodeNameString(nameID, platform, encoding, language);
|
/external/icu/icu4c/source/test/perf/leperf/ |
cfonts.h | 25 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language); 27 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language);
|
cfonts.cpp | 37 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language) 41 return pfi->getNameString(nameID, platform, encoding, language); 44 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language) 48 return pfi->getUnicodeNameString(nameID, platform, encoding, language);
|
/external/protobuf/ |
appveyor.bat | 3 IF %language%==cpp GOTO build_cpp 4 IF %language%==csharp GOTO build_csharp 6 echo Unsupported language %language%. Exiting.
|
/external/protobuf/util/ |
appveyor.bat | 3 IF %language%==cpp GOTO build_cpp 4 IF %language%==csharp GOTO build_csharp 6 echo Unsupported language %language%. Exiting.
|
/frameworks/base/core/java/android/view/textclassifier/ |
LangId.java | 13 * See the License for the specific language governing permissions and 38 * Detects the language for given text. 64 ClassificationResult(String language, float score) { 65 mLanguage = language;
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/ |
hlslParseables.h | 54 void identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable); 56 void identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable, const TBuiltInResource &resources);
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/ |
syn-pred.rb | 10 language = Ruby;
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
LocaleUtility.java | 28 String language = ""; local 34 language = name; 36 language = name.substring(0, i1); 47 return new Locale(language, country, variant); 85 * to be upper case but doesn't do anything about the language or
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/ |
LocaleUtility.java | 26 String language = ""; local 32 language = name; 34 language = name.substring(0, i1); 45 return new Locale(language, country, variant); 83 * to be upper case but doesn't do anything about the language or
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
LocaleUtility.java | 26 String language = ""; local 32 language = name; 34 language = name.substring(0, i1); 45 return new Locale(language, country, variant); 83 * to be upper case but doesn't do anything about the language or
|
/external/sl4a/Common/src/com/googlecode/android_scripting/language/ |
PerlLanguage.java | 13 * See the License for the specific language governing permissions and 17 package com.googlecode.android_scripting.language; 20 * Represents the Perl programming language. 23 public class PerlLanguage extends Language {
|
PhpLanguage.java | 13 * See the License for the specific language governing permissions and 17 package com.googlecode.android_scripting.language; 20 * Represents the PHP programming language. 23 public class PhpLanguage extends Language {
|
PythonLanguage.java | 13 * See the License for the specific language governing permissions and 17 package com.googlecode.android_scripting.language; 20 * Represents the Python programming language. 23 public class PythonLanguage extends Language {
|