| /test/testfwk/xdevice/src/xdevice/_core/ |
| H A D | utils.py | 754 def calculate_elapsed_time(begin, end): 757 begin: int/datetime, begin time 764 if isinstance(begin, datetime) and isinstance(end, datetime): 765 total_seconds = (end - begin).total_seconds() 768 total_seconds = end - begin
|
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| H A D | ngtcp2_crypto.c | 457 const uint8_t *begin = p; in decode_varint_param() local 485 return (ngtcp2_ssize)(p - begin); in decode_varint_param() 497 const uint8_t *begin = p; in decode_cid_param() local 516 return (ngtcp2_ssize)(p - begin); in decode_cid_param()
|
| /third_party/node/deps/v8/src/debug/ |
| H A D | debug-coverage.cc | 68 std::sort(v.begin(), v.end(), CompareCoverageBlock); in SortBlockData() 103 DCHECK(std::is_sorted(function_->blocks.begin(), function_->blocks.end(), in CoverageBlockIterator() 109 DCHECK(std::is_sorted(function_->blocks.begin(), function_->blocks.end(), in ~CoverageBlockIterator() 656 std::sort(sorted.begin(), sorted.end()); in Collect()
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | code.cc | 474 Address begin, size_t size, in DisassembleCodeRange() 476 Address end = begin + size; in DisassembleCodeRange() 480 Disassembler::Decode(isolate, os, reinterpret_cast<byte*>(begin), in DisassembleCodeRange() 529 os << static_cast<const void*>(ptr) << " " << buf.begin() << "\n"; in Disassemble() 473 DisassembleCodeRange(Isolate* isolate, std::ostream& os, Code code, Address begin, size_t size, Address current_pc) DisassembleCodeRange() argument
|
| /third_party/node/deps/v8/src/parsing/ |
| H A D | expression-scope.h | 123 void ValidateAsPattern(ExpressionT expression, int begin, int end) { in ValidateAsPattern() argument 125 AsExpressionParsingScope()->ValidatePattern(expression, begin, end); in ValidateAsPattern() 537 void ValidatePattern(ExpressionT expression, int begin, int end) { in ValidatePattern() argument 540 ExpressionScopeT::Report(Scanner::Location(begin, end), in ValidatePattern()
|
| /third_party/node/deps/v8/src/snapshot/ |
| H A D | snapshot.cc | 532 reinterpret_cast<const char*>(startup_snapshot->RawData().begin()), in CreateSnapshotBlob() 546 reinterpret_cast<const char*>(read_only_snapshot->RawData().begin()), in CreateSnapshotBlob() 559 reinterpret_cast<const char*>(shared_heap_snapshot->RawData().begin()), in CreateSnapshotBlob() 574 reinterpret_cast<const char*>(context_snapshot->RawData().begin()), in CreateSnapshotBlob()
|
| /third_party/qrcodegen/cpp/ |
| H A D | qrcodegen.cpp | 295 bb.insert(bb.end(), seg.getData().begin(), seg.getData().end()); in encodeSegments() 673 result.insert(result.begin(), pos); in getAlignmentPatternPositions() 674 result.insert(result.begin(), 6); in getAlignmentPatternPositions() 731 result.erase(result.begin()); in reedSolomonComputeRemainder()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| H A D | vktApiVersionCheck.cpp | 157 ApisMap::const_iterator lastGoodVersion = functions.begin(); in iterate() 445 return de::contains(supportedInstanceExtensions.begin(), supportedInstanceExtensions.end(), extName); in isSupportedInstanceExt() 452 return de::contains(supportedDeviceExtensions.begin(), supportedDeviceExtensions.end(), extName); in isSupportedDeviceExt() 658 auto matchIt = std::find_if(begin(previousVersionFunctions), end(previousVersionFunctions), isMatch); in iterate()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| H A D | vktRenderPassUnusedAttachmentSparseFillingTests.cpp | 103 std::iota(begin(attachmentIndices), begin(attachmentIndices) + activeAttachmentCount, 0); in generateInputAttachmentParams() 104 std::fill(begin(attachmentIndices) + activeAttachmentCount, end(attachmentIndices), VK_ATTACHMENT_UNUSED); in generateInputAttachmentParams() 106 random.shuffle(begin(attachmentIndices), end(attachmentIndices)); in generateInputAttachmentParams()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
| H A D | vktApiImageCompressionControlTests.cpp | 452 VkFormat begin; in addImageCompressionControlTests() member 467 const VkFormat rangeBegin = s_formatRanges[rangeNdx].begin; in addImageCompressionControlTests() 550 extensions.insert(end(extensions), begin(additionalExtensions), end(additionalExtensions)); in createDeviceWithWsi() 567 std::transform(begin(extensions), end(extensions), std::back_inserter(extensionsChar), in createDeviceWithWsi()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| H A D | MCObjectStreamer.cpp | 62 auto SecIt = std::find(PendingLabelSections.begin(), in addPendingLabel() 188 if (CurInsertionPoint != getCurrentSectionOnly()->getFragmentList().begin()) in getCurrentFragment() 426 IF->getContents().append(Code.begin(), Code.end()); in EmitInstToFragment() 574 DF->getContents().append(Data.begin(), Data.end()); in EmitBytes()
|
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| H A D | es31cTextureStorageMultisampleGetTexLevelParameterifvTests.cpp | 578 for (target_to_texture_properties_map_const_iterator target_iterator = targets.begin(); in iterate() 890 find(expected_int_values.begin(), expected_int_values.end(), int_value); in iterate() 896 for (std::vector<glw::GLint>::iterator it = expected_int_values.begin(); in iterate() 899 if (it != expected_int_values.begin()) in iterate()
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
| H A D | genRef.py | 454 lines = remapIncludes(file[pi.begin:remap_end], baseDir, specDir) 475 if pi.begin != pi.include: 479 descText = ''.join(file[pi.begin:pi.end + 1]) 545 ''.join(file[pi.begin:pi.include + 1]),
|
| /third_party/vk-gl-cts/execserver/tools/ |
| H A D | xsTest.cpp | 227 for (std::vector<TestCase*>::const_iterator i = testCases.begin(); i != testCases.end(); i++) in runCases() 907 vector<TestCase*>::iterator casePos = std::find_if(testCases.begin(), testCases.end(), CompareCaseName(runClient)); 915 vector<TestCase*>::iterator casePos = std::find_if(testCases.begin(), testCases.end(), CompareCaseName(runProgram)); 934 for (std::vector<TestCase*>::const_iterator i = testCases.begin(); i != testCases.end(); i++)
|
| /third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
| H A D | transformation_add_synonym_test.cpp | 677 ASSERT_TRUE(std::find(ids_for_which_synonyms_are_known.begin(), in TEST() 697 ASSERT_TRUE(std::find(ids_for_which_synonyms_are_known.begin(), in TEST() 719 ASSERT_TRUE(std::find(ids_for_which_synonyms_are_known.begin(), in TEST() 742 ASSERT_TRUE(std::find(ids_for_which_synonyms_are_known.begin(), in TEST()
|
| /third_party/skia/src/gpu/ |
| H A D | GrDrawingManager.cpp | 119 bool allUnused = std::all_of(proxies.begin(), proxies.end(), [&](GrSurfaceProxy* proxy) { in flush() 120 bool used = std::any_of(fDAG.begin(), fDAG.end(), [&](auto& task) { in flush() 552 int n = std::find(fOnFlushCBObjects.begin(), fOnFlushCBObjects.end(), cb) - in testingOnly_removeOnFlushCallbackObject() 553 fOnFlushCBObjects.begin(); in testingOnly_removeOnFlushCallbackObject()
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | ir_context.cpp | 864 for (auto bi = func->begin(); bi != func->end(); ++bi) in AddCalls() 865 for (auto ii = bi->begin(); ii != bi->end(); ++ii) in AddCalls() 1006 std::sort(preds.begin(), preds.end()); in CheckCFG() 1007 std::sort(real.begin(), real.end()); in CheckCFG()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | ir_context.cpp | 864 for (auto bi = func->begin(); bi != func->end(); ++bi) in AddCalls() 865 for (auto ii = bi->begin(); ii != bi->end(); ++ii) in AddCalls() 1006 std::sort(preds.begin(), preds.end()); in CheckCFG() 1007 std::sort(real.begin(), real.end()); in CheckCFG()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
| H A D | transformation_add_synonym_test.cpp | 677 ASSERT_TRUE(std::find(ids_for_which_synonyms_are_known.begin(), in TEST() 697 ASSERT_TRUE(std::find(ids_for_which_synonyms_are_known.begin(), in TEST() 719 ASSERT_TRUE(std::find(ids_for_which_synonyms_are_known.begin(), in TEST() 742 ASSERT_TRUE(std::find(ids_for_which_synonyms_are_known.begin(), in TEST()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
| H A D | GCOV.cpp | 466 const size_t index = it - Blocked.begin(); 470 BlockLists.erase(BlockLists.begin() + index); 513 const size_t index = find(Blocked, W) - Blocked.begin(); 654 for (I = S = Filename.begin(), E = Filename.end(); I != E; ++I) {
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| H A D | SIFixSGPRCopies.cpp | 28 /// The coalescer will begin at BB0 and eliminate its copy, then the resulting 456 for (auto I1 = Defs.begin(), E = Defs.end(); I1 != E; ) { 547 auto I = Defs.begin(); 598 for (MachineFunction::iterator BI = MF.begin(), BE = MF.end(); 601 for (MachineBasicBlock::iterator I = MBB.begin(), E = MBB.end();
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
| H A D | MipsDelaySlotFiller.cpp | 222 for (MachineFunction::iterator FI = F.begin(), FE = F.end(); 314 for (BB2BrMap::const_iterator I = BrMap.begin(); I != BrMap.end(); ++I) { in insertDelayFiller() 608 for (Iter I = MBB.begin(); I != MBB.end(); ++I) { in runOnMachineBasicBlock() 857 if (!searchRange(MBB, SuccBB->begin(), SuccBB->end(), RegDU, *IM, Slot, in searchSuccBBs()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| H A D | GuardWidening.cpp | 349 auto I = GuardsInCurBB.begin(); in eliminateInstrViaWidening() 351 ? std::find(GuardsInCurBB.begin(), GuardsInCurBB.end(), Instr) in eliminateInstrViaWidening() 674 RangeChecksOut.insert(RangeChecksOut.end(), CurrentChecks.begin(), 704 !std::all_of(std::next(CurrentChecks.begin()), CurrentChecks.end(),
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| H A D | BitVector.h | 824 std::memmove(Dest.begin(), Src.begin(), Dest.size() * sizeof(BitWord)); 842 std::memmove(Dest.begin(), Src.begin(), Dest.size() * sizeof(BitWord));
|
| /third_party/protobuf/src/google/protobuf/util/ |
| H A D | field_mask_util.cc | 251 for (std::map<std::string, Node*>::iterator it = children.begin(); in ClearChildren() 317 for (std::map<std::string, Node*>::const_iterator it = node->children.begin(); in MergeToFieldMask() 442 for (std::map<std::string, Node*>::const_iterator it = node->children.begin(); in MergeLeafNodesToTree() 457 for (std::map<std::string, Node*>::const_iterator it = node->children.begin(); in MergeMessage()
|