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

  /external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/
fixture.py 18 import fixtures
23 class MoxStubout(fixtures.Fixture):
  /external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/tests/
test_stubout.py 18 import fixtures
30 self.useFixture(fixtures.MonkeyPatch(
  /external/smali/smalidea/src/test/java/org/jf/smalidea/
SmaliFileTypeTest.java 35 import com.intellij.testFramework.fixtures.LightCodeInsightFixtureTestCase;
SmaliFileTest.java 34 import com.intellij.testFramework.fixtures.LightCodeInsightFixtureTestCase;
SmaliLiteralTest.java 35 import com.intellij.testFramework.fixtures.LightCodeInsightFixtureTestCase;
SmaliRegisterTest.java 35 import com.intellij.testFramework.fixtures.LightCodeInsightFixtureTestCase;
SmaliInstructionTest.java 35 import com.intellij.testFramework.fixtures.LightCodeInsightFixtureTestCase;
SmaliClassTest.java 46 import com.intellij.testFramework.fixtures.DefaultLightProjectDescriptor;
47 import com.intellij.testFramework.fixtures.LightCodeInsightFixtureTestCase;
SmaliClassTypeElementTest.java 34 import com.intellij.testFramework.fixtures.LightCodeInsightFixtureTestCase;
SmaliImplementsExtendsTest.java 35 import com.intellij.testFramework.fixtures.LightCodeInsightFixtureTestCase;
LightCodeInsightParsingTestCase.java 33 import com.intellij.testFramework.fixtures.LightCodeInsightFixtureTestCase;
SmaliAnnotationTest.java 35 import com.intellij.testFramework.fixtures.LightCodeInsightFixtureTestCase;
SmaliClassModifierListTest.java 36 import com.intellij.testFramework.fixtures.LightCodeInsightFixtureTestCase;
SmaliFieldTest.java 37 import com.intellij.testFramework.fixtures.LightCodeInsightFixtureTestCase;
SmaliMethodTest.java 37 import com.intellij.testFramework.fixtures.LightCodeInsightFixtureTestCase;
SmaliPositionManagerTest.java 50 import com.intellij.testFramework.fixtures.LightCodeInsightFixtureTestCase;
  /hardware/interfaces/media/omx/1.0/vts/functional/
README.md 4 The scope of the tests presented here is not restricted solely to testing omx hal @ 1.0 API but also test to omx core functionality and to an extent omx components as well. The current directory contains the following folders: audio, common, component, master and video. Besides common all other folders contain test fixtures for testing AV decoder, encoder components. Common constitutes files that are used across by these test applications.
12 This folder includes test fixtures that tests aspects common to all omx compatible components. For instance, port enabling/disabling, enumerating port formats, state transitions, flush, ..., stay common to all components irrespective of the service they offer. Test fixtures here are directed towards testing these (omx core). Every standard OMX compatible component is expected to pass these tests.
17 This folder includes test fixtures associated with testing audio encoder and decoder components such as simple encoding of a raw clip or decoding of an elementary stream, end of stream test, timestamp deviations test, flush test and so on. These tests are aimed towards testing the plugin that connects the component to the omx core.
26 This folder includes test fixtures associated with testing video encoder and decoder components such as simple encoding of a raw clip or decoding of an elementary stream, end of stream test, timestamp deviations test, flush test and so on. These tests are aimed towards testing the plugin that connects the component to the omx core.
34 While tesing audio/video encoder, decoder components, test fixtures require input files. These input are files are present in the folder 'res'. Before running the tes (…)
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
AbstractCollectionTest.java 57 final Collection<String> fixtures = Arrays.asList("0", "1", "2"); local
62 assertTrue(fixtures.contains(object));
79 assertTrue(ac.addAll(fixtures));
86 final Collection<String> fixtures = Arrays.asList("0", "1", "2"); local
91 assertTrue(fixtures.contains(object));
108 assertTrue(ac.containsAll(fixtures));
  /external/smali/smalidea/src/test/java/org/jf/smalidea/dexlib/
SmalideaMethodTest.java 35 import com.intellij.testFramework.fixtures.LightCodeInsightFixtureTestCase;
  /prebuilts/go/darwin-x86/src/net/http/
request_test.go 963 // https://github.com/felixge/node-http-perf/blob/master/fixtures/get.http
  /prebuilts/go/linux-x86/src/net/http/
request_test.go 963 // https://github.com/felixge/node-http-perf/blob/master/fixtures/get.http

Completed in 1566 milliseconds