/external/tpm2/ |
PCR_SetAuthValue.c | 22 UINT32 groupIndex; 28 if(!PCRBelongsAuthGroup(in->pcrHandle, &groupIndex)) 45 gc.pcrAuthValues.auth[groupIndex] = in->auth;
|
PCR_SetAuthPolicy.c | 22 UINT32 groupIndex; 39 if(!PCRBelongsPolicyGroup(in->pcrNum, &groupIndex)) 45 gp.pcrPolicies.hashAlg[groupIndex] = in->hashAlg; 46 gp.pcrPolicies.policy[groupIndex] = in->authPolicy;
|
PCR_fp.h | 16 UINT32 *groupIndex // OUT: group index if PCR belongs 23 UINT32 *groupIndex // OUT: group index if PCR
|
PCR.c | 39 // PCR. If it does, groupIndex is set to value of the group index. This feature of PCR is decided by the 50 UINT32 *groupIndex // OUT: group index if PCR belongs a 67 // the PCR. If it does, groupIndex is set to value of the group index. This feature of PCR is decided by the 83 UINT32 *groupIndex // OUT: group index if PCR belongs a group that 139 UINT32 groupIndex; 140 return PCRBelongsPolicyGroup(handle, &groupIndex); 155 UINT32 groupIndex; 156 if(PCRBelongsAuthGroup(handle, &groupIndex)) 158 *auth = gc.pcrAuthValues.auth[groupIndex]; 179 UINT32 groupIndex; [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
ExpandableListTester.java | 44 private void expandGroup(final int groupIndex, int flatPosition) { 46 .isGroupExpanded(groupIndex)); 52 Assert.assertTrue("Group did not expand " + groupIndex, 53 mExpandableListView.isGroupExpanded(groupIndex)); 78 for (int groupIndex = 0; groupIndex < groupCount; groupIndex++) { 81 expandGroup(groupIndex, index); 84 menuListener.expectGroupContextMenu(groupIndex); 94 final int childrenCount = mAdapter.getChildrenCount(groupIndex); [all...] |
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/line/ |
MultiGroupConversionRule.java | 59 public void addReplacement(int groupIndex, String replacement) { 60 if (groupIndex == 0) { 63 replacementTable[groupIndex] = replacement; 71 public String getReplacement(int groupIndex) { 72 return replacementTable[groupIndex];
|
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/ |
ext_inst.cpp | 124 for (uint32_t groupIndex = 0; groupIndex < table->count; groupIndex++) { 125 const auto& group = table->groups[groupIndex]; 146 for (uint32_t groupIndex = 0; groupIndex < table->count; groupIndex++) { 147 const auto& group = table->groups[groupIndex];
|
/external/skia/src/gpu/ |
GrPathRange.h | 85 const int groupIndex = indices[i] / kPathsPerGroup; 86 const int groupByte = groupIndex / 8; 87 const uint8_t groupBit = 1 << (groupIndex % 8); 93 const int groupFirstPath = groupIndex * kPathsPerGroup; 123 const int groupIndex = indices[i] / kPathsPerGroup; 124 const int groupByte = groupIndex / 8; 125 const uint8_t groupBit = 1 << (groupIndex % 8);
|
/external/skqp/src/gpu/ |
GrPathRange.h | 85 const int groupIndex = indices[i] / kPathsPerGroup; 86 const int groupByte = groupIndex / 8; 87 const uint8_t groupBit = 1 << (groupIndex % 8); 93 const int groupFirstPath = groupIndex * kPathsPerGroup; 123 const int groupIndex = indices[i] / kPathsPerGroup; 124 const int groupByte = groupIndex / 8; 125 const uint8_t groupBit = 1 << (groupIndex % 8);
|
/test/vts/utils/python/file/ |
target_file_utils.py | 150 def _HasPermission(permission_bits, groupIndex, permission): 155 groupIndex: int, the index of the group into the permissions string. 166 if groupIndex >= _PERMISSION_GROUPS: 167 raise ValueError("Invalid group: %s" % str(groupIndex)) 173 start = groupIndex 174 end = groupIndex + 1 175 if groupIndex < 0:
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/ |
GrantPermissionsViewHandler.java | 59 * @param groupIndex the index of the current group being requested 64 void updateUi(String groupName, int groupCount, int groupIndex, Icon icon,
|
GrantPermissionsWatchViewHandler.java | 81 public void updateUi(String groupName, int groupCount, int groupIndex, Icon icon, 86 + ", groupIndex: " + groupIndex 98 groupIndex + 1, groupCount)
|
/external/autotest/frontend/client/src/autotest/tko/ |
TestGroupDataSource.java | 96 public List<List<String>> getHeaderGroupValues(int groupIndex) { 97 JSONArray headerList = headerGroupValues.get(groupIndex).isArray();
|
/frameworks/base/core/java/com/android/internal/widget/ |
MessagingLayout.java | 383 for (int groupIndex = 0; groupIndex < groups.size(); groupIndex++) { 384 List<MessagingMessage> group = groups.get(groupIndex); 401 Person sender = senders.get(groupIndex); 407 newGroup.setSending(groupIndex == (groups.size() - 1) && showSpinner); 410 if (mMessagingLinearLayout.indexOfChild(newGroup) != groupIndex) { 412 mMessagingLinearLayout.addView(newGroup, groupIndex);
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/television/ |
GrantPermissionsViewHandlerImpl.java | 82 public void updateUi(String groupName, int groupCount, int groupIndex, Icon icon, 96 groupIndex + 1, groupCount));
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zUpdate.cpp | 305 unsigned GroupIndex;
[all...] |
/frameworks/av/media/libstagefright/httplive/ |
M3UParser.cpp | 717 ssize_t groupIndex = mMediaGroups.indexOfKey(groupID); 718 if (groupIndex < 0) { [all...] |
/frameworks/av/drm/libmediadrm/ |
DrmMetrics.cpp | 380 int groupIndex = 0; 415 bundleMetricGroups->putPersistableBundle(MakeIndexString(groupIndex++),
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/ |
GrantPermissionsViewHandlerImpl.java | 123 public void updateUi(String groupName, int groupCount, int groupIndex, Icon icon, 127 mGroupIndex = groupIndex;
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/ |
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) { [all...] |
/external/icu/icu4c/source/i18n/ |
rematch.cpp | [all...] |
/prebuilts/misc/common/ub-janktesthelper/ |
ub-janktesthelper.jar | |
/build/make/tools/droiddoc/templates-ndk/assets/js/ |
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) { [all...] |
/external/doclava/res/assets/templates-sdk/assets/js/ |
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) { [all...] |
/prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/ |
netty-codec-4.1.0.CR3.jar | |