HomeSort by relevance Sort by last modified time
    Searched refs:groupIndex (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/
Filter.java 49 public int groupIndex;
54 groupIndex = 0;
60 groupIndex = argOther.groupIndex;
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/
b2WorldCallbacks.cpp 29 if (filterA.groupIndex == filterB.groupIndex && filterA.groupIndex != 0)
31 return filterA.groupIndex > 0;
b2Fixture.h 38 groupIndex = 0;
51 int16 groupIndex;
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/
Filter.java 30 public short groupIndex = 0;
Fixture.java 143 jniSetFilterData(addr, filter.categoryBits, filter.maskBits, filter.groupIndex);
146 private native void jniSetFilterData (long addr, short categoryBits, short maskBits, short groupIndex); /*
151 filter.groupIndex = groupIndex;
163 filter.groupIndex = tmp[2];
173 filterOut[2] = f.groupIndex;
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/com/badlogic/gdx/physics/box2d/
Filter.java 30 public short groupIndex = 0;
FixtureDef.java 46 fd.filter.groupIndex = filter.groupIndex;
Fixture.java 85 f.groupIndex = filter.groupIndex;
97 filter.groupIndex = (short)f.groupIndex;
  /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...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/callbacks/
ContactFilter.java 51 if (filterA.groupIndex == filterB.groupIndex && filterA.groupIndex != 0){
52 return filterA.groupIndex > 0;
  /cts/tests/tests/widget/src/android/widget/cts/
ExpandableListTester.java 52 private void expandGroup(final int groupIndex, int flatPosition) {
54 .isGroupExpanded(groupIndex));
59 Assert.assertTrue("Group did not expand " + groupIndex,
60 mExpandableListView.isGroupExpanded(groupIndex));
85 for (int groupIndex = 0; groupIndex < groupCount; groupIndex++) {
88 expandGroup(groupIndex, index);
91 menuListener.expectGroupContextMenu(groupIndex);
101 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];
  /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);
  /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 67 public void updateUi(String groupName, int groupCount, int groupIndex, Icon icon,
72 + ", groupIndex: " + groupIndex
83 mContext.getString(R.string.current_permission_template, groupIndex + 1, groupCount)
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/
com.badlogic.gdx.physics.box2d.Fixture.cpp 59 JNIEXPORT void JNICALL Java_com_badlogic_gdx_physics_box2d_Fixture_jniSetFilterData(JNIEnv* env, jobject object, jlong addr, jshort categoryBits, jshort maskBits, jshort groupIndex) {
68 filter.groupIndex = groupIndex;
85 filterOut[2] = f.groupIndex;
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/box2d/
CollisionFiltering.java 82 triangleShapeDef.filter.groupIndex = k_smallGroup;
98 triangleShapeDef.filter.groupIndex = k_largeGroup;
136 boxShapeDef.filter.groupIndex = k_smallGroup;
148 boxShapeDef.filter.groupIndex = k_largeGroup;
161 circleShapeDef.filter.groupIndex = k_smallGroup;
173 circleShapeDef.filter.groupIndex = k_largeGroup;
  /external/skia/src/animator/
SkDisplayList.cpp 106 int groupIndex = group->findGroup(match, list, parent, found, grandList);
107 if (groupIndex >= 0) {
109 index = groupIndex;
  /external/autotest/frontend/client/src/autotest/tko/
TestGroupDataSource.java 96 public List<List<String>> getHeaderGroupValues(int groupIndex) {
97 JSONArray headerList = headerGroupValues.get(groupIndex).isArray();
  /packages/services/Car/car-support-lib/src/android/support/car/ui/
GroupingCursorRecyclerViewAdapter.java 171 for (int groupIndex = 0; groupIndex < mGroupMetadata.size(); groupIndex++) {
172 GroupMetadata gMetadata = mGroupMetadata.get(groupIndex);
GroupingRecyclerViewAdapter.java 184 for (int groupIndex = 0; groupIndex < mGroupMetadata.size(); groupIndex++) {
185 GroupMetadata gMetadata = mGroupMetadata.get(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,
92 groupIndex + 1, groupCount));

Completed in 1762 milliseconds

1 2 3