Home
last modified time | relevance | path

Searched refs:groupIndex (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/
Dext_inst.cpp125 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/
Dext_inst.cpp125 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/
DV_D_M_X_.py62 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/
DMultiGroupConversionRule.java59 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/
Dlinq_groupby.hpp84 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/
Dprettify.js500 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/
DInternalSubchannel.java728 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/
DTestGroupDataSource.java96 public List<List<String>> getHeaderGroupValues(int groupIndex) { in getHeaderGroupValues() argument
97 JSONArray headerList = headerGroupValues.get(groupIndex).isArray(); in getHeaderGroupValues()
/external/catch2/include/internal/
Dcatch_run_context.h44 …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…
Dcatch_run_context.cpp88 …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()
Dcatch_interfaces_reporter.cpp29 groupIndex( _groupIndex ), in GroupInfo()
Dcatch_interfaces_reporter.h72 std::size_t groupIndex; member
/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp1680 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/
Drematch.cpp5239 … 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/
Dandroid_3p-bundle.js505 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/
Dcatch.hpp5091 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/
Dcatch.hpp4910 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()