/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
valarray_before.h | 671 _SBase (const _Dom& __e, const slice& __s) 684 const slice& _M_slice; 693 _SBase (_Array<_Tp> __a, const slice& __s) 718 _SClos (const _Dom& __e, const slice& __s) : _Base (__e, __s) {} 728 _SClos (_Array<_Tp> __a, const slice& __s) : _Base (__a, __s) {}
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
valarray_before.h | 671 _SBase (const _Dom& __e, const slice& __s) 684 const slice& _M_slice; 693 _SBase (_Array<_Tp> __a, const slice& __s) 718 _SClos (const _Dom& __e, const slice& __s) : _Base (__e, __s) {} 728 _SClos (_Array<_Tp> __a, const slice& __s) : _Base (__a, __s) {}
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
valarray_before.h | 668 _SBase (const _Dom& __e, const slice& __s) 681 const slice& _M_slice; 690 _SBase (_Array<_Tp> __a, const slice& __s) 715 _SClos (const _Dom& __e, const slice& __s) : _Base (__e, __s) {} 725 _SClos (_Array<_Tp> __a, const slice& __s) : _Base (__a, __s) {}
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
valarray_before.h | 668 _SBase (const _Dom& __e, const slice& __s) 681 const slice& _M_slice; 690 _SBase (_Array<_Tp> __a, const slice& __s) 715 _SClos (const _Dom& __e, const slice& __s) : _Base (__e, __s) {} 725 _SClos (_Array<_Tp> __a, const slice& __s) : _Base (__a, __s) {}
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
valarray_before.h | 668 _SBase (const _Dom& __e, const slice& __s) 681 const slice& _M_slice; 690 _SBase (_Array<_Tp> __a, const slice& __s) 715 _SClos (const _Dom& __e, const slice& __s) : _Base (__e, __s) {} 725 _SClos (_Array<_Tp> __a, const slice& __s) : _Base (__a, __s) {}
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
valarray_before.h | 668 _SBase (const _Dom& __e, const slice& __s) 681 const slice& _M_slice; 690 _SBase (_Array<_Tp> __a, const slice& __s) 715 _SClos (const _Dom& __e, const slice& __s) : _Base (__e, __s) {} 725 _SClos (_Array<_Tp> __a, const slice& __s) : _Base (__a, __s) {}
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
valarray_before.h | 671 _SBase (const _Dom& __e, const slice& __s) 684 const slice& _M_slice; 693 _SBase (_Array<_Tp> __a, const slice& __s) 718 _SClos (const _Dom& __e, const slice& __s) : _Base (__e, __s) {} 728 _SClos (_Array<_Tp> __a, const slice& __s) : _Base (__a, __s) {}
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
valarray_before.h | 671 _SBase (const _Dom& __e, const slice& __s) 684 const slice& _M_slice; 693 _SBase (_Array<_Tp> __a, const slice& __s) 718 _SClos (const _Dom& __e, const slice& __s) : _Base (__e, __s) {} 728 _SClos (_Array<_Tp> __a, const slice& __s) : _Base (__a, __s) {}
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
valarray_before.h | 671 _SBase (const _Dom& __e, const slice& __s) 684 const slice& _M_slice; 693 _SBase (_Array<_Tp> __a, const slice& __s) 718 _SClos (const _Dom& __e, const slice& __s) : _Base (__e, __s) {} 728 _SClos (_Array<_Tp> __a, const slice& __s) : _Base (__a, __s) {}
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
valarray_before.h | 671 _SBase (const _Dom& __e, const slice& __s) 684 const slice& _M_slice; 693 _SBase (_Array<_Tp> __a, const slice& __s) 718 _SClos (const _Dom& __e, const slice& __s) : _Base (__e, __s) {} 728 _SClos (_Array<_Tp> __a, const slice& __s) : _Base (__a, __s) {}
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
valarray_before.h | 670 _SBase (const _Dom& __e, const slice& __s) 683 const slice& _M_slice; 692 _SBase (_Array<_Tp> __a, const slice& __s) 717 _SClos (const _Dom& __e, const slice& __s) : _Base (__e, __s) {} 727 _SClos (_Array<_Tp> __a, const slice& __s) : _Base (__a, __s) {}
|
/external/llvm/lib/Transforms/Scalar/ |
SROA.cpp | 114 /// \brief A used slice of an alloca. 116 /// This structure represents a slice of an alloca used by some instruction. It 120 class Slice { 127 /// \brief Storage for both the use of this slice and whether it can be 132 Slice() : BeginOffset(), EndOffset() {} 133 Slice(uint64_t BeginOffset, uint64_t EndOffset, Use *U, bool IsSplittable) 154 bool operator<(const Slice &RHS) const { 163 friend LLVM_ATTRIBUTE_UNUSED bool operator<(const Slice &LHS, 168 const Slice &RHS) { 172 bool operator==(const Slice &RHS) const [all...] |
/external/sfntly/cpp/src/sfntly/table/core/ |
cmap_table.cc | 399 data->Slice(offset, 413 data->Slice(offset, 564 data->Slice(offset, data->ReadUShort( 575 data->Slice(offset, data->ReadUShort( 921 (data->Slice(offset, 935 (data->Slice(offset, 1144 FontDataPtr slice; local [all...] |
/external/llvm/include/llvm/ADT/ |
StringRef.h | 415 StringRef slice(size_t Start, size_t End) const { 435 return std::make_pair(slice(0, Idx), slice(Idx+1, npos)); 452 return std::make_pair(slice(0, Idx), slice(Idx + Separator.size(), npos)); 487 return std::make_pair(slice(0, Idx), slice(Idx+1, npos));
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
init.cpp | 49 the seq_parameter_id or pic_parameter_id. Also some of the slice parameters 50 have to be re-assigned per slice basis such as frame_num, slice_type, 237 picParam->pic_order_present_flag = 0; /* default for now, will need it for B-slice */ 314 picParam->pic_init_qp_minus26 = 0; /* default, will be changed at slice level anyway */ 345 picParam->pic_order_present_flag = extP->pic_order_present_flag; /* default for now, will need it for B-slice */ 435 picParam->pic_init_qp_minus26 = extP->pic_init_qp_minus26; /* default, will be changed at slice level anyway */ 782 encvid->currSliceGroup = 0; /* start from slice group #0 */ 801 /* initialize variables for this slice */ [all...] |
/cts/tools/cfassembler/src/dxconvext/ |
ClassFileParser.java | 134 // ByteArray ba = bytes.slice(offset, bytes.size()); 154 ByteArray ba = bytes.slice(offset, bytes.size()); 176 ByteArray ba = bytes.slice(offset, offset + len);
|
/external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/ |
android_parser_test.js | 95 var slice = thread.asyncSliceGroup.slices[0]; 96 assertEquals('animator:childrenOutlineAlpha', slice.title); 97 assertAlmostEquals(118.169, slice.duration);
|
/external/chromium-trace/trace-viewer/src/tracing/ |
trace_model.js | 13 * The building block of the model is a slice. A slice is roughly 232 traces = traces.slice(0);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
CookieParser.js | 78 this._lastCookie.addAttribute(kv.key.slice(1), kv.value); 148 this._input = this._input.slice(keyValueMatch[0].length); 160 this._input = this._input.slice(match[0].length);
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
aggregate_results.js | 181 url += "&chdl=" + labels + "&chco=" + LABEL_COLORS.slice(0, numLabels).join(','); 204 html += htmlForTableRow('Blink Revision', resultsForBuilder[results.BLINK_REVISIONS].slice(0, numColumns)); 206 html += htmlForTableRow('Chrome Revision', resultsForBuilder[results.CHROME_REVISIONS].slice(0, numColumns));
|
/external/chromium_org/v8/src/ |
regexp-macro-assembler.cc | 131 SlicedString* slice = SlicedString::cast(subject_ptr); local 132 subject_ptr = slice->parent(); 133 slice_offset = slice->offset();
|
/external/v8/src/ |
regexp-macro-assembler.cc | 132 SlicedString* slice = SlicedString::cast(subject_ptr); local 133 subject_ptr = slice->parent(); 134 slice_offset = slice->offset();
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_storage.c | 275 macroblock storages and slice group map and (re-)initializes the 405 DEBUG(("TRYING TO CHANGE SPS IN NON-IDR SLICE\n")); 451 pStorage->slice->numDecodedMbs = 0; 452 pStorage->slice->sliceId = 0; 470 considers that new picture is starting if no slice headers 539 if (pStorage->slice->numDecodedMbs == pStorage->picSizeInMbs) 560 Compute slice group map. Just call h264bsdDecodeSliceGroupMap with 600 following conditions checked only for slice NAL units, values 601 compared to ones obtained from previous slice: 603 -NAL unit type differs (slice / IDR slice [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
UserString.py | 158 if isinstance(index, slice): 169 # the extended slice assignment/deletion algorithm here... 179 if isinstance(index, slice):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
UserString.py | 158 if isinstance(index, slice): 169 # the extended slice assignment/deletion algorithm here... 179 if isinstance(index, slice):
|