/external/zlib/contrib/dotzlib/ |
DotZLib.build | 3 <description>A .Net wrapper library around ZLib1.dll</description>
14 <target name="clean" description="Remove all generated files">
18 <target name="build" description="compiles the source code">
|
/frameworks/base/core/java/android/util/ |
EventLogTags.java | 33 public static class Description { 37 Description(int tag, String name) { 47 public Description get(String name) { return null; } 49 public Description get(int tag) { return null; }
|
/sdk/layoutopt/libs/uix/src/resources/rules/ |
IncorrectHeightInScrollView.rule | 3 // Description: Checks whether a scrollview's child has the wrong dimension.
|
IncorrectWidthInHorizontalScrollView.rule | 3 // Description: Checks whether a scrollview's child has the wrong dimension.
|
/build/tools/ |
warn.py | 38 'description':'make: overriding commands/ignoring old commands', 42 'description':'Implicit function declaration', 45 'description':'', 48 'description':'Expression always evaluates to true or false', 53 'description':'Incompatible pointer types', 59 'description':'Incompatible declaration of built in function', 62 'description':'Unused parameter', 65 'description':'Unused function, variable or label', 69 'description':'Statement with no effect', 72 'description':'Missing initializer' [all...] |
/dalvik/libcore-disabled/sound/src/main/java/javax/sound/midi/ |
MidiDevice.java | 28 private String description; field in class:MidiDevice.Info 32 protected Info(String name, String vendor, String description, String version) { 35 this.description = description; 50 return description; 69 result = PRIME * result + ((description == null) ? 0 : description.hashCode());
|
/external/jhead/ |
iptc.c | 102 char * description = NULL; local 124 case IPTC_SUPLEMENTAL_CATEGORIES: description = "SuplementalCategories"; break; 125 case IPTC_KEYWORDS: description = "Keywords"; break; 126 case IPTC_CAPTION: description = "Caption"; break; 127 case IPTC_AUTHOR: description = "Author"; break; 128 case IPTC_HEADLINE: description = "Headline"; break; 129 case IPTC_SPECIAL_INSTRUCTIONS: description = "Spec. Instr."; break; 130 case IPTC_CATEGORY: description = "Category"; break; 131 case IPTC_BYLINE: description = "Byline"; break; 132 case IPTC_BYLINE_TITLE: description = "Byline Title"; break [all...] |
/system/wlan/ti/wilink_6_1/TWD/FW_Transfer/Export_Inc/ |
FwEvent_api.h | 53 * \par Description 67 * \par Description 81 * \par Description 98 * \par Description 115 * \par Description 130 * \par Description 143 * \par Description 156 * \par Description 169 * \par Description 185 * \par Description [all...] |
/external/freetype/include/freetype/ |
fttrigon.h | 47 * @description: 60 * @description: 72 * @description: 84 * @description: 96 * @description: 108 * @description: 132 * @description: 156 * @description: 176 * @description: 201 * @description [all...] |
/hardware/ti/wlan/wl1271/TWD/Ctrl/Export_Inc/ |
CmdQueue_api.h | 66 * \par Description 80 * \par Description 98 * \par Description 115 * \par Description 130 * \par Description 146 * \par Description 161 * \par Description 180 * \par Description 201 * \par Description 215 * \par Description [all...] |
/system/wlan/ti/wilink_6_1/TWD/Ctrl/Export_Inc/ |
CmdQueue_api.h | 66 * \par Description 80 * \par Description 98 * \par Description 115 * \par Description 130 * \par Description 146 * \par Description 161 * \par Description 180 * \par Description 201 * \par Description 215 * \par Description [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/ |
whalParams.c | 67 * DESCRIPTION: Create the whal parameters(data base) object 99 * DESCRIPTION: Destroy the object 118 * DESCRIPTION: Config the object 154 * DESCRIPTION: Initiate DmaParams to the default values 169 * DESCRIPTION: return DmaParams pointer 179 * DESCRIPTION: set new DmaParams 229 * DESCRIPTION: set new DmaParams 254 * DESCRIPTION: set new QueueParams 266 * DESCRIPTION: set new QueueParams 278 * DESCRIPTION: set new DmaParam [all...] |
/external/clearsilver/util/ |
ulocks.h | 24 * Description: Creates a file lock on named file <file>. The lock is 37 * Description: Find a file identified by the path <file>, and returns a 51 * Description: Destroys the lock <lock> that was created by fCreate() 62 * Description: Acquires the lock identified by <lock>. This call 74 * Description: Releases the lock identified by <lock>. 89 * Description: Initializes the mutex <mutex>. 100 * Description: Destroys the mutex <mutex> that was initialized by mCreate(). 110 * Description: Locks the mutex <mutex>. This call blocks until the mutex 122 * Description: Unlocks the mutex <mutex>. 133 * Description: Initializes the condition variable <cond> [all...] |
/cts/tools/utils/ |
buildCts.py | 76 print 'Generating test description for package %s' % name 79 """Generate a test package description by running the DescriptionGenerator doclet. 83 output_file: Name of the file where the description gets written. 93 # Annotation classes are also required, since test annotations go into the description. 121 """Generate the test description for the signature check.""" 127 description = open(os.path.join(self.test_repository, 'SignatureTest.xml'), 'w') 128 package.WriteDescription(description) 129 description.close() 132 """Generate the test description for the reference app tests.""" 140 description = open(os.path.join(self.test_repository, 'ApiDemosReferenceTest.xml'), 'w' [all...] |
/dalvik/libcore/xml/src/test/resources/ |
recipe.xml | 5 <description> 7 </description>
|
recipe1.xml | 5 <description> 7 </description>
|
recipt.xml | 5 <description> 7 </description>
|
systemid.xml | 5 <description> 7 </description>
|
/external/clearsilver/man/man3/ |
filter_wait.3 | 30 .SH DESCRIPTION 32 (with description) if the call failed. Note that if the
|
/external/expat/vms/ |
README.vms | 9 $ MMS/DESCRIPTION=[.vms] 13 $ MMK/DESCRIPTION=[.vms]
|
/external/jsr305/proposedAnnotations/ |
pom.xml | 18 <description>Proposed Annotations for JSR-305</description>
|
/external/jsr305/ri/ |
pom.xml | 17 <description>Implementation for JSR-305</description>
|
/external/jsr305/sampleUses/ |
pom.xml | 17 <description>Use Cases for JSR-305</description>
|
/external/jsr305/tcl/ |
pom.xml | 18 <description>Test Cases for JSR-305 Implementations</description>
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/RegExp/ |
exec-001.js | 4 * Description: Based on ECMA 2 Draft 7 February 1999 31 testcases[0] = { expect:"PASSED", actual:"PASSED", description:"NO TESTS EXIST" };
|