HomeSort by relevance Sort by last modified time
    Searched refs:End (Results 251 - 275 of 964) sorted by null

<<11121314151617181920>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
iterator_range_core.hpp 62 return static_cast<IteratorT>( boost::end( r ) );
70 boost::end(l),
72 boost::end(r) );
179 iterator_range( Iterator Begin, Iterator End ) :
180 m_Begin(Begin), m_End(End)
211 m_End = r.end();
220 m_End = r.end();
245 IteratorT end() const function in class:boost::iterator_range
368 // begin and end iterators
525 \param End An end iterato
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9core.h 235 STDMETHOD(End)(THIS) PURE;
262 #define ID3DXLine_End(p) (p)->lpVtbl->End(p)
285 #define ID3DXLine_End(p) (p)->End()
317 STDMETHOD(End)(THIS_ DWORD mipfilter) PURE;
337 #define ID3DXRenderToEnvMap_End(p,a) (p)->lpVtbl->End(p,a)
353 #define ID3DXRenderToEnvMap_End(p,a) (p)->End(a)
431 STDMETHOD(End)(THIS) PURE;
452 #define ID3DXSprite_End(p) (p)->lpVtbl->End(p)
469 #define ID3DXSprite_End(p) (p)->End()
  /art/runtime/gc/allocator/
