/packages/apps/TV/tests/common/src/com/android/tv/testing/testinput/ |
ChannelStateData.aidl | 1 package com.android.tv.testing.testinput;
|
ITestInputControl.aidl | 1 package com.android.tv.testing.testinput; 4 import com.android.tv.testing.testinput.ChannelStateData;
|
TestInputControlUtils.java | 16 package com.android.tv.testing.testinput; 27 return new Intent().setComponent(new ComponentName("com.android.tv.testinput", 28 "com.android.tv.testinput.TestInputControlService"));
|
TvTestInputConstants.java | 16 package com.android.tv.testing.testinput;
|
ChannelStateData.java | 17 package com.android.tv.testing.testinput;
|
TestInputControlConnection.java | 16 package com.android.tv.testing.testinput;
|
ChannelState.java | 16 package com.android.tv.testing.testinput;
|
/packages/apps/TV/tests/input/src/com/android/tv/testinput/ |
TestInputControlService.java | 16 package com.android.tv.testinput; 24 * {@link com.android.tv.testing.testinput.ITestInputControl}.
|
TestInputControl.java | 16 package com.android.tv.testinput; 27 import com.android.tv.testing.testinput.ChannelState; 28 import com.android.tv.testing.testinput.ChannelStateData; 29 import com.android.tv.testing.testinput.ITestInputControl;
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/ |
EastAsianWidth.java | 44 char[] testInput = {(char)0x4EBA}; 46 measure(testInput, 0, 1, testResult, true);
|
/packages/apps/TV/tests/input/res/xml/ |
testtvinputservice.xml | 18 android:setupActivity="com.android.tv.testinput.TestTvInputSetupActivity" />
|
/packages/apps/TV/tests/input/src/com/android/tv/testinput/instrument/ |
TestSetupInstrumentation.java | 17 package com.android.tv.testinput.instrument; 26 import com.android.tv.testinput.TestTvInputService; 27 import com.android.tv.testinput.TestTvInputSetupActivity; 36 * -w com.android.tv.testinput/.instrument.TestSetupInstrumentation
|
/packages/apps/TV/tests/unit/src/com/android/tv/ |
BaseMainActivityTestCase.java | 26 import com.android.tv.testing.testinput.ChannelStateData; 27 import com.android.tv.testing.testinput.TestInputControlConnection; 28 import com.android.tv.testing.testinput.TestInputControlUtils; 29 import com.android.tv.testing.testinput.TvTestInputConstants;
|
/external/lz4/programs/ |
fuzzer.c | 689 char testInput[testInputSize]; 696 FUZ_fillCompressibleNoiseBuffer(testInput, testInputSize, 0.50, &randState); 715 crcOrig = XXH64(testInput, testCompressedSize, 0); 717 result = LZ4_compress_limitedOutput_continue(&streamingState, testInput, testCompressed, testCompressedSize, testCompressedSize-1); 745 XXH64_update(&xxhOrig, testInput + iNext, messageSize); 748 memcpy (ringBuffer + rNext, testInput + iNext, messageSize); [all...] |
/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/ |
LiveChannelsTestCase.java | 28 import com.android.tv.testing.testinput.ChannelStateData; 29 import com.android.tv.testing.testinput.TestInputControlConnection; 30 import com.android.tv.testing.testinput.TestInputControlUtils;
|
LiveChannelsAppTest.java | 27 import com.android.tv.testing.testinput.ChannelStateData; 28 import com.android.tv.testing.testinput.TvTestInputConstants;
|
/external/chromium-trace/catapult/third_party/typ/typ/ |
__init__.py | 65 from typ.runner import Runner, TestInput, TestSet, WinMultiprocessing, main 84 'TestInput',
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/ |
gUnitBaseTest.java | 64 public String execLexer(String testRuleName, int line, String testInput, boolean isFile) throws Exception { 68 String filePath = testInput; 78 input = new ANTLRStringStream(testInput); 155 public Object execParser(String testRuleName, int line, String testInput, boolean isFile) throws Exception { 159 String filePath = testInput; 169 input = new ANTLRStringStream(testInput); 302 public Object execTreeParser(String testTreeRuleName, String testRuleName, String testInput, boolean isFile) throws Exception { 305 String filePath = testInput; 315 input = new ANTLRStringStream(testInput);
|
gUnitExecutor.java | 183 //System.out.print(numOfTest + ". Running rule: " + rule + "; input: '" + input.testInput + "'"); 230 protected gUnitTestResult runLexer(String lexerName, String testRuleName, gUnitTestInput testInput) throws Exception { 237 input = getANTLRInputStream(testInput); 306 protected gUnitTestResult runParser(String parserName, String lexerName, String testRuleName, gUnitTestInput testInput) throws Exception { 314 input = getANTLRInputStream(testInput); 437 protected gUnitTestResult runTreeParser(String parserName, String lexerName, String testRuleName, String testTreeRuleName, gUnitTestInput testInput) throws Exception { 447 input = getANTLRInputStream(testInput); 607 private CharStream getANTLRInputStream(gUnitTestInput testInput) throws IOException { 609 if ( testInput.isFile) { 610 String filePath = testInput.input [all...] |
/packages/apps/TV/tests/input/ |
AndroidManifest.xml | 19 package="com.android.tv.testinput"> 57 android:targetPackage="com.android.tv.testinput" />
|
/packages/apps/TV/tests/unit/src/com/android/tv/menu/ |
TvOptionsRowAdapterTest.java | 26 import com.android.tv.testing.testinput.ChannelStateData; 27 import com.android.tv.testing.testinput.TvTestInputConstants;
|
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/ |
gUnit.g | 126 String testInput = null; 131 in = new gUnitTestInput(testInput, inputIsFile, line); 135 testInput = $STRING.text.replace("\\n", "\n").replace("\\r", "\r").replace("\\t", "\t") 141 testInput = $ML_STRING.text; 146 testInput = $file.text;
|
/external/chromium-trace/catapult/telemetry/telemetry/testing/ |
run_tests.py | 188 test_set.tests_to_skip.append(typ.TestInput( 191 test_set.parallel_tests.append(typ.TestInput(name)) 203 test_set.tests_to_skip.append(typ.TestInput(name, msg=reason)) 205 test_set.isolated_tests.append(typ.TestInput(name)) 207 test_set.parallel_tests.append(typ.TestInput(name))
|
/external/chromium-trace/catapult/third_party/typ/typ/tests/ |
runner_test.py | 22 from typ import Host, Runner, TestCase, TestSet, TestInput 79 test_set.parallel_tests = [TestInput('nonexistent test')] 98 test_set.parallel_tests = [TestInput('load_test.BaseTest.test_x')]
|
/external/pcre/dist/doc/ |
perltest.txt | 35 The other testinput files are not suitable for feeding to perltest.pl, since
|