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

1234567891011>>

/external/chromium_org/tools/clang/scripts/
H A Dposix-print-revision.py10 sys.exit(os.system(os.path.join(os.path.dirname(__file__), 'update.sh') +
/external/chromium_org/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/clang/test/Sema/
H A Dms-keyword-system-header.c7 #include <ms-keyword-system-header.h>
/external/clang/test/SemaCXX/
H A Darray-bounds-system-header.cpp2 #include <array-bounds-system-header.h>
/external/qemu/android/utils/
H A Dhost_bitness.c24 // Retrieves the path of the WOW64 system directory, which doesn't
51 return system("file -L \"$SHELL\" | grep -q \"x86[_-]64\"") == 0 ? 64 : 32;
/external/svox/pico/lang/
H A DPicoLangDeDeInSystem.mk2 # Installation of de-DE for the Pico TTS engine in the system image
10 external/svox/pico/lang/de-DE_gl0_sg.bin:system/tts/lang_pico/de-DE_gl0_sg.bin \
11 external/svox/pico/lang/de-DE_ta.bin:system/tts/lang_pico/de-DE_ta.bin
H A DPicoLangDefaultInSystem.mk10 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 DPicoLangEnGBInSystem.mk2 # Installation of en-GB for the Pico TTS engine in the system image
10 external/svox/pico/lang/en-GB_kh0_sg.bin:system/tts/lang_pico/en-GB_kh0_sg.bin \
11 external/svox/pico/lang/en-GB_ta.bin:system/tts/lang_pico/en-GB_ta.bin
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/chromium_org/mojo/embedder/
H A Dembedder.cc12 #include "mojo/system/channel.h"
13 #include "mojo/system/channel_endpoint.h"
14 #include "mojo/system/core.h"
15 #include "mojo/system/entrypoints.h"
16 #include "mojo/system/message_in_transit.h"
17 #include "mojo/system/message_pipe_dispatcher.h"
18 #include "mojo/system/platform_handle_dispatcher.h"
19 #include "mojo/system/raw_channel.h"
31 scoped_refptr<system::Channel> channel;
41 scoped_refptr<system
[all...]
/external/chromium_org/mojo/public/java/system/src/org/chromium/mojo/system/
H A DAsyncWaiter.java5 package org.chromium.mojo.system;
7 import org.chromium.mojo.system.Core.HandleSignals;
/external/clang/test/Analysis/
H A Dcxx-method-names.cpp6 void system(int); // taint checker
16 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
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dshow-pretty-diff67 system "$pathToPrettify " . quotemeta($inputPath) . " > $prettydiffPath";
70 system "open", $prettydiffPath;
72 system "cygstart",$prettydiffPath;
74 system "start", $prettydiffPath;
76 system "xdg-open", $prettydiffPath;
/external/chromium_org/tools/android/asan/
H A Dasan_device_setup.sh80 $ADB shell mv /system/bin/app_process.real /system/bin/app_process
81 $ADB shell rm /system/bin/asanwrapper
82 $ADB shell rm /system/lib/$ASAN_RT
117 echo '>> Remounting /system rw'
123 $ADB pull /system/bin/app_process "$TMPDIROLD"
124 $ADB pull /system/bin/app_process.real "$TMPDIROLD" || true
125 $ADB pull /system/bin/asanwrapper "$TMPDIROLD" || true
126 $ADB pull /system/lib/libclang_rt.asan-arm-android.so "$TMPDIROLD" || true
154 #!/system/bi
[all...]
/external/compiler-rt/lib/asan/scripts/
H A Dasan_device_setup80 $ADB shell mv /system/bin/app_process.real /system/bin/app_process
81 $ADB shell rm /system/bin/asanwrapper
82 $ADB shell rm /system/lib/$ASAN_RT
117 echo '>> Remounting /system rw'
123 $ADB pull /system/bin/app_process "$TMPDIROLD"
124 $ADB pull /system/bin/app_process.real "$TMPDIROLD" || true
125 $ADB pull /system/bin/asanwrapper "$TMPDIROLD" || true
126 $ADB pull /system/lib/libclang_rt.asan-arm-android.so "$TMPDIROLD" || true
154 #!/system/bi
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
H A Ddetection_unittest.py34 from webkitpy.common.system.filesystem_mock import MockFileSystem
35 from webkitpy.common.system.executive_mock import MockExecutive
36 from webkitpy.common.system.outputcapture import OutputCapture
/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...]
/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/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DHandleOwner.java7 import org.chromium.mojo.system.Handle;

Completed in 3219 milliseconds

1234567891011>>