HomeSort by relevance Sort by last modified time
    Searched full:cmdinfo (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
test_backup.c 65 Tcl_CmdInfo cmdInfo;
67 Tcl_GetCommandInfo(interp, zCmdName, &cmdInfo);
68 cmdInfo.deleteProc = 0;
69 Tcl_SetCommandInfo(interp, zCmdName, &cmdInfo);
test_stat.c 587 Tcl_CmdInfo cmdInfo;
595 if( Tcl_GetCommandInfo(interp, zDb, &cmdInfo) ){
596 sqlite3* db = ((struct SqliteDb*)cmdInfo.objClientData)->db;
test1.c 80 Tcl_CmdInfo cmdInfo;
86 if( !Tcl_GetCommandInfo(interp, Tcl_GetString(objv[1]), &cmdInfo) ){
91 p = (struct SqliteDb*)cmdInfo.objClientData;
105 Tcl_CmdInfo cmdInfo;
106 if( Tcl_GetCommandInfo(interp, zA, &cmdInfo) ){
107 p = (struct SqliteDb*)cmdInfo.objClientData;
    [all...]
test_multiplex.c     [all...]
test_osinst.c 1108 Tcl_CmdInfo cmdInfo;
    [all...]
  /frameworks/native/opengl/tools/glgen2/registry/
reg.py 134 # CmdInfo - registry information about a command
140 class CmdInfo(BaseInfo):
347 # genCmd(cmdinfo) - generate interface for a command
348 # cmdinfo - CmdInfo for a command
451 # genCmd(cmdinfo)
634 def genCmd(self, cmdinfo, name):
635 OutputGenerator.genCmd(self, cmdinfo, name)
637 decls = self.makeCDecls(cmdinfo.elem)
648 # cmddict - dictionary of CmdInfo objects keyed by command nam
    [all...]
  /frameworks/native/cmds/installd/
installd.c 158 struct cmdinfo { struct
164 struct cmdinfo cmds[] = {
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
sdk_update_main.py 173 def CMDinfo(parser, args):

Completed in 490 milliseconds