OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pico
(Results
26 - 50
of
161
) sorted by null
1
2
3
4
5
6
7
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/
phrtab.utf
13
! bound set (predicted by the DT)
Pico
22
! these values match the consts in the
Pico
application
/external/svox/pico/src/com/svox/pico/
CheckVoiceData.java
17
package com.svox.
pico
;
31
* Checks if the voice data for the SVOX
Pico
Engine is present on the
37
// in external/svox/
pico
/tts/com_svox_picottsengine.cpp
EngineSettings.java
17
package com.svox.
pico
;
32
* Checks if the voice data for the SVOX
Pico
Engine is present on the
36
private final static String MARKET_URI_START = "market://search?q=pname:com.svox.
pico
.voice.";
LangPackUninstaller.java
16
package com.svox.
pico
;
GetSampleText.java
17
package com.svox.
pico
;
VoiceDataInstallerReceiver.java
16
package com.svox.
pico
;
/external/svox/pico/src/com/svox/pico/providers/
SettingsProvider.java
16
package com.svox.
pico
.providers;
31
* the location of the data files for the
Pico
engine which live under
/external/svox/PicoLangInstallerDeuDeu/
AndroidManifest.xml
3
package="com.svox.
pico
.voice.deu.deu"
/external/svox/PicoLangInstallerEngGbr/
AndroidManifest.xml
3
package="com.svox.
pico
.voice.eng.gbr"
/external/svox/PicoLangInstallerEngUsa/
AndroidManifest.xml
3
package="com.svox.
pico
.voice.eng.usa"
/external/svox/PicoLangInstallerFraFra/
AndroidManifest.xml
3
package="com.svox.
pico
.voice.fra.fra"
/external/svox/PicoLangInstallerItaIta/
AndroidManifest.xml
3
package="com.svox.
pico
.voice.ita.ita"
/external/svox/PicoLangInstallerSpaEsp/
AndroidManifest.xml
3
package="com.svox.
pico
.voice.spa.esp"
/external/svox/pico/
AndroidManifest.xml
16
package="com.svox.
pico
" android:versionCode="1" android:versionName="1.0">
75
<activity android:enabled="true" android:name=".
Pico
"
80
<category android:name="android.intent.category.tts_engine.
PICO
" />
92
android:authorities="com.svox.
pico
.providers.SettingsProvider" />
/external/svox/pico/lib/
picoapi.c
41
#define MAGIC_MASK 0x5069636F /*
Pico
*/
137
* pico_initialize : initializes the
pico
system private memory
155
* pico_terminate : deallocates the
pico
system private memory
304
* pico_loadResource : Loads a resource file into the
Pico
system
338
* pico_unloadResource : unLoads a resource file from the
Pico
system
499
* pico_newEngine : Creates and initializes a new
Pico
engine
502
* @param *outEngine : pointer to the
Pico
engine handle
546
* pico_disposeEngine : Disposes a
Pico
engine
548
* @param *inoutEngine : pointer to the
Pico
engine handle
584
* pico_putTextUtf8 : Puts UTF8 text into
Pico
text input buffe
[
all
...]
picofftsg.h
19
* include file for FFT/DCT related data types, constants and functions in
Pico
picodbg.h
20
* Provides functions and macros to debug the
Pico
system and to trace
33
* <b>
Pico
Debug Support </b>\n
37
* This module provides a set of macros to help debug the
Pico
system.
43
* this module violates a basic
Pico
design principle!
55
*
Pico
system would require a pointer to some global data;
80
* - Warn - Warnings which don't appear to the
Pico
user
picoextapi.h
50
/* Unicode encodings supported by
PICO
. */
89
/* Returns version information of the current
Pico
engine. */
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/ratio/
typedefs.pass.cpp
18
static_assert(std::
pico
::num == 1 && std::
pico
::den == 1000000000000ULL, "");
/build/target/product/
full_base.mk
59
$(call inherit-product-if-exists, external/svox/
pico
/lang/all_pico_languages.mk)
/external/svox/pico_resources/tools/LingwareBuilding/
Readme.txt
2
!
Pico
Lingware building tools and sources
/external/svox/PicoLangInstallerDeuDeu/src/com/svox/pico/voice/deu/deu/
InstallerActivity.java
1
package com.svox.
pico
.voice.deu.deu;
35
getRootDirectoryIntent.setClassName("com.svox.
pico
", "com.svox.
pico
.CheckVoiceData");
/external/svox/PicoLangInstallerEngGbr/src/com/svox/pico/voice/eng/gbr/
InstallerActivity.java
1
package com.svox.
pico
.voice.eng.gbr;
35
getRootDirectoryIntent.setClassName("com.svox.
pico
", "com.svox.
pico
.CheckVoiceData");
/external/svox/PicoLangInstallerEngUsa/src/com/svox/pico/voice/eng/usa/
InstallerActivity.java
1
package com.svox.
pico
.voice.eng.usa;
35
getRootDirectoryIntent.setClassName("com.svox.
pico
", "com.svox.
pico
.CheckVoiceData");
/external/svox/PicoLangInstallerFraFra/src/com/svox/pico/voice/fra/fra/
InstallerActivity.java
1
package com.svox.
pico
.voice.fra.fra;
35
getRootDirectoryIntent.setClassName("com.svox.
pico
", "com.svox.
pico
.CheckVoiceData");
Completed in 307 milliseconds
1
2
3
4
5
6
7