Searched defs:language (Results 126 - 150 of 257) sorted by relevance

1234567891011

/external/chromium_org/media/base/
H A Dtext_renderer_unittest.cc71 const std::string& language,
79 const TextTrackConfig config(kind, name, language, std::string());
69 AddTextTrack(TextKind kind, const std::string& name, const std::string& language, bool expect_read) argument
/external/chromium_org/media/formats/webm/
H A Dtracks_builder.cc152 const std::string& language,
157 language, default_duration, video_pixel_width,
165 const std::string& language,
170 language, default_duration, -1, -1, audio_channels,
178 const std::string& language) {
180 codec_id, name, language, -1, -1, -1, -1, -1);
199 const std::string& language,
206 language, default_duration, video_pixel_width,
240 const std::string& language,
252 language_(language),
148 AddVideoTrack(int track_num, uint64 track_uid, const std::string& codec_id, const std::string& name, const std::string& language, int default_duration, int video_pixel_width, int video_pixel_height) argument
161 AddAudioTrack(int track_num, uint64 track_uid, const std::string& codec_id, const std::string& name, const std::string& language, int default_duration, int audio_channels, double audio_sampling_frequency) argument
174 AddTextTrack(int track_num, uint64 track_uid, const std::string& codec_id, const std::string& name, const std::string& language) argument
194 AddTrackInternal(int track_num, int track_type, uint64 track_uid, const std::string& codec_id, const std::string& name, const std::string& language, int default_duration, int video_pixel_width, int video_pixel_height, int audio_channels, double audio_sampling_frequency) argument
235 Track(int track_num, int track_type, uint64 track_uid, const std::string& codec_id, const std::string& name, const std::string& language, int default_duration, int video_pixel_width, int video_pixel_height, int audio_channels, double audio_sampling_frequency, bool allow_invalid_values) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DScriptLoader.cpp107 static bool isLegacySupportedJavaScriptLanguage(const String& language) argument
133 return languages.contains(language);
152 // - Allowing a different set of languages for language= and type=. language= supports Javascript 1.1 and 1.4-1.6, but type= does not.
155 String language = client()->languageAttributeValue(); local
156 if (type.isEmpty() && language.isEmpty())
159 type = "text/" + language.lower();
160 if (MIMETypeRegistry::isSupportedJavaScriptMIMEType(type) || isLegacySupportedJavaScriptLanguage(language))
/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DTextTrack.cpp97 TextTrack::TextTrack(const AtomicString& kind, const AtomicString& label, const AtomicString& language, const AtomicString& id, TextTrackType type) argument
98 : TrackBase(TrackBase::TextTrack, label, language, id)
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFontData.cpp180 String language; local
190 language = parentRenderObjectElement->getAttribute(XMLNames::langAttr);
226 if (!isCompatibleGlyph(svgGlyph, isVerticalText, language, arabicForms, currentCharacter, currentCharacter + svgGlyph.unicodeStringLength))
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-common.cc233 /* Thread-safe lock-free language list */
316 * @language:
325 hb_language_to_string (hb_language_t language) argument
328 return language->s;
345 hb_language_t language = (hb_language_t) hb_atomic_ptr_get (&default_language); local
346 if (unlikely (language == HB_LANGUAGE_INVALID)) {
347 language = hb_language_from_string (setlocale (LC_CTYPE, NULL), -1);
348 hb_atomic_ptr_cmpexch (&default_language, HB_LANGUAGE_INVALID, language);
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
H A Dphonenumber_offline_geocoder.cc12 // See the License for the specific language governing permissions and
85 int prefix, const string& language, const string& script,
88 provider_->GetFileName(prefix, language, script, region, &filename);
122 const PhoneNumber& number, const Locale& language) const {
125 return GetRegionDisplayName(&region_code, language);
129 const string* region_code, const Locale& language) const {
137 language, udisplay_country);
144 const PhoneNumber& number, const Locale& language) const {
146 number, language.getLanguage(), "", language
84 GetPhonePrefixDescriptions( int prefix, const string& language, const string& script, const string& region) const argument
152 GetDescriptionForValidNumber( const PhoneNumber& number, const Locale& language, const string& user_region) const argument
175 GetDescriptionForNumber( const PhoneNumber& number, const Locale& language, const string& user_region) const argument
[all...]
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTTable_name.h37 /** The platform ID specifies how to interpret the encoding and language ID. */
564 SkString language; member in struct:SkOTTableName::Iterator::Record
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
H A Dgenperf.c258 static char language[16] = ""; local
402 } else if (strncmp(&line[1], "language=", 9) == 0) {
406 language[i++] = *ch++;
407 language[i] = '\0';
519 fprintf(out, "/* %s code produced by genperf */\n", language);
/external/chromium_org/ui/base/ime/
H A Dremote_input_method_win.cc245 std::string language = variable
247 if (SUBLANGID(langid_) == SUBLANG_NEUTRAL || language.empty())
248 return language;
252 return language;
253 return language.append(1, '-').append(region);
/external/e2fsprogs/intl/
H A Dl10nflist.c172 int mask, const char *language, const char *territory,
188 if (IS_ABSOLUTE_PATH (language))
193 + strlen (language)
226 cp = stpcpy (cp, language);
348 cnt, language, territory, codeset,
355 cnt, language, territory, codeset,
170 _nl_make_l10nflist(struct loaded_l10nfile **l10nfile_list, const char *dirlist, size_t dirlist_len, int mask, const char *language, const char *territory, const char *codeset, const char *normalized_codeset, const char *modifier, const char *special, const char *sponsor, const char *revision, const char *filename, int do_allocate) argument
/external/harfbuzz_ng/src/
H A Dhb-common.cc233 /* Thread-safe lock-free language list */
316 * @language:
325 hb_language_to_string (hb_language_t language) argument
328 return language->s;
345 hb_language_t language = (hb_language_t) hb_atomic_ptr_get (&default_language); local
346 if (unlikely (language == HB_LANGUAGE_INVALID)) {
347 language = hb_language_from_string (setlocale (LC_CTYPE, NULL), -1);
348 hb_atomic_ptr_cmpexch (&default_language, HB_LANGUAGE_INVALID, language);
/external/lldb/source/Expression/
H A DClangExpressionParser.cpp260 lldb::LanguageType language = expr.Language(); local
262 switch (language)
326 // Inform the target of the language options
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp287 ItaniumABILanguageRuntime::CreateInstance (Process *process, lldb::LanguageType language) argument
291 if (language == eLanguageTypeC_plus_plus)
301 "Itanium ABI for the C++ language",
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp73 AppleObjCRuntimeV1::CreateInstance (Process *process, lldb::LanguageType language) argument
77 if (language == eLanguageTypeObjC)
/external/lldb/source/Symbol/
H A DCompileUnit.cpp20 CompileUnit::CompileUnit (const lldb::ModuleSP &module_sp, void *user_data, const char *pathname, const lldb::user_id_t cu_sym_id, lldb::LanguageType language) : argument
25 m_language (language),
32 if (language != eLanguageTypeUnknown)
37 CompileUnit::CompileUnit (const lldb::ModuleSP &module_sp, void *user_data, const FileSpec &fspec, const lldb::user_id_t cu_sym_id, lldb::LanguageType language) : argument
42 m_language (language),
49 if (language != eLanguageTypeUnknown)
88 Language language(m_language);
89 *s << "id = " << (const UserID&)*this << ", file = \"" << (const FileSpec&)*this << "\", language = \"" << language << '"';
105 << ", language
[all...]
/external/lldb/source/Target/
H A DLanguageRuntime.cpp22 lldb::LanguageType language) :
24 m_language (language),
111 ExceptionBreakpointResolver (lldb::LanguageType language, argument
115 m_language (language),
229 LanguageRuntime::FindPlugin (Process *process, lldb::LanguageType language) argument
238 language_runtime_ap.reset (create_callback(process, language));
264 lldb::LanguageType language,
269 BreakpointResolverSP resolver_sp(new ExceptionBreakpointResolver(language, catch_bp, throw_bp));
270 SearchFilterSP filter_sp(new ExceptionSearchFilter(target.shared_from_this(), language));
328 LanguageRuntime::GetNameForLanguageType (LanguageType language) argument
21 ExceptionSearchFilter(const lldb::TargetSP &target_sp, lldb::LanguageType language) argument
263 CreateExceptionBreakpoint(Target &target, lldb::LanguageType language, bool catch_bp, bool throw_bp, bool is_internal) argument
[all...]
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusStringFormat.h28 IN LANGID language = LANG_NEUTRAL
34 language,
195 IN LANGID language,
201 language,
209 LANGID language; local
212 &language,
215 return language;
194 SetDigitSubstitution( IN LANGID language, IN StringDigitSubstitute substitute ) argument
/external/skia/src/sfnt/
H A DSkOTTable_name.h37 /** The platform ID specifies how to interpret the encoding and language ID. */
565 SkString language; member in struct:SkOTTableName::Iterator::Record
/external/smack/src/org/jivesoftware/smack/packet/
H A DMessage.java17 * See the License for the specific language governing permissions and
55 private String language; field in class:Message
113 * The default subject of a message is the subject that corresponds to the message's language.
114 * (see {@link #getLanguage()}) or if no language is set to the applications default
115 * language (see {@link Packet#getDefaultLanguage()}).
124 * Returns the subject corresponding to the language. If the language is null, the method result
125 * will be the same as {@link #getSubject()}. Null will be returned if the language does not have
128 * @param language the language o
131 getSubject(String language) argument
136 getMessageSubject(String language) argument
178 addSubject(String language, String subject) argument
191 removeSubject(String language) argument
250 getBody(String language) argument
255 getMessageBody(String language) argument
298 addBody(String language, String body) argument
311 removeBody(String language) argument
385 setLanguage(String language) argument
389 determineLanguage(String language) argument
513 private String language; field in class:Message.Subject
515 Subject(String language, String subject) argument
576 private String language; field in class:Message.Body
578 Body(String language, String message) argument
[all...]
/external/svox/pico/compat/src/com/android/tts/compat/
H A DSynthProxy.java13 * 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) { argument
95 return native_isLanguageAvailable(mJniData, language, country, variant);
106 * Sets the language.
108 public int setLanguage(String language, String country, String variant) { argument
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) { argument
116 return native_loadLanguage(mJniData, language, countr
170 native_isLanguageAvailable(long jniData, String language, String country, String variant) argument
173 native_setLanguage(long jniData, String language, String country, String variant) argument
176 native_loadLanguage(long jniData, String language, String country, String variant) argument
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPNodeUtils.java695 * arrays that have a default plus one real language. This case should have
770 * Appends a language item to an alt text array.
772 * @param arrayNode the language array
773 * @param itemLang the language of the item
797 * <li>Look for an exact match with the specific language.
798 * <li>If a generic language is given, look for partial matches.
806 * the generic language
808 * the specific language
832 // Look for the first partial match with the generic language.
845 throw new XMPException("Alt-text array item has no language qualifie
902 lookupLanguageItem(XMPNode arrayNode, String language) argument
[all...]
/external/apache-http/src/org/apache/commons/codec/language/
H A DDoubleMetaphone.java13 * See the License for the specific language governing permissions and
17 package org.apache.commons.codec.language;
647 //-- also, -sz- in slavic language altho in hungarian it //
/external/bison/src/
H A Dgetargs.c82 struct bison_language const *language = &valid_languages[0]; variable
331 -L, --language=LANGUAGE specify the output programming language\n\
405 /* TRANSLATORS: Replace LANG_CODE in this URL with your language
446 | --skeleton and --language handling. |
469 for (i = 0; valid_languages[i].language[0]; i++)
470 if (c_strcasecmp (arg, valid_languages[i].language) == 0)
473 language = &valid_languages[i];
476 msg = _("%s: invalid language");
479 msg = _("multiple language declaration
[all...]
/external/chromium_org/chrome/browser/rlz/
H A Drlz.cc41 static bool GetLanguage(base::string16* language) { argument

Completed in 469 milliseconds

1234567891011