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

/external/clearsilver/python/examples/trans/
H A Ddb_trans.py11 class TransStringTable(Table):
24 class TransLocTable(Table):
39 class TransMapTable(Table):
/external/openssl/crypto/sha/asm/
H A Dsha512-s390x.pl80 $Table="K${label}";
147 .type $Table,\@object
148 $Table:
211 .size $Table,.-$Table
246 larl $tbl,$Table
/external/clearsilver/python/examples/base/
H A Dodb_test.py77 class AgentsTable(Table):
H A Dodb.py23 # class AgentsTable(odb.Table):
212 # Table
216 class Table: class in inherits:
502 raise "can't instantiate base odb.Table type, make a subclass and override _defineRows()"
546 # class MyTable(odb.Table):
592 raise eInvalidData, "enum_values paramater must be a 1 to 1 mapping for Table(%s)" % self.__table_name
/external/v8/src/
H A Dstub-cache.h210 enum Table { enum in class:v8::internal::StubCache
273 static SCTableReference keyReference(StubCache::Table table) {
279 static SCTableReference valueReference(StubCache::Table table) {
289 static StubCache::Entry* first_entry(StubCache::Table table) {
/external/webkit/WebCore/bindings/v8/
H A DDOMDataStore.h248 typedef ChunkedTable<v8::Persistent<v8::Object>, numberOfEntries, ChunkedTableTraits> Table; typedef in class:WebCore::DOMDataStore::IntrusiveDOMWrapperMap
249 Table m_table;
/external/libvpx/examples/includes/geshi/geshi/
H A Dmysql.php134 // Table, Column & Index Attributes
/external/sqlite/dist/
H A Dsqlite3.c.orig890 #define SQLITE_NOTFOUND 12 /* NOT USED. Table or record not found */
2529 #define SQLITE_CREATE_INDEX 1 /* Index Name Table Name */
2530 #define SQLITE_CREATE_TABLE 2 /* Table Name NULL */
2531 #define SQLITE_CREATE_TEMP_INDEX 3 /* Index Name Table Name */
2532 #define SQLITE_CREATE_TEMP_TABLE 4 /* Table Name NULL */
2533 #define SQLITE_CREATE_TEMP_TRIGGER 5 /* Trigger Name Table Name */
2535 #define SQLITE_CREATE_TRIGGER 7 /* Trigger Name Table Name */
2537 #define SQLITE_DELETE 9 /* Table Name NULL */
2538 #define SQLITE_DROP_INDEX 10 /* Index Name Table Name */
2539 #define SQLITE_DROP_TABLE 11 /* Table Nam
[all...]
H A Dsqlite3.c890 #define SQLITE_NOTFOUND 12 /* NOT USED. Table or record not found */
2529 #define SQLITE_CREATE_INDEX 1 /* Index Name Table Name */
2530 #define SQLITE_CREATE_TABLE 2 /* Table Name NULL */
2531 #define SQLITE_CREATE_TEMP_INDEX 3 /* Index Name Table Name */
2532 #define SQLITE_CREATE_TEMP_TABLE 4 /* Table Name NULL */
2533 #define SQLITE_CREATE_TEMP_TRIGGER 5 /* Trigger Name Table Name */
2535 #define SQLITE_CREATE_TRIGGER 7 /* Trigger Name Table Name */
2537 #define SQLITE_DELETE 9 /* Table Name NULL */
2538 #define SQLITE_DROP_INDEX 10 /* Index Name Table Name */
2539 #define SQLITE_DROP_TABLE 11 /* Table Nam
6808 typedef struct Table Table; typedef in typeref:struct:Table
8750 struct Table { struct
[all...]
/external/webkit/WebCore/bindings/scripts/
H A DCodeGeneratorJS.pm254 return "get${className}Table(exec)";
256 return "&${className}Table";
288 push(@getOwnPropertySlotImpl, " const ${namespaceMaybe}HashEntry* entry = ${className}Table.entry(exec, propertyName);\n");
380 push(@getOwnPropertyDescriptorImpl, " const ${namespaceMaybe}HashEntry* entry = ${className}Table.entry(exec, propertyName);\n");
951 my $hashName = $className . "Table";
1150 push(@implContent, "static const HashTable* get${className}Table(ExecState* exec)\n");
1152 push(@implContent, " return getHashTableForGlobalData(exec->globalData(), &${className}Table);\n");
1163 push(@implContent, "&${className}Table");
1168 push(@implContent, ", get${className}Table ");
2324 const ClassInfo ${constructorClassName}::s_info = { "${visibleClassName}Constructor", 0, &${constructorClassName}Table,
[all...]
/external/e2fsprogs/lib/et/
H A Dtexinfo.tex1307 \unnumbchapmacro{Table of Contents}
1308 \def\thischapter{Table of Contents}
1319 \unnumbchapmacro{Summary Table of Contents}
1320 \def\thischapter{Summary Table of Contents}
/external/webkit/WebCore/
H A DAndroid.derived.jscbindings.mk40 $(GEN): $(intermediates)/bindings/js/%Table.cpp: $(LOCAL_PATH)/bindings/js/%.cpp $(create_hash_table)
/external/v8/src/arm/
H A Dstub-cache-arm.cc42 StubCache::Table table,
/external/v8/src/x64/
H A Dstub-cache-x64.cc47 StubCache::Table table,
/external/grub/docs/
H A Dtexinfo.tex135 \ifx\putwordTOC\undefined \gdef\putwordTOC{Table of Contents}\fi
2581 % Table can continue over pages but will only break between lines.
2762 % will keep entries from bumping into each other. Table will start at
4456 % Table of contents.
6441 % "Figure", "Table", "Example", etc. Can't contain commas. If omitted,
6488 % Table 1, Figure 2, ...). (And if no label, no number.)
/external/v8/src/ia32/
H A Dstub-cache-ia32.cc42 StubCache::Table table,
/external/blktrace/doc/
H A Dblktrace.tex627 \subsubsection{\label{sec:act-table}Action Table}

Completed in 372 milliseconds