HomeSort by relevance Sort by last modified time
    Searched refs:filler (Results 26 - 50 of 98) sorted by null

12 3 4

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_file.py 234 filler = b"ham\n"
235 assert not dataoffset % len(filler), \
236 "dataoffset must be multiple of len(filler)"
237 nchunks = dataoffset // len(filler)
252 bag.write(filler * nchunks)
258 if next(f) != filler:
test_file2k.py 317 filler = "ham\n"
318 assert not dataoffset % len(filler), \
319 "dataoffset must be multiple of len(filler)"
320 nchunks = dataoffset // len(filler)
335 bag.write(filler * nchunks)
341 if f.next() != filler:
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cyclades.h 427 __u32 filler[7]; member in struct:CH_CTRL
448 __u32 filler[5]; /* filler to align structures */ member in struct:BUF_CTRL
478 /* filler so the structures are aligned */
479 __u32 filler[6]; member in struct:BOARD_CTRL
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cyclades.h 427 __u32 filler[7]; member in struct:CH_CTRL
448 __u32 filler[5]; /* filler to align structures */ member in struct:BUF_CTRL
478 /* filler so the structures are aligned */
479 __u32 filler[6]; member in struct:BOARD_CTRL
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cyclades.h 427 __u32 filler[7]; member in struct:CH_CTRL
448 __u32 filler[5]; /* filler to align structures */ member in struct:BUF_CTRL
478 /* filler so the structures are aligned */
479 __u32 filler[6]; member in struct:BOARD_CTRL
  /external/chromium_org/third_party/libpng/
pngtrans.c 108 /* Add a filler byte on read, or remove a filler or alpha byte on write.
109 * The filler type has changed in v0.95 to allow future 2-byte fillers
114 png_set_filler(png_structp png_ptr, png_uint_32 filler, int filler_loc)
122 png_ptr->filler = (png_byte)filler;
124 png_ptr->filler = (png_uint_16)filler;
153 png_set_add_alpha(png_structp png_ptr, png_uint_32 filler, int filler_loc)
159 png_set_filler(png_ptr, filler, filler_loc)
    [all...]
  /external/libpng/
pngtrans.c 108 /* Add a filler byte on read, or remove a filler or alpha byte on write.
109 * The filler type has changed in v0.95 to allow future 2-byte fillers
114 png_set_filler(png_structp png_ptr, png_uint_32 filler, int filler_loc)
122 png_ptr->filler = (png_byte)filler;
124 png_ptr->filler = (png_uint_16)filler;
153 png_set_add_alpha(png_structp png_ptr, png_uint_32 filler, int filler_loc)
159 png_set_filler(png_ptr, filler, filler_loc)
    [all...]
  /external/chromium_org/v8/src/
heap-snapshot-generator.h 423 void AddRootEntries(SnapshotFillerInterface* filler);
425 bool IterateAndExtractReferences(SnapshotFillerInterface* filler);
543 void AddRootEntries(SnapshotFillerInterface* filler);
545 bool IterateAndExtractReferences(SnapshotFillerInterface* filler);
heap-snapshot-generator.cc 831 SnapshotFillerInterface* filler, V8HeapExplorer* explorer)
832 : filler_(filler),
855 void V8HeapExplorer::AddRootEntries(SnapshotFillerInterface* filler) {
856 filler->AddEntry(kInternalRootObject, this);
857 filler->AddEntry(kGcRootsObject, this);
858 GcSubrootsEnumerator enumerator(filler, this);
    [all...]
  /external/chromium_org/chrome/browser/resources/extensions/chromeos/
kiosk_apps.css 86 .kiosk-app-list-item .space-filler {
  /external/pixman/pixman/
pixman-implementation.c 272 uint32_t filler)
277 ((*imp->fill) (imp, bits, stride, bpp, x, y, width, height, filler)))
pixman-fast-path.c     [all...]
pixman-mmx.c     [all...]
pixman-private.h 456 uint32_t filler);
543 uint32_t filler);
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
genlingware.pl 26 6. filler (0-3)
35 11. filler (0-3)
321 # 6. print filler
375 # size of filler (10.)
439 # 10. print filler
470 # optional filler
471 # use for alignment if filler doesn't need to be parsed
484 # mandatory filler
485 # use for alignment if filler needs to be parsed (at least one byte)
  /external/qemu/distrib/libpng-1.2.19/
pngtrans.c 93 /* Add a filler byte on read, or remove a filler or alpha byte on write.
94 * The filler type has changed in v0.95 to allow future 2-byte fillers
99 png_set_filler(png_structp png_ptr, png_uint_32 filler, int filler_loc)
104 png_ptr->filler = (png_byte)filler;
132 png_set_add_alpha(png_structp png_ptr, png_uint_32 filler, int filler_loc)
136 png_set_filler(png_ptr, filler, filler_loc);
392 /* remove filler or alpha byte(s) */
  /external/v8/src/
profile-generator.h 922 void AddRootEntries(SnapshotFillerInterface* filler);
924 bool IterateAndExtractReferences(SnapshotFillerInterface* filler);
925 bool IterateAndSetObjectNames(SnapshotFillerInterface* filler);
    [all...]
profile-generator.cc     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_file2k.py 317 filler = "ham\n"
318 assert not dataoffset % len(filler), \
319 "dataoffset must be multiple of len(filler)"
320 nchunks = dataoffset // len(filler)
335 bag.write(filler * nchunks)
341 if f.next() != filler:
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngstruct.h 151 png_uint_16 filler; /* filler bytes for pixel expansion */ member in struct:png_struct_def
  /external/chromium_org/chrome/browser/extensions/
extension_sorting.cc 76 syncer::StringOrdinal filler = local
79 ntp_ordinal_map_.insert(std::make_pair(filler, empty_ordinal_map));
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 440 Expr *filler = E->getArrayFiller(); local
442 if (CXXConstructExpr *cons = dyn_cast_or_null<CXXConstructExpr>(filler)) {
448 // using the filler expression. We can skip this if the we're
455 // do { *array++ = filler; } while (array != end);
477 // Emit the actual filler expression.
479 if (filler)
480 EmitInitializationToLValue(filler, elementLV);
    [all...]
  /external/mksh/src/
jobs.c 1466 const char *filler; local
    [all...]
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 158 * The last blacklisted tile if any, which by definition should not be filler.
175 * those that just contain filler.
307 * A Tile is either a rendering of a Most Visited page or "filler" used to
312 * Should only be left unspecified when creating a filler tile.
533 * filler Tile is created.
  /external/chromium_org/v8/test/mjsunit/
array-indexing.js 41 sparse_array[41999] = "filler";

Completed in 2329 milliseconds

12 3 4