HomeSort by relevance Sort by last modified time
    Searched full:fixture (Results 301 - 325 of 708) sorted by null

<<11121314151617181920>>

  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/
b2World.cpp 885 // Commit fixture proxy movements to the broad-phase so that new contacts are created.
979 return callback->ReportFixture(proxy->fixture);
1000 b2Fixture* fixture = proxy->fixture;
1003 bool hit = fixture->RayCast(&output, input, index);
1009 return callback->ReportFixture(fixture, point, output.normal, fraction);
1031 void b2World::DrawShape(b2Fixture* fixture, const b2Transform& xf, const b2Color& color)
1033 switch (fixture->GetType())
1037 b2CircleShape* circle = (b2CircleShape*)fixture->GetShape();
1049 b2EdgeShape* edge = (b2EdgeShape*)fixture->GetShape()
    [all...]
  /cts/tests/tests/accounts/common/src/android/accounts/cts/common/
Fixtures.java 38 public static final String SUFFIX_NAME_FIXTURE = "fixture.com";
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/Application/tests/src/com/example/android/advancedimmersivemode/tests/
SampleTests.java 60 * Test if the test fixture has been set up correctly.
  /developers/build/prebuilts/gradle/AppUsageStatistics/Application/tests/src/com/example/android/appusagestatistics/
AppUsageStatisticsActivityTests.java 62 * Test if the test fixture has been set up correctly.
AppUsageStatisticsFragmentTests.java 56 * Test if the test fixture has been set up correctly.
  /developers/build/prebuilts/gradle/BasicAndroidKeyStore/Application/tests/src/com/example/android/basicandroidkeystore/tests/
SampleTests.java 66 * Test if the test fixture has been set up correctly.
  /developers/build/prebuilts/gradle/BasicGestureDetect/Application/tests/src/com/example/android/basicgesturedetect/tests/
SampleTests.java 66 * Test if the test fixture has been set up correctly.
  /developers/build/prebuilts/gradle/BasicNetworking/Application/tests/src/com/example/android/basicnetworking/tests/
SampleTests.java 63 * Test if the test fixture has been set up correctly.
  /developers/build/prebuilts/gradle/BeamLargeFiles/Application/tests/src/com/example/android/beamlargefiles/tests/
SampleTests.java 63 * Test if the test fixture has been set up correctly.
  /developers/build/prebuilts/gradle/ClippingBasic/Application/tests/src/com/example/android/clippingbasic/tests/
SampleTests.java 50 * Test if the test fixture has been set up correctly.
  /developers/build/prebuilts/gradle/ElevationDrag/Application/tests/src/com/example/android/elevationdrag/tests/
SampleTests.java 57 * Test if the test fixture has been set up correctly.
  /developers/build/prebuilts/gradle/ImmersiveMode/Application/tests/src/com/example/android/immersivemode/tests/
SampleTests.java 66 * Test if the test fixture has been set up correctly.
  /developers/build/prebuilts/gradle/NfcProvisioning/Application/tests/src/com/example/android/nfcprovisioning/tests/
SampleTests.java 54 * Test if the test fixture has been set up correctly.
  /developers/build/prebuilts/gradle/SlidingTabsColors/Application/tests/src/com/example/android/slidingtabscolors/tests/
SampleTests.java 66 * Test if the test fixture has been set up correctly.
  /developers/build/prebuilts/gradle/StorageClient/Application/tests/src/com/example/android/storageclient/tests/
SampleTests.java 65 * Test if the test fixture has been set up correctly.
  /developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/Application/tests/src/com/example/android/swiperefreshlayoutbasic/tests/
SampleTests.java 56 * Test if the test fixture has been set up correctly.
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/tests/src/com/example/android/swiperefreshlistfragment/tests/
SampleTests.java 57 * Test if the test fixture has been set up correctly.
  /developers/samples/android/admin/NfcProvisioning/Application/tests/src/com/example/android/nfcprovisioning/tests/
SampleTests.java 54 * Test if the test fixture has been set up correctly.
  /developers/samples/android/connectivity/network/BasicNetworking/Application/tests/src/com/example/android/basicnetworking/tests/
SampleTests.java 63 * Test if the test fixture has been set up correctly.
  /developers/samples/android/connectivity/nfc/BeamLargeFiles/Application/tests/src/com/example/android/beamlargefiles/tests/
SampleTests.java 63 * Test if the test fixture has been set up correctly.
  /developers/samples/android/content/documentsUi/StorageClient/Application/tests/src/com/example/android/storageclient/tests/
SampleTests.java 65 * Test if the test fixture has been set up correctly.
  /developers/samples/android/input/gestures/BasicGestureDetect/Application/tests/src/com/example/android/basicgesturedetect/tests/
SampleTests.java 66 * Test if the test fixture has been set up correctly.
  /developers/samples/android/media/MediaBrowserService/Application/src/androidTest/java/com/example/android/mediabrowserservice/test/
SampleTests.java 63 * Test if the test fixture has been set up correctly.
  /developers/samples/android/notification/ActiveNotifications/Application/src/androidTest/java/com/example/android/activenotifications/test/
SampleTests.java 63 * Test if the test fixture has been set up correctly.
  /developers/samples/android/notification/MessagingService/Application/src/androidTest/java/com/example/android/messagingservice/test/
SampleTests.java 63 * Test if the test fixture has been set up correctly.

Completed in 1267 milliseconds

<<11121314151617181920>>