/external/e2fsprogs/tests/m_std/ |
script | 0 DESCRIPTION="standard filesystem options"
|
/external/webkit/WebKitTools/QueueStatusServer/ |
cron.yaml | 2 - description: collect the garbage
|
/external/webkit/WebKitTools/Scripts/ |
num-cpus | 3 ls /proc/registry/HKEY_LOCAL_MACHINE/HARDWARE/DESCRIPTION/System/CentralProcessor | wc -w
|
/external/e2fsprogs/debian/attic/ |
comerrg-dev.info | 1 DESCR="The Common Error Description library."
|
/external/e2fsprogs/tests/m_dasd_bs/ |
script | 0 DESCRIPTION="2048 byte sector devices"
|
/external/e2fsprogs/tests/m_no_opt/ |
script | 0 DESCRIPTION="no filesystem extensions"
|
/external/libpcap/ChmodBPF/ |
StartupParameters.plist | 2 Description = "Change BPF permissions";
|
/dalvik/libcore/xml/src/test/resources/ |
simple.xml | 7 <description>two of our famous Belgian Waffles with plenty of real maple syrup</description> 13 <description>light Belgian waffles covered with strawberries and whipped cream</description> 19 <description>light Belgian waffles covered with an assortment of fresh berries and whipped cream</description> 25 <description>thick slices made from our homemade sourdough bread</description> 31 <description>two eggs, bacon or sausage, toast, and our ever-popular hash browns</description> [all...] |
recipt.dtd | 1 <!ELEMENT collection (description,recipe+)> 2 <!ELEMENT description ANY>
|
/external/webkit/WebCore/manual-tests/ |
transitions.html | 24 <span id="description"></span>. 31 {className:"green", description:"instantly change into a rectangle and fade from yellow to green over 5 seconds"}, 32 {className:"", description:"instantly change into a small yellow square"}, 33 {className:"square", description:"instantly change into a yellow rectangle and then animate into a big yellow square over 2 seconds"}, 34 {className:"green", description:"instantly change into a yellow rectangle and then animate to a green rectangle over 5 seconds"}, 35 {className:"", description:"instantly change into a small yellow square"}, 36 {className:"green", description:"instantly change into a yellow rectangle and fade from yellow to green over 5 seconds"}, 37 {className:"square", description:"instantly change to a yellow rectangle and then animate into a large yellow square over 2 seconds"}, 38 {className:"", description:"instantly change into a small yellow square"} 41 document.getElementById("description").innerText = transitions[0].description [all...] |
transitions2.html | 24 <span id="description"></span>. 31 {className:"rectangle", description:"animate to a large rectangle over 5 seconds."}, 32 {className:"square", description:"animate to a square over 2 seconds. Try clicking before the first animation finishes and make sure the width doesn't do an ugly jump."}, 33 {className:"", description:"instantly change to a small square"}, 34 {className:"square", description:"instantly change into a small rectangle and then animate into a large square over 2 seconds"}, 35 {className:"rectangle", description:"animate to a large rectangle over 5 seconds"}, 36 {className:"", description:"instantly change to a small square"} 39 document.getElementById("description").innerText = transitions[0].description; 47 document.getElementById("description").innerText = transitions[state].description [all...] |
/external/e2fsprogs/tests/m_large_file/ |
script | 0 DESCRIPTION="largefile fs type"
|
/external/e2fsprogs/tests/m_meta_bg/ |
script | 0 DESCRIPTION="meta blockgroup feature"
|
/external/e2fsprogs/tests/m_mkfs_overhead/ |
script | 0 DESCRIPTION="test bg overhead calculation"
|
/external/e2fsprogs/tests/m_raid_opt/ |
script | 0 DESCRIPTION="raid options"
|
/external/webkit/LayoutTests/fast/js/resources/ |
bom-in-file-retains-correct-offset.js | 0 description("This ensures that BOM's scattered through a source file do not break parsing");
|
/external/webkit/WebCore/dom/ |
ExceptionBase.cpp | 34 ExceptionBase::ExceptionBase(const ExceptionCodeDescription& description) 35 : m_code(description.code) 36 , m_name(description.name) 37 , m_description(description.description) 39 if (description.name) 40 m_message = String::format("%s: %s Exception %d", description.name, description.typeName, description.code); 42 m_message = String::format("%s Exception %d", description.typeName, description.code) [all...] |
/cts/tools/signature-tools/src/signature/model/impl/ |
SigApi.java | 30 private String description; field in class:SigApi 33 public SigApi(String description, Visibility visibility) { 34 this.description = description; 39 return description; 42 public void setName(String description) { 43 this.description = description;
|
/dalvik/libcore/xml/src/test/resources/systemid/ |
recipt.dtd | 1 <!ELEMENT collection (description,recipe+)> 2 <!ELEMENT description ANY>
|
/external/e2fsprogs/lib/et/ |
com_err.pc.in | 7 Description: Common error description library
|
/sdk/layoutopt/libs/uix/src/resources/rules/ |
TooManyLevels.rule | 3 // Description: Checks whether the layout has too many nested groups. 9 analysis << [node: null, description: "This layout has too many nested layouts: " +
|
TooManyViews.rule | 3 // Description: Checks whether the layout has too many views. 10 description: "This layout has too many views: ${size} views, it should have <= 80!"]
|
/external/e2fsprogs/ |
SHLIBS | 2 Description: Common error code library 9 Description: Generic Subsystem library (Simple tty UI) 16 Description: The ext2fs (raw interface) library 23 Description: The e2p (ext2fs's programmers) library 30 Description: DCE Universally Unique ID (UUID) library
|
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
AlertException.java | 31 // alert description code 32 private final byte description; field in class:AlertException 37 * @param description The alert description code from {@link AlertProtocol} 42 protected AlertException(byte description, SSLException reason) { 45 this.description = description; 58 * Returns alert's description code. 60 * @return alert description code from {@link AlertProtocol} 64 return description; [all...] |
/external/webkit/WebCore/manual-tests/inspector/ |
console-log-formatting.html | 29 function testAllSpecifiers(value, description) { 31 test("'Format " + description + " as " + specifiers[specifier] + ": %" + specifier + "', " + value + ""); 36 { value: "window.noSuchVariable", description: "undefined" }, 37 { value: "s", description: "string" }, 38 { value: "i", description: "positive integer" }, 39 { value: "ni", description: "negative integer" }, 40 { value: "f", description: "float" }, 41 { value: "o", description: "object" }, 42 { value: "document.body", description: "body" }, 43 { value: "/test/", description: "RegExp" } [all...] |