rosalloc.cc 66 << std::hex << (intptr_t)base_ << ", end="
116 for (auto it = free_page_runs_.begin(); it != free_page_runs_.end(); ) {
159 if (it != free_page_runs_.rend() && (last_free_page_run = *it)->End(this) == base_ + footprint_) {
160 // There is a free page run at the end.
165 // There is no free page run at the end.
183 // There was a free page run at the end. Expand its size.
187 DCHECK_EQ(last_free_page_run->End(this), base_ + new_footprint);
189 // Otherwise, insert a new free page run at the end.
313 size_t end = page_map_size_; local
314 while (idx < end && page_map_[idx] == pm_part_type)
1127 size_t end = std::min(num_slots - slots, static_cast<size_t>(32)); local
1353 size_t end = page_map_size_; local
1455 size_t end = page_map_size_; local
1565 void* end = reinterpret_cast<byte*>(fpr) + fpr_size; local
1586 void* end = base_ + (i + num_pages) * kPageSize; local
2082 size_t end = std::min(num_slots - slots, static_cast<size_t>(32)); local
    [all...]
  /external/chromium_org/v8/src/
lithium-allocator.cc 90 cur->pos().Value() <= End().Value());
310 // end of a lifetime hole). Use at this position should be attributed to
373 ASSERT(start.Value() < first_interval_->end().Value());
379 LifetimePosition end,
384 end.Value());
385 LifetimePosition new_end = end;
387 first_interval_->start().Value() <= end.Value()) {
388 if (first_interval_->end().Value() > end.Value()) {
389 new_end = first_interval_->end();
591 LifetimePosition end = LifetimePosition::FromInstructionIndex( local
769 int end = block->last_instruction_index(); local
1334 LifetimePosition end = LifetimePosition::FromInstructionIndex( local
1416 int end = 0; local
    [all...]
  /art/compiler/dex/
post_opt_passes.h 118 void End(PassDataHolder* data) const {
291 void End(PassDataHolder* data) const {
  /art/runtime/gc/accounting/
card_table-inl.h 105 // Handle any unaligned cards at the end.
148 // Handle unaligned cards at the end.
204 << " end: " << reinterpret_cast<void*>(mem_map_->End());
221 << " end: " << reinterpret_cast<void*>(mem_map_->End());
  /art/runtime/gc/space/
space.h 254 byte* End() const {
258 // The end of the address range covered by the space.
263 // Change the end of the space. Be careful with use since changing the end of a space to an
265 void SetEnd(byte* end) {
266 end_.StoreRelaxed(end);
275 return End() - Begin();
286 // Is object within this space? We check to see if the pointer is beyond the end first as
305 byte* begin, byte* end, byte* limit) :
306 Space(name, gc_retention_policy), begin_(begin), end_(end), limit_(limit)
    [all...]
  /art/runtime/
oat_file.h 289 return End() - Begin();
293 const byte* End() const;
324 // Pointer to end of oat region for bounds checking.
367 // new strings to the end. The adding of a new element must not touch any previously stored
  /external/chromium_org/cc/resources/
texture_uploader.cc 60 void TextureUploader::Query::End() {
97 it != pending_queries_.end();
126 available_queries_.front()->End();
325 textures_per_second_history_.erase(--textures_per_second_history_.end());
  /external/chromium_org/cc/trees/
occlusion_tracker_perftest.cc 97 LayerIterator<LayerImpl> end = LayerIterator<LayerImpl>::End(&rsll); local
131 EXPECT_EQ(end, begin);
167 LayerIterator<LayerImpl> end = LayerIterator<LayerImpl>::End(&rsll); local
200 EXPECT_EQ(end, begin);
  /external/chromium_org/content/test/data/media/
media_source_utils.js 48 console.log('End of appending buffer from ' + mediaFile);
  /external/chromium_org/mojo/system/
handle_table.cc 41 if (it == handle_to_entry_map_.end())
53 if (it == handle_to_entry_map_.end())
130 if (it == handle_to_entry_map_.end()) {
158 // Unset the busy flag and end the transport (since it won't be done
161 transport.End();
166 // Hang on to the transport (which we'll need to end the transport).
176 (*transports)[j].End();
193 handle_to_entry_map_.end()) {
216 DCHECK(it != handle_to_entry_map_.end());
230 DCHECK(it != handle_to_entry_map_.end());
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/
headerparser.cc 46 << " is beyond end of data " << end_ << VCD_ENDL;
92 VarintBE<int32_t>::Parse(parseable_chunk_.End(),
119 VarintBE<int64_t>::Parse(parseable_chunk_.End(),
196 VCD_ERROR << "Source segment end position (" << source_segment_end
220 "end of dictionary",
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransaction.cpp 250 return SQLTransactionState::End;
294 ASSERT(m_nextState == SQLTransactionState::End
  /external/chromium_org/third_party/mesa/src/docs/
MESA_resize_buffers.spec 69 Begin and End.
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/arm64/
ComplexToRealFixup.S 147 BLT End
256 End:
261 .end
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/armv7/
omxSP_FFTFwd_RToCCS_F32_Sfs_s.S 184 @// because the end of the "grpZeroSetLoop" loop inside
236 BLT End
313 End:
328 .end
  /external/clang/lib/Lex/
LiteralSupport.cpp 53 SourceLocation End =
56 return CharSourceRange::getCharRange(Begin, End);
88 // We know that this character can't be off the end of the buffer, because
89 // that would have been \", which would not have been the end of string.
226 for (StringRef::iterator I = Input.begin(), E = Input.end(); I != E; ++I) {
508 : PP(PP), ThisTokBegin(TokSpelling.begin()), ThisTokEnd(TokSpelling.end()) {
510 // This routine assumes that the range begin/end matches the regex for integer
512 // the byte at "*end" is both valid and not part of the regex. Because of
976 std::remove_copy_if(Str.begin(), Str.end(), std::back_inserter(Buffer),
    [all...]
  /external/eigen/lapack/
clacgv.f 111 END IF
114 * End of CLACGV
116 END
cladiv.f 95 * End of CLADIV
97 END
dladiv.f 122 END IF
126 * End of DLADIV
128 END
dlapy2.f 99 END IF
102 * End of DLAPY2
104 END
dlapy3.f 106 END IF
109 * End of DLAPY3
111 END
sladiv.f 122 END IF
126 * End of SLADIV
128 END
slapy2.f 99 END IF
102 * End of SLAPY2
104 END

Completed in 2454 milliseconds

<<11121314151617181920>>