/external/junit/src/org/junit/rules/ |
Verifier.java | 3 import org.junit.runner.Description; 29 public Statement apply(final Statement base, Description description) {
|
TestName.java | 3 import org.junit.runner.Description; 29 protected void starting(Description d) {
|
/external/libnfc-nci/src/nfc/include/ |
ce_api.h | 94 ** Description Initialise CE Type 3 Tag with mandatory NDEF message 109 ** Description Sets T3T-specific NDEF parameters. (Optional - if not 121 ** Description Send CHECK response message 132 ** Description Send UPDATE response message 143 ** Description Initialise CE Type 4 Tag with mandatory NDEF message 170 ** Description Register AID in CE T4T 188 ** Description Deregister AID in CE T4T 202 ** Description Set fields in Capability Container File for testing 216 ** Description Set fields in NDEF File Control TLV for testing 232 ** Description This function sends a raw frame to the peer device [all...] |
/libcore/luni/src/main/java/java/util/regex/ |
PatternSyntaxException.java | 24 * {@link Pattern}. Might include a detailed description, the original regular 35 * Holds the description of the syntax error, or null if the description is 56 * @param description 57 * the description of the syntax error, or {@code null} if the 58 * description is not known. 66 public PatternSyntaxException(String description, String pattern, int index) { 67 this.desc = description; 84 * potentially multi-line, and it might include a detailed description, the 122 * Returns the description of the syntax error, or {@code null} if th [all...] |
/tools/motodev/src/features/preflighting.sdk/ |
feature.xml | 9 <description>
10 %feature.preflighting.description
11 </description>
|
/libcore/expectations/ |
brokentests.txt | 6 description: "libcore.java.io.OldFileTest#test_deleteOnExit fails on IRM05 mysid-user", 11 description: "FIONREAD/SIOCINQ returns the wrong result on sockets (5731252 is the root cause of 5534202)", 16 description: "libcore.java.net.URLConnectionTest#testServerShutdownInput fails on ICL27 mysid-userdebug (5534202 is caused by 5731252)", 21 description: "libcore.java.security.KeyPairGeneratorTest long test is too long", 26 description: "Support digest authentication in HttpURLConnection", 31 description: "Without no security manager, we don't care if checkPermission's argument is null", 36 description: "This test and testGetKeepAlive have been failing in our continuous build recently.", 44 description: "on the RI, writing the two halves of the surrogate pair in separate writes 55 description: "We're retiring the security manager. Unfortunately, tests all over the place 64 description: "ignore compilation errors due to different available APIs" [all...] |
icebox.txt | 6 description: "javasqlite doesn't honor query timeouts", 16 description: "Dalvik doesn't support XML Schemas, DTDs or validation", 22 description: "Dalvik doesn't support XML Schemas, DTDs or validation", 28 description: "Dalvik doesn't support XML Schemas, DTDs or validation", 34 description: "Dalvik doesn't support XML Schemas, DTDs or validation", 40 description: "Dalvik doesn't support XML Schemas, DTDs or validation", 46 description: "Dalvik doesn't support XML Schemas, DTDs or validation", 52 description: "Dalvik doesn't support XML Schemas, DTDs or validation", 60 description: "Dalvik doesn't support XML Schemas, DTDs or validation", 66 description: "Dalvik doesn't support XML Schemas, DTDs or validation" [all...] |
/external/bluetooth/bluedroid/btif/include/ |
btif_av.h | 23 * Description: Main API header file for all BTIF AV functions accessed 59 ** Description Fetches current av SM handle 71 ** Description Checks whether AV is ready for starting a stream 83 ** Description Checks whether AV ready for media start in streaming state 95 ** Description Send event to AV statemachine 108 ** Description Initializes btif AV if not already done
|
btif_sm.h | 23 * Description: Generic BTIF state machine API 59 ** Description Initializes the state machine with the state handlers 74 ** Description Tears down the state machine 85 ** Description Fetches the current state of the state machine 96 ** Description Dispatches the 'event' along with 'data' to the current state handler 108 ** Description Make a transition to the new 'state'. The 'BTIF_SM_EXIT_EVT'
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/ |
contexts.xml | 3 <description>This view shows the performance results in a hierarchical tree: 12 This structure is roughly the same than the one used to generate performance results, hence make it easy to match the numbers in the corresponding page HTML page.</description> 15 <description>This view shows the list of all the builds contained in the connected database or in the local data files if no database is connected. 20 - black: local data contain information about this build</description> 23 <description>This view show for each of the performance machine the entire results since the beginning. 28 The lines are ordered in descending order (from the most recent to the oldest build).</description>
|
/packages/apps/Nfc/nci/jni/ |
Mutex.h | 32 ** Description: Initialize member variables. 44 ** Description: Cleanup all resources. 56 ** Description: Block the thread and try lock the mutex. 68 ** Description: Unlock a mutex to unblock a thread. 80 ** Description: Try to lock the mutex. 92 ** Description: Get the handle of the mutex.
|
PowerSwitch.h | 29 ** Description: Adjust the controller's power states. 39 ** Description: UNKNOWN_LEVEL: power level is unknown because the stack is off. 48 ** Description: DISCOVERY: Discovery is enabled 60 ** Description: Platform Power Level, copied from NativeNfcBrcmPowerMode.java. 81 ** Description: Initialize member variables. 93 ** Description: Release all resources. 105 ** Description: Get the singleton of this object. 116 ** Description: Initialize member variables. 128 ** Description: Get the current power level of the controller. 140 ** Description: Set the controller's power level [all...] |
RouteDataSet.h | 32 ** Description: Base class for every kind of route data. 53 ** Description: Data for protocol routes. 76 ** Description: Data for technology routes. 103 ** Description: Buffer to store AID after converting a string of hex 115 ** Description: Parse a string of hex numbers. Store result in an array of 129 ** Description: Release all resources. 154 ** Description: Import and export general routing data using a XML file. 169 ** Description: Release all resources. 181 ** Description: Initialize resources. 193 ** Description: Import data from an XML file. Fill the database [all...] |
/external/bluetooth/bluedroid/bta/include/ |
bta_ar_api.h | 46 ** Description This function is called from bta_sys_init(). 58 ** Description This function is called to register to AVDTP. 69 ** Description This function is called to de-register from AVDTP. 80 ** Description This function is called to let ar know that some AVDTP profile 94 ** Description This function is called to register to AVCTP. 105 ** Description This function is called to deregister from AVCTP. 116 ** Description This function is called to register an SDP record for AVRCP. 128 ** Description This function is called to de-register/delete an SDP record for AVRCP.
|
/external/chromium/chrome/browser/resources/ |
notification_icon.html | 20 #description { 30 <div id="description">$3</div>
|
/external/chromium/chrome/common/extensions/docs/examples/api/omnibox/simple-example/ |
background.html | 8 {content: text + " one", description: "the first one"}, 9 {content: text + " number two", description: "the second entry"}
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_Color.3 | 3 SDL_Color \- Format independent color description 28 .SH "DESCRIPTION"
|
/external/webkit/Source/WebKit/win/ |
WebKitGraphics.cpp | 49 static Font makeFont(const WebFontDescription& description) 53 String fontFamilyString(description.family, description.familyLength); 59 f.setSpecifiedSize(description.size); 60 f.setComputedSize(description.size); 61 f.setItalic(description.italic); 62 f.setWeight(description.bold ? FontWeightBold : FontWeightNormal); 84 const WebFontDescription* description; member in struct:WebTextRenderInfoWithoutShadow 93 if (!info || info->structSize < sizeof(WebTextRenderInfoWithoutShadow) || !info->cgContext || !info->description) 115 WebCoreDrawTextAtPoint(context, drawString, info->pt, makeFont(*(info->description)), info->color, info->underlinedIndex) [all...] |
/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...] |
/sdk/testapps/aidlTest/libWithAidl/ |
AndroidManifest.xml | 9 android:description="@string/app_name" 14 android:description="@string/app_name"
|
/sdk/testapps/customViewTest/libWithCustomView/ |
AndroidManifest.xml | 9 android:description="@string/app_name" 14 android:description="@string/app_name"
|
/tools/motodev/src/plugins/common/src/com/motorola/studio/android/model/manifest/dom/ |
PermissionGroupNode.java | 33 * The description property 79 * Gets the description property value 81 * @return the description property value 89 * Sets the description property value. Set it to null to remove it. 91 * @param description the description property value 93 public void setDescription(String description) 95 this.propDescription = description;
|
/tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/internal/conditions/ |
ConditionElement.java | 31 public static final String CHECKER_CONDITION_ATTRIBUTE_DESCRIPTION = "description"; //$NON-NLS-1$
44 private final String description;
field in class:ConditionElement 54 * @param description
59 public ConditionElement(String id, String name, String description,
64 this.description = description;
86 * @return the description
90 return description;
|
/tools/motodev/src/plugins/videos/ |
contexts.xml | 3 <description>This is the context help for the sample view with a table viewer. It was generated by a PDE template.</description>
|
/external/libnfc-nci/src/adaptation/ |
NfcAdaptation.cpp | 47 ** Description: class constructor 60 ** Description: class destructor 74 ** Description: access class singleton 92 ** Description: class initializer 129 ** Description: class finalizer 157 ** Description: signal the CondVar to release the thread that is waiting 171 ** Description: NFCA_TASK runs the GKI main task 189 ** Description: Creates work threads 219 ** Description: Get the set of HAL entry points. 233 ** Description: Ask the generic Android HAL to find the Broadcom-specific HAL [all...] |