/external/sfntly/cpp/src/sfntly/table/bitmap/ |
ebdt_table.cc | 38 glyph_data.Attach(down_cast<ReadableFontData*>(data_->Slice(offset, length))); 110 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()));
|
/external/v8/test/mjsunit/ |
regexp-string-methods.js | 28 // Regexp shouldn't use String.prototype.slice() 30 assertEquals("f", s.slice(0,1)); 31 String.prototype.slice = function() { return "x"; }; 32 assertEquals("x", s.slice(0,1));
|
string-slices.js | 152 slice = "abcdefghijklmn12345".slice(1, -1); 154 f(flat, cons, slice, i); 158 slice = "abcdefghijklmn1\u20232345".slice(1, -1); 160 f(flat, cons, slice, i); 167 slice = "abcdefghijklmn12345".slice(1, -1); 170 assertEquals("cdefg", slice.substr(1, 5)); 175 slice = "abc\u1234defghijklmn12345".slice(1, -1) [all...] |
/external/chromium_org/third_party/leveldatabase/src/db/ |
db_bench.cc | 131 Slice Generate(int len) { 137 return Slice(data_.data() + pos_ - len, len); 141 static Slice TrimSpace(Slice s) { 150 return Slice(s.data() + start, limit - start); 153 static void AppendWithSpace(std::string* str, Slice msg) { 205 void AddMessage(Slice msg) { 239 void Report(const Slice& name) { 372 Slice key = TrimSpace(Slice(line, sep - 1 - line)) [all...] |
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/ |
db.h | 34 Slice start; // Included in the range 35 Slice limit; // Not included in the range 38 Range(const Slice& s, const Slice& l) : start(s), limit(l) { } 62 const Slice& key, 63 const Slice& value) = 0; 69 virtual Status Delete(const WriteOptions& options, const Slice& key) = 0; 84 const Slice& key, std::string* value) = 0; 118 virtual bool GetProperty(const Slice& property, std::string* value) = 0; 141 virtual void CompactRange(const Slice* begin, const Slice* end) = 0 [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
mask_array.h | 77 /// Multiply slice elements by corresponding elements of @a v. 79 /// Divide slice elements by corresponding elements of @a v. 81 /// Modulo slice elements by corresponding elements of @a v. 83 /// Add corresponding elements of @a v to slice elements. 85 /// Subtract corresponding elements of @a v from slice elements. 87 /// Logical xor slice elements with corresponding elements of @a v. 89 /// Logical and slice elements with corresponding elements of @a v. 91 /// Logical or slice elements with corresponding elements of @a v. 93 /// Left shift slice elements by corresponding elements of @a v. 95 /// Right shift slice elements by corresponding elements of @a v [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
mask_array.h | 79 /// Multiply slice elements by corresponding elements of @a v. 81 /// Divide slice elements by corresponding elements of @a v. 83 /// Modulo slice elements by corresponding elements of @a v. 85 /// Add corresponding elements of @a v to slice elements. 87 /// Subtract corresponding elements of @a v from slice elements. 89 /// Logical xor slice elements with corresponding elements of @a v. 91 /// Logical and slice elements with corresponding elements of @a v. 93 /// Logical or slice elements with corresponding elements of @a v. 95 /// Left shift slice elements by corresponding elements of @a v. 97 /// Right shift slice elements by corresponding elements of @a v [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
mask_array.h | 79 /// Multiply slice elements by corresponding elements of @a v. 81 /// Divide slice elements by corresponding elements of @a v. 83 /// Modulo slice elements by corresponding elements of @a v. 85 /// Add corresponding elements of @a v to slice elements. 87 /// Subtract corresponding elements of @a v from slice elements. 89 /// Logical xor slice elements with corresponding elements of @a v. 91 /// Logical and slice elements with corresponding elements of @a v. 93 /// Logical or slice elements with corresponding elements of @a v. 95 /// Left shift slice elements by corresponding elements of @a v. 97 /// Right shift slice elements by corresponding elements of @a v [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
mask_array.h | 77 /// Multiply slice elements by corresponding elements of @a v. 79 /// Divide slice elements by corresponding elements of @a v. 81 /// Modulo slice elements by corresponding elements of @a v. 83 /// Add corresponding elements of @a v to slice elements. 85 /// Subtract corresponding elements of @a v from slice elements. 87 /// Logical xor slice elements with corresponding elements of @a v. 89 /// Logical and slice elements with corresponding elements of @a v. 91 /// Logical or slice elements with corresponding elements of @a v. 93 /// Left shift slice elements by corresponding elements of @a v. 95 /// Right shift slice elements by corresponding elements of @a v [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
mask_array.h | 77 /// Multiply slice elements by corresponding elements of @a v. 79 /// Divide slice elements by corresponding elements of @a v. 81 /// Modulo slice elements by corresponding elements of @a v. 83 /// Add corresponding elements of @a v to slice elements. 85 /// Subtract corresponding elements of @a v from slice elements. 87 /// Logical xor slice elements with corresponding elements of @a v. 89 /// Logical and slice elements with corresponding elements of @a v. 91 /// Logical or slice elements with corresponding elements of @a v. 93 /// Left shift slice elements by corresponding elements of @a v. 95 /// Right shift slice elements by corresponding elements of @a v [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
mask_array.h | 77 /// Multiply slice elements by corresponding elements of @a v. 79 /// Divide slice elements by corresponding elements of @a v. 81 /// Modulo slice elements by corresponding elements of @a v. 83 /// Add corresponding elements of @a v to slice elements. 85 /// Subtract corresponding elements of @a v from slice elements. 87 /// Logical xor slice elements with corresponding elements of @a v. 89 /// Logical and slice elements with corresponding elements of @a v. 91 /// Logical or slice elements with corresponding elements of @a v. 93 /// Left shift slice elements by corresponding elements of @a v. 95 /// Right shift slice elements by corresponding elements of @a v [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
mask_array.h | 77 /// Multiply slice elements by corresponding elements of @a v. 79 /// Divide slice elements by corresponding elements of @a v. 81 /// Modulo slice elements by corresponding elements of @a v. 83 /// Add corresponding elements of @a v to slice elements. 85 /// Subtract corresponding elements of @a v from slice elements. 87 /// Logical xor slice elements with corresponding elements of @a v. 89 /// Logical and slice elements with corresponding elements of @a v. 91 /// Logical or slice elements with corresponding elements of @a v. 93 /// Left shift slice elements by corresponding elements of @a v. 95 /// Right shift slice elements by corresponding elements of @a v [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
mask_array.h | 79 /// Multiply slice elements by corresponding elements of @a v. 81 /// Divide slice elements by corresponding elements of @a v. 83 /// Modulo slice elements by corresponding elements of @a v. 85 /// Add corresponding elements of @a v to slice elements. 87 /// Subtract corresponding elements of @a v from slice elements. 89 /// Logical xor slice elements with corresponding elements of @a v. 91 /// Logical and slice elements with corresponding elements of @a v. 93 /// Logical or slice elements with corresponding elements of @a v. 95 /// Left shift slice elements by corresponding elements of @a v. 97 /// Right shift slice elements by corresponding elements of @a v [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
mask_array.h | 79 /// Multiply slice elements by corresponding elements of @a v. 81 /// Divide slice elements by corresponding elements of @a v. 83 /// Modulo slice elements by corresponding elements of @a v. 85 /// Add corresponding elements of @a v to slice elements. 87 /// Subtract corresponding elements of @a v from slice elements. 89 /// Logical xor slice elements with corresponding elements of @a v. 91 /// Logical and slice elements with corresponding elements of @a v. 93 /// Logical or slice elements with corresponding elements of @a v. 95 /// Left shift slice elements by corresponding elements of @a v. 97 /// Right shift slice elements by corresponding elements of @a v [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
mask_array.h | 79 /// Multiply slice elements by corresponding elements of @a v. 81 /// Divide slice elements by corresponding elements of @a v. 83 /// Modulo slice elements by corresponding elements of @a v. 85 /// Add corresponding elements of @a v to slice elements. 87 /// Subtract corresponding elements of @a v from slice elements. 89 /// Logical xor slice elements with corresponding elements of @a v. 91 /// Logical and slice elements with corresponding elements of @a v. 93 /// Logical or slice elements with corresponding elements of @a v. 95 /// Left shift slice elements by corresponding elements of @a v. 97 /// Right shift slice elements by corresponding elements of @a v [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
mask_array.h | 79 /// Multiply slice elements by corresponding elements of @a v. 81 /// Divide slice elements by corresponding elements of @a v. 83 /// Modulo slice elements by corresponding elements of @a v. 85 /// Add corresponding elements of @a v to slice elements. 87 /// Subtract corresponding elements of @a v from slice elements. 89 /// Logical xor slice elements with corresponding elements of @a v. 91 /// Logical and slice elements with corresponding elements of @a v. 93 /// Logical or slice elements with corresponding elements of @a v. 95 /// Left shift slice elements by corresponding elements of @a v. 97 /// Right shift slice elements by corresponding elements of @a v [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
mask_array.h | 78 /// Multiply slice elements by corresponding elements of @a v. 80 /// Divide slice elements by corresponding elements of @a v. 82 /// Modulo slice elements by corresponding elements of @a v. 84 /// Add corresponding elements of @a v to slice elements. 86 /// Subtract corresponding elements of @a v from slice elements. 88 /// Logical xor slice elements with corresponding elements of @a v. 90 /// Logical and slice elements with corresponding elements of @a v. 92 /// Logical or slice elements with corresponding elements of @a v. 94 /// Left shift slice elements by corresponding elements of @a v. 96 /// Right shift slice elements by corresponding elements of @a v [all...] |
/external/chromium-trace/trace-viewer/src/tracing/importer/ |
trace_event_importer_test.js | 36 var slice = t.sliceGroup.slices[0]; 37 assertEquals('a', slice.title); 38 assertEquals('foo', slice.category); 39 assertEquals(0, slice.start); 40 assertAlmostEquals((560 - 520) / 1000, slice.duration); 41 assertEquals(0, slice.subSlices.length); 43 slice = t.sliceGroup.slices[1]; 44 assertEquals('b', slice.title); 45 assertEquals('bar', slice.category); 46 assertAlmostEquals((629 - 520) / 1000, slice.start) [all...] |
/external/chromium_org/chrome/renderer/resources/extensions/ |
chrome_direct_setting.js | 10 var extendedSchema = $Array.slice(schema); 24 var setSchema = $Array.slice(
|
chrome_setting.js | 10 var extendedSchema = $Array.slice(schema); 24 var setSchema = $Array.slice(
|
content_setting.js | 11 var extendedSchema = $Array.slice(schema); 25 var setSchema = $Array.slice(
|
storage_area.js | 10 var extendedSchema = $Array.slice(schema); 27 var args = $Array.slice(arguments);
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/ |
dromaeo-object-string.html | 129 // TESTS: slice 131 test( "slice", function(){ 133 ret = str.slice(0); 134 ret = str.slice(0,5); 135 ret = str.slice(-1); 136 ret = str.slice(-6,-1); 137 ret = str.slice( 15000, 15005 ); 138 ret = str.slice( 12000, -1 );
|
/external/chromium_org/third_party/leveldatabase/src/table/ |
format.cc | 23 Status BlockHandle::DecodeFrom(Slice* input) { 44 Status Footer::DecodeFrom(Slice* input) { 61 *input = Slice(end, input->data() + input->size() - end); 70 result->data = Slice(); 78 Slice contents; 108 result->data = Slice(data, n); 112 result->data = Slice(buf, n); 132 result->data = Slice(ubuf, ulength);
|
/external/llvm/include/llvm/Support/ |
GCOV.h | 48 StringRef Magic = Buffer->getBuffer().slice(0, 12); 66 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor+4); 79 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor+4); 92 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor+4); 105 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor+4); 118 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor+4); 130 StringRef Str = Buffer->getBuffer().slice(Cursor, Cursor+4); 146 StringRef Str = Buffer->getBuffer().slice(Cursor, Cursor+Len);
|