Home
last modified time | relevance | path

Searched refs:bloc (Results 1 – 25 of 28) sorted by relevance

12

/third_party/python/Lib/test/
Dtest_zipfile.py1994 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 …]
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc583 eblc_table = down_cast<EblcTable*>(font->GetTable(Tag::bloc)); in SetupBitmapBuilders()
600 font_builder->NewTableBuilder(use_ebdt ? Tag::EBLC : Tag::bloc, in SetupBitmapBuilders()
610 font_builder->RemoveTableBuilder(use_ebdt ? Tag::EBLC : Tag::bloc); in SetupBitmapBuilders()
757 Tag::EBLC, Tag::EBSC, Tag::bdat, Tag::bloc, Tag::bhed, in Subset()
785 remove_tags.insert(Tag::bloc); in Subset()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc583 eblc_table = down_cast<EblcTable*>(font->GetTable(Tag::bloc)); in SetupBitmapBuilders()
600 font_builder->NewTableBuilder(use_ebdt ? Tag::EBLC : Tag::bloc, in SetupBitmapBuilders()
610 font_builder->RemoveTableBuilder(use_ebdt ? Tag::EBLC : Tag::bloc); in SetupBitmapBuilders()
757 Tag::EBLC, Tag::EBSC, Tag::bdat, Tag::bloc, Tag::bhed, in Subset()
785 remove_tags.insert(Tag::bloc); in Subset()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/
Dtag.h94 static const int32_t bloc; member
Dtag.cc72 const int32_t Tag::bloc = TAG('b', 'l', 'o', 'c'); member in sfntly::Tag
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/
Dtag.h94 static const int32_t bloc; member
Dtag.cc72 const int32_t Tag::bloc = TAG('b', 'l', 'o', 'c'); member in sfntly::Tag
/third_party/e2fsprogs/po/
Dca.po126 "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 …]
Dcs.po5444 msgstr "Zálohy superbloku uloženy v blocích: "
5551 "\tstride=<shluk (chunk) dat na jednom raidovém disku v blocích>\n"
5552 "\tstripe-width=<krok (stride) RAIDu * datových disků v blocích>\n"
5554 "\tresize=<maximální velikost změny velikosti v blocích>\n"
6218 msgstr "každý o %'llu blocích"
6752 "\tstride=<velikost shluku (chunk) na jednom raidovém disku v blocích>\n"
6753 "\tstripe_width=<krok (stride) RAIDu * datových disků v blocích>\n"
8747 #~ "\t2**31-1 bloků (8 TB při 4k blocích)."
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
DTag.java101 public static final int bloc = Tag.intValue(new byte[]{'b', 'l', 'o', 'c'}); field in Tag
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
DTag.java101 public static final int bloc = Tag.intValue(new byte[]{'b', 'l', 'o', 'c'}); field in Tag
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/
Dtable.cc122 } else if (tag == Tag::EBLC || tag == Tag::bloc) { in GetBuilder()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/
Dtable.cc122 } else if (tag == Tag::EBLC || tag == Tag::bloc) { in GetBuilder()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/
DTable.java258 } else if (tag == Tag.bloc) { in getBuilder()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/
DTable.java258 } else if (tag == Tag.bloc) { in getBuilder()
/third_party/icu/icu4c/source/extra/uconv/resources/
Dfr.txt81 badBlockSize { "Taille de bloc incorrecte : {0}.\n" } // 0: size of the block
/third_party/skia/third_party/externals/icu/source/extra/uconv/resources/
Dfr.txt81 badBlockSize { "Taille de bloc incorrecte : {0}.\n" } // 0: size of the block
/third_party/flutter/skia/third_party/externals/icu/source/extra/uconv/resources/
Dfr.txt81 badBlockSize { "Taille de bloc incorrecte : {0}.\n" } // 0: size of the block
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dpngstest.c2811 png_byte bloc[4]; in compare_two_images() local
2820 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()
/third_party/libpng/contrib/libtests/
Dpngstest.c2811 png_byte bloc[4]; in compare_two_images() local
2820 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()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngstest.c2811 png_byte bloc[4]; in compare_two_images() local
2820 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()
/third_party/XKeyboardConfig/po/
Dfur.po3881 "BlocMaiusc; al agjìs come bloc par une volte sole cuant che si frache adun "
3890 "nivel, e agjìs come bloc par une volte"
3897 "Il tast \"&lt; &gt;\" al agjìs come bloc par une volte sole, cuant che si "
4063 "BlocMaiusc al agjìs come Maiusc cul bloc; Maiusc al met in “pause” BlocMaiusc"
4068 "BlocMaiusc al agjìs come Maiusc cul bloc; Maiusc nol influence BlocMaiusc"
4332 "altri seletôr di 5ᵗ nivel, al agjìs come bloc par une volte"
4340 "seletôr di 5ᵗ nivel, al agjìs come bloc par une volte"
4347 "Win di çampe al sielç il 5ᵗ nivel e al agjìs come bloc par une volte cuant "
4355 "Win diestri al sielç il 5ᵗ nivel e al agjìs come bloc par une volte cuant "
5262 #~ "bloc par une volte sole cuant che si frache adun cuntun altri seletôr di "
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DGLSLTest.cpp3131 GLint bloc = glGetUniformLocation(program, "b"); in TEST_P() local
3134 ASSERT_NE(bloc, -1); in TEST_P()
3137 glUniform1ui(bloc, 1); in TEST_P()
3173 GLint bloc = glGetUniformLocation(program, "b"); in TEST_P() local
3176 ASSERT_NE(bloc, -1); in TEST_P()
3179 glUniform2ui(bloc, 1, 0); in TEST_P()
/third_party/gettext/gettext-runtime/po/
Dca.po27 # espais de l’ítem més llarg del bloc. Les que no caben en una línia es
/third_party/glib/po/
Dfur.po620 msgstr "Erôr tal creâ il file di bloc “%s”: %s"
625 msgstr "Erôr tal eliminâ il file di bloc passât “%s”: %s"
630 msgstr "Erôr tal sierâ il file di bloc (cence colegament) “%s”: %s"
635 msgstr "Erôr tal discolegâ il file di bloc “%s”: %s"
645 msgstr "(In plui no si è rivâts ancje a molâ il bloc par “%s”: %s) "

12