Searched refs:system (Results 201 - 225 of 1011) sorted by relevance

1234567891011>>

/external/chromium_org/mojo/system/
H A Dlocal_message_pipe_endpoint.h10 #include "mojo/system/handle_signals_state.h"
11 #include "mojo/system/message_in_transit_queue.h"
12 #include "mojo/system/message_pipe_endpoint.h"
13 #include "mojo/system/system_impl_export.h"
14 #include "mojo/system/waiter_list.h"
17 namespace system { namespace in namespace:mojo
60 } // namespace system
H A Dmapping_table.cc5 #include "mojo/system/mapping_table.h"
8 #include "mojo/system/constants.h"
9 #include "mojo/system/raw_shared_buffer.h"
12 namespace system { namespace in namespace:mojo
47 } // namespace system
H A Dmemory.h10 #include "mojo/public/c/system/macros.h"
11 #include "mojo/system/system_impl_export.h"
14 namespace system { namespace in namespace:mojo
53 } // namespace system
H A Dmessage_in_transit_queue.h12 #include "mojo/system/message_in_transit.h"
13 #include "mojo/system/system_impl_export.h"
16 namespace system { namespace in namespace:mojo
66 } // namespace system
H A Dmessage_pipe_endpoint.h15 #include "mojo/public/c/system/message_pipe.h"
16 #include "mojo/public/c/system/types.h"
17 #include "mojo/system/dispatcher.h"
18 #include "mojo/system/message_in_transit.h"
19 #include "mojo/system/system_impl_export.h"
22 namespace system { namespace in namespace:mojo
90 } // namespace system
H A Dplatform_handle_dispatcher.h10 #include "mojo/system/simple_dispatcher.h"
11 #include "mojo/system/system_impl_export.h"
14 namespace system { namespace in namespace:mojo
61 } // namespace system
H A Dwaiter_list.h13 #include "mojo/public/c/system/types.h"
14 #include "mojo/system/system_impl_export.h"
17 namespace system { namespace in namespace:mojo
55 } // namespace system
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
H A Dmake-hosted110 system("cp resources/sunspider-analyze-results.js hosted");
111 system("cp resources/sunspider-compare-results.js hosted");
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
H A Dlayouttestresults_unittest.py32 from webkitpy.common.system.outputcapture import OutputCapture
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Doutputcapture_unittest.py26 from webkitpy.common.system.outputcapture import OutputCapture
H A Dworkspace.py35 from webkitpy.common.system.executive import ScriptError
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
H A Dabstractsequencedcommand.py31 from webkitpy.common.system.executive import ScriptError
H A Dcommandtest.py29 from webkitpy.common.system.outputcapture import OutputCapture
/external/chromium_org/third_party/openssl/openssl/android.testssl/
H A Dtestssl13 ssltest="adb shell /system/bin/ssltest -key $key -cert $cert -c_key $key -c_cert $cert"
15 if adb shell /system/bin/openssl x509 -in $cert -text -noout | fgrep 'DSA Public Key' >/dev/null; then
128 for cipher in `adb shell /system/bin/openssl ciphers "RSA+$protocol" | tr ':' ' '`; do
144 if [ `adb shell /system/bin/openssl no-dh` = no-dh ]; then
151 if [ `adb shell /system/bin/openssl no-rsa` = no-dh ]; then
155 adb shell /system/bin/ssltest -v -bio_pair -tls1 -cert /sdcard/android.testssl/server2.pem -no_dhe -no_ecdhe -num 10 -f -time $extra || exit 1
157 if [ `adb shell /system/bin/openssl no-dh` = no-dh ]; then
161 adb shell /system/bin/ssltest -v -bio_pair -tls1 -cert /sdcard/android.testssl/server2.pem -dhe1024dsa -num 10 -f -time $extra || exit 1
171 if adb shell /system/bin/openssl no-srp; then
/external/chromium_org/third_party/skia/platform_tools/android/bin/
H A Dandroid_gdb_apk25 adb_pull_if_needed /system/bin/app_process $GDB_TMP_DIR
26 adb_pull_if_needed /system/lib/libc.so $GDB_TMP_DIR
/external/chromium_org/tools/cr/cr/commands/
H A Dshell.py24 If no arguments are present, this launches an interactive system
45 print 'Don\'t know how to run a shell on this system'
/external/conscrypt/src/compat/java/dalvik/system/
H A DBlockGuard.java17 package dalvik.system;
27 Class<?> c_closeGuard = cl.loadClass("dalvik.system.BlockGuard");
32 Class<?> c_policy = cl.loadClass("dalvik.system.BlockGuard.Policy");
/external/deqp/scripts/
H A Dcppcheck.py135 os.system('"%s"' % command) # Double-quotes needed for some reason
/external/lldb/examples/customization/pwd-cd-and-system/
H A Dutils.py36 def system(debugger, command_line, result, dict): function
/external/openssl/android.testssl/
H A Dtestssl13 ssltest="adb shell /system/bin/ssltest -key $key -cert $cert -c_key $key -c_cert $cert"
15 if adb shell /system/bin/openssl x509 -in $cert -text -noout | fgrep 'DSA Public Key' >/dev/null; then
128 for cipher in `adb shell /system/bin/openssl ciphers "RSA+$protocol" | tr ':' ' '`; do
144 if [ `adb shell /system/bin/openssl no-dh` = no-dh ]; then
151 if [ `adb shell /system/bin/openssl no-rsa` = no-dh ]; then
155 adb shell /system/bin/ssltest -v -bio_pair -tls1 -cert /sdcard/android.testssl/server2.pem -no_dhe -no_ecdhe -num 10 -f -time $extra || exit 1
157 if [ `adb shell /system/bin/openssl no-dh` = no-dh ]; then
161 adb shell /system/bin/ssltest -v -bio_pair -tls1 -cert /sdcard/android.testssl/server2.pem -dhe1024dsa -num 10 -f -time $extra || exit 1
171 if adb shell /system/bin/openssl no-srp; then
/external/qemu/distrib/sdl-1.2.15/src/main/qtopia/
H A DSDL_qtopia_main.cc24 system(cmd.latin1());
/external/skia/platform_tools/android/bin/
H A Dandroid_gdb_apk25 adb_pull_if_needed /system/bin/app_process $GDB_TMP_DIR
26 adb_pull_if_needed /system/lib/libc.so $GDB_TMP_DIR
/external/valgrind/main/coregrind/
H A Dlink_tool_exe_darwin.in23 # the build system would have done, left to itself
175 my $r = system("$cmd");
190 $r = system("$cmd");
/external/yaffs2/yaffs2/
H A DKconfig2 # YAFFS file system configurations
6 tristate "YAFFS2 file system support"
12 YAFFS2, or Yet Another Flash Filing System, is a filing system
15 To compile the YAFFS2 file system support as a module, choose M here:
68 system type. With this, you can say "yaffs" and yaffs or yaffs2
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dsvn-apply140 system("svn", "update", "-r", $version, $escapedFile) == 0 or die "Failed to run svn update -r $version $escapedFile.";
364 system("svn", "stat", "$escapedFullPath") if isSVN() && -e "$fullPath.orig";
434 system("svn", "copy", $escapedSource, $escapedDestination) == 0 or die "Failed to svn copy $escapedSource $escapedDestination.";
436 system("cp", $source, $destination) == 0 or die "Failed to copy $source $destination.";
437 system("git", "add", $destination) == 0 or die "Failed to git add $destination.";
446 system("svn", "add", $escapedPath) == 0 or die "Failed to svn add $escapedPath.";
448 system("git", "add", $path) == 0 or die "Failed to git add $path.";
473 system("git", "rm", "--force", "--ignore-unmatch", $path) == 0 or die "Failed to git rm --force --ignore-unmatch $path.";

Completed in 590 milliseconds

1234567891011>>