Searched refs:emulator (Results 1 – 25 of 89) sorted by relevance
1234
/external/bazelbuild-rules_android/rules/toolchains/emulator/ |
D | toolchain.bzl | 15 """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(
|
D | BUILD | 2 # Defines an emulator toolchain so that the emulator used for android_device 17 emulator = "@androidsdk//:emulator",
|
/external/bazelbuild-rules_android/toolchains/emulator/ |
D | BUILD | 2 # Defines an emulator toolchain so that the emulator used for android_device 17 emulator = "@androidsdk//:emulator",
|
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/ |
D | Application.vcp | 6 # 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/ |
D | android_tests.sh | 22 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/ |
D | README.md | 14 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/ |
D | README.md | 3 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/ |
D | README.md | 3 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/ |
D | README.md | 9 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/ |
D | README.md | 9 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/ |
D | test_utils.py | 57 emulator, 80 '{} emulator did not get ready in time.'.format(emulator))
|
/external/webrtc/tools_webrtc/network_emulator/ |
D | emulate.py | 154 emulator = network_emulator.NetworkEmulator(connection_config, 157 emulator.CheckPermissions() 169 emulator.Emulate(external_ip)
|
/external/smali/smali-integration-tests/src/test/smali/junit-tests/ |
D | TestSuite.smali | 7 #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/ |
D | BuiltInFunctionEmulator.cpp | 19 BuiltInFunctionEmulationMarker(BuiltInFunctionEmulator &emulator) in BuiltInFunctionEmulationMarker() argument 20 : TIntermTraverser(true, false, false), mEmulator(emulator) in BuiltInFunctionEmulationMarker()
|
/external/bazelbuild-rules_android/ |
D | WORKSPACE | 3 register_toolchains("//android/toolchains/emulator:all")
|
/external/perfetto/docs/quickstart/ |
D | heap-profiling.md | 23 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/ |
D | ci-test.sh | 4 android-wait-for-emulator
|
D | ci-before.sh | 6 emulator -avd test -no-audio -no-window &
|
/external/perfetto/buildtools/ |
D | .gitignore | 14 emulator/
|
/external/grpc-grpc/src/android/test/interop/ |
D | README.md | 30 requires an emulator already running on your computer.
|
/external/smali/examples/HelloWorld/ |
D | HelloWorld.smali | 4 #To assemble and run this on a phone or emulator:
|
/external/autotest/server/site_tests/firmware_FlashServoKeyboardMap/ |
D | control | 17 For using the keyboard emulator atmega chip on the servo v3, the keyboard
|
/external/rust/crates/gdbstub/ |
D | README.md | 102 …- [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/ |
D | lit.common.configured.in | 27 set_default("emulator", "@COMPILER_RT_EMULATOR@")
|
/external/oboe/apps/OboeTester/docs/ |
D | Build.md | 11 * Android device or emulator
|
1234