Searched defs:slice (Results 26 - 50 of 124) sorted by relevance

12345

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format5.cc214 WritableFontDataPtr slice; local
215 slice.Attach(down_cast<WritableFontData*>(new_data->Slice(size)));
216 size += BigMetrics()->SubSerialize(slice);
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dfont_data_test.cc260 ReadableFontDataPtr slice; local
261 slice.Attach(down_cast<ReadableFontData*>(rfd->Slice(trim, length)));
262 EXPECT_TRUE(ReadComparison(trim, length, rfd, slice));
/external/chromium_org/v8/src/arm/
H A Dregexp-macro-assembler-arm.cc1091 // Extract the underlying string and the slice offset.
1095 SlicedString* slice = SlicedString::cast(*subject_tmp); local
1096 subject_tmp = Handle<String>(slice->parent());
1097 slice_offset = slice->offset();
/external/chromium_org/v8/src/
H A Dregexp-macro-assembler.cc100 SlicedString* slice = SlicedString::cast(subject_ptr); local
101 subject_ptr = slice->parent();
102 slice_offset = slice->offset();
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DByteArray.java25 * can "reveal" a partial slice of the underlying array.
33 /** {@code >= 0}; start index of the slice (inclusive) */
44 * @param start {@code >= 0;} start index of the slice (inclusive)
46 * the slice (exclusive)
89 * Returns a slice (that is, a sub-array) of this instance.
91 * @param start {@code >= 0;} start index of the slice (inclusive)
93 * the slice (exclusive)
94 * @return {@code non-null;} the slice
96 public ByteArray slice(int start, int end) { method in class:ByteArray
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tex.c169 GLuint slice,
186 /* intel_miptree_map operates on a unified "slice" number that references the
190 slice = tex_image->Face;
192 intel_miptree_map(intel, mt, tex_image->Level, slice, x, y, w, h, mode,
198 struct gl_texture_image *tex_image, GLuint slice)
205 slice = tex_image->Face;
207 intel_miptree_unmap(intel, mt, tex_image->Level, slice);
167 intel_map_texture_image(struct gl_context *ctx, struct gl_texture_image *tex_image, GLuint slice, GLuint x, GLuint y, GLuint w, GLuint h, GLbitfield mode, GLubyte **map, GLint *stride) argument
197 intel_unmap_texture_image(struct gl_context *ctx, struct gl_texture_image *tex_image, GLuint slice) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_tex.c169 GLuint slice,
186 /* intel_miptree_map operates on a unified "slice" number that references the
190 slice = tex_image->Face;
192 intel_miptree_map(intel, mt, tex_image->Level, slice, x, y, w, h, mode,
198 struct gl_texture_image *tex_image, GLuint slice)
205 slice = tex_image->Face;
207 intel_miptree_unmap(intel, mt, tex_image->Level, slice);
167 intel_map_texture_image(struct gl_context *ctx, struct gl_texture_image *tex_image, GLuint slice, GLuint x, GLuint y, GLuint w, GLuint h, GLbitfield mode, GLubyte **map, GLint *stride) argument
197 intel_unmap_texture_image(struct gl_context *ctx, struct gl_texture_image *tex_image, GLuint slice) argument
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_tex.c169 GLuint slice,
186 /* intel_miptree_map operates on a unified "slice" number that references the
190 slice = tex_image->Face;
192 intel_miptree_map(intel, mt, tex_image->Level, slice, x, y, w, h, mode,
198 struct gl_texture_image *tex_image, GLuint slice)
205 slice = tex_image->Face;
207 intel_miptree_unmap(intel, mt, tex_image->Level, slice);
167 intel_map_texture_image(struct gl_context *ctx, struct gl_texture_image *tex_image, GLuint slice, GLuint x, GLuint y, GLuint w, GLuint h, GLbitfield mode, GLubyte **map, GLint *stride) argument
197 intel_unmap_texture_image(struct gl_context *ctx, struct gl_texture_image *tex_image, GLuint slice) argument
/external/mesa3d/src/mesa/swrast/
H A Ds_texture.c159 GLuint slice, GLuint x, GLuint y, GLuint w, GLuint h)
172 * Map a 2D slice of a texture image into user space.
177 * \param slice the 3D image slice or array texture slice
186 GLuint slice,
197 _mesa_check_map_teximage(texImage, slice, x, y, w, h);
220 assert(slice < texImage->Depth);
221 map += slice * sliceSize;
227 assert(slice < texImag
158 _mesa_check_map_teximage(struct gl_texture_image *texImage, GLuint slice, GLuint x, GLuint y, GLuint w, GLuint h) argument
184 _swrast_map_teximage(struct gl_context *ctx, struct gl_texture_image *texImage, GLuint slice, GLuint x, GLuint y, GLuint w, GLuint h, GLbitfield mode, GLubyte **mapOut, GLint *rowStrideOut) argument
239 _swrast_unmap_teximage(struct gl_context *ctx, struct gl_texture_image *texImage, GLuint slice) argument
[all...]
/external/sfntly/cpp/src/sfntly/data/
H A Dreadable_font_data.cc266 FontDataPtr slice = new ReadableFontData(this, offset, length); local
267 return slice.Detach();
278 FontDataPtr slice = new ReadableFontData(this, offset); local
279 return slice.Detach();
H A Dwritable_font_data.cc175 FontDataPtr slice = new WritableFontData(this, offset, length); local
176 return slice.Detach();
187 FontDataPtr slice = new WritableFontData(this, offset); local
188 return slice.Detach();
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Debdt_table.cc110 WritableFontDataPtr slice; local
111 slice.Attach(down_cast<WritableFontData*>(new_data->Slice(size)));
112 size += glyph_entry->second->SubSerialize(slice);
223 ReadableFontDataPtr slice; local
224 slice.Attach(down_cast<ReadableFontData*>(data->Slice(
228 slice, info->format()));
H A Dindex_sub_table_format2.cc33 ReadableFontDataPtr slice; local
34 slice.Attach(down_cast<ReadableFontData*>(
37 BigGlyphMetricsPtr output = new BigGlyphMetrics(slice);
202 WritableFontDataPtr slice; local
205 slice.Attach(down_cast<WritableFontData*>(new_data->Slice(size)));
206 size += metrics_->SubSerialize(slice);
H A Dindex_sub_table_format5.cc214 WritableFontDataPtr slice; local
215 slice.Attach(down_cast<WritableFontData*>(new_data->Slice(size)));
216 size += BigMetrics()->SubSerialize(slice);
/external/sfntly/cpp/src/test/
H A Dfont_data_test.cc260 ReadableFontDataPtr slice; local
261 slice.Attach(down_cast<ReadableFontData*>(rfd->Slice(trim, length)));
262 EXPECT_TRUE(ReadComparison(trim, length, rfd, slice));
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dstreams.py878 def slice(self, start, stop): member in class:CommonTokenStream
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
H A Dpopup.js150 return Array.prototype.slice.apply(seq);
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding_unittest.cc82 StringPiece slice(v);
83 EXPECT_TRUE(DecodeByte(&slice, &res));
85 EXPECT_TRUE(slice.empty());
89 StringPiece slice; local
91 EXPECT_FALSE(DecodeByte(&slice, &value));
193 StringPiece slice(encoded);
195 EXPECT_TRUE(DecodeBool(&slice, &value));
197 EXPECT_TRUE(slice.empty());
202 StringPiece slice(encoded);
204 EXPECT_TRUE(DecodeBool(&slice,
209 StringPiece slice; local
247 StringPiece slice; local
343 StringPiece slice; local
576 StringPiece slice; local
855 StringPiece slice; local
[all...]
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dlog_test.cc48 virtual Status Append(const Slice& slice) { argument
49 contents_.append(slice.data(), slice.size());
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_mipmap_tree.h123 * \name Offset to slice
127 * compute the slice offsets, so we store them in this table.
129 * The (x, y) offset to slice \c s at level \c l relative the miptrees
132 * x = mt->level[l].slice[s].x_offset
133 * y = mt->level[l].slice[s].y_offset
141 * intel_miptree_map/unmap on this slice.
144 } *slice; member in struct:intel_mipmap_level
167 * with array slice n containing all pixel data for sample n.
175 * indicates the mapping from sample number to array slice. This allows
178 * slice
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_texture.c154 GLuint slice,
166 assert(slice == 0);
217 GLuint slice)
152 nouveau_map_texture_image(struct gl_context *ctx, struct gl_texture_image *ti, GLuint slice, GLuint x, GLuint y, GLuint w, GLuint h, GLbitfield mode, GLubyte **map, GLint *stride) argument
216 nouveau_unmap_texture_image(struct gl_context *ctx, struct gl_texture_image *ti, GLuint slice) argument
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddebug.c616 const GLint slice = 0; local
621 ctx->Driver.MapTextureImage(ctx, img, slice,
671 ctx->Driver.UnmapTextureImage(ctx, img, slice);
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_renderbuffer.c569 const GLuint slice = fb->Attachment[buffer].Zoffset; local
572 ctx->Driver.MapTextureImage(ctx, texImage, slice,
603 const GLuint slice = fb->Attachment[buffer].Zoffset; local
606 ctx->Driver.UnmapTextureImage(ctx, texImage, slice);
/external/fio/profiles/
H A Dact.c298 struct act_slice *slice; local
312 slice = &apd->slices[apd->cur_slice];
313 slice->total_ios++;
317 slice->lat_buckets[i]++;
327 perm = (1000.0 * slice->lat_buckets[i]) / slice->total_ios;
348 static int show_slice(struct act_slice *slice, unsigned int slice_num) argument
357 if (slice->total_ios)
358 perc = 100.0 * (double) slice->lat_buckets[i] / (double) slice
400 unsigned int i, slice; local
[all...]
/external/guava/guava/src/com/google/common/io/
H A DByteStreams.java826 public static InputSupplier<InputStream> slice( method in class:ByteStreams

Completed in 7474 milliseconds

12345