Searched refs:system (Results 226 - 250 of 1077) sorted by relevance

1234567891011>>

/external/chromium_org/components/cronet/tools/
H A Dcr_cronet.py16 return os.system(command)
/external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DInterface.java7 import org.chromium.mojo.system.Core;
8 import org.chromium.mojo.system.MessagePipeHandle;
9 import org.chromium.mojo.system.MojoException;
10 import org.chromium.mojo.system.Pair;
/external/chromium_org/mojo/public/java/system/src/org/chromium/mojo/system/
H A DPair.java5 package org.chromium.mojo.system;
/external/chromium_org/mojo/python/system/mojo/
H A Dembedder.pyx9 from mojo import system namespace
41 system.SetSystemThunks(<uintptr_t>(&thunks))
/external/chromium_org/mojo/system/
H A Dchannel_endpoint.h12 #include "mojo/system/message_in_transit.h"
13 #include "mojo/system/message_in_transit_queue.h"
14 #include "mojo/system/system_impl_export.h"
17 namespace system { namespace in namespace:mojo
186 } // namespace system
H A Dmapping_table.cc5 #include "mojo/system/mapping_table.h"
9 #include "mojo/system/constants.h"
12 namespace system { namespace in namespace:mojo
46 } // 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/memory.h"
19 #include "mojo/system/message_in_transit.h"
20 #include "mojo/system/system_impl_export.h"
23 namespace system { namespace in namespace:mojo
86 } // 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
58 } // namespace system
H A Dsimple_dispatcher.cc5 #include "mojo/system/simple_dispatcher.h"
10 namespace system { namespace in namespace:mojo
60 } // 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/layout_tests/port/
H A Dbrowser_test_driver_unittest.py31 from webkitpy.common.system.systemhost_mock import MockSystemHost
/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.py31 from webkitpy.common.system.outputcapture import OutputCapture
/external/chromium_org/third_party/opus/
H A Dconvert_rtcd_assembler.py49 return os.system(cmd)
/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/chromium_org/v8/tools/
H A Dcpu.sh6 CPUPATH=/sys/devices/system/cpu
/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

Completed in 3993 milliseconds

1234567891011>>