/external/jsr330/tck/org/atinject/tck/auto/ |
Convertible.java | 34 @Inject Provider<Engine> engineProvider; 182 private final Engine engine = car.engineProvider.get(); 191 assertTrue(engine != null); 209 assertTrue(engine.publicNoArgsConstructorInjected); 229 assertTrue(engine.overriddenTwiceWithOmissionInMiddleInjected); 235 assertFalse(engine.qualifiersInheritedFromOverriddenMethod); 411 assertFalse(engine.subPackagePrivateMethodForOverrideInjected); 412 assertFalse(engine.superPackagePrivateMethodForOverrideInjected); 428 assertFalse(engine.overriddenTwiceWithOmissionInSubclassInjected) [all...] |
/cts/tests/tests/speech/src/android/speech/tts/cts/ |
TextToSpeechServiceTest.java | 136 params.put(TextToSpeech.Engine.KEY_PARAM_UTTERANCE_ID, utteranceId);
|
TextToSpeechTest.java | 47 fail("FEATURE_AUDIO_OUTPUT is set, but there is no TTS engine"); 95 private void assertContainsEngine(String engine, List<TextToSpeech.EngineInfo> engines) { 97 if (engineInfo.name.equals(engine)) { 101 fail("Engine " + engine + " not found"); 106 params.put(TextToSpeech.Engine.KEY_PARAM_UTTERANCE_ID, utteranceId);
|
/developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/ |
AnalogComplicationWatchFaceService.java | 129 public Engine onCreateEngine() { 130 return new Engine(); 133 private class Engine extends CanvasWatchFaceService.Engine { [all...] |
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/ |
AnalogComplicationWatchFaceService.java | 129 public Engine onCreateEngine() { 130 return new Engine(); 133 private class Engine extends CanvasWatchFaceService.Engine { [all...] |
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/ |
ComplicationSimpleWatchFaceService.java | 79 public Engine onCreateEngine() { 80 return new Engine(); 83 private class Engine extends CanvasWatchFaceService.Engine {
|
FitStepsWatchFaceService.java | 85 public Engine onCreateEngine() { 86 return new Engine(); 89 private class Engine extends CanvasWatchFaceService.Engine implements
|
/external/glide/library/src/main/java/com/bumptech/glide/ |
Glide.java | 20 import com.bumptech.glide.load.engine.Engine; 21 import com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool; 22 import com.bumptech.glide.load.engine.cache.MemoryCache; 23 import com.bumptech.glide.load.engine.prefill.BitmapPreFiller; 24 import com.bumptech.glide.load.engine.prefill.PreFillType; 75 * maintaining an {@link Engine}, {@link BitmapPool}, {@link com.bumptech.glide.load.engine.cache.DiskCache} and 87 private final Engine engine; field in class:Glide [all...] |
/external/libvncserver/webclients/novnc/include/ |
input.js | 345 Util.addEvent(c, (Util.Engine.gecko) ? 'DOMMouseScroll' : 'mousewheel', 367 Util.removeEvent(c, (Util.Engine.gecko) ? 'DOMMouseScroll' : 'mousewheel',
|
websock.js | 40 if (Util.Engine.trident) {
|
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/ |
ScoAudioTest.java | 133 mTtsParams.put(TextToSpeech.Engine.KEY_PARAM_STREAM, 135 mTtsParams.put(TextToSpeech.Engine.KEY_PARAM_UTTERANCE_ID,
|
/external/clang/lib/StaticAnalyzer/Core/ |
ExprEngine.cpp | 10 // This file defines a meta-engine for path-sensitive dataflow analysis that 66 // Engine construction and deletion. 77 Engine(*this, FS), 78 G(Engine.getGraph()), 453 Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx); 541 Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx); 568 Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx); 587 Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx); 785 Engine.addAbortedBlock(node, currBldrCtx->getBlock()); [all...] |
/external/v8/benchmarks/ |
raytrace.js | 70 // flog/engine.js 602 Flog.RayTracer.Engine = Class.create(); 604 Flog.RayTracer.Engine.prototype = { 889 var raytracer = new Flog.RayTracer.Engine(
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastAlertAudio.java | 150 params.putInt(TextToSpeech.Engine.KEY_PARAM_STREAM, 160 loge("TTS engine not ready or language not supported or speak() failed"); 184 * Callback from TTS engine after initialization. 189 if (VDBG) log("onInit() TTS engine status: " + status); 198 loge("onInit() TTS engine error: " + status); 203 * Try to set the TTS engine language to the preferred language. If failed, set 235 * Callback from TTS engine. 266 // shutdown TTS engine
|
/external/libvncserver/webclients/novnc/ |
README.md | 78 * Fast Javascript Engine: this is not strictly a requirement, but 79 without a fast Javascript engine, noVNC might be painfully slow.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
ImageWallpaper.java | 95 public Engine onCreateEngine() { 100 class DrawableEngine extends Engine { [all...] |
/prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/SNAPSHOT/ |
glide-SNAPSHOT.jar | |
/prebuilts/go/darwin-x86/src/mime/multipart/ |
multipart_test.go | 515 // Actual body from App Engine on a blob upload. The final part (the 516 // Content-Type: message/external-body) is what App Engine replaces 522 name: "App Engine post",
|
/prebuilts/go/linux-x86/src/mime/multipart/ |
multipart_test.go | 515 // Actual body from App Engine on a blob upload. The final part (the 516 // Content-Type: message/external-body) is what App Engine replaces 522 name: "App Engine post",
|
/prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/ |
glide-3.6.1.jar | |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
agtctl.h | [all...] |
/external/llvm/utils/llvm-build/llvmbuild/ |
main.py | 742 the "all-targets", "Native", "NativeCodeGen", and "Engine" components. 820 engine_group = find_special_group('Engine') 835 # If we have a native target with a JIT, use that for the engine. Otherwise, [all...] |
/external/python/cpython2/Mac/Modules/cg/ |
CFMLateImport.c | 118 #pragma mark ----- Late Import Engine ----- 121 // engine. It basically holds information about the fragment we're going 430 engine, I need to be able to find the base address of an instantiated [all...] |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar | |
/external/llvm/test/MC/PowerPC/ |
ppc64-encoding-spe.s | 4 # Instructions from the Signal Processing Engine extension: [all...] |