/external/skia/src/gpu/ |
D | GrPathRange.h | 85 const int groupIndex = indices[i] / kPathsPerGroup; in loadPathsIfNeeded() local 86 const int groupByte = groupIndex / 8; in loadPathsIfNeeded() 87 const uint8_t groupBit = 1 << (groupIndex % 8); in loadPathsIfNeeded() 93 const int groupFirstPath = groupIndex * kPathsPerGroup; in loadPathsIfNeeded() 123 const int groupIndex = indices[i] / kPathsPerGroup; in assertPathsLoaded() local 124 const int groupByte = groupIndex / 8; in assertPathsLoaded() 125 const uint8_t groupBit = 1 << (groupIndex % 8); in assertPathsLoaded()
|
/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/tpm2/ |
D | PCR_SetAuthPolicy.c | 22 UINT32 groupIndex; in TPM2_PCR_SetAuthPolicy() local 39 if(!PCRBelongsPolicyGroup(in->pcrNum, &groupIndex)) in TPM2_PCR_SetAuthPolicy() 45 gp.pcrPolicies.hashAlg[groupIndex] = in->hashAlg; in TPM2_PCR_SetAuthPolicy() 46 gp.pcrPolicies.policy[groupIndex] = in->authPolicy; in TPM2_PCR_SetAuthPolicy()
|
D | PCR_SetAuthValue.c | 22 UINT32 groupIndex; in TPM2_PCR_SetAuthValue() local 28 if(!PCRBelongsAuthGroup(in->pcrHandle, &groupIndex)) in TPM2_PCR_SetAuthValue() 45 gc.pcrAuthValues.auth[groupIndex] = in->auth; in TPM2_PCR_SetAuthValue()
|
D | PCR.c | 50 UINT32 *groupIndex // OUT: group index if PCR belongs a in PCRBelongsAuthGroup() argument 82 UINT32 *groupIndex // OUT: group index if PCR belongs a group that in PCRBelongsPolicyGroup() argument 138 UINT32 groupIndex; in PCRPolicyIsAvailable() local 139 return PCRBelongsPolicyGroup(handle, &groupIndex); in PCRPolicyIsAvailable() 154 UINT32 groupIndex; in PCRGetAuthValue() local 155 if(PCRBelongsAuthGroup(handle, &groupIndex)) in PCRGetAuthValue() 157 *auth = gc.pcrAuthValues.auth[groupIndex]; in PCRGetAuthValue() 178 UINT32 groupIndex; in PCRGetAuthPolicy() local 179 if(PCRBelongsPolicyGroup(handle, &groupIndex)) in PCRGetAuthPolicy() 181 *policy = gp.pcrPolicies.policy[groupIndex]; in PCRGetAuthPolicy() [all …]
|
D | PCR_fp.h | 16 UINT32 *groupIndex // OUT: group index if PCR belongs 23 UINT32 *groupIndex // OUT: group index if PCR
|
D | part4.txt | 12410 …PCR. If it does, groupIndex is set to value of the group index. This feature of PCR is decided by … 12421 25 UINT32 *groupIndex // OUT: group index if PCR belongs a 12435 39 *groupIndex = 0; 12447 …the PCR. If it does, groupIndex is set to value of the group index. This feature of PCR is decided… 12462 49 UINT32 *groupIndex // OUT: group index if PCR belongs a group that 12475 62 *groupIndex = 0; 12532 89 UINT32 groupIndex; 12534 91 return PCRBelongsPolicyGroup(handle, &groupIndex); 12549 99 UINT32 groupIndex; 12551 101 if(PCRBelongsAuthGroup(handle, &groupIndex)) [all …]
|
D | part3.txt | 9911 9 UINT32 groupIndex; 9928 26 if(!PCRBelongsPolicyGroup(in->pcrNum, &groupIndex)) 9934 32 gp.pcrPolicies.hashAlg[groupIndex] = in->hashAlg; 9935 33 gp.pcrPolicies.policy[groupIndex] = in->authPolicy; 10025 9 UINT32 groupIndex; 10031 15 if(!PCRBelongsAuthGroup(in->pcrHandle, &groupIndex)) 10048 32 gc.pcrAuthValues.auth[groupIndex] = in->auth;
|
/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/skia/src/animator/ |
D | SkDisplayList.cpp | 106 int groupIndex = group->findGroup(match, list, parent, found, grandList); in SearchGroupForMatch() local 107 if (groupIndex >= 0) { in SearchGroupForMatch() 109 index = groupIndex; in SearchGroupForMatch()
|
/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/lzma/CPP/7zip/Archive/7z/ |
D | 7zUpdate.cpp | 1036 for (int groupIndex = 0; groupIndex < kNumGroupsMax; groupIndex++) in Update() local 1038 const CSolidGroup &group = groups[groupIndex]; in Update() 1041 MakeExeMethod(method, options.UseFilters, Is86Group(groupIndex), options.MaxFilter); in Update() 1043 if (IsEncryptedGroup(groupIndex)) in Update() 1065 if (rep.Group != groupIndex) in Update()
|
/external/icu/icu4c/source/i18n/ |
D | rematch.cpp | 5224 … for (int64_t groupIndex = groupStartIdx; groupIndex < groupEndIdx; ++groupIndex,++inputIndex) { in MatchChunkAt() local 5230 if (inputBuf[groupIndex] != inputBuf[inputIndex]) { in MatchChunkAt()
|
/external/tpm2/generator/ |
D | raw_commands.txt | 17742 groupIndex; 17758 if(!PCRBelongsPolicyGroup(in->pcrNum, &groupIndex)) 17762 gp.pcrPolicies.hashAlg[groupIndex] = in->policyDigest; 17763 gp.pcrPolicies.policy[groupIndex] = in->authPolicy; 17939 groupIndex; 17944 if(!PCRBelongsAuthGroup(in->pcrHandle, &groupIndex)) 17958 gc.pcrAuthValues.auth[groupIndex] = in->auth;
|
D | raw_commands_fixed.txt | 17753 groupIndex; 17769 if(!PCRBelongsPolicyGroup(in->pcrNum, &groupIndex)) 17773 gp.pcrPolicies.hashAlg[groupIndex] = in->policyDigest; 17774 gp.pcrPolicies.policy[groupIndex] = in->authPolicy; 17950 groupIndex; 17955 if(!PCRBelongsAuthGroup(in->pcrHandle, &groupIndex)) 17969 gc.pcrAuthValues.auth[groupIndex] = in->auth;
|
/external/robolectric/v1/lib/main/ |
D | h2-1.2.147.jar | META-INF/MANIFEST.MF
META-INF/services/java.sql.Driver
org ... |