/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | ext_inst.cpp | 125 for (uint32_t groupIndex = 0; groupIndex < table->count; groupIndex++) { in spvExtInstTableNameLookup() local 126 const auto& group = table->groups[groupIndex]; in spvExtInstTableNameLookup() 147 for (uint32_t groupIndex = 0; groupIndex < table->count; groupIndex++) { in spvExtInstTableValueLookup() local 148 const auto& group = table->groups[groupIndex]; in spvExtInstTableValueLookup()
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | ext_inst.cpp | 125 for (uint32_t groupIndex = 0; groupIndex < table->count; groupIndex++) { in spvExtInstTableNameLookup() local 126 const auto& group = table->groups[groupIndex]; in spvExtInstTableNameLookup() 147 for (uint32_t groupIndex = 0; groupIndex < table->count; groupIndex++) { in spvExtInstTableValueLookup() local 148 const auto& group = table->groups[groupIndex]; in spvExtInstTableValueLookup()
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | V_D_M_X_.py | 62 for groupIndex in range(self.numRecs): 82 (group.startsz, minSize, groupIndex) 85 (group.endsz, maxSize, groupIndex) 94 self.ratRanges[offsetIndex]['groupIndex'] = groupIndex 123 groupIndex = ratio['groupIndex'] 124 offsets.append(groupOffsets[groupIndex]) 155 groupIndex = ratio['groupIndex'] 162 groupIndex=groupIndex 169 for groupIndex in range(self.numRecs): 170 group = self.groups[groupIndex] [all …]
|
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/line/ |
D | MultiGroupConversionRule.java | 59 public void addReplacement(int groupIndex, String replacement) { in addReplacement() argument 60 if (groupIndex == 0) { in addReplacement() 63 replacementTable[groupIndex] = replacement; in addReplacement() 71 public String getReplacement(int groupIndex) { in getReplacement() argument 72 return replacementTable[groupIndex]; in getReplacement()
|
/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/ |
D | linq_groupby.hpp | 84 std::map<key_type, group_type*, Compare> groupIndex; member 95 , groupIndex(comp) in impl_t() 111 auto groupPos = groupIndex.find(key); in insert() 112 if(groupPos == groupIndex.end()) { in insert() 126 groupIndex.insert( std::make_pair(key, &newGroup) ); in insert()
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/ |
D | prettify.js | 500 for (var i = 0, groupIndex = 0; i < n; ++i) { 504 ++groupIndex; 507 if (decimalValue && decimalValue <= groupIndex) { 520 for (var i = 0, groupIndex = 0; i < n; ++i) { 523 ++groupIndex; 524 if (capturedGroups[groupIndex] === undefined) { 529 if (decimalValue && decimalValue <= groupIndex) { 530 parts[i] = '\\' + capturedGroups[groupIndex]; 537 for (var i = 0, groupIndex = 0; i < n; ++i) {
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
D | InternalSubchannel.java | 728 private int groupIndex; 737 return groupIndex < addressGroups.size(); 741 return groupIndex == 0 && addressIndex == 0; 745 EquivalentAddressGroup group = addressGroups.get(groupIndex); 748 groupIndex++; 754 groupIndex = 0; 759 return addressGroups.get(groupIndex).getAddresses().get(addressIndex); 763 return addressGroups.get(groupIndex).getAttributes(); 784 this.groupIndex = i;
|
/external/autotest/frontend/client/src/autotest/tko/ |
D | TestGroupDataSource.java | 96 public List<List<String>> getHeaderGroupValues(int groupIndex) { in getHeaderGroupValues() argument 97 JSONArray headerList = headerGroupValues.get(groupIndex).isArray(); in getHeaderGroupValues()
|
/external/catch2/include/internal/ |
D | catch_run_context.h | 44 …void testGroupStarting( std::string const& testSpec, std::size_t groupIndex, std::size_t groupsCou… 45 …pEnded( std::string const& testSpec, Totals const& totals, std::size_t groupIndex, std::size_t gro…
|
D | catch_run_context.cpp | 88 …void RunContext::testGroupStarting(std::string const& testSpec, std::size_t groupIndex, std::size_… in testGroupStarting() argument 89 m_reporter->testGroupStarting(GroupInfo(testSpec, groupIndex, groupsCount)); in testGroupStarting() 92 …upEnded(std::string const& testSpec, Totals const& totals, std::size_t groupIndex, std::size_t gro… in testGroupEnded() argument 93 …m_reporter->testGroupEnded(TestGroupStats(GroupInfo(testSpec, groupIndex, groupsCount), totals, ab… in testGroupEnded()
|
D | catch_interfaces_reporter.cpp | 29 groupIndex( _groupIndex ), in GroupInfo()
|
D | catch_interfaces_reporter.h | 72 std::size_t groupIndex; member
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zUpdate.cpp | 1680 unsigned groupIndex = Get_FilterGroup_for_Folder(filters, f, extractFilter); in Update() local 1682 while (groupIndex >= groups.Size()) in Update() 1685 groups[groupIndex].folderRefs.Add(rep); in Update() 1789 unsigned groupIndex = GetGroup(filters, fm); in Update() local 1790 while (groupIndex >= groups.Size()) in Update() 1792 groups[groupIndex].Indices.Add(i); in Update() 1940 for (unsigned groupIndex = 0; groupIndex < filters.Size(); groupIndex++) in Update() local 1942 const CFilterMode2 &filterMode = filters[groupIndex]; in Update()
|
/external/icu/icu4c/source/i18n/ |
D | rematch.cpp | 5239 … for (int64_t groupIndex = groupStartIdx; groupIndex < groupEndIdx; ++groupIndex,++inputIndex) { in MatchChunkAt() local 5245 if (inputBuf[groupIndex] != inputBuf[inputIndex]) { in MatchChunkAt()
|
/external/doclava/res/assets/templates-sdk/assets/js/ |
D | android_3p-bundle.js | 505 for (var i = 0, groupIndex = 0; i < n; ++i) { 509 ++groupIndex; 512 if (decimalValue && decimalValue <= groupIndex) { 525 for (var i = 0, groupIndex = 0; i < n; ++i) { 528 ++groupIndex; 529 if (capturedGroups[groupIndex] === undefined) { 534 if (decimalValue && decimalValue <= groupIndex) { 535 parts[i] = '\\' + capturedGroups[groupIndex]; 542 for (var i = 0, groupIndex = 0; i < n; ++i) {
|
/external/bcc/tests/cc/ |
D | catch.hpp | 5091 groupIndex( _groupIndex ), in GroupInfo() 5096 std::size_t groupIndex; member 5881 …void testGroupStarting( std::string const& testSpec, std::size_t groupIndex, std::size_t groupsCou… in testGroupStarting() argument 5882 m_reporter->testGroupStarting( GroupInfo( testSpec, groupIndex, groupsCount ) ); in testGroupStarting() 5884 …pEnded( std::string const& testSpec, Totals const& totals, std::size_t groupIndex, std::size_t gro… in testGroupEnded() argument 5885 …m_reporter->testGroupEnded( TestGroupStats( GroupInfo( testSpec, groupIndex, groupsCount ), totals… in testGroupEnded()
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 4910 std::size_t groupIndex; member 6145 …void testGroupStarting( std::string const& testSpec, std::size_t groupIndex, std::size_t groupsCou… 6146 …pEnded( std::string const& testSpec, Totals const& totals, std::size_t groupIndex, std::size_t gro… 8930 groupIndex( _groupIndex ), in GroupInfo() 10318 …void RunContext::testGroupStarting(std::string const& testSpec, std::size_t groupIndex, std::size_… in testGroupStarting() argument 10319 m_reporter->testGroupStarting(GroupInfo(testSpec, groupIndex, groupsCount)); in testGroupStarting() 10322 …upEnded(std::string const& testSpec, Totals const& totals, std::size_t groupIndex, std::size_t gro… in testGroupEnded() argument 10323 …m_reporter->testGroupEnded(TestGroupStats(GroupInfo(testSpec, groupIndex, groupsCount), totals, ab… in testGroupEnded()
|