/development/tools/external_crates/ |
D | Cargo.lock | 8 source = "registry+https://github.com/rust-lang/crates.io-index" 14 source = "registry+https://github.com/rust-lang/crates.io-index" 27 source = "registry+https://github.com/rust-lang/crates.io-index" 36 source = "registry+https://github.com/rust-lang/crates.io-index" 50 source = "registry+https://github.com/rust-lang/crates.io-index" 56 source = "registry+https://github.com/rust-lang/crates.io-index" 65 source = "registry+https://github.com/rust-lang/crates.io-index" 74 source = "registry+https://github.com/rust-lang/crates.io-index" 84 source = "registry+https://github.com/rust-lang/crates.io-index" 90 source = "registry+https://github.com/rust-lang/crates.io-index" [all …]
|
/development/samples/TtsEngine/src/com/example/android/ttsengine/ |
D | CheckVoiceData.java | 55 for (String lang : checkLanguages) { in onCreate() 59 if (isLanguageSupported(lang)) { in onCreate() 60 if (isDataInstalled(lang)) { in onCreate() 61 available.add(lang); in onCreate() 63 unavailable.add(lang); in onCreate() 104 for (String lang : list) { in getCheckVoiceDataFor() 105 if (!TextUtils.isEmpty(lang)) { in getCheckVoiceDataFor() 106 ret.add(lang); in getCheckVoiceDataFor() 117 for (String lang : SUPPORTED_LANGUAGES) { in isLanguageSupported() 118 if (lang.equals(input)) { in isLanguageSupported() [all …]
|
D | RobotSpeakTtsService.java | 88 protected int onIsLanguageAvailable(String lang, String country, String variant) { in onIsLanguageAvailable() argument 90 if ("eng".equals(lang)) { in onIsLanguageAvailable() 116 protected synchronized int onLoadLanguage(String lang, String country, String variant) { in onLoadLanguage() argument 117 final int isLanguageAvailable = onIsLanguageAvailable(lang, country, variant); in onLoadLanguage() 130 if (mCurrentLanguage[0].equals(lang) && mCurrentLanguage[1].equals(country)) { in onLoadLanguage() 137 InputStream file = getAssets().open(lang + "-" + loadCountry + ".freq"); in onLoadLanguage() 141 Log.e(TAG, "Error loading data for : " + lang + "-" + country); in onLoadLanguage() 145 mCurrentLanguage = new String[] { lang, loadCountry, ""}; in onLoadLanguage()
|
/development/samples/NsdManagerSample/gradle/wrapper/ |
D | gradle-wrapper.jar | ... org.gradle.wrapper.Logger, java.lang.String, java.lang.String)
org ... |
/development/apps/ShareTest/gradle/wrapper/ |
D | gradle-wrapper.jar | ... org.gradle.wrapper.Logger, java.lang.String, java.lang.String)
org ... |
/development/samples/PictureInPicture/ComposePip/gradle/wrapper/ |
D | gradle-wrapper.jar | ... org.gradle.wrapper.Logger, java.lang.String, java.lang.String)
org ... |
/development/tools/checkcolor/gradle/wrapper/ |
D | gradle-wrapper.jar | ... .lang.CharSequence)
CharSequence csq
public java.lang.Appendable append (java.lang.CharSequence, ... |
/development/samples/training/testingfun/gradle/wrapper/ |
D | gradle-wrapper.jar | ... .lang.String)
String distributionBase
public java.lang.String getDistributionPath ()
public void setDistributionPath (java ... |
/development/samples/devbytes/telephony/SmsSampleProject/gradle/wrapper/ |
D | gradle-wrapper.jar | ... .lang.String)
String distributionBase
public java.lang.String getDistributionPath ()
public void setDistributionPath (java ... |
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/inject/ |
D | InjectView.java | 19 import java.lang.annotation.ElementType; 20 import java.lang.annotation.Retention; 21 import java.lang.annotation.RetentionPolicy; 22 import java.lang.annotation.Target;
|
/development/tools/cargo_embargo/testdata/plotters/ |
D | cargo.metadata | 21 "source": "registry+https://github.com/rust-lang/crates.io-index", 33 "source": "registry+https://github.com/rust-lang/crates.io-index", 45 "source": "registry+https://github.com/rust-lang/crates.io-index", 70 "id": "registry+https://github.com/rust-lang/crates.io-index#adler@1.0.2", 118 "source": "registry+https://github.com/rust-lang/crates.io-index", 168 "source": "registry+https://github.com/rust-lang/crates.io-index", 180 "source": "registry+https://github.com/rust-lang/crates.io-index", 192 "source": "registry+https://github.com/rust-lang/crates.io-index", 216 "id": "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.3", 245 "source": "registry+https://github.com/rust-lang/crates.io-index", [all …]
|
/development/samples/training/AnimationsDemo/libs/ |
D | android-support-v13.jar | ... support.v13.app.FragmentCompatICSMR1 extends java.lang.Object {
void <init> ()
public ... |
/development/samples/training/InteractiveChart/libs/ |
D | android-support-v4.jar | ... {
void <init> ()
public java.lang.String escapeHtml (java.lang.CharSequence) ... |
/development/tools/cargo_embargo/testdata/async-trait/ |
D | cargo.metadata | 22 "source": "registry+https://github.com/rust-lang/crates.io-index", 34 "source": "registry+https://github.com/rust-lang/crates.io-index", 49 "source": "registry+https://github.com/rust-lang/crates.io-index", 61 "source": "registry+https://github.com/rust-lang/crates.io-index", 73 "source": "registry+https://github.com/rust-lang/crates.io-index", 85 "source": "registry+https://github.com/rust-lang/crates.io-index", 97 "source": "registry+https://github.com/rust-lang/crates.io-index", 111 "source": "registry+https://github.com/rust-lang/crates.io-index", 221 "id": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.2.0", 237 "source": "registry+https://github.com/rust-lang/crates.io-index", [all …]
|
/development/samples/training/basic/FragmentBasics/libs/ |
D | android-support-v4.jar | ... static java.lang.String concatenateWhere (java.lang.String, java.lang.String)
String |
/development/samples/training/location-aware/libs/ |
D | android-support-v4.jar | ... static java.lang.String concatenateWhere (java.lang.String, java.lang.String)
String |
/development/tools/cargo_embargo/testdata/either/ |
D | cargo.metadata | 24 "source": "registry+https://github.com/rust-lang/crates.io-index", 36 "source": "registry+https://github.com/rust-lang/crates.io-index", 119 "source": "registry+https://github.com/rust-lang/crates.io-index", 133 "id": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.11", 158 "source": "registry+https://github.com/rust-lang/crates.io-index", 223 "source": "registry+https://github.com/rust-lang/crates.io-index", 235 "source": "registry+https://github.com/rust-lang/crates.io-index", 247 "source": "registry+https://github.com/rust-lang/crates.io-index", 259 "source": "registry+https://github.com/rust-lang/crates.io-index", 271 "source": "registry+https://github.com/rust-lang/crates.io-index", [all …]
|
/development/samples/training/basic/ActivityLifecycle/libs/ |
D | android-support-v13.jar | ... support.v13.app.FragmentCompatICSMR1 extends java.lang.Object {
void <init> ()
public ... |
/development/samples/training/ContactsList/libs/ |
D | android-support-v4.jar | ... v4.accessibilityservice.AccessibilityServiceInfoCompat$AccessibilityServiceInfoVersionImpl extends java.lang.Object {
public abstract java.lang.String ... |
/development/samples/training/EffectiveNavigation/libs/ |
D | android-support-v4.jar | ... v4.accessibilityservice.AccessibilityServiceInfoCompat$AccessibilityServiceInfoVersionImpl extends java.lang.Object {
public abstract java.lang.String ... |
/development/samples/ControllerSample/libs/ |
D | android-support-v4.jar | ... v4.accessibilityservice.AccessibilityServiceInfoCompat$AccessibilityServiceInfoVersionImpl extends java.lang.Object {
public abstract java.lang.String ... |
/development/samples/training/multiscreen/newsreader/libs/ |
D | android-support-v4.jar | ... $Status getStatus ()
protected transient abstract java.lang.Object doInBackground (java.lang.Object[ ... |
/development/samples/training/NavigationDrawer/libs/ |
D | android-support-v4.jar | ... .lang.Object get (int, java.lang.Object)
int key
Object valueIfKeyNotFound
int i
public |
/development/tools/cargo_embargo/testdata/aho-corasick/ |
D | cargo.metadata | 21 "source": "registry+https://github.com/rust-lang/crates.io-index", 91 "source": "registry+https://github.com/rust-lang/crates.io-index", 103 "source": "registry+https://github.com/rust-lang/crates.io-index", 115 "source": "registry+https://github.com/rust-lang/crates.io-index", 127 "source": "registry+https://github.com/rust-lang/crates.io-index", 162 "id": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.2", 188 "source": "registry+https://github.com/rust-lang/crates.io-index", 212 "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.2" 223 "pkg": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.2" 239 "id": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.2"
|
/development/tools/cargo_embargo/testdata/rustc-demangle-capi/ |
D | cargo.metadata | 19 "source": "registry+https://github.com/rust-lang/crates.io-index", 31 "source": "registry+https://github.com/rust-lang/crates.io-index", 53 "id": "registry+https://github.com/rust-lang/crates.io-index#rustc-demangle@0.1.23", 77 "source": "registry+https://github.com/rust-lang/crates.io-index", 111 "source": "registry+https://github.com/rust-lang/crates.io-index", 159 "id": "registry+https://github.com/rust-lang/crates.io-index#rustc-demangle@0.1.23" 163 "registry+https://github.com/rust-lang/crates.io-index#rustc-demangle@0.1.23" 174 "pkg": "registry+https://github.com/rust-lang/crates.io-index#rustc-demangle@0.1.23"
|