HomeSort by relevance Sort by last modified time
    Searched refs:language (Results 76 - 100 of 3078) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/
T.g 11 options { language = Perl5; }
  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
Shader.java 49 private String language; field in class:Shader
216 public Shader(String language){
218 this.language = language;
247 oc.write(language, "language", null);
255 language = ic.readString("language", null);
269 // Shader newShader = new Shader(language);
363 return language;
    [all...]
  /external/webkit/Source/WebCore/page/
SpeechInput.cpp 96 bool SpeechInput::startRecognition(int listenerId, const IntRect& elementRect, const AtomicString& language, const String& grammar, SecurityOrigin* origin)
99 return m_client->startRecognition(listenerId, elementRect, language, grammar, origin);
  /external/webkit/Source/WebKit/chromium/src/
SpeechInputClientImpl.cpp 67 bool SpeechInputClientImpl::startRecognition(int requestId, const WebCore::IntRect& elementRect, const AtomicString& language, const String& grammar, WebCore::SecurityOrigin* origin)
70 return m_controller->startRecognition(requestId, elementRect, language, grammar, WebSecurityOrigin(origin));
  /frameworks/base/location/java/android/location/
GeocoderParams.java 13 * See the License for the specific language governing permissions and
28 * language, country and variant information from the Geocoder's locale
71 String language = in.readString();
74 gp.mLocale = new Locale(language, country, variant);
  /frameworks/base/telephony/java/android/telephony/cdma/
CdmaSmsCbProgramResults.java 13 * See the License for the specific language governing permissions and
59 /** Language used for service category name (defined in BearerData.LANGUAGE_*). */
66 public CdmaSmsCbProgramResults(int category, int language, int categoryResult) {
68 mLanguage = language;
101 * Returns the CDMA language code for this service category.
102 * @return one of the language values defined in BearerData.LANGUAGE_*
119 + ", language=" + mLanguage + ", result=" + mCategoryResult + '}';
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmSmsTest.java 13 * See the License for the specific language governing permissions and
348 private void decodeSingle(int language) throws Exception {
374 String decoded = GsmAlphabet.gsm7BitPackedToString(septets, 0, 128, 0, language, 0);
375 byte[] reEncoded = GsmAlphabet.stringToGsm7BitPacked(decoded, language, 0);
377 assertEquals(sBasicTables[language], decoded);
418 for (int language = 0; language < 3; language++) {
419 int[] tableIndex = sExtendedTableIndexes[language];
452 0, language);
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/tree-parser/
basic.rb 12 language=Ruby;
23 language=Ruby;
48 language=Ruby;
59 language=Ruby;
84 language=Ruby;
97 language=Ruby;
123 language=Ruby;
136 language=Ruby;
161 language=Ruby;
174 language=Ruby
    [all...]
  /frameworks/base/native/android/
configuration.cpp 13 * See the License for the specific language governing permissions and
53 outLanguage[0] = config->language[0];
54 outLanguage[1] = config->language[1];
136 void AConfiguration_setLanguage(AConfiguration* config, const char* language) {
137 config->language[0] = language[0];
138 config->language[1] = language[1];
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
rule-methods.rb 11 language = Ruby;
59 options { language = Ruby; }
114 options { language=Ruby; }
actions.rb 9 options { language = Ruby; }
53 options { language = Ruby; }
121 language = Ruby;
153 options { language=Ruby; }
  /external/e2fsprogs/intl/
finddomain.c 54 const char *language; local
67 language[_territory[.codeset]][@modifier]
71 language[_territory][+audience][+special][,[sponsor][_revision]]
135 look for the language. Termination symbols are `_' and `@' if
137 mask = _nl_explode_name (locale, &language, &modifier, &territory,
144 strlen (dirname) + 1, mask, language, territory,
  /cts/tools/signature-tools/src/signature/io/html/
TemplateStore.java 13 * See the License for the specific language governing permissions and
24 import org.antlr.stringtemplate.language.DefaultTemplateLexer;
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarSpelunker.java 35 * of interest. Currently: name, type, imports, tokenVocab, language option.
56 protected String language = "Java"; // default field in class:GrammarSpelunker
124 if ( name.equals("language") ) language = value;
147 public String getLanguage() { return language; }
246 System.out.println("language="+g.language);
  /external/chromium/base/
file_version_info_win.h 21 FileVersionInfoWin(void* data, int language, int code_page);
  /external/chromium/chrome/browser/ui/views/infobars/
translate_infobar_base.h 34 // Sets the text of the provided language menu button to reflect the current
37 LanguagesMenuModel::LanguageType language);
  /external/icu4c/common/
ulocimp.h 49 char *language, int32_t languageCapacity,
  /external/libvpx/examples/includes/geshi/contrib/
example.php 6 * and the language files in subdirectory "../geshi/")
33 $_POST['language'] = preg_replace('#[^a-zA-Z0-9\-_]#', '', $_POST['language']);
34 $_POST['source'] = implode('', @file($path . 'geshi/' . $_POST['language'] . '.php'));
35 $_POST['language'] = 'php';
42 // First the initialisation: source code to highlight and the language to use. Make sure
46 $geshi = new GeSHi($_POST['source'], $_POST['language']);
95 // make sure we don't preselect any language
96 $_POST['language'] = null;
162 include_path, and that the language files are in a subdirectory of GeSHi's directory called <strong>geshi/</strong>.</p
    [all...]
  /packages/apps/Browser/src/com/android/browser/search/
SearchEngineInfo.java 13 * See the License for the specific language governing permissions and
49 private static final String PARAMETER_LANGUAGE = "{language}";
84 // Add the current language/country information to the URIs.
86 StringBuilder language = new StringBuilder(locale.getLanguage()); local
88 language.append('-');
89 language.append(locale.getCountry());
92 String language_str = language.toString();
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
InputModeSwitcher.java 13 * See the License for the specific language governing permissions and
96 * Used to indicate which language the current input mode is in. If the
98 * also used to get language information. For example, a Chinese symbol soft
100 * tell user the language information. BTW, the smiley soft keyboard mode
108 * Used to indicate the current language. An input mode should be anded with
114 * Used to indicate the current language. An input mode should be anded with
226 * Used to remember recent mode to input language.
556 // try to keep the previous mode to input language text.
558 // soft keyboard related information from the previous language
664 int language = (mInputMode & MASK_LANGUAGE) local
673 int language = (mInputMode & MASK_LANGUAGE); local
682 int language = (mInputMode & MASK_LANGUAGE); local
741 int language = (mInputMode & MASK_LANGUAGE); local
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
properties.rb 11 language = Ruby;
74 language = Ruby;
  /external/chromium/chrome/browser/extensions/
extension_tts_api_win.cc 23 const std::string& language,
55 const std::string& language,
  /external/harfbuzz/src/
harfbuzz-shape.h 65 * Language tags, of the form en-us; represented as interned, canonicalized
72 const char *hb_language_to_string(HB_Language language);
136 HB_Language language; member in struct:_HB_ShapeInput
  /external/icu4c/test/letest/
PortableFontInstance.h 75 virtual const char *getNameString(le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language) const;
77 virtual const LEUnicode16 *getUnicodeNameString(le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language) const;

Completed in 1321 milliseconds

1 2 34 5 6 7 8 91011>>