/external/jsilver/src/com/google/clearsilver/jsilver/functions/string/ |
SliceFunction.java | 28 * Returns the string slice starting at start and ending at end, similar to the Python slice
|
/frameworks/av/media/libstagefright/codecs/avc/common/src/ |
fmo.cpp | 22 /* see subclause 8.2.2 Decoding process for macroblock to slice group map */ 67 /* see subclause 8.2.2.1 interleaved slice group map type*/ 85 /* see subclause 8.2.2.2 dispersed slice group map type*/ 96 /* see subclause 8.2.2.3 foreground with left-over slice group map type */ 126 /* see subclause 8.2.2.4 box-out slice group map type */ 198 /* see subclause 8.2.2.5 raster scan slice group map types */ 213 /* see subclause 8.2.2.6, wipe slice group map type. */ 239 /* see subclause 8.2.2.7, explicit slice group map */
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.sub/ |
slice_const.pass.cpp | 14 // valarray operator[](slice s) const; 23 std::valarray<int> v2 = v1[std::slice(1, 5, 3)];
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
version_edit.cc | 88 static bool GetInternalKey(Slice* input, InternalKey* dst) { 89 Slice str; 98 static bool GetLevel(Slice* input, int* level) { 109 Status VersionEdit::DecodeFrom(const Slice& src) { 111 Slice input = src; 119 Slice str;
|
leveldb_main.cc | 47 void (*func)(Slice)) { 56 Slice record; 73 virtual void Put(const Slice& key, const Slice& value) { 78 virtual void Delete(const Slice& key) { 87 static void WriteBatchPrinter(Slice record) { 110 static void VersionEditPrinter(Slice record) {
|
/external/chromium_org/third_party/leveldatabase/src/util/ |
coding_test.cc | 174 PutLengthPrefixedSlice(&s, Slice("")); 175 PutLengthPrefixedSlice(&s, Slice("foo")); 176 PutLengthPrefixedSlice(&s, Slice("bar")); 177 PutLengthPrefixedSlice(&s, Slice(std::string(200, 'x'))); 179 Slice input(s); 180 Slice v;
|
/external/sfntly/cpp/src/sfntly/data/ |
writable_font_data.cc | 166 CALLER_ATTACH FontData* WritableFontData::Slice(int32_t offset, 175 FontDataPtr slice = new WritableFontData(this, offset, length); local 176 return slice.Detach(); 179 CALLER_ATTACH FontData* WritableFontData::Slice(int32_t offset) { 187 FontDataPtr slice = new WritableFontData(this, offset); local 188 return slice.Detach();
|
/libcore/luni/src/main/java/java/nio/ |
ByteBufferAsCharBuffer.java | 39 ByteBuffer slice = byteBuffer.slice(); local 40 slice.order(byteBuffer.order()); 41 return new ByteBufferAsCharBuffer(slice); 170 public CharBuffer slice() { method in class:ByteBufferAsCharBuffer 173 ByteBuffer bb = byteBuffer.slice().order(byteBuffer.order());
|
ByteBufferAsDoubleBuffer.java | 39 ByteBuffer slice = byteBuffer.slice(); local 40 slice.order(byteBuffer.order()); 41 return new ByteBufferAsDoubleBuffer(slice); 170 public DoubleBuffer slice() { method in class:ByteBufferAsDoubleBuffer 173 ByteBuffer bb = byteBuffer.slice().order(byteBuffer.order());
|
ByteBufferAsFloatBuffer.java | 38 ByteBuffer slice = byteBuffer.slice(); local 39 slice.order(byteBuffer.order()); 40 return new ByteBufferAsFloatBuffer(slice); 169 public FloatBuffer slice() { method in class:ByteBufferAsFloatBuffer 172 ByteBuffer bb = byteBuffer.slice().order(byteBuffer.order());
|
ByteBufferAsIntBuffer.java | 39 ByteBuffer slice = byteBuffer.slice(); local 40 slice.order(byteBuffer.order()); 41 return new ByteBufferAsIntBuffer(slice); 170 public IntBuffer slice() { method in class:ByteBufferAsIntBuffer 173 ByteBuffer bb = byteBuffer.slice().order(byteBuffer.order());
|
ByteBufferAsLongBuffer.java | 39 ByteBuffer slice = byteBuffer.slice(); local 40 slice.order(byteBuffer.order()); 41 return new ByteBufferAsLongBuffer(slice); 170 public LongBuffer slice() { method in class:ByteBufferAsLongBuffer 173 ByteBuffer bb = byteBuffer.slice().order(byteBuffer.order());
|
ByteBufferAsShortBuffer.java | 38 ByteBuffer slice = byteBuffer.slice(); local 39 slice.order(byteBuffer.order()); 40 return new ByteBufferAsShortBuffer(slice); 169 public ShortBuffer slice() { method in class:ByteBufferAsShortBuffer 172 ByteBuffer bb = byteBuffer.slice().order(byteBuffer.order());
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_mipmap_tree.h | 123 * \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/mesa3d/src/mesa/drivers/dri/intel/ |
intel_mipmap_tree.h | 123 * \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-trace/trace-viewer/src/tracing/importer/ |
trace_event_importer.js | 143 * Helper to process an 'async finish' event, which will close an open slice 219 var slice = thread.sliceGroup.endSlice(event.ts / 1000); 221 if (slice.args[arg] !== undefined) { 223 'Both the B and E phases of ' + slice.name + 227 slice.args[arg] = this.deepCopyIfNeeded_(event.args[arg]); 257 // Treat an Instant event as a duration 0 slice. 402 'At ' + event.ts + ', a slice of the same id ' + id + 411 'At ' + event.ts + ', no slice named ' + name + 417 'At ' + event.ts + ', no slice named ' + name + 425 // Create a slice from start to end [all...] |
v8_log_importer.js | 11 base.require('tracing.trace_model.slice'); 76 var slice = new tracing.trace_model.Slice('v8', name, colorId, start, 78 this.v8_timer_thread_.sliceGroup.pushSlice(slice); 147 var slice = new tracing.trace_model.Slice( 149 this.v8_stack_thread_.sliceGroup.pushSlice(slice);
|
/external/chromium_org/third_party/leveldatabase/src/helpers/memenv/ |
memenv.cc | 52 Status Read(uint64_t offset, size_t n, Slice* result, char* scratch) const { 61 *result = Slice(); 70 *result = Slice(blocks_[block] + block_offset, n); 90 *result = Slice(scratch, n); 94 Status Append(const Slice& data) { 158 virtual Status Read(size_t n, Slice* result, char* scratch) { 193 virtual Status Read(uint64_t offset, size_t n, Slice* result, 212 virtual Status Append(const Slice& data) { 293 Slice(filename).starts_with(Slice(dir))) [all...] |
/external/sfntly/cpp/src/test/ |
font_data_test.cc | 260 ReadableFontDataPtr slice; local 261 slice.Attach(down_cast<ReadableFontData*>(rfd->Slice(trim, length))); 262 EXPECT_TRUE(ReadComparison(trim, length, rfd, slice)); 277 w_slice.Attach(down_cast<WritableFontData*>(wfd->Slice(trim, length))); 278 r_slice.Attach(down_cast<ReadableFontData*>(rfd->Slice(trim, length))); 286 w_slice.Attach(down_cast<WritableFontData*>(wfd->Slice(trim, length))); 287 r_slice.Attach(down_cast<ReadableFontData*>(rfd->Slice(trim, length))); 294 w_slice.Attach(down_cast<WritableFontData*>(wfd->Slice(trim, length))); 295 r_slice.Attach(down_cast<ReadableFontData*>(rfd->Slice(trim, length))) [all...] |
/external/chromium_org/third_party/leveldatabase/src/doc/ |
index.html | 211 <h1>Slice</h1> 214 are instances of the <code>leveldb::Slice</code> type. <code>Slice</code> is a simple 216 array. Returning a <code>Slice</code> is a cheaper alternative to returning a 223 to a Slice: 226 leveldb::Slice s1 = "hello"; 229 leveldb::Slice s2 = str; 231 A Slice can be easily converted back to a C++ string: 237 the external byte array into which the Slice points remains live while 238 the Slice is in use. For example, the following is buggy [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_storage.h | 85 /* current slice group map, recomputed for each slice */ 98 /* store information needed for handling of slice decoding */ 99 sliceStorage_t slice[1]; member in struct:__anon31745 128 /* slice header, second structure used as a temporary storage while 129 * decoding slice header, first one stores last successfully decoded 130 * slice header */
|
/external/v8/test/cctest/ |
test-strings.cc | 494 Handle<String> slice = FACTORY->NewSubString(parent, 1, 25); local 497 CHECK(slice->IsSlicedString()); 498 CHECK_EQ(SlicedString::cast(*slice)->parent(), 500 CHECK(SlicedString::cast(*slice)->parent()->IsSeqString()); 501 CHECK(slice->IsFlat()); 525 Handle<String> slice = FACTORY->NewSubString(string, 1, 25); local 526 CHECK(slice->IsSlicedString()); 528 CHECK_EQ(SlicedString::cast(*slice)->parent(), *string); 529 CHECK(SlicedString::cast(*slice)->parent()->IsExternalString()); 530 CHECK(slice->IsFlat()) 572 const char* slice = "var slice = str.slice(1,-1); slice"; local [all...] |
/dalvik/dexgen/src/com/android/dexgen/util/ |
ByteArray.java | 25 * 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
|
/dalvik/dx/src/com/android/dx/util/ |
ByteArray.java | 25 * 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/dexmaker/src/dx/java/com/android/dx/util/ |
ByteArray.java | 25 * 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
|