/external/linux-kselftest/tools/testing/selftests/ftrace/samples/ |
xfail.tc | 2 # description: xfail-case example
|
/external/ltp/runtest/ |
fs_bind | 0 #DESCRIPTION:Bind mounts and shared subtrees
|
hyperthreading | 0 #DESCRIPTION:Hyperthreading stress tests
|
modules | 0 #DESCRIPTION:2.6.x kernel module tests
|
pty | 0 #DESCRIPTION:Terminal type stress
|
securebits | 0 #DESCRIPTION:securebits tests
|
/external/ltp/testcases/kernel/fs/scsi/ltpfs/ |
ltpfs.part2 | 0 #DESCRIPTION:filesystem tests
|
ltpfs.part3 | 0 #DESCRIPTION:filesystem tests
|
ltpfs.part4 | 0 #DESCRIPTION:filesystem tests
|
ltpfs.part5 | 0 #DESCRIPTION:filesystem tests
|
ltpfs.part6 | 0 #DESCRIPTION:filesystem tests
|
ltpfs.part7 | 0 #DESCRIPTION:filesystem tests
|
/external/ply/ply/ |
setup.cfg | 5 description-file = README.md
|
/external/snakeyaml/src/test/resources/compactnotation/ |
error3.yaml | 2 - Row(id111, size=17, description=text)
|
error4.yaml | 2 - Row(id111, description = text) {size: 15}
|
/external/junit/src/main/java/org/junit/rules/ |
RunRules.java | 3 import org.junit.runner.Description; 14 public RunRules(Statement base, Iterable<TestRule> rules, Description description) { 15 statement = applyAll(base, rules, description); 24 Description description) { 26 result = each.apply(result, description);
|
/external/toolchain-utils/crosperf/ |
unittest_keyval_file.txt | 0 {"description": "Box2D", "graph": "Box2D", "higher_is_better": true, "units": "score", "value": 4775} 2 {"description": "CodeLoad", "graph": "CodeLoad", "higher_is_better": true, "units": "score", "value": 6271} 3 {"description": "Crypto", "graph": "Crypto", "higher_is_better": true, "units": "score", "value": 8737} 4 {"description": "DeltaBlue", "graph": "DeltaBlue", "higher_is_better": true, "units": "score", "value": 14401} 5 {"description": "EarleyBoyer", "graph": "EarleyBoyer", "higher_is_better": true, "units": "score", "value": 14340} 6 {"description": "Gameboy", "graph": "Gameboy", "higher_is_better": true, "units": "score", "value": 9901} 7 {"description": "Mandreel", "graph": "Mandreel", "higher_is_better": true, "units": "score", "value": 6620} 8 {"description": "MandreelLatency", "graph": "MandreelLatency", "higher_is_better": true, "units": "score", "value": 5188} 9 {"description": "NavierStokes", "graph": "NavierStokes", "higher_is_better": true, "units": "score", "value": 9815} 10 {"description": "PdfJS", "graph": "PdfJS", "higher_is_better": true, "units": "score", "value": 6455 [all...] |
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtBlockIoDxe/ |
WinNtBlockIo.h | 116 Routine Description:
118 TODO: Add function description
122 This - TODO: add argument description
123 Handle - TODO: add argument description
124 RemainingDevicePath - TODO: add argument description
142 Routine Description:
144 TODO: Add function description
148 This - TODO: add argument description
149 Handle - TODO: add argument description
150 RemainingDevicePath - TODO: add argument description
[all...] |
/external/junit/src/main/java/org/junit/internal/matchers/ |
ThrowableMessageMatcher.java | 3 import org.hamcrest.Description; 17 public void describeTo(Description description) { 18 description.appendText("exception with message "); 19 description.appendDescriptionOf(matcher); 28 protected void describeMismatchSafely(T item, Description description) { 29 description.appendText("message "); 30 matcher.describeMismatch(item.getMessage(), description); local
|
/external/jarjar/maven/ |
plugin.xml | 2 <description></description> 12 <description>Repackage class files into a new namespace.</description> 29 <description>Jar file to process</description> 36 <description>Output jar file</description> 43 <description>External rules file</description> [all...] |
/external/junit/src/main/java/org/junit/internal/runners/ |
ErrorReportingRunner.java | 7 import org.junit.runner.Description; 27 public Description getDescription() { 28 Description description = Description.createSuiteDescription(testClass); local 30 description.addChild(describeCause(each)); 32 return description; 57 private Description describeCause(Throwable child) { 58 return Description.createTestDescription(testClass, 63 Description description = describeCause(child) local [all...] |
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/res/raw/ |
grid_example.json | 6 "description": "$3.99/lb", 12 "description": "$3.99/lb", 18 "description": "$3.99/lb", 24 "description": "$3.99/lb", 30 "description": "$3.99/lb", 36 "description": "$3.99/lb", 42 "description": "$3.99/lb", 48 "description": "$3.99/lb", 54 "description": "$3.99/lb", 60 "description": "$3.99/lb" [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/ |
StringParse.h | 36 Routine Description:
38 GC_TODO: Add function description
42 Handle - GC_TODO: add argument description
43 StringPack - GC_TODO: add argument description
44 StringPackSize - GC_TODO: add argument description
45 NumStringPacks - GC_TODO: add argument description
46 FormsetGuid - GC_TODO: add argument description
47 PackageGuid - GC_TODO: add argument description
65 Routine Description:
67 GC_TODO: Add function description
[all...] |
/external/junit/src/main/java/junit/framework/ |
JUnit4TestAdapter.java | 7 import org.junit.runner.Description; 51 public Description getDescription() { 52 Description description = fRunner.getDescription(); local 53 return removeIgnored(description); 56 private Description removeIgnored(Description description) { 57 if (isIgnored(description)) { 58 return Description.EMPTY [all...] |
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/ |
ShortcutCombination.java | 4 import org.hamcrest.Description; 19 public abstract void describeTo(Description description); 30 public void describeTo(Description description, String operator) { 31 description.appendList("(", " " + operator + " ", ")", matchers);
|