HomeSort by relevance Sort by last modified time
    Searched full:cmds (Results 51 - 75 of 200) sorted by null

1 23 4 5 6 7 8

  /external/kernel-headers/original/linux/
dm-ioctl.h 210 /* Top level cmds */
215 /* device level cmds */
223 /* Table level cmds */
  /development/ide/eclipse/
.classpath 44 <classpathentry kind="src" path="frameworks/base/cmds/am/src"/>
45 <classpathentry kind="src" path="frameworks/base/cmds/input/src"/>
46 <classpathentry kind="src" path="frameworks/base/cmds/pm/src"/>
47 <classpathentry kind="src" path="frameworks/base/cmds/svc/src"/>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sem.h 69 /* ipcs ctl cmds */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
sem.h 18 /* ipcs ctl cmds */
dm-ioctl.h 210 /* Top level cmds */
215 /* device level cmds */
223 /* Table level cmds */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sem.h 69 /* ipcs ctl cmds */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sem.h 18 /* ipcs ctl cmds */
dm-ioctl.h 210 /* Top level cmds */
215 /* device level cmds */
223 /* Table level cmds */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sem.h 69 /* ipcs ctl cmds */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sem.h 18 /* ipcs ctl cmds */
dm-ioctl.h 210 /* Top level cmds */
215 /* device level cmds */
223 /* Table level cmds */
  /external/libnfc-nxp/src/
phFriNfc_DesfireFormat.c 680 /* Helper routine to wrap the native DESFire cmds*/
700 /* Helper routine to wrap the native DESFire cmds*/
788 /* Helper routine to wrap the native desfire cmds*/
810 /* Helper routine to wrap the native DESFire cmds*/
834 /* Helper routine to wrap the native DESFire cmds*/
854 /* Helper routine to wrap the native DESFire cmds*/
874 /* Helper routine to wrap the native desfire cmds*/
897 /* Helper routine to wrap the native DESFire cmds*/
918 /* Helper routine to wrap the native DESFire cmds*/
    [all...]
  /frameworks/native/libs/binder/
IPCThreadState.cpp 827 const void* cmds = (const void*)bwr.write_buffer; local
828 const void* end = ((const uint8_t*)cmds)+bwr.write_size;
829 alog << HexDump(cmds, bwr.write_size) << endl;
830 while (cmds < end) cmds = printCommand(alog, cmds);
884 const void* cmds = mIn.data(); local
886 alog << HexDump(cmds, mIn.dataSize()) << endl;
887 while (cmds < end) cmds = printReturnCommand(alog, cmds)
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
shell3.test 51 set out [open cmds.txt w]
54 set line "exec $CLI $db < cmds.txt"
shell4.test 40 set out [open cmds.txt w]
43 set line "exec $CLI $db < cmds.txt"
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc 239 cmds::name::kArgFlags, \
240 sizeof(cmds::name) / sizeof(CommandBufferEntry) - 1, }, /* NOLINT */ \
    [all...]
  /ndk/sources/host-tools/make-3.81/
read.c 1879 struct commands *cmds; local
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
cmd_buffer_helper_test.cc 88 CommandBufferEntry* cmds = helper_->GetSpace(arg_count + 1); local
90 cmds[put++].value_header = header;
92 cmds[put++] = args[ii];
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
svga_dump.py 175 cmds = [ variable
218 for id, header, body, footer in cmds:
326 for id, header, body, footer in cmds:
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_dump.py 175 cmds = [ variable
218 for id, header, body, footer in cmds:
326 for id, header, body, footer in cmds:
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
sdk_update_main.py 370 cmds = [fn[3:] for fn in dir(sys.modules[__name__]) if fn.startswith('CMD')]
372 cmds = filter(lambda fn: not getattr(Command(fn), 'hide', 0), cmds)
376 for fn in cmds]))
  /external/openssh/
sftp.c 164 static const struct CMD cmds[] = { variable in typeref:struct:CMD
1143 for (i = 0; cmds[i].c != NULL; i++) {
1144 if (strcasecmp(cmds[i].c, argv[0]) == 0)
1147 cmdnum = cmds[i].n;
1148 cmd = cmds[i].c;
    [all...]
  /external/svox/pico/lib/
picospho.h 75 output sequence (without CMDs):
  /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])

Completed in 556 milliseconds

1 23 4 5 6 7 8