Searched refs:cmd (Results 101 - 125 of 752) sorted by relevance

1234567891011>>

/external/v8/test/mjsunit/regress/
H A Dregress-1853.js39 function sendCommand(state, cmd) {
42 var request = JSON.stringify(cmd);
H A Dregress-94873.js32 function sendCommand(state, cmd) {
35 var request = JSON.stringify(cmd);
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
H A DJavaScriptCorePreBuild.cmd3 cmd /c
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/WTF/
H A DWTFPreBuild.cmd3 cmd /c
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/jsc/
H A DjscPreBuild.cmd3 cmd /c
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/testapi/
H A DtestapiPreBuild.cmd3 cmd /c
/external/webkit/Source/WebCore/WebCore.vcproj/
H A DQTMovieWinPreBuild.cmd3 cmd /c
H A DWebCorePreBuild.cmd3 cmd /c
/external/webkit/Source/WebKit/win/WebKit.vcproj/
H A DWebKitGUIDPreBuild.cmd3 cmd /c
/external/webkit/Source/WebKit2/win/
H A DWebKit2WebProcessPreBuild.cmd3 cmd /c
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/win/
H A DTestNetscapePluginPreBuild.cmd3 cmd /c
/external/webkit/Tools/DumpRenderTree/win/
H A DImageDiffPreBuild.cmd3 cmd /c
/external/webkit/Tools/Scripts/
H A Drun-webkit-nightly.cmd2 set script=%TMP%\run-webkit-nightly2.cmd
/external/webkit/Tools/TestWebKitAPI/win/
H A DTestWebKitAPIPreBuild.cmd3 cmd /c
/external/webkit/Tools/WebKitAPITest/
H A DWebKitAPITestPreBuild.cmd3 cmd /c
/external/webkit/Tools/WebKitTestRunner/win/
H A DInjectedBundlePreBuild.cmd3 cmd /c
H A DWebKitTestRunnerPreBuild.cmd3 cmd /c
/external/webkit/Tools/WinLauncher/
H A DWinLauncherPreBuild.cmd3 cmd /c
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dpcsc_funcs.c708 unsigned char cmd[50] = { SIM_CMD_SELECT }; local
714 cmd[0] = USIM_CLA;
715 cmd[3] = 0x04;
723 if (5 + aidlen > sizeof(cmd))
725 cmd[2] = 0x04; /* Select by AID */
726 cmd[4] = aidlen; /* len */
727 os_memcpy(cmd + 5, aid, aidlen);
730 cmd[5] = file_id >> 8;
731 cmd[6] = file_id & 0xff;
735 ret = scard_transmit(scard, cmd, cmdle
794 unsigned char cmd[5] = { SIM_CMD_READ_RECORD /* , len */ }; local
829 unsigned char cmd[5] = { SIM_CMD_READ_RECORD /* , len */ }; local
875 unsigned char cmd[5] = { SIM_CMD_READ_BIN /* , len */ }; local
920 unsigned char cmd[5 + 8] = { SIM_CMD_VERIFY_CHV1 }; local
1044 unsigned char cmd[5 + 1 + 16] = { SIM_CMD_RUN_GSM_ALG }; local
1144 unsigned char cmd[5 + 1 + AKA_RAND_LEN + 1 + AKA_AUTN_LEN] = local
[all...]
/external/chromium/testing/gmock/test/
H A Dgmock_output_test.py138 def GetShellCommandOutput(cmd):
141 return gmock_test_utils.Subprocess(cmd, capture_stderr=False).output
144 def GetNormalizedCommandOutputAndLeakyTests(cmd):
148 cmd: the shell command.
153 return GetNormalizedOutputAndLeakyTests(GetShellCommandOutput(cmd))
/external/clang/test/CodeGen/
H A D2007-09-28-PackedUnionMember.c29 struct H cmd = { 4, 412 }; local
/external/iproute2/include/linux/
H A Dif_vlan.h48 int cmd; /* Should be one of the vlan_ioctl_cmds enum above. */ member in struct:vlan_ioctl_args
/external/jmonkeyengine/engine/src/core/com/jme3/asset/
H A DAssetConfig.java64 String cmd = scan.next();
65 if (cmd.equals("LOADER")){
81 } else if (cmd.equals("LOCATOR")) {
90 throw new IOException("Expected command, got '" + cmd + "'");
/external/libnfc-nxp/src/
H A DphDal4Nfc_messageQueueLib.h45 int phDal4Nfc_msgctl(int msqid, int cmd, void *buf);
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
H A DSDL_xbios_centscreen.h97 #define Vlock(cmd) \
98 (long)trap_14_ww((short)0x50,(short)(cmd))
101 #define MultiMon(cmd) \
102 (long)trap_14_ww((short)0x52,(short)(cmd))

Completed in 1216 milliseconds

1234567891011>>