/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 54 * Retrieve the textual description of this permission. This 55 * will call back on the given PackageManager to load the description from 61 * @return Returns a CharSequence containing the permission's description. 62 * If there is no description, null is returned.
|
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/ |
osapi.c | 25 * DESCRIPTION: 72 DESCRIPTION: This function prints a debug message 112 DESCRIPTION: wrapper to the OS strcpy fucntion 126 DESCRIPTION: wrapper to the OS strncpy fucntion 140 DESCRIPTION: wrapper to the OS sprintf fucntion 161 DESCRIPTION: wrapper to the OS printf fucntion 176 DESCRIPTION: wrapper to the OS strcat fucntion 190 DESCRIPTION: wrapper to the OS strlen fucntion 204 DESCRIPTION: Allocates an array in memory with elements initialized to 0. 220 DESCRIPTION: Allocates resident (nonpaged) system-space memory [all...] |
/system/wlan/ti/wilink_6_1/CUDK/os/linux/src/ |
osapi.c | 25 * DESCRIPTION: 72 DESCRIPTION: This function prints a debug message 112 DESCRIPTION: wrapper to the OS strcpy fucntion 126 DESCRIPTION: wrapper to the OS strncpy fucntion 140 DESCRIPTION: wrapper to the OS sprintf fucntion 161 DESCRIPTION: wrapper to the OS printf fucntion 176 DESCRIPTION: wrapper to the OS strcat fucntion 190 DESCRIPTION: wrapper to the OS strlen fucntion 204 DESCRIPTION: Allocates an array in memory with elements initialized to 0. 220 DESCRIPTION: Allocates resident (nonpaged) system-space memory [all...] |
/external/webkit/WebKit/win/ |
WebKitGraphics.cpp | 52 static Font makeFont(const WebFontDescription& description) 57 String fontFamilyString(description.family, description.familyLength); 63 f.setSpecifiedSize(description.size); 64 f.setComputedSize(description.size); 65 f.setItalic(description.italic); 66 f.setWeight(description.bold ? FontWeightBold : FontWeightNormal); 88 const WebFontDescription* description; member in struct:WebTextRenderInfoWithoutShadow 97 if (!info || info->structSize < sizeof(WebTextRenderInfoWithoutShadow) || !info->cgContext || !info->description) 119 WebCoreDrawTextAtPoint(context, drawString, info->pt, makeFont(*(info->description)), info->color, info->underlinedIndex) [all...] |
/external/webkit/JavaScriptCore/runtime/ |
JSValue.cpp | 109 char* JSValue::description() function in class:JSC::JSValue 112 static char description[size]; local 115 snprintf(description, size, "<JSValue()>"); 117 snprintf(description, size, "Int32: %d", asInt32()); 119 snprintf(description, size, "Double: %lf", asDouble()); 121 snprintf(description, size, "Cell: %p", asCell()); 123 snprintf(description, size, "True"); 125 snprintf(description, size, "False"); 127 snprintf(description, size, "Null"); 130 snprintf(description, size, "Undefined") [all...] |
/external/qemu/android/avd/ |
hardware-properties.ini | 19 # the 'abstract' and 'description' keys which are not currently used) 31 description = The amount of physical RAM on the device, in megabytes. 38 description = Whether there is a touch screen or not on the device. 45 description = Whether there is a trackball on the device. 52 description = Whether the device has a QWERTY keyboard. 59 description = Whether the device has DPad keys 66 description = Whether there is a GSM modem in the device. 73 description = Whether the device has a camera. 90 description = Whether there is a GPS in the device. 97 description = Whether the device can run on a battery [all...] |
/dalvik/tests/005-args/ |
info.txt | 6 TODO: Real description goes here.
|
/dalvik/tests/006-count10/ |
info.txt | 6 TODO: Real description goes here.
|
/dalvik/tests/007-exceptions/ |
info.txt | 6 TODO: Real description goes here.
|
/dalvik/tests/008-instanceof/ |
info.txt | 6 TODO: Real description goes here.
|
/dalvik/tests/009-instanceof2/ |
info.txt | 6 TODO: Real description goes here.
|
/dalvik/tests/010-instance/ |
info.txt | 6 TODO: Real description goes here.
|
/dalvik/tests/011-array-copy/ |
info.txt | 6 TODO: Real description goes here.
|
/dalvik/tests/012-math/ |
info.txt | 6 TODO: Real description goes here.
|
/dalvik/tests/013-math2/ |
info.txt | 6 TODO: Real description goes here.
|
/dalvik/tests/014-math3/ |
info.txt | 6 TODO: Real description goes here.
|
/dalvik/tests/015-switch/ |
info.txt | 6 TODO: Real description goes here.
|
/dalvik/tests/016-intern/ |
info.txt | 6 TODO: Real description goes here.
|
/dalvik/tests/017-float/ |
info.txt | 6 TODO: Real description goes here.
|
/dalvik/tests/018-stack-overflow/ |
info.txt | 6 TODO: Real description goes here.
|
/dalvik/tests/019-wrong-array-type/ |
info.txt | 6 TODO: Real description goes here.
|
/dalvik/tests/020-string/ |
info.txt | 6 TODO: Real description goes here.
|
/dalvik/tests/021-string2/ |
info.txt | 6 TODO: Real description goes here.
|
/dalvik/tests/022-interface/ |
info.txt | 6 TODO: Real description goes here.
|
/dalvik/tests/023-many-interfaces/ |
info.txt | 6 TODO: Real description goes here.
|