/external/llvm/test/YAMLParser/ |
spec-02-27.test | 20 description : Basketball 24 description : Super Hoop
|
/external/ltp/testcases/commands/cron/ |
README.tests | 23 and the description of this test. The description is written to
|
/external/lz4/contrib/debian/ |
control | 17 Description: Extremely Fast Compression algorithm http://www.lz4.org 22 Description: Extremely Fast Compression algorithm http://www.lz4.org
|
/external/mdnsresponder/mDNSWindows/ControlPanel/res/ |
ControlPanel.exe.manifest | 4 <description>Control Panel applet for configuring Wide-Area Bonjour.</description>
|
ControlPanel.manifest | 4 <description>Control Panel applet for configuring Wide-Area Bonjour.</description>
|
ControlPanel64.manifest | 4 <description>Control Panel applet for configuring Wide-Area Bonjour.</description>
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
xmlpool.h | 78 /** \brief End an option description */ 82 /** \brief A verbal description in a specified language (empty version) */ 84 "<description lang=\""#lang"\" text=\""text"\"/>\n" 86 /** \brief A verbal description in a specified language */ 88 "<description lang=\""#lang"\" text=\""text"\">\n" 90 /** \brief End a description */ 92 "</description>\n" 94 /** \brief A verbal description of an enum value */
|
/external/mockito/src/test/java/org/mockito/internal/verification/ |
VerificationWithDescriptionTest.java | 13 import static org.mockito.Mockito.description; 31 verify(mock, description(failureMessage)).clear();
|
/external/nanohttpd/nanolets/ |
pom.xml | 11 <description>nanohttpd-nanolets add a very easy to use version of servlets into nanohttpd.</description>
|
/external/nanohttpd/samples/ |
pom.xml | 9 <description>samples for nanohttpd</description>
|
/external/python/cpython2/Doc/includes/sqlite3/ |
simple_tableprinter.py | 13 for fieldDesc in cur.description: 20 fieldIndices = range(len(cur.description))
|
/external/selinux/gui/ |
org.selinux.config.policy | 11 <description>Run System Config SELinux</description>
|
/external/skia/src/sksl/ast/ |
SkSLASTBlock.h | 23 String description() const override { 27 result += fStatements[i]->description();
|
SkSLASTCallSuffix.h | 24 String description() const override { 30 result += fArguments[i]->description();
|
SkSLASTIndexSuffix.h | 29 String description() const override { 31 return "[" + fExpression->description() + "]";
|
SkSLASTPrefixExpression.h | 25 String description() const override { 26 return Token::OperatorName(fOperator) + fOperand->description();
|
/external/skia/src/sksl/ir/ |
SkSLField.h | 30 virtual String description() const override { 31 return fOwner.description() + "." + fOwner.fType.fields()[fFieldIndex].fName;
|
SkSLPostfixExpression.h | 29 String description() const override { 30 return fOperand->description() + Token::OperatorName(fOperator);
|
SkSLVarDeclarationsStatement.h | 33 String description() const override { 34 return fDeclaration->description() + ";";
|
/external/swiftshader/third_party/LLVM/docs/CommandGuide/ |
tblgen.pod | 6 tblgen - Target Description To C++ Code Generator
12 =head1 DESCRIPTION
14 B<tblgen> translates from target description (.td) files into C++ code that can
22 The F<filename> argument specifies the name of a Target Description (.td) file
40 Specify where to find other target description files for inclusion. The
42 target description files.
70 Generate a register info description for each register.
74 Generate a register info description header for each register.
|
/external/testng/src/test/java/test/dataprovider/ |
FailingDataProviderTest.java | 19 @Test(description = "TESTNG-142: Exceptions in DataProvider are not reported as failed test")
24 @Test(description = "TESTNG-447: Abort when two data providers have the same name")
|
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/ |
TraceLogger.java | 52 public synchronized void log(long startTimeMicros, long finishTimeMicros, String title, String description) { 53 traceEvents.add(new TraceEvent(startTimeMicros, finishTimeMicros, title, description)); 62 "WALTThread-1234 (%d) [000] ...1 %s: tracing_mark_write: B|%d|%s|description=%s|WALT\n", 63 pid, df.format(e.startTimeMicros / 1e6), pid, e.title, e.description)); 105 String description; field in class:TraceLogger.TraceEvent 106 TraceEvent(long startTimeMicros, long finishTimeMicros, String title, String description) { 110 this.description = description;
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ |
ARDSDPUtils.h | 17 // Updates the original SDP description to instead prefer the specified video 21 descriptionForDescription:(RTCSessionDescription *)description
|
/frameworks/base/core/java/android/content/pm/ |
PermissionGroupInfo.java | 31 * permission's description. From the "description" attribute or, 37 * The description string provided in the AndroidManifest file, if any. You 38 * probably don't want to use this, since it will be null if the description 73 * Retrieve the textual description of this permission. This 74 * will call back on the given PackageManager to load the description from 80 * @return Returns a CharSequence containing the permission's description. 81 * If there is no description, null is returned.
|
/frameworks/base/core/java/android/database/ |
CursorWindowAllocationException.java | 26 public CursorWindowAllocationException(String description) { 27 super(description);
|