Searched refs:system (Results 26 - 50 of 685) sorted by relevance

1234567891011>>

/external/svox/pico/lang/
H A DPicoLangEnUsInSystem.mk2 # Installation of en-US for the Pico TTS engine in the system image
10 external/svox/pico/lang/en-US_lh0_sg.bin:system/tts/lang_pico/en-US_lh0_sg.bin \
11 external/svox/pico/lang/en-US_ta.bin:system/tts/lang_pico/en-US_ta.bin
H A DPicoLangEsEsInSystem.mk2 # Installation of es-ES for the Pico TTS engine in the system image
10 external/svox/pico/lang/es-ES_zl0_sg.bin:system/tts/lang_pico/es-ES_zl0_sg.bin \
11 external/svox/pico/lang/es-ES_ta.bin:system/tts/lang_pico/es-ES_ta.bin
H A DPicoLangFrFrInSystem.mk2 # Installation of fr-FR for the Pico TTS engine in the system image
10 external/svox/pico/lang/fr-FR_nk0_sg.bin:system/tts/lang_pico/fr-FR_nk0_sg.bin \
11 external/svox/pico/lang/fr-FR_ta.bin:system/tts/lang_pico/fr-FR_ta.bin
H A DPicoLangItItInSystem.mk2 # Installation of it-IT for the Pico TTS engine in the system image
10 external/svox/pico/lang/it-IT_cm0_sg.bin:system/tts/lang_pico/it-IT_cm0_sg.bin \
11 external/svox/pico/lang/it-IT_ta.bin:system/tts/lang_pico/it-IT_ta.bin
/external/v8/test/mjsunit/
H A Dd8-os.js29 // only does non-trivial work on Unix since os.system() is not currently
56 if (this.os && os.system) {
61 os.system("ls", [TEST_DIR]);
62 os.system("rm", ["-r", TEST_DIR]);
68 os.system('ls', [TEST_DIR]);
74 os.system('ls', [TEST_DIR + '/dir/foo']);
76 assertThrows("os.system('ls', [TEST_DIR + '/dir/bar']);", "dir not there");
79 os.system("ls", [TEST_DIR + "/dir2/foo"]);
85 os.system("ls", [TEST_DIR + "/dir3"]);
87 os.system("s
[all...]
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dplatforminfo.py37 if platform.system() == "Darwin":
/external/clang/test/Analysis/
H A Dcxx-method-names.cpp5 void system(int); // taint checker
15 E.system(0);
/external/srec/config/en.us/
H A Dadb_pull_system_usr_srec_liveaudio.sh3 export TESTDIR=/system/usr/srec
H A Drun-liveaudio.sh0 /system/bin/SRecTestAudio -parfile baseline11k.par -tcp tcp/recognize_10_live.tcp
H A Drun-change-sample-rate2.sh0 /system/bin/SRecTest -parfile baseline11k.par -tcp tcp/change_sample_rate2.tcp -datapath wave/ >out_SHIP_change_sample_rate2.txt 2>&1
H A Drun-set-get-param.sh0 /system/bin/SRecTest -parfile baseline11k.par -tcp tcp/set_get_param.tcp -datapath wave/ >out_SHIP_set_get_param.txt 2>&1
/external/webkit/Tools/BuildSlaveSupport/gtk/pulseaudio/
H A Drun21 exec /usr/bin/pulseaudio --system \
/external/webkit/Tools/Scripts/
H A Dgenerate-project-files38 system("python", "Source/gyp/configure", @ARGV) == 0 or die "Failed to run Source/gyp/configure";
H A Dshow-pretty-diff67 system "$pathToPrettify $inputPath > $prettydiffPath";
70 system "open", $prettydiffPath;
72 system "cygstart",$prettydiffPath;
74 system "start", $prettydiffPath;
H A Dupdate-webkit-auxiliary-libs40 system("perl", $command, $auxiliaryLibsURL, "win") == 0 or die;
H A Dupdate-webkit-wincairo-libs40 system("perl", $command, $winCairoLibsURL, ".") == 0 or die;
/external/openssh/
H A Dstart-ssh0 #!/system/bin/sh
12 DEFAULT_AUTHORIZED_KEYS=/system/etc/security/authorized_keys.default
21 /system/bin/ssh-keygen -t rsa -f $RSA_KEY -N ""
33 /system/bin/logwrapper /system/bin/sshd -f /system/etc/ssh/sshd_config -D -d
36 /system/bin/sshd -f /system/etc/ssh/sshd_config -D
/external/svox/pico/lib/
H A Dpicoapi.h37 The SVOX Pico 'system' is the entity that manages data common to all
40 system level take a 'pico_System' handle as the first parameter.
77 Pico system may be initialized and terminated multiple times. This may
139 /* Handle types (opaque) for Pico system, resource, engine ************/
200 Initializes the Pico system and returns its handle in 'outSystem'.
202 in number of bytes that the Pico system will use. The minimum size
205 Pico system. This function must be called before any other API
216 Terminates the Pico system. Lingware resources still being loaded
218 'pico_initialize' is released. The system handle becomes
222 the system
[all...]
H A Dpicoapi.c54 int is_valid_system_handle(pico_System system) argument
56 return (system != NULL) && CHECK_MAGIC_NUMBER(system);
76 pico_System *system
89 } else if (system == NULL) {
124 *system = sys;
128 if (system != NULL) {
129 *system = NULL;
137 * pico_initialize : initializes the pico system private memory
140 * @param system
201 pico_getSystemStatusMessage( pico_System system, pico_Status errCode, pico_Retstring outMessage ) argument
241 pico_getNrSystemWarnings( pico_System system, pico_Int32 *outNrOfWarnings ) argument
273 pico_getSystemWarning( pico_System system, const pico_Int32 warningIndex, pico_Status *outCode, pico_Retstring outMessage ) argument
313 pico_loadResource( pico_System system, const pico_Char *lingwareFileName, pico_Resource *outLingware ) argument
346 pico_unloadResource( pico_System system, pico_Resource *inoutLingware ) argument
382 pico_getResourceName( pico_System system, pico_Resource resource, pico_Retstring outName) argument
407 pico_createVoiceDefinition( pico_System system, const pico_Char *voiceName ) argument
438 pico_addResourceToVoiceDefinition( pico_System system, const pico_Char *voiceName, const pico_Char *resourceName ) argument
473 pico_releaseVoiceDefinition( pico_System system, const pico_Char *voiceName ) argument
508 pico_newEngine( pico_System system, const pico_Char *voiceName, pico_Engine *outEngine ) argument
554 pico_disposeEngine( pico_System system, pico_Engine *inoutEngine ) argument
[all...]
H A Dpicoextapi.h111 pico_System system,
119 pico_System system,
127 pico_System system,
135 pico_System system,
/external/openssl/apps/
H A DCA.pl.in71 system ("$REQ -new -x509 -keyout newkey.pem -out newcert.pem $DAYS");
76 system ("$REQ -new -keyout newkey.pem -out newreq.pem $DAYS");
81 system ("$REQ -new -nodes -keyout newkey.pem -out newreq.pem $DAYS");
114 system ("$REQ -new -keyout " .
116 system ("$CA -create_serial " .
127 system ("$PKCS12 -in newcert.pem -inkey newkey.pem " .
134 system ("$CA -policy policy_anything -infiles newreq.pem");
137 system ("$CA -policy policy_anything -out newcert.pem " .
142 system ("$CA -policy policy_anything -out newcert.pem " .
147 system ("
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/system/
H A DPlatform.java1 package com.jme3.system;
H A DSystemListener.java33 package com.jme3.system;
/external/webkit/Tools/BuildSlaveSupport/win/
H A Dkill-old-processes55 os.system("taskkill /t /f /im " + task)
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dconfig_standalone.py47 from webkitpy.common.system import executive
48 from webkitpy.common.system import executive_mock
49 from webkitpy.common.system import filesystem
50 from webkitpy.common.system import filesystem_mock

Completed in 627 milliseconds

1234567891011>>