OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Engine
(Results
26 - 50
of
84
) sorted by null
1
2
3
4
/external/svox/PicoLangInstallerEngUsa/src/com/svox/pico/voice/eng/usa/
InstallerActivity.java
43
rootDirectory = data.getStringExtra(TextToSpeech.
Engine
.EXTRA_VOICE_DATA_ROOT_DIRECTORY);
130
new Intent(TextToSpeech.
Engine
.ACTION_TTS_DATA_INSTALLED);
131
installCompleteIntent.putExtra(TextToSpeech.
Engine
.EXTRA_TTS_DATA_INSTALLED,
140
new Intent(TextToSpeech.
Engine
.ACTION_TTS_DATA_INSTALLED);
141
installCompleteIntent.putExtra(TextToSpeech.
Engine
.EXTRA_TTS_DATA_INSTALLED,
/external/svox/PicoLangInstallerFraFra/src/com/svox/pico/voice/fra/fra/
InstallerActivity.java
43
rootDirectory = data.getStringExtra(TextToSpeech.
Engine
.EXTRA_VOICE_DATA_ROOT_DIRECTORY);
130
new Intent(TextToSpeech.
Engine
.ACTION_TTS_DATA_INSTALLED);
131
installCompleteIntent.putExtra(TextToSpeech.
Engine
.EXTRA_TTS_DATA_INSTALLED,
140
new Intent(TextToSpeech.
Engine
.ACTION_TTS_DATA_INSTALLED);
141
installCompleteIntent.putExtra(TextToSpeech.
Engine
.EXTRA_TTS_DATA_INSTALLED,
/external/svox/PicoLangInstallerItaIta/src/com/svox/pico/voice/ita/ita/
InstallerActivity.java
43
rootDirectory = data.getStringExtra(TextToSpeech.
Engine
.EXTRA_VOICE_DATA_ROOT_DIRECTORY);
130
new Intent(TextToSpeech.
Engine
.ACTION_TTS_DATA_INSTALLED);
131
installCompleteIntent.putExtra(TextToSpeech.
Engine
.EXTRA_TTS_DATA_INSTALLED,
140
new Intent(TextToSpeech.
Engine
.ACTION_TTS_DATA_INSTALLED);
141
installCompleteIntent.putExtra(TextToSpeech.
Engine
.EXTRA_TTS_DATA_INSTALLED,
/external/svox/PicoLangInstallerSpaEsp/src/com/svox/pico/voice/spa/esp/
InstallerActivity.java
43
rootDirectory = data.getStringExtra(TextToSpeech.
Engine
.EXTRA_VOICE_DATA_ROOT_DIRECTORY);
130
new Intent(TextToSpeech.
Engine
.ACTION_TTS_DATA_INSTALLED);
131
installCompleteIntent.putExtra(TextToSpeech.
Engine
.EXTRA_TTS_DATA_INSTALLED,
140
new Intent(TextToSpeech.
Engine
.ACTION_TTS_DATA_INSTALLED);
141
installCompleteIntent.putExtra(TextToSpeech.
Engine
.EXTRA_TTS_DATA_INSTALLED,
/external/svox/picolanginstaller/src/com/svox/langpack/installer/
InstallerActivity.java
44
rootDirectory = data.getStringExtra(TextToSpeech.
Engine
.EXTRA_VOICE_DATA_ROOT_DIRECTORY);
131
new Intent(TextToSpeech.
Engine
.ACTION_TTS_DATA_INSTALLED);
132
installCompleteIntent.putExtra(TextToSpeech.
Engine
.EXTRA_TTS_DATA_INSTALLED,
140
new Intent(TextToSpeech.
Engine
.ACTION_TTS_DATA_INSTALLED);
141
installCompleteIntent.putExtra(TextToSpeech.
Engine
.EXTRA_TTS_DATA_INSTALLED,
/packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldWallpaper.java
9
import android.service.wallpaper.WallpaperService.
Engine
;
17
public
Engine
onCreateEngine() {
21
private class RenderScriptEngine extends
Engine
{
/frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java
31
import android.speech.tts.TextToSpeech.
Engine
;
42
* Abstract base class for TTS
engine
implementations. The following methods
54
* query the
engine
for it's support for a given language and indicate to it
57
* {@link #onSynthesizeText} is central to the
engine
implementation. The
63
* must be synchronous which means the
engine
must NOT hold on the callback or call
66
* {@link #onStop} tells the
engine
that it should stop all ongoing synthesis, if
70
// TODO: Add a link to the sample TTS
engine
once it's done.
81
// associated with this TTS
engine
. Will handle all requests except synthesis
127
* Checks whether the
engine
supports a given language.
144
* Returns the language, country and variant currently being used by the TTS
engine
[
all
...]
TextToSpeech.java
46
* to release the native resources used by the TextToSpeech
engine
.
113
* Note that this notifies callers when the <b>
engine
</b> has finished has
124
* TextToSpeech
engine
initialization.
128
* Called to signal the completion of the TextToSpeech
engine
initialization.
138
* has an utterance ID (see {@link TextToSpeech.
Engine
#KEY_PARAM_UTTERANCE_ID}).
152
public class
Engine
{
185
* Package name of the default TTS
engine
.
188
* @deprecated No longer in use, the default
engine
is determined by
191
* the
engine
specified below is installed on a given build, let
204
* TextToSpeech
engine
with the {@link #ACTION_CHECK_TTS_DATA} intent
[
all
...]
/libcore/luni/src/main/java/java/security/
MessageDigest.java
21
import org.apache.harmony.security.fortress.
Engine
;
53
// Used to access common
engine
functionality
54
private static final
Engine
ENGINE
= new
Engine
("MessageDigest");
91
Engine
.SpiAndProvider sap =
ENGINE
.getInstance(algorithm, null);
157
Object spi =
ENGINE
.getInstance(algorithm, provider, null);
332
* Returns the
engine
digest length in bytes. If the implementation does not
SecureRandom.java
24
import org.apache.harmony.security.fortress.
Engine
;
74
// Used to access common
engine
functionality
75
private static final
Engine
ENGINE
= new
Engine
(SERVICE);
159
Engine
.SpiAndProvider sap =
ENGINE
.getInstance(algorithm, null);
218
Object spi =
ENGINE
.getInstance(algorithm, provider, null);
Signature.java
26
import org.apache.harmony.security.fortress.
Engine
;
30
* {@code Signature} is an
engine
class which is capable of creating and
41
// Used to access common
engine
functionality
42
private static
Engine
ENGINE
= new
Engine
(SERVICE);
104
Engine
.SpiAndProvider sap =
ENGINE
.getInstance(algorithm, null);
178
Object spi =
ENGINE
.getInstance(algorithm, provider, null);
/libcore/luni/src/main/java/javax/crypto/
ExemptionMechanism.java
30
import org.apache.harmony.security.fortress.
Engine
;
38
// Used to access common
engine
functionality
39
private static final
Engine
ENGINE
= new
Engine
("ExemptionMechanism");
103
Engine
.SpiAndProvider sap =
ENGINE
.getInstance(algorithm, null);
167
Object spi =
ENGINE
.getInstance(algorithm, provider, null);
Mac.java
29
import org.apache.harmony.security.fortress.
Engine
;
38
//Used to access common
engine
functionality
39
private static final
Engine
ENGINE
= new
Engine
("Mac");
106
Engine
.SpiAndProvider sap =
ENGINE
.getInstance(algorithm, null);
168
Object spi =
ENGINE
.getInstance(algorithm, provider, null);
/system/media/wilhelm/tools/mphtogen/
mphtogen.c
57
_(
Engine
)
/libcore/luni/src/main/java/org/apache/harmony/security/fortress/
Engine.java
32
* classes. The usage pattern is to allocate static
Engine
instance
37
* internal {@code
Engine
} values to null to prevent memory leaks.
44
* private static final
Engine
ENGINE
= new
Engine
("Foo");
59
*
Engine
.SpiAndProvider sap =
ENGINE
.getInstance(algorithm, null);
64
* Object spi =
ENGINE
.getInstance(algorithm, provider, null);
72
public class
Engine
{
119
* Creates a
Engine
objec
[
all
...]
Services.java
90
Engine
.door.renumProviders();
169
for (String alias :
Engine
.door.getAliases(serv)) {
/external/llvm/test/FrontendC++/
2008-10-29-WrongOffset.cpp
5
template < int Dim, class T, class EngineTag > class
Engine
;
9
template < class
Engine
, class SubDomain > struct NewEngine
111
class PatchTag > struct NewEngine <
Engine
< Dim, T, MultiPatch < LayoutTag,
114
typedef
Engine
< Dim, T, MultiPatchView < LayoutTag, PatchTag,
118
int Dim2 > struct NewEngine <
Engine
< Dim, T, MultiPatchView < LayoutTag,
121
typedef
Engine
< Dim, T, MultiPatchView < LayoutTag, PatchTag,
125
class PatchTag > class
Engine
< Dim, T, MultiPatch < LayoutTag,
133
int Dim2 > class
Engine
< Dim, T, MultiPatchView < LayoutTag, PatchTag,
204
typedef
Engine
< Dim, T, EngineTag > Engine_t;
267
typedef
Engine
< dimensions, T, EngineTag > Engine_t
[
all
...]
/external/svox/pico/src/com/svox/pico/
EngineSettings.java
32
* Checks if the voice data for the SVOX Pico
Engine
is present on the
51
ArrayList<String> available = data.getStringArrayListExtra(TextToSpeech.
Engine
.EXTRA_AVAILABLE_VOICES);
52
ArrayList<String> unavailable = data.getStringArrayListExtra(TextToSpeech.
Engine
.EXTRA_UNAVAILABLE_VOICES);
/packages/wallpapers/Basic/src/com/android/wallpaper/
RenderScriptWallpaper.java
27
public
Engine
onCreateEngine() {
33
private class RenderScriptEngine extends
Engine
{
/packages/wallpapers/Galaxy4/src/com/android/galaxy4/
Galaxy4Wallpaper.java
32
public
Engine
onCreateEngine() {
36
private class RenderScriptEngine extends
Engine
{
/packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
HoloSpiralWallpaper.java
32
public
Engine
onCreateEngine() {
36
private class RenderScriptEngine extends
Engine
{
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
RenderScriptWallpaper.java
31
public
Engine
onCreateEngine() {
37
private class RenderScriptEngine extends
Engine
{
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/
RenderScriptWallpaper.java
31
public
Engine
onCreateEngine() {
37
private class RenderScriptEngine extends
Engine
{
/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamWallpaper.java
16
public
Engine
onCreateEngine() {
20
private class RenderScriptEngine extends
Engine
{
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h
10
// This file defines a meta-
engine
for path-sensitive dataflow analysis that
42
CoreEngine
Engine
;
77
/// The BugReporter associated with this
engine
. It is important that
90
Engine
.ExecuteWorkList(L, Steps, 0);
99
Engine
.ExecuteWorkListWithInitialState(L, Steps, InitState, Dst);
219
bool wasBlocksExhausted() const { return
Engine
.wasBlocksExhausted(); }
220
bool hasEmptyWorkList() const { return !
Engine
.getWorkList()->hasWork(); }
221
bool hasWorkRemaining() const { return
Engine
.hasWorkRemaining(); }
223
const CoreEngine &getCoreEngine() const { return
Engine
; }
Completed in 1161 milliseconds
1
2
3
4