/external/ltp/testcases/kernel/syscalls/mallopt/ |
mallopt01.c | 97 * Test mallopt's M_MXFAST and M_NLBLKS cmds.
|
/external/ltp/testcases/network/tcp_fastopen/ |
tcp_fastopen_run.sh | 39 echo "s use ssh to run remote cmds"
|
/external/mesa3d/src/gallium/drivers/vc4/ |
vc4_cl_dump.c | 433 uint8_t *cmds = cl; local 436 uint8_t header = cmds[offset]; 453 p->dump_func(cmds, offset + 1, hw_offset + 1); 464 cmds[offset + i]);
|
/external/openssh/ |
sftp.c | 180 static const struct CMD cmds[] = { variable in typeref:struct:CMD 1262 for (i = 0; cmds[i].c != NULL; i++) { 1263 if (argv[0] != NULL && strcasecmp(cmds[i].c, argv[0]) == 0) 1266 cmdnum = cmds[i].n; 1267 cmd = cmds[i].c; [all...] |
/external/python/cpython2/Lib/distutils/tests/ |
test_dist.py | 192 cmds = dist.get_command_packages() 193 self.assertEqual(cmds, ['distutils.command']) 198 cmds = dist.get_command_packages() 199 self.assertEqual(cmds, ['distutils.command', 'one', 'two'])
|
/external/python/cpython2/Lib/test/ |
test_telnetlib.py | 335 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP] variable in class:OptionTests 348 self.assertIn(cmd[0], self.cmds) 361 for cmd in self.cmds: 366 self._test_command([tl.IAC + cmd for (cmd) in self.cmds] + [EOF_sigil])
|
/external/svox/pico/lib/ |
picospho.h | 75 output sequence (without CMDs):
|
/external/syslinux/gpxe/src/arch/i386/firmware/pcbios/ |
gateA20.c | 9 #define K_RDWR 0x60 /* keyboard data & cmds (read/write) */
|
/frameworks/base/services/core/ |
Android.mk | 15 ../../../native/cmds/installd/binder/android/os/IInstalld.aidl \
|
/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
hwc_color_manager.h | 90 int EnableActiveFeatures(bool enable, const ActiveFeatureCMD &cmds, bool *was_running);
|
/hardware/qcom/msm8994/original-kernel-headers/linux/mmc/ |
ioctl.h | 94 struct mmc_ioc_cmd cmds[MMC_IOC_MAX_RPMB_CMD]; member in struct:mmc_ioc_rpmb
|
/hardware/qcom/msm8996/original-kernel-headers/linux/mmc/ |
ioctl.h | 94 struct mmc_ioc_cmd cmds[MMC_IOC_MAX_RPMB_CMD]; member in struct:mmc_ioc_rpmb
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_telnetlib.py | 328 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP] variable in class:OptionTests 341 self.assertIn(cmd[0], self.cmds) 354 for cmd in self.cmds: 359 self._test_command([tl.IAC + cmd for (cmd) in self.cmds] + [EOF_sigil])
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_telnetlib.py | 328 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP] variable in class:OptionTests 341 self.assertIn(cmd[0], self.cmds) 354 for cmd in self.cmds: 359 self._test_command([tl.IAC + cmd for (cmd) in self.cmds] + [EOF_sigil])
|
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/ |
core_validation_types.h | 281 // Data structure for holding sequence of cmds in cmd buffer 288 CB_NEW, // Newly created CB w/o any cmds 388 uint64_t numCmds; // number of cmds in this CB 393 std::vector<CMD_NODE> cmds; // vector of commands bound to this command buffer member in struct:GLOBAL_CB_NODE
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_dist.py | 190 cmds = dist.get_command_packages() 191 self.assertEqual(cmds, ['distutils.command']) 196 cmds = dist.get_command_packages() 197 self.assertEqual(cmds, ['distutils.command', 'one', 'two'])
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_telnetlib.py | 328 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP] variable in class:OptionTests 341 self.assertIn(cmd[0], self.cmds) 354 for cmd in self.cmds: 359 self._test_command([tl.IAC + cmd for (cmd) in self.cmds] + [EOF_sigil])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_dist.py | 190 cmds = dist.get_command_packages() 191 self.assertEqual(cmds, ['distutils.command']) 196 cmds = dist.get_command_packages() 197 self.assertEqual(cmds, ['distutils.command', 'one', 'two'])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_telnetlib.py | 328 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP] variable in class:OptionTests 341 self.assertIn(cmd[0], self.cmds) 354 for cmd in self.cmds: 359 self._test_command([tl.IAC + cmd for (cmd) in self.cmds] + [EOF_sigil])
|
/external/iproute2/ip/ |
ip.c | 74 } cmds[] = { variable in typeref:struct:cmd 108 for (c = cmds; c->cmd; ++c) {
|
/external/toybox/toys/pending/ |
brctl.c | 298 struct cmds { struct 318 struct cmds *t = cc + i;
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
alsaucm_test.c | 70 static struct cmd cmds[] = { variable in typeref:struct:cmd 177 for (cmd = cmds; cmd->cmd_str != NULL; cmd++) {
|
/tools/tradefederation/core/prod-tests/src/com/android/stability/tests/ |
RebootStressTest.java | 148 void setFastbootWipeDataCmds(Collection<String> cmds) { 149 mFastbootWipeCmds.addAll(cmds);
|
/build/kati/ |
pathutil_test.go | 752 fs.add(fs.file, "frameworks/base/cmds/am/Android.mk") 753 fs.add(fs.file, "frameworks/base/cmds/pm/Android.mk") 782 want: `art/compiler/Android.mk frameworks/base/cmds/am/Android.mk frameworks/base/cmds/pm/Android.mk frameworks/base/location/Android.mk`, 791 want: `frameworks/base/cmds/am/Android.mk frameworks/base/cmds/pm/Android.mk`,
|
serialize.go | 117 Cmds []string 245 Cmds: n.Cmds, 538 Cmds: n.Cmds, 608 for _, c := range n.Cmds {
|