/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/ |
dbtables.py | 15 # This provides a simple database table interface built on top of 117 def _columns_key(table): 118 return table + _columns 121 # these keys are found within table sub databases 123 _data = '._DATA_.' # this+column+this+rowid key contains table data 125 # row in the table. (no data is stored) 129 def _data_key(table, col, rowid): 130 return table + _data + col + _data + rowid 132 def _search_col_data_key(table, col): 133 return table + _data + col + _dat [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/ |
dbtables.py | 15 # This provides a simple database table interface built on top of 117 def _columns_key(table): 118 return table + _columns 121 # these keys are found within table sub databases 123 _data = '._DATA_.' # this+column+this+rowid key contains table data 125 # row in the table. (no data is stored) 129 def _data_key(table, col, rowid): 130 return table + _data + col + _data + rowid 132 def _search_col_data_key(table, col): 133 return table + _data + col + _dat [all...] |
/external/chromium_org/third_party/freetype/src/sfnt/ |
ttload.c | 45 /* Looks for a TrueType table by name. */ 53 /* A pointer to the table directory entry. 0 if not found. */ 84 FT_TRACE4(( "found table.\n" )); 95 FT_TRACE4(( "ignoring empty table\n" )); 97 FT_TRACE4(( "could not find table\n" )); 110 /* Looks for a TrueType table by name, then seek a stream to it. */ 117 /* stream :: The stream to seek when the table is found. */ 120 /* length :: The length of the table if found, undefined otherwise. */ 131 TT_Table table; local 135 table = tt_face_lookup_table( face, tag ) 196 TT_TableRec table; local 475 TT_Table table; local 748 TT_NameTable table; local 873 TT_NameTable table = &face->name_table; local [all...] |
/external/freetype/src/sfnt/ |
ttload.c | 45 /* Looks for a TrueType table by name. */ 53 /* A pointer to the table directory entry. 0 if not found. */ 84 FT_TRACE4(( "found table.\n" )); 95 FT_TRACE4(( "ignoring empty table\n" )); 97 FT_TRACE4(( "could not find table\n" )); 110 /* Looks for a TrueType table by name, then seek a stream to it. */ 117 /* stream :: The stream to seek when the table is found. */ 120 /* length :: The length of the table if found, undefined otherwise. */ 131 TT_Table table; local 135 table = tt_face_lookup_table( face, tag ) 196 TT_TableRec table; local 472 TT_Table table; local 745 TT_NameTable table; local 870 TT_NameTable table = &face->name_table; local [all...] |
/external/chromium_org/net/spdy/ |
hpack_encoder_test.cc | 23 explicit HpackHeaderTablePeer(HpackHeaderTable* table) 24 : table_(table) {} 42 HpackHeaderTable* table() { function in class:net::test::HpackEncoderPeer 46 return HpackHeaderTablePeer(table()); 94 static_ = peer_.table()->GetByIndex(1); 95 // Populate dynamic entries into the table fixture. For simplicity each 97 key_1_ = peer_.table()->TryAddEntry("key1", "value1"); 98 key_2_ = peer_.table()->TryAddEntry("key2", "value2"); 99 cookie_a_ = peer_.table()->TryAddEntry("cookie", "a=bb"); 100 cookie_c_ = peer_.table()->TryAddEntry("cookie", "c=dd") [all...] |
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/ |
glapi_getproc.c | 52 * Search the table of static entrypoint functions for the named function 76 * Return dispatch table offset of the named static (built-in) function. 119 * table. For debugging only. 163 * Offset in the dispatch table where the pointer to the real function is 165 * added to the dispatch table, this will have the value ~0. 344 * The offset in the dispatch table of the named function. A pointer to the 484 * Return offset of entrypoint for named function within dispatch table. 566 * GL API table functions. 571 * Return size of dispatch table struct as number of functions (or 578 * The dispatch table size (number of entries) is the size of th [all...] |
/external/mesa3d/src/mapi/glapi/ |
glapi_getproc.c | 52 * Search the table of static entrypoint functions for the named function 76 * Return dispatch table offset of the named static (built-in) function. 119 * table. For debugging only. 163 * Offset in the dispatch table where the pointer to the real function is 165 * added to the dispatch table, this will have the value ~0. 344 * The offset in the dispatch table of the named function. A pointer to the 484 * Return offset of entrypoint for named function within dispatch table. 566 * GL API table functions. 571 * Return size of dispatch table struct as number of functions (or 578 * The dispatch table size (number of entries) is the size of th [all...] |
/external/bison/src/ |
tables.h | 128 extern base_number *table; 130 /* The value used in TABLE to denote explicit syntax errors
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
CRLReason.java | 91 private static final Hashtable table = new Hashtable(); field in class:CRLReason 144 if (!table.containsKey(idx)) 146 table.put(idx, new CRLReason(value)); 149 return (CRLReason)table.get(idx);
|
/external/chromium_org/android_webview/browser/ |
gpu_memory_buffer_factory_impl.h | 21 static void SetAwDrawGLFunctionTable(AwDrawGLFunctionTable* table);
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
main.css | 64 * Styles for TABLE that uses a thin collapsed border. 66 table.styled-table { 70 table.styled-table, 71 .styled-table th, 72 .styled-table td { 78 .styled-table th { 82 .styled-table th.title {
|
/external/chromium_org/components/nacl/loader/nonsfi/ |
irt_interfaces.cc | 14 // This table keeps a pair of IRT entry (such as nacl_irt_basic, nacl_irt_fdio 19 const void* table; member in struct:nacl::nonsfi::__anon11043::NaClInterfaceTable 45 void* table, size_t tablesize) { 50 std::memcpy(table, kIrtInterfaces[i].table, size);
|
/external/chromium_org/components/visitedlink/renderer/ |
visitedlink_slave.h | 27 void OnUpdateVisitedLinks(base::SharedMemoryHandle table); 34 // shared memory consists of a SharedHeader followed by the table
|
/external/chromium_org/ppapi/c/private/ |
ppb_flash_font_file.h | 44 /* Returns the requested font table. 52 uint32_t table,
|
/external/chromium_org/ppapi/cpp/private/ |
flash_font_file.h | 31 bool GetFontTable(uint32_t table, void* output, uint32_t* output_length);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderTableCaption.h | 41 RenderTable* table() const;
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
Initialize.h | 14 void InsertBuiltInFunctions(ShShaderType type, ShShaderSpec spec, const ShBuiltInResources &resources, TSymbolTable &table);
|
/external/chromium_org/third_party/ots/src/ |
glyf.cc | 19 bool ParseFlagsForSimpleGlyph(ots::Buffer *table, 26 if (!table->ReadU8(&flag)) { 48 if (!table->ReadU8(&repeat)) { 76 ots::Buffer *table, int16_t num_contours, 85 if (!table->ReadU16(&tmp_index)) { 99 if (!table->ReadU16(&bytecode_length)) { 126 if (!table->Skip(bytecode_length)) { 135 if (!ParseFlagsForSimpleGlyph(table, 175 Buffer table(data, length); 216 table.set_offset(gly_offset) [all...] |
ltsh.cc | 18 Buffer table(data, length); 28 if (!table.ReadU16(<sh->version) || 29 !table.ReadU16(&num_glyphs)) { 48 if (!table.ReadU8(&pel)) { 58 if (!file->glyf) return false; // this table is not for CFF fonts.
|
/external/chromium_org/third_party/zlib/ |
inftrees.h | 13 indexed that table entry, or it provides a pointer to another 14 table that indexes more bits of the code. op indicates whether 15 the entry is a pointer to another table, a literal, a length or 16 distance, an end-of-block, or an invalid code. For a table 18 that table. For a length or distance, the low four bits of op 23 the current table to the next table. Each entry is four bytes. */ 25 unsigned char op; /* operation, extra bits, table bits */ 27 unsigned short val; /* offset in table or code value */ 32 0000tttt - table link, tttt != 0 is the number of table index bit [all...] |
/external/clang/test/Analysis/ |
malloc-sizeof.c | 41 int *table = malloc(sizeof sTable); local 45 return table; 50 int *table = malloc(sizeof sTable); // expected-warning {{Result of 'malloc' is converted to a pointer of type 'int', which is incompatible with sizeof operand type 'const double [10]'}} local 51 return table;
|
/external/e2fsprogs/e2fsck/ |
prof_err.c | 52 const struct error_table * table; member in struct:et_list 73 if (et->table->msgs == text) 77 if (!link.table) 82 et->table = &et_prof_error_table;
|
/external/e2fsprogs/lib/et/test_cases/ |
imap_err.c | 51 const struct error_table * table; member in struct:et_list 72 if (et->table->msgs == text) 76 if (!link.table) 81 et->table = &et_imap_error_table;
|
simple.c | 43 const struct error_table * table; member in struct:et_list 64 if (et->table->msgs == text) 68 if (!link.table) 73 et->table = &et_krb_error_table;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/ |
buildNotes.php | 30 <table border=0 cellspacing=5 cellpadding=2 width="100%" >
35 </table>
36 <table border="0">
60 </table>
|