HomeSort by relevance Sort by last modified time
    Searched refs:Ctrl (Results 1 - 25 of 29) sorted by null

1 2

  /external/clang/test/SemaTemplate/
instantiate-invalid.cpp 29 template<class Rasterizer, class Scanline, class Renderer, class Ctrl>
30 void render_ctrl(Rasterizer& ras, Scanline& sl, Renderer& r, Ctrl& c)
  /external/walt/docs/
ChromeOS.md 23 This continuously displays readings from WALT's sensors (press Ctrl-C to stop):
42 The script will respond with `Listening on port 50007`. It can be stopped by pressing Ctrl-C. At this point you should be able to use the WALT Android app as if it's running on a regular Android device. If you reset or reconnect the WALT device, you'll need to re-run the script (no need to re-run the iptables command).
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/
XenonSdhci.c 128 UINT32 Ctrl = 0;
167 SdMmcHcRwMmio (PciIo, SD_BAR_INDEX, SDHC_SLOT_eMMC_CTRL, TRUE, SDHC_REG_SIZE_4B, &Ctrl);
168 Ctrl |= Vccq;
169 SdMmcHcRwMmio (PciIo, SD_BAR_INDEX, SDHC_SLOT_eMMC_CTRL, FALSE, SDHC_REG_SIZE_4B, &Ctrl);
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/DwMmcHcDxe/
DwMmcHci.c 963 UINT32 Ctrl;
969 Ctrl = DW_MMC_CTRL_DMA_RESET;
970 Status = DwMmcHcRwMmio (PciIo, Trb->Slot, DW_MMC_CTRL, FALSE, sizeof (Ctrl), &Ctrl);
979 sizeof (Ctrl),
996 Ctrl = DW_MMC_CTRL_IDMAC_EN;
997 Status = DwMmcHcOrMmio (PciIo, Trb->Slot, DW_MMC_CTRL, sizeof (Ctrl), &Ctrl);
1021 UINT32 Ctrl;
1027 Status = DwMmcHcRwMmio (PciIo, Trb->Slot, DW_MMC_CTRL, TRUE, sizeof (Ctrl), &Ctrl);
    [all...]
  /external/libpng/projects/visualc71/
README_zlib.txt 21 2) Display the Solution Explorer view (Ctrl+Alt+L)
36 6) Select "Build | Build Solution (Ctrl-Shift-B)"
  /external/wpa_supplicant_8/wpa_supplicant/
eapol_test.py 25 self.ctrl = wpaspy.Ctrl(os.path.join(wpas_ctrl, ifname))
26 if "PONG" not in self.ctrl.request("PING"):
28 self.mon = wpaspy.Ctrl(os.path.join(wpas_ctrl, ifname))
56 return self.ctrl.request(cmd, timeout=timeout)
97 ev = et.wait_event(["CTRL-EVENT-CONNECTED", "CTRL-EVENT-EAP-FAILURE"])
98 if ev is None or "CTRL-EVENT-CONNECTED" not in ev:
111 parser.add_argument('--ctrl', help='control interface directory')
121 if args.ctrl
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/examples/
dpp-qrcode.py 35 for ctrl in ifaces:
37 wpas = wpaspy.Ctrl(ctrl)
p2p-nfc.py 64 for ctrl in ifaces:
66 if ifname not in ctrl:
69 print("Trying to use control interface " + ctrl)
70 wpas = wpaspy.Ctrl(ctrl)
wps-nfc.py 57 for ctrl in ifaces:
59 wpas = wpaspy.Ctrl(ctrl)
  /external/v8/tools/vim/
ninja-build.vim 6 " this command. On Windows, Ctrl-F7 (which is the same as the VS default).
  /external/wpa_supplicant_8/hostapd/
wps-ap-nfc.py 53 for ctrl in ifaces:
55 wpas = wpaspy.Ctrl(ctrl)
  /external/bcc/src/lua/bpf/
proto.lua 441 proto_cmtp = 38, -- IDPR Ctrl Message Trans
497 proto_micp = 95, -- Mobile Internet Ctrl
534 proto_sctp = 132, -- Stream Ctrl Transmission
  /external/swiftshader/third_party/subzero/src/
WasmTranslator.cpp     [all...]
  /build/make/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js 401 * - Listen for Ctrl+F (Cmd on Mac) and expand all inherited members (to aid page search)
407 var control = mac ? e.metaKey && !e.ctrlKey : e.ctrlKey; // get ctrl key
  /external/doclava/res/assets/templates/assets/
doclava-developer-reference.js 382 * - Listen for Ctrl+F (Cmd on Mac) and expand all inherited members (to aid page search)
388 var control = mac ? e.metaKey && !e.ctrlKey : e.ctrlKey; // get ctrl key
  /external/u-boot/doc/
README.x86 135 developer mode on the Chromebook (use Ctrl-Alt-F2 to obtain a terminal and
526 4. Return to U-Boot console and following hint. i.e. push Ctrl+C, and
    [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
ztypes_linux_386.go     [all...]
ztypes_linux_amd64.go     [all...]
ztypes_linux_arm.go     [all...]
ztypes_linux_arm64.go     [all...]
ztypes_linux_mips.go     [all...]
ztypes_linux_mips64.go     [all...]
ztypes_linux_mips64le.go     [all...]
ztypes_linux_mipsle.go     [all...]
ztypes_linux_ppc64.go     [all...]

Completed in 808 milliseconds

1 2