Searched refs:bloc (Results 1 – 25 of 35) sorted by relevance
12
1994 bloc = txt.find(b"Bruce")2000 fp.seek(bloc, os.SEEK_SET)2001 self.assertEqual(fp.tell(), bloc)2002 fp.seek(-bloc, os.SEEK_CUR)2004 fp.seek(bloc, os.SEEK_CUR)2005 self.assertEqual(fp.tell(), bloc)2006 self.assertEqual(fp.read(5), txt[bloc:bloc+5])2017 fp.seek(bloc, os.SEEK_SET)2018 self.assertEqual(fp.tell(), bloc)2019 fp.seek(-bloc, os.SEEK_CUR)[all …]
620 eblc_table = down_cast<EblcTable*>(font->GetTable(Tag::bloc)); in SetupBitmapBuilders()637 font_builder->NewTableBuilder(use_ebdt ? Tag::EBLC : Tag::bloc, in SetupBitmapBuilders()647 font_builder->RemoveTableBuilder(use_ebdt ? Tag::EBLC : Tag::bloc); in SetupBitmapBuilders()794 Tag::EBLC, Tag::EBSC, Tag::bdat, Tag::bloc, Tag::bhed, in Subset()822 remove_tags.insert(Tag::bloc); in Subset()
94 static const int32_t bloc; member
72 const int32_t Tag::bloc = TAG('b', 'l', 'o', 'c'); member in sfntly::Tag
126 "Avís: s'ha trobat el bloc no vàlid %u en el node-i de blocs erronis. S'ha "137 msgstr "S'ha produït un error en llegir el bloc %lu (%s) mentre %s. "142 msgstr "S'ha produït un error en llegir el bloc %lu (%s). "155 msgstr "S'ha produït un error en escriure el bloc %lu (%s) mentre %s. "160 msgstr "S'ha produït un error en escriure el bloc %lu (%s). "173 msgstr "El bloc de directori %u (#%d) en el node-i %u és buit\n"188 msgstr "No s'ha pogut assignar el bloc de memoria intermèdia (mida=%d)\n"450 msgstr "dispositiu d'accés per bloc"471 msgstr "bloc indirecte"475 msgstr "bloc indirecte doble"[all …]
122 } else if (tag == Tag::EBLC || tag == Tag::bloc) { in GetBuilder()
68 13 "fin de bloc non trouvée"
81 badBlockSize { "Taille de bloc incorrecte : {0}.\n" } // 0: size of the block
2811 png_byte bloc[4]; in compare_two_images() local2820 bchannels = component_loc(bloc, formatb); in compare_two_images()2823 for (i=0; i<4; ++i) if (bloc[i] < 4) in compare_two_images()2824 btoa[bloc[i]] = aloc[i]; /* may be '4' for alpha */ in compare_two_images()2827 alpha_added = bloc[0]; /* location of alpha channel in image b */ in compare_two_images()
171 bloc=com.googlecode.mp4parser.boxes.ultraviolet.BaseLocationBox() key