/external/harfbuzz_ng/src/ |
hb-font.h | 81 /* font and glyph extents */ 151 hb_glyph_extents_t *extents, 399 hb_font_extents_t *extents); 402 hb_font_extents_t *extents); 439 hb_glyph_extents_t *extents); 468 hb_font_extents_t *extents); 500 hb_glyph_extents_t *extents);
|
/external/e2fsprogs/debugfs/ |
debug_cmds.ct | 49 request do_dump_extents, "Dump extents information ", 50 dump_extents, extents, ex;
|
/external/e2fsprogs/tests/f_extents2/ |
expect.1 | 2 Inode 12 has out of order extents 24 Inode 18 has out of order extents
|
/system/update_engine/payload_consumer/ |
xz_extent_writer.cc | 58 const vector<Extent>& extents, 62 return underlying_writer_->Init(fd, extents, block_size);
|
payload_constants.h | 68 // A block number denoting a hole on a sparse file. Used on Extents to refer to
|
/system/update_engine/payload_generator/ |
filesystem_interface.h | 62 // between 0 and GetBlockCount() - 1. The blocks are encoded in extents, 64 std::vector<Extent> extents; member in struct:chromeos_update_engine::FilesystemInterface::File
|
extent_ranges_unittest.cc | 297 // Check that the empty Extents are ignored. 307 // Two overlaping extents, with three ranges to remove. 308 vector<Extent> extents { 330 FilterExtentRanges(extents, ranges));
|
fake_filesystem.h | 46 void AddFile(const std::string& filename, const std::vector<Extent> extents);
|
inplace_generator.h | 41 // temp space. The temp extents are, by necessity, stored in new_vertex 42 // (as dst extents) and old_dst (as src extents), but they are also broken 44 // extents. 122 // Returns true iff there are no extents in the graph that refer to temp
|
delta_diff_utils_unittest.cc | 43 // Writes the |data| in the blocks specified by |extents| on the partition 47 const vector<Extent>& extents, 54 for (const Extent& extent : extents) { 204 // tail (src) and head (dst) of extents. The final block (29) is used for 252 // The expected old and new extents that actually moved. See comment above. 593 // source extents should cover only the first copy of the source file since 692 // There should be only one SOURCE_COPY, with a complicate list of extents.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ntddvol.h | 118 DISK_EXTENT Extents[1];
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/ |
shapeproto.h | 146 INT16 xBoundingShape B16; /* extents of bounding shape */ 150 INT16 xClipShape B16; /* extents of clip shape */ 175 INT16 y B16; /* extents of new shape */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/ |
shapeproto.h | 146 INT16 xBoundingShape B16; /* extents of bounding shape */ 150 INT16 xClipShape B16; /* extents of clip shape */ 175 INT16 y B16; /* extents of new shape */
|
shape.h | 43 int x, y; /* extents of new region */
|
/external/libevent/include/event2/ |
buffer.h | 254 The space is made available as one or more extents, represented by 256 available as only one extent. Allowing more extents, however, makes the 265 NOTE: The code currently does not ever use more than two extents. 270 total length of the extents may be greater than the requested 273 hold pointers to the reserved extents of memory. 276 @return the number of provided extents, or -1 on error. 289 This function may return an error if the pointer in the extents do 299 @param vec one or two extents returned by evbuffer_reserve_space. 300 @param n_vecs the number of extents. 625 with pointers to one or more extents of data inside the buffer [all...] |
/external/vulkan-validation-layers/demos/smoke/ |
Meshes.cpp | 394 float extents[3] = { local 400 float max_extent = extents[0]; 401 if (max_extent < extents[1]) 402 max_extent = extents[1]; 403 if (max_extent < extents[2]) 404 max_extent = extents[2];
|
/system/extras/ext4_utils/ |
extent.c | 208 error("failed to allocate extents for %"PRIu64" bytes", len); 249 error("failed to allocate extents for %"PRIu64" bytes", len); 264 error("failed to allocate extents for %"PRIu64" bytes", len);
|
/external/bsdiff/ |
Android.mk | 45 extents.cc \
|
bspatch.cc | 46 #include "extents.h" 164 errx(1, "Error parsing the old extents"); 269 errx(1, "Error parsing the new extents");
|
/external/e2fsprogs/misc/ |
e2freefrag.8.in | 63 Extent Size Range : Free extents Free Blocks Percent
|
e4defrag.8.in | 50 you'll find the file has ideal extents or not. Note that the maximum extent
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
_h_h_e_a.py | 59 # Composite glyph without extents set.
|
/external/kernel-headers/original/uapi/linux/ |
falloc.h | 34 * unwritten extents - even though file system may choose to zero out the
|
/external/llvm/test/CodeGen/PowerPC/ |
2007-11-04-CoalescerCrash.ll | 98 %extents.0.reg2mem.0 = phi %struct.HDescriptor* [ null, %cond_next942 ], [ %tmp977978, %cond_next971 ] ; <%struct.HDescriptor*> [#uses=1] 105 %tmp974975 = bitcast %struct.HDescriptor* %extents.0.reg2mem.0 to i8* ; <i8*> [#uses=1]
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
xorg_dri2.c | 361 BoxPtr extents = REGION_EXTENTS(pScreen, pRegion); local 363 if (extents->x1 == 0 && extents->y1 == 0 && 364 extents->x2 == pDraw->width && extents->y2 == pDraw->height) {
|