HomeSort by relevance Sort by last modified time
    Searched refs:idString (Results 1 - 25 of 32) sorted by null

1 2

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DictionaryHeader.java 75 final String idString = dictionaryOptions.mAttributes.get(DICTIONARY_ID_KEY);
76 if (null == idString) {
81 mIdString = idString;
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
RubyTarget.java 98 String idString = o.toString();
100 if ( idString.isEmpty() ) return idString;
103 return snakecase( idString );
105 return camelcase( idString );
107 return subcamelcase( idString );
109 return constantcase( idString );
111 return platform( idString );
113 return lexerRule( idString );
115 return constantPath( idString );
    [all...]
  /external/lzma/CS/7zip/Common/
CommandLineParser.cs 19 public string IDString;
26 public SwitchForm(string idString, SwitchType type, bool multi,
29 IDString = idString;
36 public SwitchForm(string idString, SwitchType type, bool multi, int minLen):
37 this(idString, type, multi, minLen, 0, "")
40 public SwitchForm(string idString, SwitchType type, bool multi):
41 this(idString, type, multi, 0)
87 int switchLen = switchForms[switchIndex].IDString.Length;
90 if (String.Compare(switchForms[switchIndex].IDString, 0,
    [all...]
  /external/autotest/frontend/client/src/autotest/tko/
SavedQueriesControl.java 140 String idString = queryList.getValue(selected);
142 History.newItem(HISTORY_TOKEN + "=" + idString);
161 String idString =
165 ids.set(0, new JSONNumber(Integer.parseInt(idString)));
178 final String idString = arguments.get(HISTORY_TOKEN);
179 if (idString == null) {
184 args.put("id", new JSONNumber(Integer.parseInt(idString)));
190 notifyManager.showError("No saved query with ID " + idString);
GraphingFrontend.java 115 final String idString = arguments.get(HISTORY_TOKEN);
116 if (idString == null) {
121 args.put("id", new JSONNumber(Integer.parseInt(idString)));
138 shortToken.put(HISTORY_TOKEN, idString);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
htmlhelp.h 158 UINT idString;
msxml2.h     [all...]
msxml.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
LibraryClasspathContainerInitializer.java 415 String idString = id.toString();
416 if (idString.equals(path)) {
  /packages/apps/Email/tests/src/com/android/email/provider/
AttachmentProviderTests.java 683 String idString = Long.toString(id);
688 return new File(attachmentsDir, idString);
  /packages/services/Telecomm/src/com/android/server/telecom/
PhoneAccountRegistrar.java     [all...]
  /frameworks/base/services/core/java/com/android/server/wallpaper/
WallpaperManagerService.java     [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler/0.12.613/
kotlin-compiler-0.12.613.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1513/
kotlin-compiler-embeddable-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1514/
kotlin-compiler-embeddable-0.13.1514.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-1103/
kotlin-compiler-embeddable-1.0.0-beta-1103.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-4584/
kotlin-compiler-embeddable-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-rc-1036/
kotlin-compiler-embeddable-1.0.0-rc-1036.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.2/
kotlin-compiler-embeddable-1.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr/3.5.2/
antlr-3.5.2.jar 

Completed in 767 milliseconds

1 2