/external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/ |
before_streaming_fixture.h | 15 #include "webrtc/voice_engine/test/auto_test/fixtures/after_initialization_fixture.h"
|
before_initialization_fixture.cc | 11 #include "webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h"
|
before_streaming_fixture.cc | 11 #include "webrtc/voice_engine/test/auto_test/fixtures/before_streaming_fixture.h"
|
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
rtp_rtcp_before_streaming_test.cc | 11 #include "webrtc/voice_engine/test/auto_test/fixtures/after_initialization_fixture.h"
|
hardware_test.cc | 12 #include "webrtc/voice_engine/test/auto_test/fixtures/after_streaming_fixture.h"
|
/external/google-breakpad/src/testing/gtest/samples/ |
sample5_unittest.cc | 33 // cases by deriving sub-fixtures from it. 40 // slightly different test fixtures. For example, you may want to 59 // other fixtures derive from, therefore there is no test case with 62 // Later, we will derive multiple test fixtures from QuickTest. 195 // If necessary, you can derive further test fixtures from a derived
|
/external/protobuf/gtest/samples/ |
sample5_unittest.cc | 33 // cases by deriving sub-fixtures from it. 40 // slightly different test fixtures. For example, you may want to 59 // other fixtures derive from, therefore there is no test case with 62 // Later, we will derive multiple test fixtures from QuickTest. 195 // If necessary, you can derive further test fixtures from a derived
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/samples/ |
sample5_unittest.cc | 33 // cases by deriving sub-fixtures from it. 40 // slightly different test fixtures. For example, you may want to 59 // other fixtures derive from, therefore there is no test case with 62 // Later, we will derive multiple test fixtures from QuickTest. 195 // If necessary, you can derive further test fixtures from a derived
|
/ndk/sources/third_party/googletest/googletest/samples/ |
sample5_unittest.cc | 33 // cases by deriving sub-fixtures from it. 40 // slightly different test fixtures. For example, you may want to 59 // other fixtures derive from, therefore there is no test case with 62 // Later, we will derive multiple test fixtures from QuickTest. 195 // If necessary, you can derive further test fixtures from a derived
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/ |
World.java | 123 /// Called when two fixtures begin to touch. 130 /// Called when two fixtures cease to touch. 198 /** pool for fixtures **/ 212 /** all known fixtures **/ 213 protected final LongMap<Fixture> fixtures = new LongMap<Fixture>(100); field in class:World 329 this.fixtures.remove(fixtureToDelete.addr).setUserData(null); 757 /** Get the number of fixtures. */ 759 return fixtures.size; 840 /** Query the world for all fixtures that potentially overlap the provided AABB. [all...] |
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/com/badlogic/gdx/physics/box2d/ |
World.java | 54 ObjectMap<org.jbox2d.dynamics.Fixture, Fixture> fixtures = new ObjectMap<org.jbox2d.dynamics.Fixture, Fixture>(); field in class:World 76 return filter.shouldCollide(fixtures.get(fixtureA), fixtures.get(fixtureB)); 163 for (Fixture fixture : body.fixtures) { 164 fixtures.remove(fixture.fixture); 271 /** Query the world for all fixtures that potentially overlap the provided AABB. 286 Fixture fixture = fixtures.get(f); 342 /** Ray-cast the world for all fixtures in the path of the ray. The ray-cast ignores shapes that contain the starting point. 360 return callback.reportRayFixture(fixtures.get(f), point.set(p.x, p.y), normal.set(n.x, n.y), fraction);
|
Contact.java | 69 return world.fixtures.get(contact.m_fixtureA); 74 return world.fixtures.get(contact.m_fixtureB);
|
/tools/external/gradle/ |
gradle-3.0-all.zip | |
gradle-2.11-all.zip | |
gradle-2.8-all.zip | |
gradle-2.10-all.zip | |
gradle-2.9-all.zip | |
gradle-2.6-all.zip | |
gradle-2.7-all.zip | |
gradle-2.5-all.zip | |
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/ |
AuthenticatorContentProvider.java | 89 for (String name : Fixtures.getFixtureAccountNames()) { 91 am.addAccountExplicitly(account, Fixtures.PREFIX_PASSWORD + name, null);
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/callbacks/ |
ContactListener.java | 46 * Called when two fixtures begin to touch. 52 * Called when two fixtures cease to touch.
|
DestructionListener.java | 33 * Joints and fixtures are destroyed when their associated
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/ |
TestDriver.cs | 45 // Change 'NOT_DEBUGGING' --> '!NOT_DEBUGGING' to run individual fixtures
|
/external/smali/smalidea/src/test/java/org/jf/smalidea/ |
SmaliFileTypeTest.java | 35 import com.intellij.testFramework.fixtures.LightCodeInsightFixtureTestCase;
|