Home
last modified time | relevance | path

Searched refs:Begin (Results 1 – 25 of 871) sorted by relevance

12345678910>>...35

/third_party/freetype/builds/windows/visualc/
Dfreetype.dsp27 # Begin Project
150 # Begin Target
156 # Begin Group "Source Files"
159 # Begin Source File
163 # Begin Source File
167 # Begin Source File
171 # Begin Source File
175 # Begin Source File
179 # Begin Source File
183 # Begin Source File
[all …]
/third_party/flutter/skia/third_party/externals/freetype/builds/windows/visualc/
Dfreetype.dsp27 # Begin Project
150 # Begin Target
156 # Begin Group "Source Files"
159 # Begin Source File
163 # Begin Source File
167 # Begin Source File
171 # Begin Source File
175 # Begin Source File
179 # Begin Source File
183 # Begin Source File
[all …]
/third_party/skia/third_party/externals/freetype/builds/windows/visualc/
Dfreetype.dsp27 # Begin Project
150 # Begin Target
156 # Begin Group "Source Files"
159 # Begin Source File
163 # Begin Source File
167 # Begin Source File
171 # Begin Source File
175 # Begin Source File
179 # Begin Source File
183 # Begin Source File
[all …]
/third_party/flutter/skia/third_party/externals/freetype/builds/windows/visualce/
Dfreetype.dsp28 # Begin Project
185 # Begin Target
193 # Begin Group "Source Files"
196 # Begin Source File
200 # Begin Source File
204 # Begin Source File
208 # Begin Source File
212 # Begin Source File
216 # Begin Source File
220 # Begin Source File
[all …]
/third_party/freetype/builds/windows/visualce/
Dfreetype.dsp28 # Begin Project
185 # Begin Target
193 # Begin Group "Source Files"
196 # Begin Source File
200 # Begin Source File
204 # Begin Source File
208 # Begin Source File
212 # Begin Source File
216 # Begin Source File
220 # Begin Source File
[all …]
/third_party/skia/third_party/externals/freetype/builds/windows/visualce/
Dfreetype.dsp28 # Begin Project
185 # Begin Target
193 # Begin Group "Source Files"
196 # Begin Source File
200 # Begin Source File
204 # Begin Source File
208 # Begin Source File
212 # Begin Source File
216 # Begin Source File
220 # Begin Source File
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNIterativeScheduler.cpp61 MachineBasicBlock::iterator Begin, in printRegion() argument
66 auto BB = Begin->getParent(); in printRegion()
69 auto I = Begin; in printRegion()
92 MachineBasicBlock::iterator Begin, in printLivenessInfo() argument
95 const auto BB = Begin->getParent(); in printLivenessInfo()
98 const auto LiveIns = getLiveRegsBefore(*Begin, *LIS); in printLivenessInfo()
113 printRegion(OS, R->Begin, R->End, LIS, 1); in printRegions()
114 printLivenessInfo(OS, R->Begin, R->End, LIS); in printRegions()
125 printRegion(OS, R->Begin, R->End, LIS); in printSchedResult()
151 auto BB = R.Begin->getParent(); in BuildDAG()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DParallel.h129 void parallel_for_each(IterTy Begin, IterTy End, FuncTy Fn) { in parallel_for_each() argument
134 ptrdiff_t TaskSize = std::distance(Begin, End) / 1024; in parallel_for_each()
139 while (TaskSize < std::distance(Begin, End)) { in parallel_for_each()
140 TG.spawn([=, &Fn] { std::for_each(Begin, Begin + TaskSize, Fn); }); in parallel_for_each()
141 Begin += TaskSize; in parallel_for_each()
143 std::for_each(Begin, End, Fn); in parallel_for_each()
147 void parallel_for_each_n(IndexTy Begin, IndexTy End, FuncTy Fn) { in parallel_for_each_n() argument
148 ptrdiff_t TaskSize = (End - Begin) / 1024; in parallel_for_each_n()
153 IndexTy I = Begin; in parallel_for_each_n()
183 void for_each(Policy policy, IterTy Begin, IterTy End, FuncTy Fn) { in for_each() argument
[all …]
DBranchProbability.h62 static void normalizeProbabilities(ProbabilityIter Begin,
205 void BranchProbability::normalizeProbabilities(ProbabilityIter Begin, in normalizeProbabilities() argument
207 if (Begin == End) in normalizeProbabilities()
211 uint64_t Sum = std::accumulate(Begin, End, uint64_t(0), in normalizeProbabilities()
228 std::replace_if(Begin, End, in normalizeProbabilities()
237 BranchProbability BP(1, std::distance(Begin, End)); in normalizeProbabilities()
238 std::fill(Begin, End, BP); in normalizeProbabilities()
242 for (auto I = Begin; I != End; ++I) in normalizeProbabilities()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringExtras.h161 inline std::string join_impl(IteratorT Begin, IteratorT End, in join_impl() argument
164 if (Begin == End) in join_impl()
167 S += (*Begin); in join_impl()
168 while (++Begin != End) { in join_impl()
170 S += (*Begin); in join_impl()
176 inline std::string join_impl(IteratorT Begin, IteratorT End, in join_impl() argument
179 if (Begin == End) in join_impl()
182 size_t Len = (std::distance(Begin, End) - 1) * Separator.size(); in join_impl()
183 for (IteratorT I = Begin; I != End; ++I) in join_impl()
184 Len += (*Begin).size(); in join_impl()
[all …]
/third_party/icu/tools/colprobe/
Dcolprobe.dsp24 # Begin Project
83 # Begin Target
87 # Begin Group "Source Files"
90 # Begin Source File
94 # Begin Source File
98 # Begin Source File
102 # Begin Source File
106 # Begin Source File
110 # Begin Source File
115 # Begin Group "Header Files"
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringExtras.h298 inline std::string join_impl(IteratorT Begin, IteratorT End, in join_impl() argument
301 if (Begin == End) in join_impl()
304 S += (*Begin); in join_impl()
305 while (++Begin != End) { in join_impl()
307 S += (*Begin); in join_impl()
313 inline std::string join_impl(IteratorT Begin, IteratorT End, in join_impl() argument
316 if (Begin == End) in join_impl()
319 size_t Len = (std::distance(Begin, End) - 1) * Separator.size(); in join_impl()
320 for (IteratorT I = Begin; I != End; ++I) in join_impl()
321 Len += (*Begin).size(); in join_impl()
[all …]
DBitVector.h207 int find_first_in(unsigned Begin, unsigned End) const { in find_first_in() argument
208 assert(Begin <= End && End <= Size); in find_first_in()
209 if (Begin == End) in find_first_in()
212 unsigned FirstWord = Begin / BITWORD_SIZE; in find_first_in()
220 unsigned FirstBit = Begin % BITWORD_SIZE; in find_first_in()
236 int find_last_in(unsigned Begin, unsigned End) const { in find_last_in() argument
237 assert(Begin <= End && End <= Size); in find_last_in()
238 if (Begin == End) in find_last_in()
242 unsigned FirstWord = Begin / BITWORD_SIZE; in find_last_in()
254 unsigned FirstBit = Begin % BITWORD_SIZE; in find_last_in()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DLazyRandomTypeCollection.cpp230 auto Begin = Types.begin(); in fullScanForType() local
243 Begin = Types.at(Offset); in fullScanForType()
244 ++Begin; in fullScanForType()
248 while (Begin != End) { in fullScanForType()
252 Records[Idx].Type = *Begin; in fullScanForType()
253 Records[Idx].Offset = Begin.offset(); in fullScanForType()
255 ++Begin; in fullScanForType()
264 void LazyRandomTypeCollection::visitRange(TypeIndex Begin, uint32_t BeginOffset, in visitRange() argument
270 while (Begin != End) { in visitRange()
271 LargestTypeIndex = std::max(LargestTypeIndex, Begin); in visitRange()
[all …]
/third_party/openGLES/extensions/PGI/
DPGI_vertex_hints.txt24 OpenGL function calls will happen between Begin/End pairs.
81 This hint indicates which GL calls might occur between Begin/End pairs.
84 might occur between Begin/End pairs. Otherwise, <mode> must be a
110 might occur between Begin/End pairs. If <mode> does not contain a
112 between Begin/End pairs -- in this case, behavior of these functions
118 consistently between Begin/End pairs. If <mode> is either
120 the following assertion: Between Begin/End pairs, if any of
125 previous Vertex of Begin function.) If <mode> is NICEST, DONT_CARE,
127 functions might occur between Begin/End pairs.
134 be called before each Vertex function between Begin/End pairs.
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/PGI/
DPGI_vertex_hints.txt24 OpenGL function calls will happen between Begin/End pairs.
81 This hint indicates which GL calls might occur between Begin/End pairs.
84 might occur between Begin/End pairs. Otherwise, <mode> must be a
110 might occur between Begin/End pairs. If <mode> does not contain a
112 between Begin/End pairs -- in this case, behavior of these functions
118 consistently between Begin/End pairs. If <mode> is either
120 the following assertion: Between Begin/End pairs, if any of
125 previous Vertex of Begin function.) If <mode> is NICEST, DONT_CARE,
127 functions might occur between Begin/End pairs.
134 be called before each Vertex function between Begin/End pairs.
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSlotIndexes.cpp179 MachineBasicBlock::iterator Begin, in repairIndexesInRange() argument
185 while (Begin != MBB->begin() && !hasIndex(*Begin)) in repairIndexesInRange()
186 --Begin; in repairIndexesInRange()
190 bool includeStart = (Begin == MBB->begin()); in repairIndexesInRange()
195 startIdx = getInstructionIndex(*Begin); in repairIndexesInRange()
211 while (ListI != ListB || MBBI != Begin || (includeStart && !pastStart)) { in repairIndexesInRange()
218 bool MBBIAtBegin = MBBI == Begin && (!includeStart || pastStart); in repairIndexesInRange()
222 if (MBBI != Begin) in repairIndexesInRange()
227 if (MBBI != Begin) in repairIndexesInRange()
240 for (MachineBasicBlock::iterator I = End; I != Begin;) { in repairIndexesInRange()
/third_party/flutter/skia/third_party/externals/sdl/premake/Xcode-iOS/SDL2main/SDL2main.xcodeproj/
Dproject.pbxproj9 /* Begin PBXBuildFile section */
13 /* Begin PBXFileReference section */
18 /* Begin PBXFrameworksBuildPhase section */
28 /* Begin PBXGroup section */
72 /* Begin PBXNativeTarget section */
92 /* Begin PBXProject section */
107 /* Begin PBXResourcesBuildPhase section */
117 /* Begin PBXSourcesBuildPhase section */
128 /* Begin PBXVariantGroup section */
131 /* Begin XCBuildConfiguration section */
[all …]
/third_party/flutter/skia/third_party/externals/libpng/contrib/visupng/
DVisualPng.dsp24 # Begin Project
60 # Begin Special Build Tool
94 # Begin Special Build Tool
102 # Begin Target
106 # Begin Group "Source Files"
109 # Begin Source File
113 # Begin Source File
118 # Begin Group "Header Files"
121 # Begin Source File
125 # Begin Source File
[all …]
/third_party/skia/third_party/externals/libpng/contrib/visupng/
DVisualPng.dsp24 # Begin Project
60 # Begin Special Build Tool
94 # Begin Special Build Tool
102 # Begin Target
106 # Begin Group "Source Files"
109 # Begin Source File
113 # Begin Source File
118 # Begin Group "Header Files"
121 # Begin Source File
125 # Begin Source File
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DFaultMaps.h174 const uint8_t *Begin = P + FunctionFaultInfosOffset + in getFunctionFaultInfoAt() local
176 return FunctionFaultInfoAccessor(Begin, E); in getFunctionFaultInfoAt()
183 const uint8_t *Begin = P + MySize; in getNextFunctionInfo() local
184 assert(Begin < E && "out of bounds!"); in getNextFunctionInfo()
185 return FunctionInfoAccessor(Begin, E); in getNextFunctionInfo()
189 explicit FaultMapParser(const uint8_t *Begin, const uint8_t *End) in FaultMapParser() argument
190 : P(Begin), E(End) {} in FaultMapParser()
203 const uint8_t *Begin = P + FunctionInfosOffset; in getFirstFunctionInfo() local
204 return FunctionInfoAccessor(Begin, E); in getFirstFunctionInfo()
/third_party/flutter/skia/third_party/externals/sdl/premake/Xcode/Xcode4/SDL2main/SDL2main.xcodeproj/
Dproject.pbxproj9 /* Begin PBXBuildFile section */
13 /* Begin PBXFileReference section */
18 /* Begin PBXFrameworksBuildPhase section */
28 /* Begin PBXGroup section */
72 /* Begin PBXNativeTarget section */
92 /* Begin PBXProject section */
107 /* Begin PBXResourcesBuildPhase section */
117 /* Begin PBXSourcesBuildPhase section */
128 /* Begin PBXVariantGroup section */
131 /* Begin XCBuildConfiguration section */
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DInstruction.h291 unsigned Begin; // Inclusive. variable
297 : Begin(StartCycle), End(EndCycle), Reserved(IsReserved) {} in Begin() function
299 bool contains(unsigned Cycle) const { return Cycle >= Begin && Cycle < End; } in contains()
300 bool startsAfter(const CycleSegment &CS) const { return End <= CS.Begin; } in startsAfter()
301 bool endsBefore(const CycleSegment &CS) const { return Begin >= CS.End; } in endsBefore()
305 bool isExecuting() const { return Begin == 0 && End != 0; } in isExecuting()
308 return Begin < Other.Begin;
311 if (Begin)
312 Begin--;
318 bool isValid() const { return Begin <= End; } in isValid()
[all …]
/third_party/protobuf/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester.xcodeproj/
Dproject.pbxproj9 /* Begin PBXBuildFile section */
16 /* Begin PBXFileReference section */
26 /* Begin PBXFrameworksBuildPhase section */
36 /* Begin PBXGroup section */
76 /* Begin PBXNativeTarget section */
96 /* Begin PBXProject section */
126 /* Begin PBXResourcesBuildPhase section */
138 /* Begin PBXSourcesBuildPhase section */
150 /* Begin PBXVariantGroup section */
161 /* Begin XCBuildConfiguration section */
[all …]
/third_party/flutter/skia/third_party/externals/sdl/premake/Xcode/Xcode3/SDL2main/SDL2main.xcodeproj/
Dproject.pbxproj9 /* Begin PBXBuildFile section */
13 /* Begin PBXFileReference section */
18 /* Begin PBXFrameworksBuildPhase section */
28 /* Begin PBXGroup section */
72 /* Begin PBXNativeTarget section */
92 /* Begin PBXProject section */
107 /* Begin PBXResourcesBuildPhase section */
117 /* Begin PBXSourcesBuildPhase section */
128 /* Begin PBXVariantGroup section */
131 /* Begin XCBuildConfiguration section */
[all …]

12345678910>>...35