/external/chromium_org/third_party/WebKit/public/web/ |
WebSpeechRecognitionParams.h | 40 WebSpeechRecognitionParams(const WebVector<WebSpeechGrammar>& grammars, const WebString& language, bool continuous, bool interimResults, unsigned long maxAlternatives, const WebSecurityOrigin& origin) 42 , m_language(language) 51 const WebString& language() const { return m_language; } function in class:blink::WebSpeechRecognitionParams
|
/external/libcxx/test/language.support/support.initlist/ |
Android.mk | 13 # See the License for the specific language governing permissions and 17 test_makefile := external/libcxx/test/language.support/support.initlist/Android.mk 19 test_name := language.support/support.initlist/version 23 test_name := language.support/support.initlist/types
|
/external/libcxx/test/language.support/support.limits/limits/ |
Android.mk | 13 # See the License for the specific language governing permissions and 17 test_makefile := external/libcxx/test/language.support/support.limits/limits/Android.mk 19 test_name := language.support/support.limits/limits/version 23 test_name := language.support/support.limits/limits/is_specialized
|
/external/libcxx/test/language.support/support.rtti/type.info/ |
Android.mk | 13 # See the License for the specific language governing permissions and 17 test_makefile := external/libcxx/test/language.support/support.rtti/type.info/Android.mk 19 test_name := language.support/support.rtti/type.info/type_info_hash 23 test_name := language.support/support.rtti/type.info/type_info
|
/external/lldb/include/lldb/Core/ |
Language.h | 1 //===-- Language.h ----------------------------------------------*- C++ -*-===// 18 /// @class Language Language.h "lldb/Core/Language.h" 19 /// @brief Encapsulates the programming language for an lldb object. 23 /// The enumeration values used when describing the programming language 26 class Language 30 /// Construct with optional language enumeration. 32 Language(lldb::LanguageType language = lldb::eLanguageTypeUnknown) [all...] |
/external/libcxx/test/language.support/support.limits/limits/numeric.limits.members/ |
Android.mk | 13 # See the License for the specific language governing permissions and 17 test_makefile := external/libcxx/test/language.support/support.limits/limits/numeric.limits.members/Android.mk 19 test_name := language.support/support.limits/limits/numeric.limits.members/const_data_members 23 test_name := language.support/support.limits/limits/numeric.limits.members/epsilon 27 test_name := language.support/support.limits/limits/numeric.limits.members/has_denorm_loss 31 test_name := language.support/support.limits/limits/numeric.limits.members/max_exponent10 35 test_name := language.support/support.limits/limits/numeric.limits.members/round_style 39 test_name := language.support/support.limits/limits/numeric.limits.members/signaling_NaN 43 test_name := language.support/support.limits/limits/numeric.limits.members/lowest 47 test_name := language.support/support.limits/limits/numeric.limits.members/is_iec55 [all...] |
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
NavigatorLanguage.cpp | 8 #include "platform/Language.h" 17 AtomicString NavigatorLanguage::language() function in class:blink::NavigatorLanguage
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/ |
mapping_file_provider.cc | 12 // See the License for the specific language governing permissions and 62 void ConstructFullLocale(const string& language, const string& script, const 64 full_locale->assign(language); 74 // Returns true if languages contains language. 75 bool HasLanguage(const CountryLanguages* languages, const string& language) { 79 std::lower_bound(start, end, language.c_str(), IsLowerThan); 80 return it != end && strcmp(language.c_str(), *it) == 0; 94 const string& language, 99 if (language.empty()) { 115 FindBestMatchingLanguageCode(langs, language, script, region [all...] |
/external/chromium_org/tools/grit/grit/format/ |
rc.py | 42 This dictionary defines the language charset pair lookup table, which is used 43 for replacing the GRIT expand variables for language info in Product Version 44 resource. The key is the language ISO country code, and the value 45 is the language and character-set pair, which is a hexadecimal string 46 consisting of the concatenation of the language and character-set identifiers. 48 4 digits is the hex value of character-set id(code page)of the language. 51 Codepage resource: http://www.science.co.il/language/locale-codes.asp 54 file to set the language info. Here is an example how they should be used in 56 the language info correctly according to product locale. 77 # Language neutral LCID, unicode(1200) code page [all...] |
/external/clang/utils/TestUtils/ |
pch-test.pl | 12 my $language = shift; 20 my $code = system("clang -fsyntax-only -x $language $file > /dev/null 2>&1"); 23 $code = system("clang -cc1 -emit-pch -x $language -o $file.pch $file > /dev/null 2>&1"); 25 $code = system("clang -cc1 -include-pch $file.pch -x $language -ast-dump /dev/null > /dev/null 2>&1");
|
/external/libcxx/test/language.support/support.start.term/ |
Android.mk | 13 # See the License for the specific language governing permissions and 17 test_makefile := external/libcxx/test/language.support/support.start.term/Android.mk
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/vodafone/ |
ContentDistributorIdBox.java | 13 * See the License for the specific language governing permissions and 32 private String language; field in class:ContentDistributorIdBox 40 return language; 54 language = IsoTypeReader.readIso639(content); 61 IsoTypeWriter.writeIso639(byteBuffer, language); 68 return "ContentDistributorIdBox[language=" + getLanguage() + ";contentDistributorId=" + getContentDistributorId() + "]";
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/ |
AudioQuality.java | 13 * See the License for the specific language governing permissions and 27 String language; field in class:AudioQuality
|
/external/nist-sip/java/javax/sip/header/ |
ContentLanguageHeader.java | 6 String NAME = "Content-Language"; 9 void setContentLanguage(Locale language);
|
/external/chromium_org/components/translate/core/browser/ |
translate_accept_languages.h | 18 // TranslateAcceptLanguages tracks the value of the "Accept-Language" HTTP 29 // Returns true if |language| is available as Accept-Languages. |language| 30 // will be converted if it has the synonym of accept language. 31 static bool CanBeAcceptLanguage(const std::string& language); 33 // Returns true if the passed language has been configured by the user as an 34 // accept language. |language| will be converted if it has the synonym of 36 bool IsAcceptLanguage(const std::string& language); 39 // Initializes the |accept_languages_| language table based on the associate [all...] |
/external/libcxx/test/language.support/cstdint/cstdint.syn/ |
Android.mk | 13 # See the License for the specific language governing permissions and 17 test_makefile := external/libcxx/test/language.support/cstdint/cstdint.syn/Android.mk 19 test_name := language.support/cstdint/cstdint.syn/cstdint
|
/external/libcxx/test/language.support/support.dynamic/ |
Android.mk | 13 # See the License for the specific language governing permissions and 17 test_makefile := external/libcxx/test/language.support/support.dynamic/Android.mk 19 test_name := language.support/support.dynamic/version
|
/external/libcxx/test/language.support/support.dynamic/alloc.errors/ |
Android.mk | 13 # See the License for the specific language governing permissions and 17 test_makefile := external/libcxx/test/language.support/support.dynamic/alloc.errors/Android.mk 19 test_name := language.support/support.dynamic/alloc.errors/nothing_to_do
|
/external/libcxx/test/language.support/support.dynamic/new.delete/ |
Android.mk | 13 # See the License for the specific language governing permissions and 17 test_makefile := external/libcxx/test/language.support/support.dynamic/new.delete/Android.mk 19 test_name := language.support/support.dynamic/new.delete/nothing_to_do
|
/external/libcxx/test/language.support/support.exception/ |
Android.mk | 13 # See the License for the specific language governing permissions and 17 test_makefile := external/libcxx/test/language.support/support.exception/Android.mk 19 test_name := language.support/support.exception/version
|
/external/libcxx/test/language.support/support.exception/bad.exception/ |
Android.mk | 13 # See the License for the specific language governing permissions and 17 test_makefile := external/libcxx/test/language.support/support.exception/bad.exception/Android.mk 19 test_name := language.support/support.exception/bad.exception/bad_exception
|
/external/libcxx/test/language.support/support.exception/exception/ |
Android.mk | 13 # See the License for the specific language governing permissions and 17 test_makefile := external/libcxx/test/language.support/support.exception/exception/Android.mk 19 test_name := language.support/support.exception/exception/exception
|
/external/libcxx/test/language.support/support.exception/exception.terminate/ |
Android.mk | 13 # See the License for the specific language governing permissions and 17 test_makefile := external/libcxx/test/language.support/support.exception/exception.terminate/Android.mk 19 test_name := language.support/support.exception/exception.terminate/nothing_to_do
|
/external/libcxx/test/language.support/support.exception/exception.terminate/terminate/ |
Android.mk | 13 # See the License for the specific language governing permissions and 17 test_makefile := external/libcxx/test/language.support/support.exception/exception.terminate/terminate/Android.mk 19 test_name := language.support/support.exception/exception.terminate/terminate/terminate
|
/external/libcxx/test/language.support/support.exception/uncaught/ |
Android.mk | 13 # See the License for the specific language governing permissions and 17 test_makefile := external/libcxx/test/language.support/support.exception/uncaught/Android.mk 19 test_name := language.support/support.exception/uncaught/uncaught_exception
|