Home
last modified time | relevance | path

Searched defs:For (Results 1 - 25 of 30) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
H A DReactorUnitTests.cpp61 For(Int i = 0, i < 10, i++) in TEST() function
254 For(Int i = 0, i < 3, i++) in FunctionMembers() function
657 For(Int i = 0, i < 2, i++) in TEST() function
1138 For(Int i = 0, i < 8, i++) in TEST() function
[all...]
/third_party/googletest/googletest/scripts/
H A Dfuse_gtest_files.py64 from sets import Set as set # For Python 2.3 compatibility namespace
/third_party/node/src/
H A Dreq_wrap-inl.h108 static T For(ReqWrap<ReqT>* req_wrap, T v) { in For() function
129 static F For(ReqWrap<ReqT>* req_wrap, F v) { in For() function
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DQuadRasterizer.cpp191 For(Int x = x0, x < x1, x += 2) in If() function
H A DBlitter.cpp1731 For(Int k = z0d, k < z1d, k++) in generate() function
1736 For(Int j = y0d, j < y1d, j++) in generate() function
1741 For(Int i = x0d, i < x1d, i++) in generate() function
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DQuadRasterizer.cpp181 For(Int x = x0, x < x1, x += 2) in For() function
H A DBlitter.cpp1243 For(Int j = y0d, j < y1d, j++) in generate() function
1248 For(Int i = x0d, i < x1d, i++) in generate() function
/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DFrameBuffer.cpp177 For(Int y = 0, y < height, y++) in copyRoutine() function
195 For(, x < width - 3, x += 4) in copyRoutine() function
205 For(, x < width - 3, x += 4) in copyRoutine() function
218 For(, x < width - 1, x += 2) in copyRoutine() function
230 For(, x < width - 3, x += 4) in copyRoutine() function
247 For(, x < width, x++) in copyRoutine() function
303 For(, x < width - 3, x += 4) in copyRoutine() function
313 For(, x < width - 3, x += 4) in copyRoutine() function
326 For(, x < width - 1, x += 2) in copyRoutine() function
338 For(, in copyRoutine() function
356 For(, x < width, x++) copyRoutine() function
402 For(Int x = x0, x < width, x++) copyRoutine() function
444 For(Int x = x0, x < width, x++) copyRoutine() function
502 For(Int y1 = 0, y1 < state.cursorHeight, y1++) copyRoutine() function
512 For(Int x1 = 0, x1 < state.cursorWidth, x1++) copyRoutine() function
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DComputeProgram.cpp196 For(Int i = 0, i < subgroupCount, i++) in emit() function
H A DSetupRoutine.cpp188 For(Int q = 0, q < state.multiSampleCount, q++) in generate() function
220 For(Int y = yMin - 1, y < yMax + 1, y++) in generate() function
245 For(, yMin < yMax && *Pointer<Short>(leftEdge + yMin * sizeof(Primitive::Span)) == *Pointer<Short>(rightEdge + yMin * sizeof(Primitive::Span)), yMin++) in generate() function
250 For(, yMax > yMin && *Pointer<Short>(leftEdge + (yMax - 1) * sizeof(Primitive::Span)) == *Pointer<Short>(rightEdge + (yMax - 1) * sizeof(Primitive::Span)), yMax--) in generate() function
/third_party/python/Lib/
H A Dzipimport.py25 import _warnings # For warn() namespace
/third_party/googletest/googletest/test/
H A Dgoogletest-filter-unittest.py46 from sets import Set as set # For Python 2.3 compatibility namespace
/third_party/jinja2/
H A Dnodes.py317 class For(Stmt): class
/third_party/node/deps/v8/src/wasm/
H A Dvalue-type.h427 static ValueType For(MachineType type) { in For() function in v8::internal::wasm::ValueType
/third_party/node/deps/v8/third_party/jinja2/
H A Dnodes.py300 class For(Stmt): class
/third_party/node/tools/inspector_protocol/jinja2/
H A Dnodes.py304 class For(Stmt): class
/third_party/node/deps/v8/src/compiler/
H A Dtypes.h397 static Type For(MapRef const& type) { in For() function in v8::internal::compiler::BitsetType::Type
/third_party/node/deps/v8/src/parsing/
H A Dpreparse-data.cc569 ProducedPreparseData* ProducedPreparseData::For(PreparseDataBuilder* builder, in For() function in v8::internal::ProducedPreparseData
574 ProducedPreparseData* ProducedPreparseData::For(Handle<PreparseData> data, in For() function in v8::internal::ProducedPreparseData
579 ProducedPreparseData* ProducedPreparseData::For(ZonePreparseData* data, in For() function in v8::internal::ProducedPreparseData
837 std::unique_ptr<ConsumedPreparseData> ConsumedPreparseData::For( in For() function in v8::internal::ConsumedPreparseData
842 std::unique_ptr<ConsumedPreparseData> ConsumedPreparseData::For( in For() function in v8::internal::ConsumedPreparseData
848 std::unique_ptr<ConsumedPreparseData> ConsumedPreparseData::For( in For() function in v8::internal::ConsumedPreparseData
[all...]
H A Dscanner-character-streams.cc857 Utf16CharacterStream* ScannerStream::For(Isolate* isolate, in For() function in v8::internal::ScannerStream
862 Utf16CharacterStream* ScannerStream::For(Isolate* isolate, Handle<String> data, in For() function in v8::internal::ScannerStream
937 Utf16CharacterStream* ScannerStream::For( in For() function in v8::internal::ScannerStream
/third_party/python/Lib/http/
H A Dserver.py102 import socket # For gethostbyaddr() namespace
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSetupRoutine.cpp203 For(Int q = 0, q < state.multiSample, q++) in generate() function
234 For(Int y = yMin - 1, y < yMax + 1, y++) in generate() function
259 For(, yMin < yMax && *Pointer<Short>(leftEdge + yMin * sizeof(Primitive::Span)) == *Pointer<Short>(rightEdge + yMin * sizeof(Primitive::Span)), yMin++) in generate() function
264 For(, yMax > yMin && *Pointer<Short>(leftEdge + (yMax - 1) * sizeof(Primitive::Span)) == *Pointer<Short>(rightEdge + (yMax - 1) * sizeof(Primitive::Span)), yMax--) in generate() function
/third_party/skia/third_party/externals/jinja2/
H A Dnodes.py300 class For(Stmt): class
/third_party/skia/src/sksl/dsl/
H A DDSLCore.cpp202 static DSLPossibleStatement For(DSLStatement initializer, DSLExpression test, in For() function in SkSL::dsl::DSLCore
437 DSLStatement For(DSLStatement initializer, DSLExpression test, DSLExpression next, in For() function
/third_party/python/Lib/email/
H A D_header_value_parser.py72 import urllib # For urllib.parse.unquote namespace
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp603 processLoopStores(SmallVectorImpl<StoreInst *> &SL, const SCEV *BECount, ForMemset For) processLoopStores() argument
[all...]

Completed in 57 milliseconds

12