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

<<21222324252627282930>>

  /system/extras/procrank/
Android.mk 12 # See the License for the specific language governing permissions and
  /system/extras/puncture_fs/
Android.mk 12 # See the License for the specific language governing permissions and
  /system/libufdt/utils/src/
Android.mk 12 # See the License for the specific language governing permissions and
  /system/tools/hidl/test/vendor/
Android.mk 12 # See the License for the specific language governing permissions and
  /test/vts/runners/host/tcp_server/
Android.mk 12 # See the License for the specific language governing permissions and
  /test/vts/tools/vts-tradefed/build/
config.mk 12 # See the License for the specific language governing permissions and
  /tools/external/fat32lib/
Android.mk 12 # See the License for the specific language governing permissions and
  /tools/tradefederation/core/tests/test-apps/
Android.mk 12 # See the License for the specific language governing permissions and
  /tools/tradefederation/core/tests/test-apps/NativeTestSampleApp/
Android.mk 12 # See the License for the specific language governing permissions and
  /tools/tradefederation/core/tests/test-apps/TradeFedTestApp/
Android.mk 12 # See the License for the specific language governing permissions and
  /tools/tradefederation/core/tests/test-apps/UITestApp/
Android.mk 12 # See the License for the specific language governing permissions and
  /tools/tradefederation/core/util-apps/
Android.mk 12 # See the License for the specific language governing permissions and
  /tools/tradefederation/core/util-apps/DeviceSetupUtil/
Android.mk 12 # See the License for the specific language governing permissions and
  /tools/tradefederation/core/util-apps/WifiUtil/
Android.mk 12 # See the License for the specific language governing permissions and
  /external/libcups/cups/
ipp.c 860 * 'ippAddString()' - Add a language-encoded string to an IPP message.
872 * (@code IPP_TAG_KEYWORD@), language (@code IPP_TAG_LANGUAGE@), mimeMediaType
878 * The @code language@ parameter must be non-@code NULL@ for nameWithLanguage and
887 const char *language, /* I - Language code */
893 /* Charset/language code buffer */
896 DEBUG_printf(("ippAddString(ipp=%p, group=%02x(%s), value_tag=%02x(%s), name=\"%s\", language=\"%s\", value=\"%s\")", (void *)ipp, group, ippTagString(group), value_tag, ippTagString(value_tag), name, language, value));
912 != (language != NULL))
921 * See if we need to map charset, language, or locale values..
2736 cups_lang_t *language; \/* Current language localization *\/ local
2883 cups_lang_t *language = cupsLangDefault(); local
4546 cups_lang_t *language; \/* Current language *\/ local
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
basic.rb 9 language = Ruby;
50 language = Ruby;
87 language = Ruby;
128 language = Ruby;
182 language = Ruby;
240 language = Ruby;
286 language = Ruby;
329 language = Ruby;
381 language = Ruby;
433 language = Ruby
    [all...]
filter-mode.rb 11 language = Ruby;
103 language = Ruby;
  /external/harfbuzz_ng/src/
hb-ot-tag.cc 156 char language[4]; member in struct:__anon19728
164 * Generated by intersecting the OpenType language tag list from
422 {"ia", HB_TAG('I','N','A',' ')}, /* Interlingua (International Auxiliary Language Association) */
853 char language[11]; member in struct:__anon19729
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
aetypes.py 262 """An AE text object with style, script and language specified"""
283 """A text object with script and language specified"""
285 def __init__(self, script, language, text):
287 self.language = language
291 return "IntlText(%r, %r, %r)" % (self.script, self.language, self.text)
297 return pack(struct.pack('hh', self.script, self.language)+self.text,
304 """An object representing script and language"""
306 def __init__(self, script, language):
308 self.language = languag
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetypes.py 262 """An AE text object with style, script and language specified"""
283 """A text object with script and language specified"""
285 def __init__(self, script, language, text):
287 self.language = language
291 return "IntlText(%r, %r, %r)" % (self.script, self.language, self.text)
297 return pack(struct.pack('hh', self.script, self.language)+self.text,
304 """An object representing script and language"""
306 def __init__(self, script, language):
308 self.language = languag
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ShaderLang.cpp 42 // and the shading language compiler/linker.
69 // Create a language specific version of parseables.
77 infoSink.info.message(EPrefixInternalError, "Unable to determine source language");
172 bool InitializeSymbolTable(const TString& builtIns, int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TInfoSink& infoSink,
175 TIntermediate intermediate(language, version, profile);
177 TParseContext parseContext(symbolTable, intermediate, true, version, profile, spvVersion, language, infoSink);
212 int CommonIndex(EProfile profile, EShLanguage language)
214 return (profile == EEsProfile && language == EShLangFragment) ? EPcFragment : EPcGeneral;
221 EShLanguage language, TInfoSink& infoSink, TSymbolTable** commonTable, TSymbolTable** symbolTables)
223 (*symbolTables[language]).adoptLevels(*commonTable[CommonIndex(profile, language)])
    [all...]
  /development/ndk/platforms/android-13/include/android/
tts.h 13 * See the License for the specific language governing permissions and
158 // Returns the level of support for the language, country and variant.
159 // @return TTS_LANG_COUNTRY_VAR_AVAILABLE if the language, country and variant are supported,
161 // TTS_LANG_COUNTRY_AVAILABLE if the language and country are supported and the
164 // TTS_LANG_AVAILABLE if the language is supported and the
168 // for the language are not correctly installed
169 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine.
176 // Load the resources associated with the specified language. The loaded
177 // language will only be used once a call to setLanguage() with the same
178 // language value is issued. Language and country values are coded according to the ISO thre
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
rule-tracing.rb 11 language = Ruby;
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
via-parser.rb 10 options { language = Ruby; }
  /external/apache-http/src/org/apache/commons/codec/language/
RefinedSoundex.java 13 * See the License for the specific language governing permissions and
17 package org.apache.commons.codec.language;

Completed in 2682 milliseconds

<<21222324252627282930>>