HomeSort by relevance Sort by last modified time
    Searched full:slice (Results 326 - 350 of 1551) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
valarray 79 class slice; // BLAS-like slice out of an array
81 class gslice; // generalized slice out of an array
191 * @param sa Array slice to get values from.
201 * @param ga Array slice to get values from.
211 * @param ma Array slice to get values from.
221 * @param ia Array slice to get values from.
258 * indicated by the slice argument. The new valarray has the same size
259 * as the input slice. @see slice
    [all...]
  /external/chromium-trace/trace-viewer/src/base/
utils.js 55 return stack.slice(2);
  /external/chromium-trace/trace-viewer/src/tracing/tracks/
object_instance_track.js 20 * A track that displays an array of Slice objects.
72 case tracing.tracks.DrawType.SLICE:
204 * @param {slice} The current slice.
  /external/chromium_org/chrome/browser/chromeos/drive/
file_cache_metadata.cc 145 leveldb::Slice(resource_id),
146 leveldb::Slice(serialized));
153 level_db_->Delete(leveldb::WriteOptions(), leveldb::Slice(resource_id));
164 leveldb::Slice(resource_id), &serialized);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_links/
send_links.js 8 var links = [].slice.apply(document.getElementsByTagName('a'));
  /external/chromium_org/chrome/renderer/resources/extensions/
entry_id_manager.js 20 return fileSystemId + ':' + $String.slice(entry.fullPath, 1);
  /external/chromium_org/chrome/test/functional/tracing/
tracer.js 14 Array.prototype.slice.call(arguments, 1)
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
UNCOVERED 89 Array.slice
  /external/chromium_org/third_party/WebKit/Source/wtf/
ArrayBuffer.h 58 inline PassRefPtr<ArrayBuffer> slice(int begin, int end) const;
59 inline PassRefPtr<ArrayBuffer> slice(int begin) const;
154 PassRefPtr<ArrayBuffer> ArrayBuffer::slice(int begin, int end) const function in class:WTF::ArrayBuffer
159 PassRefPtr<ArrayBuffer> ArrayBuffer::slice(int begin) const function in class:WTF::ArrayBuffer
  /external/chromium_org/third_party/leveldatabase/src/table/
two_level_iterator.h 28 const Slice& index_value),
  /external/chromium_org/v8/test/mjsunit/
length.js 57 assertEquals(2, Array.prototype.slice.length, "Array.prototype.slice.length");
67 assertEquals(2, String.prototype.slice.length, "String.prototype.slice.length");
string-external-cached.js 45 charat_str[2] = charat_str[0].slice(0, -1);
46 charat_str[3] = charat_str[1].slice(0, -1);
73 var ascii_slice = ascii.slice(1,-1);
74 var twobyte_slice = twobyte.slice(2,-1);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
UnknownDescriptor.java 29 data = (ByteBuffer) bb.slice().limit(this.getSizeOfInstance());
  /external/v8/test/mjsunit/
length.js 57 assertEquals(2, Array.prototype.slice.length, "Array.prototype.slice.length");
67 assertEquals(2, String.prototype.slice.length, "String.prototype.slice.length");
string-external-cached.js 45 charat_str[2] = charat_str[0].slice(0, -1);
46 charat_str[3] = charat_str[1].slice(0, -1);
73 var ascii_slice = ascii.slice(1,-1);
74 var twobyte_slice = twobyte.slice(2,-1);
  /frameworks/av/media/libstagefright/codecs/avc/enc/
Android.mk 18 src/slice.cpp \
  /frameworks/base/core/java/android/text/
NoCopySpan.java 21 * into a new Spenned when performing a slice or copy operation on the original
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/
SliceDirectByteBufferTest.java 25 buf = buf.slice();
SliceHeapByteBufferTest.java 25 buf = buf.slice();
SliceWrappedByteBufferTest.java 25 buf = buf.slice();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_types.py 43 'SliceType' : 'slice',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
opcode.py 72 def_op('SLICE+0', 30)
73 def_op('SLICE+1', 31)
74 def_op('SLICE+2', 32)
75 def_op('SLICE+3', 33)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_types.py 43 'SliceType' : 'slice',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
opcode.py 72 def_op('SLICE+0', 30)
73 def_op('SLICE+1', 31)
74 def_op('SLICE+2', 32)
75 def_op('SLICE+3', 33)
  /external/chromium_org/chrome/browser/chromeos/contacts/
contact_database.cc 18 #include "third_party/leveldatabase/src/include/leveldb/slice.h"
266 updates.Put(leveldb::Slice(contact.contact_id()),
267 leveldb::Slice(contact.SerializeAsString()));
274 updates.Delete(leveldb::Slice(*it));
277 updates.Put(leveldb::Slice(kUpdateMetadataKey),
278 leveldb::Slice(metadata->SerializeAsString()));
312 leveldb::Slice value_slice = db_iterator->value();

Completed in 3981 milliseconds

<<11121314151617181920>>