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

  /external/webkit/WebCore/inspector/front-end/
KeyboardShortcut.js 41 Ctrl: 2,
105 modifiers |= WebInspector.KeyboardShortcut.Modifiers.Ctrl;
CallStackSidebarPane.js 33 WebInspector.KeyboardShortcut.Modifiers.Ctrl);
37 WebInspector.KeyboardShortcut.Modifiers.Ctrl);
ConsoleView.js 100 shortcut = WebInspector.KeyboardShortcut.makeKey("l", WebInspector.KeyboardShortcut.Modifiers.Ctrl);
    [all...]
ScriptsPanel.js 164 var platformSpecificModifier = WebInspector.isMac() ? WebInspector.KeyboardShortcut.Modifiers.Meta : WebInspector.KeyboardShortcut.Modifiers.Ctrl;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
Android.mk 38 $(CLI_COMSRC)/core/data_ctrl/Ctrl \
39 $(CLI_COMSRC)/core/data_ctrl/Ctrl/4X \
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/tiwlan_loader/
Android.mk 38 $(CLI_COMSRC)/core/data_ctrl/Ctrl \
39 $(CLI_COMSRC)/core/data_ctrl/Ctrl/4X \
  /system/wlan/ti/sta_dk_4_0_4_32/wpa_supplicant_lib/
Android.mk 81 $(COMSRC)/core/data_ctrl/Ctrl \
82 $(COMSRC)/core/data_ctrl/Ctrl/TrafficMonitor \
83 $(COMSRC)/core/data_ctrl/Ctrl/4X \
  /external/libpng/projects/visualc71/
README_zlib.txt 17 2) Display the Solution Explorer view (Ctrl+Alt+L)
32 6) Select "Build | Build Solution (Ctrl-Shift-B)"
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldDb.h 180 /* The ctrl field in the Join-Command (see StartJoinRequest_t) */
181 TI_UINT8 Ctrl;
CmdBldCmd.c     [all...]
CmdBldCmdIE.c 159 pCmd->ctrl = pBssInfoParams->Ctrl;
    [all...]
CmdBld.c 130 pBssInfoParams->Ctrl = 0;
132 * Intilaize the ctrl field in the BSS join structure
133 * Only bit_7 in the ctrl field is vurrently in use.
136 pBssInfoParams->Ctrl |= JOIN_CMD_CTRL_TX_FLUSH;
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdBldDb.h 175 /* The ctrl field in the Join-Command (see StartJoinRequest_t) */
176 TI_UINT8 Ctrl;
CmdBldCmd.c     [all...]
CmdBldCmdIE.c 159 pCmd->ctrl = pBssInfoParams->Ctrl;
    [all...]
CmdBld.c 129 pBssInfoParams->Ctrl = 0;
131 * Intilaize the ctrl field in the BSS join structure
132 * Only bit_7 in the ctrl field is vurrently in use.
135 pBssInfoParams->Ctrl |= JOIN_CMD_CTRL_TX_FLUSH;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
whalParams.h 255 UINT8 Ctrl; /* Only bit 7 is currently in use , bit 7 indicates if to flash the Tx queues */
whalParams.c 145 #define DEFAULT_RXQ_TYPE 0x07 /* All frames, Data/Ctrl/Mgmt -- not documented well */
458 pBssInfoParams->Ctrl = 0;
460 /* Intilaize the ctrl field in the BSS join structure */
461 /* Only bit_7 in the ctrl field is vurrently in use.
464 pBssInfoParams->Ctrl |= JOIN_CMD_CTRL_TX_FLUSH;
    [all...]
whalCtrl.c 99 allocate the HAL Ctrl
300 * Power control error - PowerMngr callback in case of power ctrl timeout
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
whalHwMboxCmd.c 157 pCmd->ctrl = pBssInfoParams->Ctrl; /* Only bit 7 is currently in use in the Ctrl field, bit 7 indicates if to flash the Tx queues */
    [all...]
  /build/tools/droiddoc/templates/assets/
android-developer-reference.js 380 * - Listen for Ctrl+F (Cmd on Mac) and expand all inherited members (to aid page search)
386 var control = mac ? e.metaKey && !e.ctrlKey : e.ctrlKey; // get ctrl key

Completed in 506 milliseconds