Searched defs:slice (Results 51 - 75 of 81) sorted by relevance

1234

/external/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc1144 FontDataPtr slice; local
1145 slice.Attach(new_data->Slice(size));
1146 size += b->SubSerialize(down_cast<WritableFontData*>(slice.p_));
/external/clang/include/clang/AST/
H A DDeclBase.h1059 DeclContextLookupResult slice(size_t N) const { function in class:clang::DeclContextLookupResult
1060 DeclContextLookupResult Sliced = Result.slice(N);
/external/libvncserver/libvncserver/
H A Drfbserver.c2697 sraRegionPtr slice; local
2700 slice=sraRgnCreateRect(0,y,cl->screen->width,y+height);
2701 sraRgnAnd(updateRegion,slice);
2702 sraRgnDestroy(slice);
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c1246 unsigned pitch, slice; local
1267 slice = (rtex->surface.level[level].nblk_x * rtex->surface.level[level].nblk_y) / 64;
1268 if (slice) {
1269 slice = slice - 1;
1412 surf->cb_color_slice = S_028C68_SLICE_TILE_MAX(slice);
1427 surf->cb_color_fmask_slice = S_028C88_TILE_MAX(slice);
1440 unsigned level, pitch, slice, format, array_mode; local
1450 slice = (rtex->surface.level[level].nblk_x * rtex->surface.level[level].nblk_y) / 64;
1451 if (slice) {
[all...]
H A Dr600_state.c1261 unsigned pitch, slice; local
1281 slice = (rtex->surface.level[level].nblk_x * rtex->surface.level[level].nblk_y) / 64;
1282 if (slice) {
1283 slice = slice - 1;
1393 S_028060_SLICE_TILE_MAX(slice);
1410 surf->cb_color_mask |= S_028100_FMASK_TILE_MAX(slice);
1461 S_028100_FMASK_TILE_MAX(slice);
1480 unsigned level, pitch, slice, format, offset, array_mode; local
1485 slice
[all...]
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c1450 unsigned pitch, slice; local
1478 slice = (rtex->surface.level[level].nblk_x * rtex->surface.level[level].nblk_y) / 64;
1479 if (slice) {
1480 slice = slice - 1;
1588 si_pm4_set_reg(pm4, R_028C68_CB_COLOR0_SLICE + cb * 0x3C, S_028C68_TILE_MAX(slice));
1617 unsigned level, pitch, slice, format; local
1644 slice = (rtex->surface.level[level].nblk_x * rtex->surface.level[level].nblk_y) / 64;
1645 if (slice) {
1646 slice
[all...]
/external/mesa3d/src/mesa/main/
H A Dtexstore.c4277 GLuint dims, slice, numSlices = 1, sliceOffset = 0; local
4304 /* compute slice info (and do some sanity checks) */
4309 /* one image slice, nothing special needs to be done */
4348 for (slice = 0; slice < numSlices; slice++) {
4353 slice + sliceOffset,
4357 /* Note: we're only storing a 2D (or 1D) slice at a time but we need
4368 ctx->Driver.UnmapTextureImage(ctx, texImage, slice + sliceOffset);
/external/opencv/cxcore/src/
H A Dcxdatastructs.cpp609 cvSliceLength( CvSlice slice, const CvSeq* seq ) argument
612 int length = slice.end_index - slice.start_index;
616 if( slice.start_index < 0 )
617 slice.start_index += total;
618 if( slice.end_index <= 0 )
619 slice.end_index += total;
621 length = slice.end_index - slice.start_index;
639 cvCvtSeqToArray( const CvSeq *seq, void *array, CvSlice slice )
1841 cvSeqSlice( const CvSeq* seq, CvSlice slice, CvMemStorage* storage, int copy_data ) argument
[all...]
/external/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc544 PyObject* slice,
551 if (PyInt_Check(slice) || PyLong_Check(slice)) {
552 from = to = PyLong_AsLong(slice);
564 } else if (PySlice_Check(slice)) {
568 reinterpret_cast<PySliceObject*>(slice),
570 slice,
541 InternalDeleteRepeatedField( google::protobuf::Message* message, const google::protobuf::FieldDescriptor* field_descriptor, PyObject* slice, PyObject* cmessage_list) argument
/external/v8/src/arm64/
H A Dregexp-macro-assembler-arm64.cc1339 // Extract the underlying string and the slice offset.
1343 SlicedString* slice = SlicedString::cast(*subject_tmp); local
1344 subject_tmp = Handle<String>(slice->parent());
1345 slice_offset = slice->offset();
/external/v8/test/cctest/
H A Dtest-strings.cc145 // Must truncate something for a slice string. Loop until
157 // Don't slice 0 length strings.
1032 v8::Handle<v8::String> slice = local
1033 CompileRun("var slice = underlying.slice(1);"
1034 "slice")->ToString();
1035 CHECK(v8::Utils::OpenHandle(*slice)->IsSlicedString());
1043 CHECK(v8::Utils::OpenHandle(*slice)->IsSlicedString());
1047 *v8::String::Utf8Value(CompileRun("JSON.stringify(slice)")));
1109 Handle<String> slice local
1144 Handle<String> slice = factory->NewSubString(string, 1, 25); local
1192 const char* slice = "var slice = str.slice(1,-1); slice"; local
[all...]
H A Dtest-api.cc676 "function slice(a) { return a.substring(1); }");
681 Local<String> slice = Local<String>::Cast(CompileRun( local
682 "slice('abcdefghijklmnopqrstuvwxyz');"));
696 slice->MakeExternal(new TestOneByteResource(i::StrDup(c_slice), NULL, 1));
15222 "var slice = lhs.substring(1, lhs.length - 1);"
15247 "/[^a-z]/.test(slice);"
15260 env->Global()->Get(v8_str("slice")));
/external/valgrind/include/vki/
H A Dvki-xen-domctl.h245 vki_xen_uint64_aligned_t slice; member in struct:vki_xen_domctl_scheduler_op::__anon16510::xen_domctl_sched_sedf
/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/
H A DShadowDOM.js487 var copies = callbacks.slice(0);
622 var slice = Array.prototype.slice; variable
642 this.attributeFilter = slice.call(options.attributeFilter);
1048 var copy = listeners.slice();
1101 return eventPath.slice();
1347 if (idx == -1) return null; else path = path.slice(0, idx);
1357 var eventType = name.slice(2);
2306 var head = s.slice(0, offset);
2307 var tail = s.slice(offse
[all...]
H A Dwebcomponents.js18 location.search.slice(1).split("&").forEach(function(o) {
527 var copies = callbacks.slice(0);
661 var slice = Array.prototype.slice; variable
681 this.attributeFilter = slice.call(options.attributeFilter);
1085 var copy = listeners.slice();
1138 return eventPath.slice();
1384 if (idx == -1) return null; else path = path.slice(0, idx);
1394 var eventType = name.slice(2);
2335 var head = s.slice(
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_texfilter.c486 * Compute slice/image to use for 1D or 2D array texture.
491 GLint slice = IFLOOR(coord + 0.5f); local
492 slice = CLAMP(slice, 0, size - 1);
493 return slice;
555 GLint *i0, GLint *i1, GLint *j0, GLint *j1, GLint *slice,
569 *slice = 0;
578 *slice = 0;
586 *slice = 0;
594 *slice
551 linear_texcoord(const struct gl_sampler_object *samp, const struct gl_texture_object *texObj, GLuint level, const GLfloat texcoord[4], GLint *i0, GLint *i1, GLint *j0, GLint *j1, GLint *slice, GLfloat *wi, GLfloat *wj) argument
3573 GLint col, row, slice; local
3598 GLint slice; local
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp579 PixelBufferAccess getSliceAccess (int slice) { return getSliceAccessInternal(slice); } argument
583 ConstPixelBufferAccess getSliceAccess (int slice) const { return getSliceAccessInternal(slice); }
592 PixelBufferAccess getSliceAccessInternal (int slice) const;
672 PixelBufferAccess LayeredImage::getSliceAccessInternal (int slice) const
675 return tcu::getSubregion(srcAccess, 0, 0, slice, srcAccess.getWidth(), srcAccess.getHeight(), 1);
792 //! Base for a functor for verifying and logging a 2d texture layer (2d image, cube face, 3d slice, 2d layer).
1058 //! An ImageLayerVerifier that simply compares the result slice to a slice i
[all...]
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c2853 * drawing a 2D texture image or slice of a cube/3D texture.
2855 * \param slice slice of a 1D/2D array texture or 3D texture
2862 GLint slice,
2882 r = 1.0F / slice;
2884 r = slice;
2916 coords0[1] = slice; /* t */
2919 coords1[1] = slice;
2922 coords2[1] = slice;
2925 coords3[1] = slice;
2861 setup_texture_coords(GLenum faceTarget, GLint slice, GLint width, GLint height, GLfloat coords0[3], GLfloat coords1[3], GLfloat coords2[3], GLfloat coords3[3]) argument
3253 const GLint slice = 0; local
3598 decompress_texture_image(struct gl_context *ctx, struct gl_texture_image *texImage, GLuint slice, GLenum destFormat, GLenum destType, GLvoid *dest) argument
3826 const GLuint slice = 0; /* only 2D compressed textures for now */ local
[all...]
/external/v8/src/
H A Dfactory.cc509 // Note that neither of the two inputs can be a slice because:
602 Handle<SlicedString> slice = Handle<SlicedString>::cast(str); local
603 str = Handle<String>(slice->parent(), isolate());
604 offset += slice->offset();
611 Handle<SlicedString> slice = New<SlicedString>(map, NEW_SPACE); local
613 slice->set_hash_field(String::kEmptyHashField);
614 slice->set_length(length);
615 slice->set_parent(*str);
616 slice->set_offset(offset);
617 return slice;
[all...]
H A Dobjects.cc7965 SlicedString* slice = SlicedString::cast(string); local
7966 offset = slice->offset();
7967 string = slice->parent();
8060 SlicedString* slice = SlicedString::cast(this); local
8061 return slice->parent()->GetTwoByteData(start + slice->offset());
8437 SlicedString* slice = SlicedString::cast(source); local
8438 unsigned offset = slice->offset();
8439 WriteToFlat(slice->parent(), sink, from + offset, to + offset);
/external/chromium-trace/trace-viewer/tracing/third_party/css-element-queries/test/
H A Dmootools-core-full-nocompat.js125 var slice = Array.prototype.slice; variable
135 return (Type.isEnumerable(item) && typeof item != 'string') ? (typeOf(item) == 'array') ? item : slice.call(item) : [item];
218 return method.apply(item, slice.call(arguments, 1));
279 'slice', 'split', 'substr', 'substring', 'trim', 'toLowerCase', 'toUpperCase'
281 'pop', 'push', 'reverse', 'shift', 'sort', 'splice', 'unshift', 'concat', 'join', 'slice',
483 var args = Array.slice(arguments, 1);
610 return (index ? String(this).slice(index) : String(this)).indexOf(string) > -1;
658 return (hex) ? hex.slice(1).hexToRgb(array) : null;
668 if (match.charAt(0) == '\\') return match.slice(
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/opencv/cxcore/include/
H A Dcxtypes.h1098 CvSlice slice; local
1099 slice.start_index = start;
1100 slice.end_index = end;
1102 return slice;
/external/valgrind/VEX/priv/
H A Dguest_arm64_toIR.c2575 /* This is more complex. We are inserting a slice into
7448 IROp slice = is2 ? Iop_V128HIto64 : Iop_V128to64; local
7449 assign(res, binop(opI64x2toV128, unop(slice, argL),
7450 unop(slice, argR)));

Completed in 1069 milliseconds

1234