Home
last modified time | relevance | path

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

1234

/external/bazelbuild-rules_android/rules/toolchains/emulator/
Dtoolchain.bzl15 """Defines the emulator_toolchain rule to allow configuring emulator binaries to use."""
18 doc = "Information used to launch a specific version of the emulator.",
20 "emulator": "A label for the emulator launcher executable at stable version.",
21 "emulator_deps": "Additional files required to launch the stable version of emulator.",
22 …"emulator_suffix": "An optional path suffix used to find emulator binary under the emulator label …
29 emulator = ctx.attr.emulator,
39 "emulator": attr.label(
DBUILD2 # Defines an emulator toolchain so that the emulator used for android_device
17 emulator = "@androidsdk//:emulator",
/external/bazelbuild-rules_android/toolchains/emulator/
DBUILD2 # Defines an emulator toolchain so that the emulator used for android_device
17 emulator = "@androidsdk//:emulator",
/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/perfetto/test/ci/
Dandroid_tests.sh22 tools/run_android_emulator --pid /tmp/emulator.pid -v &
34 test -f /tmp/emulator.pid && kill -9 $(cat /tmp/emulator.pid); true
/external/grpc-grpc-java/android-interop-testing/
DREADME.md14 Connect your Android device or start the emulator:
16 $ ./start-emulator.sh <AVD name> & ./wait-for-emulator.sh
41 Instrumentation tests must be run on a connected device or emulator. Run with the
/external/rust/crates/gdbstub/examples/armv4t/
DREADME.md3 An incredibly simple emulator to run elf binaries compiled with `arm-none-eabi-cc -march=armv4t`.
5 This emulator isn't based off any particular system -- it's moreso just a test-bed for showing off …
9 …ltiarch`) from the `test_bin` directory to automatically connect to the emulator + load debug symb…
/external/rust/crates/gdbstub/examples/armv4t_multicore/
DREADME.md3 An incredibly simple emulator to run elf binaries compiled with `arm-none-eabi-cc -march=armv4t`. U…
5 **Note:** The actual emulator's code is pretty sloppy, since it's just a contrived example to show …
7 …ltiarch`) from the `test_bin` directory to automatically connect to the emulator + load debug symb…
/external/skia/infra/skqp/docker/
DREADME.md9 This image has an Android emulator, the Android SDK and NDK installed on it.
29 # start an emulator
36 # attach to that emulator
/external/skqp/infra/skqp/docker/
DREADME.md9 This image has an Android emulator, the Android SDK and NDK installed on it.
29 # start an emulator
36 # attach to that emulator
/external/oss-fuzz/infra/build/functions/
Dtest_utils.py57 emulator,
80 '{} emulator did not get ready in time.'.format(emulator))
/external/webrtc/tools_webrtc/network_emulator/
Demulate.py154 emulator = network_emulator.NetworkEmulator(connection_config,
157 emulator.CheckPermissions()
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/angle/src/compiler/translator/
DBuiltInFunctionEmulator.cpp19 BuiltInFunctionEmulationMarker(BuiltInFunctionEmulator &emulator) in BuiltInFunctionEmulationMarker() argument
20 : TIntermTraverser(true, false, false), mEmulator(emulator) in BuiltInFunctionEmulationMarker()
/external/bazelbuild-rules_android/
DWORKSPACE3 register_toolchains("//android/toolchains/emulator:all")
/external/perfetto/docs/quickstart/
Dheap-profiling.md23 If more than one device or emulator is reported you must select one upfront as follows:
52 If more than one device or emulator is reported you must select one upfront as follows:
/external/gemmlowp/scripts/
Dci-test.sh4 android-wait-for-emulator
Dci-before.sh6 emulator -avd test -no-audio -no-window &
/external/perfetto/buildtools/
D.gitignore14 emulator/
/external/grpc-grpc/src/android/test/interop/
DREADME.md30 requires an emulator already running on your computer.
/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/rust/crates/gdbstub/
DREADME.md102 …- [clicky](https://github.com/daniel5151/clicky/) - An emulator for classic clickwheel iPods (du…
103 …g](https://github.com/michelhe/rustboyadvance-ng/) - Nintendo GameBoy Advance emulator and debugger
104 …- [ts7200](https://github.com/daniel5151/ts7200/) - An emulator for the TS-7200, a somewhat besp…
105 …- [microcorruption-emu](https://github.com/sapir/microcorruption-emu) - msp430 emulator for the …
118 - An incredibly simple ARMv4T-based system emulator with `gdbstub` support.
125 …t/armv4t_multicore` examples, this project does _not_ include a working emulator, and stubs-out al…
/external/compiler-rt/test/
Dlit.common.configured.in27 set_default("emulator", "@COMPILER_RT_EMULATOR@")
/external/oboe/apps/OboeTester/docs/
DBuild.md11 * Android device or emulator

1234