/frameworks/base/core/java/android/speech/tts/ |
TextToSpeechService.java | 5 * use this file except in compliance with the License. You may obtain a copy of 66 * return synthesized data via the supplied callback. This class and its helpers 68 * it to a file or similar. All calls to this method will be on a single thread, 112 // associated with this TTS engine. Will handle all requests except synthesis 134 mEngineHelper = new TtsEngines(this); 182 * This method will be called only on Android 4.2 and before (API <= 17). In later versions 183 * this method is not called by the Android TTS framework. 199 * that this method is always called before the language is used for synthesis. It is merely 200 * a hint to the engine that it will probably get some synthesis requests for this language 221 * This method can be called even if no speech synthesis is currently in progress [all...] |
/frameworks/base/core/java/android/inputmethodservice/ |
InputMethodService.java | 5 * use this file except in compliance with the License. You may obtain a copy of 78 * <p>In addition to the normal Service lifecycle methods, this class 124 * <p>Central to most input methods is the soft input view. This is where most 127 * will simply have their own view doing all of this work, and return a new 134 * soft input view should be shown to the user. This is done by implementing 137 * state has changed that may impact this, call 149 * be selected for use. This is accomplished with the candidates view, and 168 * application UI, so you just want to take over the screen. This is 180 * state has changed that may impact this, call 197 * This is done through calls to th [all...] |
/cts/tests/tests/animation/src/android/animation/cts/ |
AnimatorSetTest.java | 5 * you may not use this file except in compliance with the License. 160 this.runTestOnUiThread(new Runnable() {
|
AnimatorTest.java | 5 * you may not use this file except in compliance with the License. 229 this.runTestOnUiThread(new Runnable() { 242 this.runTestOnUiThread(animationRunnable);
|
PropertyValuesHolderTest.java | 5 * you may not use this file except in compliance with the License. 241 this.runTestOnUiThread(new Runnable(){ 302 if(!( type.equals(this.type) || ( name.equals(this.name))) ){ 304 this.type.getName() + " or " + this.name); 346 if(!( type.equals(this.type) || ( name.equals(this.name))) ){ 348 this.type.getName() + " or " + this.name) [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
MediaRandomTest.java | 5 * you may not use this file except in compliance with the License. 70 // Running this on UI thread make sure that 98 * This is a watchdog used to stop the process if it hasn't been pinged 151 this.notify(); 156 this.notify();
|
/cts/tests/tests/preference2/src/android/preference2/cts/ |
PreferenceTest.java | 5 * you may not use this file except in compliance with the License. 58 this.runTestOnUiThread(new Runnable() { 71 this.runTestOnUiThread(new Runnable() { 95 this.runTestOnUiThread(new Runnable() { 118 this.runTestOnUiThread(new Runnable() { 136 this.runTestOnUiThread(new Runnable() { 174 this.runTestOnUiThread(new Runnable() {
|
/dalvik/dx/src/com/android/dx/ssa/ |
SsaMethod.java | 5 * you may not use this file except in compliance with the License. 68 /** true if this method has no {@code this} pointer argument */ 88 * TODO: Remove this mode, and place the functionality elsewhere 96 * @param isStatic {@code true} if this method has no {@code this} 112 * this instance is based on 115 * @param isStatic {@code true} if this method has no {@code this} 119 this.paramWidth = paramWidth [all...] |
/developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/ |
BluetoothChatService.java | 5 * you may not use this file except in compliance with the License. 36 * This class does all the work for setting up and managing Bluetooth 49 // Unique UUID for this application 247 synchronized (this) { 267 BluetoothChatService.this.start(); 282 BluetoothChatService.this.start(); 286 * This thread runs while listening for incoming connections. It behaves 316 "BEGIN mAcceptThread" + this); 324 // This is a blocking call and will only return on a 334 synchronized (BluetoothChatService.this) { [all...] |
/developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/ |
DigitalWatchFaceService.java | 5 * you may not use this file except in compliance with the License. 123 GoogleApiClient mGoogleApiClient = new GoogleApiClient.Builder(DigitalWatchFaceService.this) 124 .addConnectionCallbacks(this) 125 .addOnConnectionFailedListener(this) 190 setWatchFaceStyle(new WatchFaceStyle.Builder(DigitalWatchFaceService.this) 195 Resources resources = DigitalWatchFaceService.this.getResources(); 252 Wearable.DataApi.removeListener(mGoogleApiClient, this); 265 mDateFormat = DateFormat.getDateFormat(DigitalWatchFaceService.this); 276 DigitalWatchFaceService.this.registerReceiver(mReceiver, filter); 284 DigitalWatchFaceService.this.unregisterReceiver(mReceiver) [all...] |
OpenGLWatchFaceService.java | 5 * you may not use this file except in compliance with the License. 132 setWatchFaceStyle(new WatchFaceStyle.Builder(OpenGLWatchFaceService.this) 153 // programs mid-frame. This means we can tell OpenGL to use this program only once 154 // rather than having to do so for each frame. This makes OpenGL draw faster. 204 // off that this is 3D. 304 // This is where a major tick goes, so skip it. 398 OpenGLWatchFaceService.this.registerReceiver(mTimeZoneReceiver, filter); 406 OpenGLWatchFaceService.this.unregisterReceiver(mTimeZoneReceiver);
|
/developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/ |
BluetoothChatService.java | 5 * you may not use this file except in compliance with the License. 36 * This class does all the work for setting up and managing Bluetooth 49 // Unique UUID for this application 247 synchronized (this) { 267 BluetoothChatService.this.start(); 282 BluetoothChatService.this.start(); 286 * This thread runs while listening for incoming connections. It behaves 316 "BEGIN mAcceptThread" + this); 324 // This is a blocking call and will only return on a 334 synchronized (BluetoothChatService.this) { [all...] |
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/ |
DigitalWatchFaceService.java | 5 * you may not use this file except in compliance with the License. 123 GoogleApiClient mGoogleApiClient = new GoogleApiClient.Builder(DigitalWatchFaceService.this) 124 .addConnectionCallbacks(this) 125 .addOnConnectionFailedListener(this) 190 setWatchFaceStyle(new WatchFaceStyle.Builder(DigitalWatchFaceService.this) 195 Resources resources = DigitalWatchFaceService.this.getResources(); 252 Wearable.DataApi.removeListener(mGoogleApiClient, this); 265 mDateFormat = DateFormat.getDateFormat(DigitalWatchFaceService.this); 276 DigitalWatchFaceService.this.registerReceiver(mReceiver, filter); 284 DigitalWatchFaceService.this.unregisterReceiver(mReceiver) [all...] |
OpenGLWatchFaceService.java | 5 * you may not use this file except in compliance with the License. 132 setWatchFaceStyle(new WatchFaceStyle.Builder(OpenGLWatchFaceService.this) 153 // programs mid-frame. This means we can tell OpenGL to use this program only once 154 // rather than having to do so for each frame. This makes OpenGL draw faster. 204 // off that this is 3D. 304 // This is where a major tick goes, so skip it. 398 OpenGLWatchFaceService.this.registerReceiver(mTimeZoneReceiver, filter); 406 OpenGLWatchFaceService.this.unregisterReceiver(mTimeZoneReceiver);
|
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/ |
BluetoothChatService.java | 5 * you may not use this file except in compliance with the License. 35 * This class does all the work for setting up and managing Bluetooth 49 // Unique UUID for this application 222 synchronized (this) { 242 BluetoothChatService.this.start(); 257 BluetoothChatService.this.start(); 261 * This thread runs while listening for incoming connections. It behaves 291 "BEGIN mAcceptThread" + this); 299 // This is a blocking call and will only return on a 309 synchronized (BluetoothChatService.this) { [all...] |
/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/ |
BluetoothChatService.java | 5 * you may not use this file except in compliance with the License. 36 * This class does all the work for setting up and managing Bluetooth 49 // Unique UUID for this application 247 synchronized (this) { 267 BluetoothChatService.this.start(); 282 BluetoothChatService.this.start(); 286 * This thread runs while listening for incoming connections. It behaves 316 "BEGIN mAcceptThread" + this); 324 // This is a blocking call and will only return on a 334 synchronized (BluetoothChatService.this) { [all...] |
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/ |
DigitalWatchFaceService.java | 5 * you may not use this file except in compliance with the License. 123 GoogleApiClient mGoogleApiClient = new GoogleApiClient.Builder(DigitalWatchFaceService.this) 124 .addConnectionCallbacks(this) 125 .addOnConnectionFailedListener(this) 190 setWatchFaceStyle(new WatchFaceStyle.Builder(DigitalWatchFaceService.this) 195 Resources resources = DigitalWatchFaceService.this.getResources(); 252 Wearable.DataApi.removeListener(mGoogleApiClient, this); 265 mDateFormat = DateFormat.getDateFormat(DigitalWatchFaceService.this); 276 DigitalWatchFaceService.this.registerReceiver(mReceiver, filter); 284 DigitalWatchFaceService.this.unregisterReceiver(mReceiver) [all...] |
OpenGLWatchFaceService.java | 5 * you may not use this file except in compliance with the License. 132 setWatchFaceStyle(new WatchFaceStyle.Builder(OpenGLWatchFaceService.this) 153 // programs mid-frame. This means we can tell OpenGL to use this program only once 154 // rather than having to do so for each frame. This makes OpenGL draw faster. 204 // off that this is 3D. 304 // This is where a major tick goes, so skip it. 398 OpenGLWatchFaceService.this.registerReceiver(mTimeZoneReceiver, filter); 406 OpenGLWatchFaceService.this.unregisterReceiver(mTimeZoneReceiver);
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
BaseRecognizer.java | 10 notice, this list of conditions and the following disclaimer. 12 notice, this list of conditions and the following disclaimer in the 15 derived from this software without specific prior written permission. 17 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 26 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 36 * lexer, parser, and tree grammars. This is all the parsing 52 * object so the state can be shared. This sharing is needed to 67 this.state = state; 96 * This way any error in a rule will cause an exception and 136 // compute what can follow this grammar element referenc [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
BitSet.java | 10 * notice, this list of conditions and the following disclaimer. 12 * notice, this list of conditions and the following disclaimer in the 15 * derived from this software without specific prior written permission. 17 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 49 * than this.bits.length. 58 * turns out that, for powers of two, this mod operation is 69 this(BITS); 84 /** or this element into this set (grow as necessary to accommodate) * [all...] |
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
SocketHandlerTest.java | 4 * this work for additional information regarding copyright ownership. 5 * The ASF licenses this file to You under the Apache License, Version 2.0 6 * (the "License"); you may not use this file except in compliance with 635 // this.errSubstituteStream.toString()); 707 return this.finished; 712 while (!this.finished) { 727 return this.sb.toString(); 744 this.sb.append(buffer, 0, length); 758 this.finished = true;
|
/external/apache-http/android/src/android/net/http/ |
RequestQueue.java | 5 * you may not use this file except in compliance with the License. 61 * This class maintains active connection threads 80 mContext, i, this, RequestQueue.this); 97 synchronized (RequestQueue.this) { 98 RequestQueue.this.notify(); 152 if this turns out to be a hotspot */ 154 synchronized(RequestQueue.this) { 167 host = RequestQueue.this.determineHost(host); 172 RequestQueue.this); [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
TransformerImpl.java | 4 * distributed with this work for additional information 5 * regarding copyright ownership. The ASF licenses this file 7 * you may not use this file except in compliance with the License. 99 * This class implements the 115 * This is null unless we own the stream. 159 * Related to m_textResultHandlerObjectPool, this is a pool of 161 * (I'm not sure if this is really needed any more. -sb) 176 // * postExceptionFromThread method. This is needed if the transform is 189 * for this limits the recursion depth to 4K. 222 * If this is set to true, do not warn about patter [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
IncrementalSAXSource_Filter.java | 4 * distributed with this work for additional information 5 * regarding copyright ownership. The ASF licenses this file 7 * you may not use this file except in compliance with the License. 51 * <p>%REVIEW%: This filter is not currenly intended to be reusable 60 * <p>This is a simplification of the old CoroutineSAXParser, focusing 100 this.init( new CoroutineManager(), -1, -1); 108 this.init( co, controllerCoroutineID, -1 ); 140 * this as a listener with the same effect. 145 eventsource.setContentHandler(this); 146 eventsource.setDTDHandler(this); [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
Compiler.java | 4 * distributed with this work for additional information 5 * regarding copyright ownership. The ASF licenses this file 7 * you may not use this file except in compliance with the License. 67 * An instance of this class compiles an XPath string expression into 68 * a Expression object. This class compiles the string into a sequence 180 expr = null; break; // should never hit this here. 604 return UnionPathIterator.createUnionIterator(this, opPos); 646 DTMIterator iter = WalkerFactory.newDTMIterator(this, opPos, (locPathDepth == 0)); 879 // bit-o-hackery, but this code is due for the morgue anyway... 906 // This is the magic and invisible "." at the head of every [all...] |