/external/chromium_org/content/public/browser/ |
color_chooser.h | 19 virtual void End() = 0;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/ |
finder.hpp | 20 #include <boost/range/end.hpp> 33 Returns a pair <begin,end> marking the subsequence in the sequence. 34 If the find fails, functor returns <End,End> 44 m_Search(::boost::begin(Search), ::boost::end(Search)), m_Comp(Comp) {} 56 ForwardIteratorT End ) const 63 OuterIt!=End; 68 return result_type( End, End ); 73 InnerIt!=End && SubstrIt!=m_Search.end() [all...] |
sequence.hpp | 18 #include <boost/range/end.hpp> 33 ForwardIteratorT End ) 35 Input.insert( At, Begin, End ); 44 ::boost::algorithm::detail::insert( Input, At, ::boost::begin(Insert), ::boost::end(Insert) ); 75 ForwardIteratorT End ) 80 for(; InsertIt!=End && InputIt!=To; InsertIt++, InputIt++ ) 85 if ( InsertIt!=End ) 88 Input.insert( InputIt, InsertIt, End ); 111 ForwardIteratorT End ) 114 if ( Begin!=End ) [all...] |
/external/llvm/utils/count/ |
count.c | 15 char Buffer[4096], *End; 22 Count = strtol(argv[1], &End, 10); 23 if (*End != '\0' && End != argv[1]) {
|
/external/valgrind/main/drd/tests/ |
unit_bitmap.stderr.exp | 2 End of DRD BM unit test.
|
/external/llvm/include/llvm/Support/ |
SMLoc.h | 49 SMLoc Start, End; 52 SMRange(SMLoc St, SMLoc En) : Start(St), End(En) { 53 assert(Start.isValid() == End.isValid() && 54 "Start and end should either both be valid or both be invalid!"); 60 } // end namespace llvm
|
/external/clang/test/Analysis/ |
cxx-for-range-cfg.cpp | 11 T *End;
|
/external/llvm/lib/IR/ |
User.cpp | 50 Use *End = Begin + N; 51 (void) new(End) Use::UserRef(const_cast<User*>(this), 1); 52 return Use::initTags(Begin, End); 62 Use *End = Start + Us; 63 User *Obj = reinterpret_cast<User*>(End); 66 Use::initTags(Start, End); 90 } // End llvm namespace
|
/external/clang/include/clang/Analysis/Support/ |
BumpVector.h | 54 T *Begin, *End, *Capacity; 58 : Begin(NULL), End(NULL), Capacity(NULL) { 65 destroy_range(Begin, End); 86 iterator end() { return End; } function in class:clang::BumpVector 87 const_iterator end() const { return End; } function in class:clang::BumpVector 90 reverse_iterator rbegin() { return reverse_iterator(end()); } 91 const_reverse_iterator rbegin() const{ return const_reverse_iterator(end()); } 95 bool empty() const { return Begin == End; } [all...] |
/external/chromium_org/cc/debug/ |
paint_time_counter.h | 33 RingBufferType::Iterator End() const { return ring_buffer_.End(); }
|
/external/chromium_org/cc/resources/ |
memory_history.h | 43 RingBufferType::Iterator End() const { return ring_buffer_.End(); }
|
/external/chromium_org/tools/gyp/tools/Xcode/Specifications/ |
gyp.xclangspec | 54 End = "'"; 170 End = "}"; 185 End = "]"; 216 End = "\n";
|
/external/llvm/include/llvm/MC/ |
MCAtom.h | 42 /// \brief Get the end address, i.e. the last one inside the atom. 43 uint64_t getEndAddr() const { return End; } 73 uint64_t Begin, End; 77 : Kind(K), Name("(unknown)"), Parent(P), Begin(B), End(E) { } 82 /// \brief Remap the atom, using the given range, updating Begin/End. 96 /// The bounds for the resulting atoms are returned in {L,R}{Begin,End}. 137 const_iterator end() const { return Insts.end(); } function in class:llvm::MCTextAtom 155 MCTextAtom(MCModule *P, uint64_t Begin, uint64_t End) 156 : MCAtom(TextAtom, P, Begin, End), NextInstAddress(Begin) { [all...] |
/external/clang/include/clang/AST/ |
ASTVector.h | 58 T *Begin, *End, *Capacity; 60 void setEnd(T *P) { this->End = P; } 64 ASTVector() : Begin(NULL), End(NULL), Capacity(NULL) { } 67 : Begin(NULL), End(NULL), Capacity(NULL) { 74 destroy_range(Begin, End); 95 iterator end() { return End; } function in class:clang::ASTVector 96 const_iterator end() const { return End; } function in class:clang::ASTVector 99 reverse_iterator rbegin() { return reverse_iterator(end()); } [all...] |
DeclLookups.h | 27 StoredDeclsMap::iterator It, End; 37 StoredDeclsMap::iterator End) 38 : It(It), End(End) {} 51 } while (It != End && 76 return all_lookups_iterator(Map->begin(), Map->end()); 85 return all_lookups_iterator(Map->end(), Map->end()); 93 return all_lookups_iterator(Map->begin(), Map->end()); 101 return all_lookups_iterator(Map->end(), Map->end()) [all...] |
/external/chromium_org/gpu/command_buffer/service/ |
gpu_tracer.h | 28 // End the last started trace. 29 virtual bool End() = 0;
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
SQLTransactionState.h | 34 End = 0, 47 NumberOfStates // Always keep this at the end of the list.
|
SQLTransactionStateMachine.cpp | 38 case SQLTransactionState::End: 39 return "end";
|
/external/clang/test/CodeGenCXX/ |
alloca-align.cpp | 4 int Start, End;
|
/external/llvm/lib/MC/ |
MCModule.cpp | 24 assert(Begin <= NewAtom->End && "Creating MCAtom with endpoints reversed?"); 29 assert((I == atom_end() || (*I)->getBeginAddr() > NewAtom->End) 36 MCTextAtom *MCModule::createTextAtom(uint64_t Begin, uint64_t End) { 37 MCTextAtom *NewAtom = new MCTextAtom(this, Begin, End); 42 MCDataAtom *MCModule::createDataAtom(uint64_t Begin, uint64_t End) { 43 MCDataAtom *NewAtom = new MCDataAtom(this, Begin, End); 64 Atom->End = NewEnd;
|
/external/clang/include/clang/Rewrite/Core/ |
RewriteRope.h | 65 RopePiece(RopeRefCountString *Str, unsigned Start, unsigned End) 66 : StrData(Str), StartOffs(Start), EndOffs(End) { 123 // end iterator 165 iterator end() const { return iterator(); } function in class:clang::RopePieceBTree 207 iterator end() const { return Chunks.end(); } function in class:clang::RewriteRope 214 void assign(const char *Start, const char *End) { 216 if (Start != End) 217 Chunks.insert(0, MakeRopeString(Start, End)); 220 void insert(unsigned Offset, const char *Start, const char *End) { [all...] |
/external/skia/tools/lua/ |
bitmap_statistics.lua | 3 end 5 function string.endsWith(String,End) 6 return End=='' or string.sub(String,-string.len(End))==End 7 end 20 end 24 end 42 end 47 end [all...] |
/external/chromium_org/net/quic/congestion_control/ |
quic_max_sized_map_test.cc | 35 EXPECT_TRUE(it != test_map.End()); 38 EXPECT_TRUE(it != test_map.End()); 41 EXPECT_TRUE(it != test_map.End()); 59 EXPECT_TRUE(it != test_map.End());
|
/external/chromium_org/ppapi/c/dev/ |
ppp_printing_dev.h | 77 void (*End)(PP_Instance instance);
|
/external/llvm/lib/AsmParser/ |
LLLexer.h | 86 uint64_t atoull(const char *Buffer, const char *End); 87 uint64_t HexIntToVal(const char *Buffer, const char *End); 88 void HexToIntPair(const char *Buffer, const char *End, uint64_t Pair[2]); 89 void FP80HexToIntPair(const char *Buff, const char *End, uint64_t Pair[2]); 91 } // end namespace llvm
|