HomeSort by relevance Sort by last modified time
    Searched refs:stateId (Results 1 - 23 of 23) sorted by null

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowStateListDrawable.java 25 public void addState(int stateId, int resId) {
26 stateToResource.put(stateId, resId);
29 public int getResourceIdForState(int stateId) {
30 return stateToResource.get(stateId);
  /external/deqp/modules/gles3/performance/
es3pStateChangeTests.cpp 58 virtual void changeState (const glw::Functions& gl, int stateId) = 0;
124 virtual void changeState (const glw::Functions& gl, int stateId)\
174 if (stateId == 0)
176 else if (stateId == 1)
221 if (stateId == 0)
223 else if (stateId == 1)
275 if (stateId == 0)
277 else if (stateId == 1)
320 if (stateId == 0)
322 else if (stateId == 1
    [all...]
  /external/deqp/modules/gles2/performance/
es2pStateChangeTests.cpp 58 virtual void changeState (const glw::Functions& gl, int stateId) = 0;
124 virtual void changeState (const glw::Functions& gl, int stateId)\
174 if (stateId == 0)
176 else if (stateId == 1)
221 if (stateId == 0)
223 else if (stateId == 1)
275 if (stateId == 0)
277 else if (stateId == 1)
320 if (stateId == 0)
322 else if (stateId == 1
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
DrawableResourceLoader.java 169 int stateId = getStateId(node);
170 shDrawable.addState(stateId, resId);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactMetadataProvider.java 239 final long stateId = c.getLong(0);
241 MetadataSyncState._ID + "=" + stateId, null);
  /prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar 
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 

Completed in 904 milliseconds