Home
last modified time | relevance | path

Searched defs:fragment (Results 1 – 7 of 7) sorted by relevance

/cts/tests/app/src/android/app/cts/
DFragmentTransitionTest.java396 private boolean waitForStart(TestFragment fragment, int key) throws InterruptedException { in waitForStart()
414 private boolean waitForEnd(TestFragment fragment, int key) throws InterruptedException { in waitForEnd()
445 protected boolean isComplete(TestFragment fragment) { in isComplete()
458 public synchronized void onTransition(TestFragment fragment) { in onTransition()
/cts/tests/tests/preference2/src/android/preference2/cts/
DPreferenceWithHeaders.java47 protected boolean isValidFragment(String fragment) { in isValidFragment()
/cts/tests/tests/net/src/android/net/cts/
DUriTest.java300 String path, String query, String fragment) { in testHierarchical()
384 String fragment) { in compareHierarchical()
/cts/tests/openglperf2/jni/reference/scene/glowing/
DGlowingScene.cpp49 const char* fragment = GLUtils::openTextFile("fragment/perspective"); in setUpPrograms() local
/cts/tests/openglperf2/jni/reference/scene/flocking/
DFlockingScene.cpp44 const char* fragment = GLUtils::openTextFile("fragment/perspective"); in setUpPrograms() local
/cts/tests/app/app/src/android/app/stubs/
DFragmentTestActivity.java194 void onTransition(TestFragment fragment); in onTransition()
/cts/tests/tests/security/src/android/security/cts/
DOpenSSLHeartbleedTest.java622 public byte[] fragment; field in OpenSSLHeartbleedTest.TlsRecord