| /third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/ |
| H A D | ReactorUnitTests.cpp | 61 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 D | fuse_gtest_files.py | 64 from sets import Set as set # For Python 2.3 compatibility namespace
|
| /third_party/node/src/ |
| H A D | req_wrap-inl.h | 108 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 D | QuadRasterizer.cpp | 191 For(Int x = x0, x < x1, x += 2) in If() function
|
| H A D | Blitter.cpp | 1731 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 D | QuadRasterizer.cpp | 181 For(Int x = x0, x < x1, x += 2) in For() function
|
| H A D | Blitter.cpp | 1243 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 D | FrameBuffer.cpp | 177 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 D | ComputeProgram.cpp | 196 For(Int i = 0, i < subgroupCount, i++) in emit() function
|
| H A D | SetupRoutine.cpp | 188 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 D | zipimport.py | 25 import _warnings # For warn() namespace
|
| /third_party/googletest/googletest/test/ |
| H A D | googletest-filter-unittest.py | 46 from sets import Set as set # For Python 2.3 compatibility namespace
|
| /third_party/jinja2/ |
| H A D | nodes.py | 317 class For(Stmt): class
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | value-type.h | 427 static ValueType For(MachineType type) { in For() function in v8::internal::wasm::ValueType
|
| /third_party/node/deps/v8/third_party/jinja2/ |
| H A D | nodes.py | 300 class For(Stmt): class
|
| /third_party/node/tools/inspector_protocol/jinja2/ |
| H A D | nodes.py | 304 class For(Stmt): class
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | types.h | 397 static Type For(MapRef const& type) { in For() function in v8::internal::compiler::BitsetType::Type
|
| /third_party/node/deps/v8/src/parsing/ |
| H A D | preparse-data.cc | 569 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 D | scanner-character-streams.cc | 857 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 D | server.py | 102 import socket # For gethostbyaddr() namespace
|
| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| H A D | SetupRoutine.cpp | 203 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 D | nodes.py | 300 class For(Stmt): class
|
| /third_party/skia/src/sksl/dsl/ |
| H A D | DSLCore.cpp | 202 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.py | 72 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 D | LoopIdiomRecognize.cpp | 603 processLoopStores(SmallVectorImpl<StoreInst *> &SL, const SCEV *BECount, ForMemset For) processLoopStores() argument [all...] |