Searched defs:begin (Results 226 - 250 of 932) sorted by relevance

1234567891011>>

/external/perfetto/include/perfetto/base/
H A Dlogging.h48 const char* begin,
52 : ((s > begin) ? BasenameRecursive(s - 1, begin, end) : s);
47 BasenameRecursive(const char* s, const char* begin, const char* end) argument
/external/perfetto/src/traced/probes/
H A Dprocess_stats_data_source.cc179 auto begin = buf.find(key); local
180 if (begin == std::string::npos)
182 begin = buf.find_first_not_of(" \t", begin + strlen(key));
183 if (begin == std::string::npos)
185 auto end = buf.find('\n', begin);
186 if (end == std::string::npos || end <= begin)
188 return buf.substr(begin, end - begin);
/external/selinux/python/sepolgen/src/sepolgen/
H A Dlex.py141 c.begin(c.lexstate)
197 self.begin('INITIAL')
210 # begin() - Changes the lexing state
212 def begin(self,state): member in class:Lexer
226 self.begin(state)
232 self.begin(self.lexstatestack.pop())
/external/skia/include/private/
H A DSkTemplates.h203 T* begin() { return fArray; } function in class:SkAutoSTArray
205 const T* begin() const { return fArray; } function in class:SkAutoSTArray
/external/skia/src/core/
H A DSkRecordOpts.cpp18 // - a bool onMatch(SkRceord*, Match*, int begin, int end) method,
23 // record, and [begin,end) span of the commands that matched.
28 int begin, end = 0; local
30 while (match.search(record, &begin, &end)) {
31 changed |= pass->onMatch(record, &match, begin, end);
45 bool onMatch(SkRecord* record, Match* pattern, int begin, int end) { argument
46 record->replace<NoOp>(begin); // first SetMatrix
63 bool onMatch(SkRecord* record, Pattern* pattern, int begin, int end) {
64 record->replace<NoOp>(begin); // first SetMatrix
82 bool onMatch(SkRecord* record, Match*, int begin, in argument
158 onMatch(SkRecord* record, Match*, int begin, int end) argument
189 onMatch(SkRecord* record, Match* match, int begin, int end) argument
247 onMatch(SkRecord* record, Match* match, int begin, int end) argument
[all...]
H A DSkRecordPattern.h129 // If there is no such span, return false. If there is, return true and set [*begin, *end).
130 SK_ALWAYS_INLINE bool search(SkRecord* record, int* begin, int* end) { argument
131 for (*begin = *end; *begin < record->count(); ++(*begin)) {
132 *end = this->match(record, *begin);
H A DSkSinglyLinkedList.h82 ConstIter begin() const { return ConstIter(fHead); } function in class:SkSinglyLinkedList
/external/skia/src/effects/
H A DSk1DPathEffect.cpp25 SkScalar distance = this->begin(length);
152 SkScalar SkPath1DPathEffect::begin(SkScalar contourLength) const { function in class:SkPath1DPathEffect
H A DSk2DPathEffect.cpp33 this->begin(ir, dst);
66 void Sk2DPathEffect::begin(const SkIRect& uvBounds, SkPath* dst) const {} function in class:Sk2DPathEffect
/external/skqp/include/private/
H A DSkTemplates.h203 T* begin() { return fArray; } function in class:SkAutoSTArray
205 const T* begin() const { return fArray; } function in class:SkAutoSTArray
/external/skqp/src/core/
H A DSkPathPriv.h124 Iter begin() { return Iter{fPathRef->verbs() - 1}; } function in struct:SkPathPriv::Verbs
H A DSkRecordOpts.cpp18 // - a bool onMatch(SkRceord*, Match*, int begin, int end) method,
23 // record, and [begin,end) span of the commands that matched.
28 int begin, end = 0; local
30 while (match.search(record, &begin, &end)) {
31 changed |= pass->onMatch(record, &match, begin, end);
45 bool onMatch(SkRecord* record, Match* pattern, int begin, int end) { argument
46 record->replace<NoOp>(begin); // first SetMatrix
63 bool onMatch(SkRecord* record, Pattern* pattern, int begin, int end) {
64 record->replace<NoOp>(begin); // first SetMatrix
82 bool onMatch(SkRecord* record, Match*, int begin, in argument
158 onMatch(SkRecord* record, Match*, int begin, int end) argument
189 onMatch(SkRecord* record, Match* match, int begin, int end) argument
247 onMatch(SkRecord* record, Match* match, int begin, int end) argument
[all...]
H A DSkRecordPattern.h129 // If there is no such span, return false. If there is, return true and set [*begin, *end).
130 SK_ALWAYS_INLINE bool search(SkRecord* record, int* begin, int* end) { argument
131 for (*begin = *end; *begin < record->count(); ++(*begin)) {
132 *end = this->match(record, *begin);
H A DSkSinglyLinkedList.h82 ConstIter begin() const { return ConstIter(fHead); } function in class:SkSinglyLinkedList
/external/skqp/src/effects/
H A DSk1DPathEffect.cpp20 SkScalar distance = this->begin(length);
149 SkScalar SkPath1DPathEffect::begin(SkScalar contourLength) const { function in class:SkPath1DPathEffect
H A DSk2DPathEffect.cpp33 this->begin(ir, dst);
66 void Sk2DPathEffect::begin(const SkIRect& uvBounds, SkPath* dst) const {} function in class:Sk2DPathEffect
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/reader/
H A DStreamReader.java77 * @param begin
84 void checkPrintable(final char[] chars, final int begin, final int end) { argument
85 for (int i = begin; i < end; i++) {
/external/swiftshader/src/OpenGL/libGLESv2/
H A DTransformFeedback.cpp94 void TransformFeedback::begin(GLenum primitiveMode) function in class:es2::TransformFeedback
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DStringRef.h86 iterator begin() const { return Data; } function in class:llvm::StringRef
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DDominanceFrontier.h59 iterator begin() { return Frontiers.begin(); } function in class:llvm::DominanceFrontierBase
60 const_iterator begin() const { return Frontiers.begin(); } function in class:llvm::DominanceFrontierBase
74 for (iterator I = begin(), E = end(); I != E; ++I)
94 for (DomSetType::const_iterator I = DS2.begin(),
98 for (DomSetType::const_iterator I = DS1.begin(),
119 for (DomSetMapType::const_iterator I = Other.begin(),
123 for (DomSetMapType::iterator I = tmpFrontiers.begin(),
H A DIVUsers.h163 iterator begin() { return IVUses.begin(); } function in class:llvm::IVUsers
165 const_iterator begin() const { return IVUses.begin(); } function in class:llvm::IVUsers
H A DLoopIterator.h73 return PostBlocks.begin();
129 POTIterator begin() { function in class:llvm::LoopBlocksTraversal
H A DTrace.h91 iterator begin() { return BasicBlocks.begin(); } function in class:llvm::Trace
92 const_iterator begin() const { return BasicBlocks.begin(); } function in class:llvm::Trace
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineLoopInfo.h76 /// iterator/begin/end - The interface to the top-level loops in the current
80 inline iterator begin() const { return LI.begin(); } function in class:llvm::MachineLoopInfo
156 return N->begin();
169 return N->begin();
/external/swiftshader/third_party/LLVM/include/llvm/
H A DMetadata.h56 /// begin() - Pointer to the first byte of the string.
58 iterator begin() const { return Str.begin(); } function in class:llvm::MDString

Completed in 497 milliseconds

1234567891011>>