Searched refs:Table (Results 1 - 25 of 124) sorted by relevance

12345

/macosx-10.10/Security-57031.1.35/Security/libsecurity_cssm/lib/
H A Dcssmmds.cpp40 Table<Common> common(mds()); // MDS "CDSA Common" table
H A Dattachfactory.cpp45 template <CSSM_SERVICE_TYPE type, typename Table, const char *const nameTable[]>
64 StandardAttachment<type, Table> *attachment =
65 new StandardAttachment<type, Table>(module,
78 typedef typename StandardAttachment<type, Table>::NameMap NameMap;
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/blt/
H A Dtable.rb11 module Table module in class:Tk
20 Tk::BLT::Table.add(self, *args)
25 Tk::BLT::Table.arrange(self)
30 Tk::BLT::Table.cget_tkstring(self, *args)
33 Tk::BLT::Table.cget(self, *args)
36 Tk::BLT::Table.cget_strict(self, *args)
40 Tk::BLT::Table.configure(self, *args)
45 Tk::BLT::Table.configinfo(self, *args)
49 Tk::BLT::Table.current_configinfo(self, *args)
53 Tk::BLT::Table
[all...]
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/generic/
H A DtkTable.h119 * Assigned bits of "flags" fields of Table structures, and what those
292 TableState state; /* Normal or disabled. Table is read-only
404 } Table; typedef in typeref:struct:__anon13236
416 Table *tablePtr; /* Information about the overall table
440 extern void EmbWinDisplay(Table *tablePtr, Drawable window,
443 extern void EmbWinUnmap(register Table *tablePtr,
445 extern void EmbWinDelete(register Table *tablePtr, TableEmbWindow *ewPtr);
446 extern int Table_WinMove(register Table *tablePtr,
448 extern int Table_WinDelete(register Table *tablePtr, char *CONST idxPtr);
451 extern int TableValidateChange(Table *tablePt
[all...]
H A DtkTable.c38 static int TableConfigure(Tcl_Interp *interp, Table *tablePtr,
48 static void TableRedrawHighlight(Table *tablePtr);
179 Tk_Offset(Table, defaultTag.anchor), 0},
181 Tk_Offset(Table, autoClear), 0},
183 Tk_Offset(Table, defaultTag.bg), 0},
187 Tk_Offset(Table, bdcursor), TK_CONFIG_NULL_OK },
189 Tk_Offset(Table, defaultTag), TK_CONFIG_NULL_OK, &bdOpt },
191 Tk_Offset(Table, browseCmd), TK_CONFIG_NULL_OK},
195 Tk_Offset(Table, caching), 0},
197 Tk_Offset(Table, colOffse
[all...]
H A DtkTableCmds.c36 register Table *tablePtr = (Table *) clientData;
160 register Table *tablePtr = (Table *) clientData;
266 register Table *tablePtr = (Table *) clientData;
350 register Table *tablePtr = (Table *) clientData;
484 register Table *tablePtr = (Table *) clientDat
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/blt/
H A Dcalendar.rb63 Tk::BLT::Table.add(cal, mon, [1, 0], :cspan=>7, :pady=>10)
67 Tk::BLT::Table.add(cal, week_f, [2, 0], :columnspan=>7, :fill=>:both)
70 Tk::BLT::Table.add(cal,
76 Tk::BLT::Table.itemconfigure(cal, 'c*', 'r2', :pad=>4)
86 Tk::BLT::Table.add(cal,
101 Tk::BLT::Table.add(f,
107 Tk::BLT::Table.add(cal, f, [week+4, 5], :cspan=>2, :pady=>4)
110 Tk::BLT::Table.add(Tk.root, cal, :fill=>:both)
111 Tk::BLT::Table.itemconfigure(cal, 'r0', :resize=>:none)
H A Dwinop2.rb24 Tk::BLT::Table.add(Tk.root, [0,i], l_img, [1,i], l_txt)
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/library/
H A DtkTable.tcl41 bind Table <$copy> {tk_tableCopy %W}
42 bind Table <$cut> {tk_tableCut %W}
43 bind Table <$paste> {tk_tablePaste %W}
50 bind Table <3> {
55 bind Table <B3-Motion> { %W border dragto %x %y }
59 bind Table <1> { ::tk::table::Button1 %W %x %y }
60 bind Table <B1-Motion> { ::tk::table::B1Motion %W %x %y }
62 bind Table <ButtonRelease-1> {
68 bind Table <Double-1> {
72 bind Table <Shif
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_filedb/
H A DAppleDatabase.h64 // the more conventional term Table.
66 class Table class in namespace:Security
68 NOCOPY(Table)
73 Table(const ReadSection &inTableSection);
74 ~Table();
138 ModifiedTable(const Table *inTable);
177 const Table *mTable;
244 const RecordId getRecord(Table::Id inTableId, const RecordId &inRecordId,
249 const Table &findTable(Table
[all...]
H A DDbIndex.h31 class Table;
137 DbConstIndex(const Table &table, uint32 indexId, bool isUniqueIndex);
138 DbConstIndex(const Table &table, const ReadSection &indexSection);
140 const Table &table() const { return mTable; }
160 const Table &mTable;
H A DAppleDatabase.cpp83 // Table
85 Table::Table(const ReadSection &inTableSection) : function in class:Table
96 Table::~Table()
102 Table::readIndexSection()
119 Table::createCursor(const CSSM_QUERY *inQuery, const DbVersion &inDbVersion) const
138 Table::getRecordSection(uint32 inRecordNumber) const
154 Table::getRecord(const RecordId &inRecordId,
176 Table
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_filedb/lib/
H A DAppleDatabase.h64 // the more conventional term Table.
66 class Table class in namespace:Security
68 NOCOPY(Table)
73 Table(const ReadSection &inTableSection);
74 ~Table();
138 ModifiedTable(const Table *inTable);
177 const Table *mTable;
244 const RecordId getRecord(Table::Id inTableId, const RecordId &inRecordId,
249 const Table &findTable(Table
[all...]
H A DDbIndex.h31 class Table;
137 DbConstIndex(const Table &table, uint32 indexId, bool isUniqueIndex);
138 DbConstIndex(const Table &table, const ReadSection &indexSection);
140 const Table &table() const { return mTable; }
160 const Table &mTable;
H A DAppleDatabase.cpp83 // Table
85 Table::Table(const ReadSection &inTableSection) : function in class:Table
96 Table::~Table()
102 Table::readIndexSection()
119 Table::createCursor(const CSSM_QUERY *inQuery, const DbVersion &inDbVersion) const
138 Table::getRecordSection(uint32 inRecordNumber) const
154 Table::getRecord(const RecordId &inRecordId,
176 Table
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_client/
H A Ddliterators.h92 // TableBase is an implementation class for template Table below.
94 // Continue reading at template Table below.
154 // A Table represents a single relation in a database (of some kind)
157 class Table : private TableBase { class in namespace:Security::CssmClient
160 Table(DLAccess &source) : TableBase(source, RecordType::recordType) { } function in class:Security::CssmClient::Table
161 Table(DLAccess &source, CSSM_DB_RECORDTYPE type) : TableBase(source, type) { } function in class:Security::CssmClient::Table
162 Table(DLAccess &source, bool getData) : TableBase(source, RecordType::recordType, getData) { } function in class:Security::CssmClient::Table
167 friend class Table;
215 typename Table<RecordType>::iterator Table<RecordTyp
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A Ddliterators.h92 // TableBase is an implementation class for template Table below.
94 // Continue reading at template Table below.
154 // A Table represents a single relation in a database (of some kind)
157 class Table : private TableBase { class in namespace:Security::CssmClient
160 Table(DLAccess &source) : TableBase(source, RecordType::recordType) { } function in class:Security::CssmClient::Table
161 Table(DLAccess &source, CSSM_DB_RECORDTYPE type) : TableBase(source, type) { } function in class:Security::CssmClient::Table
162 Table(DLAccess &source, bool getData) : TableBase(source, RecordType::recordType, getData) { } function in class:Security::CssmClient::Table
167 friend class Table;
215 typename Table<RecordType>::iterator Table<RecordTyp
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DConsoleTypes.h48 Table, member in class:JSC::MessageType
/macosx-10.10/llvmCore-3425.0.34/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp71 DecoderTable Table; member in struct:__anon10893::DecoderTableInfo
100 void emitTable(formatted_raw_ostream &o, DecoderTable &Table,
609 static void resolveTableFixups(DecoderTable &Table, const FixupList &Fixups, argument
625 Table[FixupIdx] = (uint8_t)Delta;
626 Table[FixupIdx + 1] = (uint8_t)(Delta >> 8);
633 TableInfo.Table.push_back(MCD::OPC_ExtractField);
634 TableInfo.Table.push_back(StartBit);
635 TableInfo.Table.push_back(NumBits);
642 DecoderTable &Table = TableInfo.Table; local
721 emitTable(formatted_raw_ostream &OS, DecoderTable &Table, unsigned Indentation, unsigned BitWidth, StringRef Namespace) const argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2toc/include/format/
H A Djson.inc35 label {Table of Contents}
70 "label" : "Table of Contents",
/macosx-10.10/ruby-106/ruby/lib/xmlrpc/
H A Dhttpserver.rb47 @header, @data = Table.new, data
66 @header = Table.new
71 class Table class in class:HttpServer
100 end # class Table
105 new_header = Table.new(DEFAULT_HEADER)
/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DSubtargetFeature.cpp138 static size_t getLongestEntryLength(const SubtargetFeatureKV *Table, argument
142 MaxLen = std::max(MaxLen, std::strlen(Table[i].Key));
341 const SubtargetInfoKV *Table,
343 assert(Table && "missing table");
346 assert(strcmp(Table[i - 1].Key, Table[i].Key) < 0 && "Table is not sorted");
351 const SubtargetInfoKV *Entry = Find(CPU, Table, TableSize);
340 getItinerary(const StringRef CPU, const SubtargetInfoKV *Table, size_t TableSize) argument
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DDynamicDLDBList.cpp131 MDSClient::Table<MDSClient::Common> common(mds);
132 MDSClient::Table<MDSClient::DL> dl(mds);
133 MDSClient::Table<MDSClient::CSP> csp(mds);
135 for (MDSClient::Table<MDSClient::Common>::iterator commonIt =
155 for (MDSClient::Table<MDSClient::DL>::iterator dlIt =
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DDynamicDLDBList.cpp131 MDSClient::Table<MDSClient::Common> common(mds);
132 MDSClient::Table<MDSClient::DL> dl(mds);
133 MDSClient::Table<MDSClient::CSP> csp(mds);
135 for (MDSClient::Table<MDSClient::Common>::iterator commonIt =
155 for (MDSClient::Table<MDSClient::DL>::iterator dlIt =
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DDynamicDLDBList.cpp131 MDSClient::Table<MDSClient::Common> common(mds);
132 MDSClient::Table<MDSClient::DL> dl(mds);
133 MDSClient::Table<MDSClient::CSP> csp(mds);
135 for (MDSClient::Table<MDSClient::Common>::iterator commonIt =
155 for (MDSClient::Table<MDSClient::DL>::iterator dlIt =

Completed in 323 milliseconds

12345