Home
last modified time | relevance | path

Searched refs:emulator (Results 1 – 25 of 37) sorted by relevance

12

/external/libchrome/sandbox/linux/bpf_dsl/
Dbpf_dsl_unittest.cc137 PolicyEmulator emulator(golden::kBasicPolicy, BasicPolicy()); in TEST() local
139 emulator.ExpectErrno(EPERM, FakeSyscall(__NR_getpgid, 0)); in TEST()
140 emulator.ExpectErrno(EINVAL, FakeSyscall(__NR_getpgid, 1)); in TEST()
142 emulator.ExpectAllow(FakeSyscall(__NR_setuid, 42)); in TEST()
143 emulator.ExpectKill(FakeSyscall(__NR_setuid, 43)); in TEST()
169 PolicyEmulator emulator(golden::kBooleanLogicPolicy, BooleanLogicPolicy()); in TEST() local
174 emulator.ExpectErrno( in TEST()
176 emulator.ExpectErrno( in TEST()
180 emulator.ExpectErrno( in TEST()
182 emulator.ExpectErrno(EINVAL, FakeSyscall(__NR_socketpair, AF_UNIX, in TEST()
[all …]
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/
DApplication.vcp6 # TARGTYPE "Win32 (WCE emulator) Application" 0xa601
8 CFG=Application - Win32 (WCE emulator) Debug
17 !MESSAGE NMAKE /f "Application.vcn" CFG="Application - Win32 (WCE emulator) Debug"
21 !MESSAGE "Application - Win32 (WCE emulator) Release" (based on "Win32 (WCE emulator) Application")
22 !MESSAGE "Application - Win32 (WCE emulator) Debug" (based on "Win32 (WCE emulator) Application")
33 !IF "$(CFG)" == "Application - Win32 (WCE emulator) Release"
67 !ELSEIF "$(CFG)" == "Application - Win32 (WCE emulator) Debug"
172 # Name "Application - Win32 (WCE emulator) Release"
173 # Name "Application - Win32 (WCE emulator) Debug"
183 !IF "$(CFG)" == "Application - Win32 (WCE emulator) Release"
[all …]
/external/autotest/client/site_tests/cellular_Signal/
Dcellular_Signal.py87 env.emulator.ClearErrors()
99 env.emulator.SetPower(cellular.Power.OFF)
107 env.emulator.SetPower(cellular.Power.DEFAULT)
115 env.emulator.Stop()
124 env.emulator.SetTechnology(tech)
125 env.emulator.Start()
/external/autotest/client/site_tests/cellular_Throughput/
Dcellular_Throughput.py33 env.emulator.ClearErrors()
39 env.emulator.LogStats()
40 env.emulator.ResetDataCounters()
49 env.emulator.GetDataCounters()
/external/autotest/client/cros/cellular/
Denvironment.py35 self.emulator = None
42 if self.emulator:
43 self.emulator.Close()
47 (self.emulator, self.verifier) = emulator_config.StartDefault(
Dcell_tools_test_on_chromebook.py58 env.emulator.ClearErrors()
88 env.emulator.ClearErrors()
/external/valgrind/
DREADME.android15 Android 4.0.3 running on android arm emulator.
16 Android 4.1 running on android emulator.
20 Android 4.0.3 running on android x86 emulator.
23 Android 4.1.2 running on android mips emulator.
24 Android 4.2.2 running on android mips emulator.
25 Android 4.3 running on android mips emulator.
42 For the android emulator, the versions needed and how to install
109 # note: on android emulator, android-14 platform was also tested and works.
173 # (1) if you are running on the Android emulator, Valgrind may crash
174 # at startup. This is because the emulator (for ARM) may not be
DREADME.android_emulator2 How to install and run an android emulator.
54 # Start your android emulator (it takes some time).
60 # Once the emulator is ready, push your Valgrind to the emulator:
/external/webrtc/tools/network_emulator/
Demulate.py154 emulator = network_emulator.NetworkEmulator(connection_config,
157 emulator.check_permissions()
169 emulator.emulate(external_ip)
/external/smali/smali-integration-tests/src/test/smali/junit-tests/
DTestSuite.smali7 #device/emulator, and then zip up the classes.dex containing this class
8 #and all of the tests and push that to the device/emulator.
/external/r8/scripts/
Daosp_helper.sh22 emulator "$@" &
/external/gemmlowp/scripts/
Dci-test.sh4 android-wait-for-emulator
Dci-before.sh6 emulator -avd test -no-audio -no-window &
/external/curl/packages/Symbian/
Dreadme.txt27 When starting curl in the Windows emulator from the Windows command-line,
34 stderr goes to the epocwind.out file (on the emulator). The standard
59 and limitations on the Windows emulator.
/external/autotest/client/site_tests/cellular_Smoke/
Dcellular_Smoke.py52 env.emulator.ClearErrors()
/external/smali/examples/HelloWorld/
DHelloWorld.smali4 #To assemble and run this on a phone or emulator:
/external/autotest/server/site_tests/firmware_FlashServoKeyboardMap/
Dcontrol17 For using the keyboard emulator atmega chip on the servo v3, the keyboard
/external/autotest/server/site_tests/brillo_StorageWriteSpeedTest/
Dcontrol.EmulatorTest15 Tests whether a Brillo emulator's storage can be written to faster than
/external/chromium-trace/catapult/devil/docs/
Dadb_wrapper.md325 Runs an emulator console command.
327 See http://developer.android.com/tools/devices/emulator.html#console
330 cmd: The command to run on the emulator console.
335 The output of the emulator console command.
/external/compiler-rt/test/
Dlit.common.configured.in27 set_default("emulator", "@COMPILER_RT_EMULATOR@")
Dlit.common.cfg85 config.substitutions.append( ('%run', config.emulator) )
/external/autotest/docs/
Dtest-droid.md74 emulator-5554 device
77 $ ./site_utils/test_droid.py -s emulator-5554,7d52318 testbed_DummyTest
/external/boringssl/src/util/bot/
DUPDATING61 https://software.intel.com/en-us/articles/intel-software-development-emulator,
/external/libogg/
DREADME92 windows emulator.
/external/libvncserver/webclients/novnc/
DREADME.md75 a WebSockets emulator using Adobe Flash. iOS 4.2+ has built-in

12