/prebuilts/tools/common/m2/repository/junit/junit/3.8.2/ |
junit-3.8.2.pom | 8 <description> 10 </description>
|
/prebuilts/tools/common/m2/repository/net/sf/trove4j/trove4j/1.1/ |
trove4j-1.1.pom | 8 <description>POM was created from install:install-file</description>
|
/prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/ |
tagsoup-1.2.1.pom | 8 <description>POM was created from install:install-file</description>
|
/prebuilts/tools/common/m2/repository/org/gradle/jarjar/jarjar/1.2.1/ |
jarjar-1.2.1.pom | 8 <description>Artifactory auto generated POM</description>
|
/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"
|
/system/bt/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. 129 ** Description This function is called to de-register/delete an SDP record for AVRCP.
|
bta_av_co.h | 78 ** Description This callout function is executed by AV when it is 94 ** Description This callout function is executed by AV to report the 109 ** Description This callout function is executed by AV to report the 124 ** Description This callout function is executed by AV to retrieve the 140 ** Description This callout function is executed by AV to retrieve the 156 ** Description This callout function is executed by AV to set the 171 ** Description This callout function is executed by AV to set the 186 ** Description This function is called by AV when the audio stream connection 203 ** Description This function is called by AV when the video stream connection 218 ** Description This function is called by AV when the audio stream connectio [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
ConfigurationDescription.java | 55 /** A description of a configuration, used for persistence */ 76 /** The project corresponding to this configuration's description */ 116 * Returns the persistent configuration description from the given file 118 * @param file the file to look up a description from 119 * @return the description or null if never written 127 * Sets the persistent configuration description data for the given file 129 * @param file the file to associate the description with 130 * @param description the description 132 public static void setDescription(@NonNull IFile file, @NonNull String description) { 146 ConfigurationDescription description = new ConfigurationDescription(project); local 173 ConfigurationDescription description = new ConfigurationDescription(project); local [all...] |
/external/llvm/test/tools/llvm-readobj/ARM/ |
attribute-1.s | 9 @CHECK-OBJ-NEXT: Description: ARM v4 16 @CHECK-OBJ-NEXT: Description: Permitted 23 @CHECK-OBJ-NEXT: Description: Thumb-1 30 @CHECK-OBJ-NEXT: Description: VFPv1 37 @CHECK-OBJ-NEXT: Description: WMMXv1 44 @CHECK-OBJ-NEXT: Description: NEONv1 51 @CHECK-OBJ-NEXT: Description: Bare Platform 58 @CHECK-OBJ-NEXT: Description: Static Base 65 @CHECK-OBJ-NEXT: Description: PC-relative 72 @CHECK-OBJ-NEXT: Description: PC-relativ [all...] |
/external/deqp/external/vulkancts/modules/vulkan/ |
vktTestGroupUtil.hpp | 39 const std::string& description, 57 const std::string& description, 60 : tcu::TestCaseGroup (testCtx, name.c_str(), description.c_str()) 74 const std::string& description, 77 return new TestGroupHelper0(testCtx, name, description, createChildren); 83 const std::string& description, 87 return new TestGroupHelper1<Arg0>(testCtx, name, description, createChildren, arg0); 92 const std::string& description, 95 parent->addChild(createTestGroup(parent->getTestContext(), name, description, createChildren)); 101 const std::string& description, [all...] |
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
SubscriptionManagerFacade.java | 47 @Rpc(description = "Return the default subscription ID") 52 @Rpc(description = "Return the default data subscription ID") 57 @Rpc(description = "Set the default data subscription ID") 64 @Rpc(description = "Return the default voice subscription ID") 69 @Rpc(description = "Set the default voice subscription ID") 76 @Rpc(description = "Return the default sms subscription ID") 81 @Rpc(description = "Set the default sms subscription ID") 88 @Rpc(description = "Return a List of all Subscription Info Records") 93 @Rpc(description = "Return a List of all Active Subscription Info Records") 98 @Rpc(description = "Return the Subscription Info for a Particular Subscription ID" [all...] |
TelecomManagerFacade.java | 80 @Rpc(description = "If there's a ringing call, accept on behalf of the user.") 100 @Rpc(description = "Removes the missed-call notification if one is present.") 105 @Rpc(description = "Remove all Accounts that belong to the calling package from the system.") 110 @Rpc(description = "End an ongoing call.") 115 @Rpc(description = "Get a list of all PhoneAccounts.") 120 @Rpc(description = "Get the current call state.") 126 @Rpc(description = "Get the current tty mode.") 132 @Rpc(description = "Bring incallUI to foreground.") 141 @Rpc(description = "Get the list of PhoneAccountHandles with calling capability.") 147 @Rpc(description = "Set the user-chosen default PhoneAccount for making outgoing phone calls." [all...] |
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue29/ |
BigJavaBean.java | 24 private String description; field in class:BigJavaBean 32 public BigJavaBean(int id, String name, String address, String description) { 36 this.description = description; 53 return description; 82 result = prime * result + ((description == null) ? 0 : description.hashCode()); 108 if (description == null) { 109 if (other.description != null) 111 } else if (!description.equals(other.description) [all...] |
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
BluetoothHidFacade.java | 76 @Rpc(description = "Is Hid profile ready.") 81 @Rpc(description = "Connect to an HID device.") 83 @RpcParameter(name = "device", description = "Name or MAC address of a bluetooth device.") 93 @Rpc(description = "Disconnect an HID device.") 95 @RpcParameter(name = "device", description = "Name or MAC address of a device.") 106 @Rpc(description = "Get all the devices connected through HID.") 112 @Rpc(description = "Get the connection status of a device.") 115 description = "Name or MAC address of a bluetooth device.") 130 @Rpc(description = "Send Set_Report command to the connected HID input device.") 133 description = "Name or MAC address of a bluetooth device." [all...] |
/external/webrtc/tools/python_charts/webrtc/ |
main.py | 74 messages.append('Invalid input file: %s. Missing description list or ' 102 description, data = helper.CreateConfigurationTable(test_configurations) 103 configurations = gviz_api.DataTable(description, data) 106 description, data = helper.CreateData('ssim') 107 ssim = gviz_api.DataTable(description, data) 109 json_ssim_data = ssim.ToJSon(helper.GetOrdering(description)) 111 description, data = helper.CreateData('psnr') 112 psnr = gviz_api.DataTable(description, data) 114 json_psnr_data = psnr.ToJSon(helper.GetOrdering(description)) 116 description, data = helper.CreateData('packets_dropped' [all...] |
/external/parameter-framework/upstream/tools/coverage/ |
coverage.xsl | 69 div.description:nth-of-type(2n+1) { 91 <xsl:with-param name="description">Full coverage</xsl:with-param> 95 <xsl:with-param name="description"> 101 <xsl:with-param name="description">Half the way !</xsl:with-param> 105 <xsl:with-param name="description">Forgot something ?</xsl:with-param> 125 <h2>Description</h2> 127 <xsl:apply-templates select=".|descendant::*" mode="description" /> 139 <a href="#description-{generate-id(.)}"> 157 <xsl:param name="description" /> 170 <xsl:value-of select="$description" /> [all...] |
/external/libxml2/test/relaxng/ |
comps_0.xml | 25 <description>Smallest possible installation</description> 26 <description xml:lang="cs">Nejmen?í mo?ná instalace</description> 27 <description xml:lang="da">Mindst mulige installation</description> 28 <description xml:lang="de">Kleinstmögliche Installation</description> 29 <description xml:lang="es">Instalación lo más pequeña posible</description> [all...] |
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
AndroidFacade.java | 412 @Rpc(description = "Starts an activity and returns the result.", 419 @RpcParameter(name = "type", description = "MIME type/subtype of the URI") 421 @RpcParameter(name = "extras", description = "a Map of extras to add to the Intent") 424 description = "name of package. If used, requires classname to be useful") 427 description = "name of class. If used, requires packagename to be useful") 434 @Rpc(description = "Starts an activity and returns the result.", 438 description = "Intent in the format as returned from makeIntent") 487 @Rpc(description = "Put a text string in the clipboard.") 496 @Rpc(description = "Get the device serial number.") 501 @Rpc(description = "Get the name of system bootloader version number." [all...] |
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/ |
UiFacade.java | 156 @Rpc(description = "Create a text input dialog.") 158 @RpcParameter(name = "title", description = "title of the input box") @RpcDefault("Value") final String title, 159 @RpcParameter(name = "message", description = "message to display above the input box") @RpcDefault("Please enter value:") final String message, 160 @RpcParameter(name = "defaultText", description = "text to insert into the input box") @RpcOptional final String text, 161 @RpcParameter(name = "inputType", description = "type of input data, ie number or text") @RpcOptional final String inputType) 171 @Rpc(description = "Create a password input dialog.") 173 @RpcParameter(name = "title", description = "title of the input box") @RpcDefault("Password") final String title, 174 @RpcParameter(name = "message", description = "message to display above the input box") @RpcDefault("Please enter password:") final String message) { 193 @Rpc(description = "Queries the user for a text input.") 195 @RpcParameter(name = "title", description = "title of the input box") @RpcDefault("Value") final String title [all...] |
/prebuilts/devtools/tools/lib/ |
hamcrest-core-1.3.jar | |
/prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.3/ |
hamcrest-core-1.3.jar | |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/glacier/ |
vault.py | 72 def upload_archive(self, filename, description=None): 80 :type description: str 81 :param description: An optional description for the archive. 87 return self.create_archive_from_file(filename, description=description) 88 return self._upload_archive_single_operation(filename, description) 90 def _upload_archive_single_operation(self, filename, description): 98 :type description: str 99 :param description: A description for the archive [all...] |
/external/toybox/tests/ |
ifconfig.test | 36 # Test Description: Disable the dummy0 interface 42 # Test Description: Enable the dummy0 interface 48 # Test Description: Set the ip address of the dummy0 interface 55 # Test Description: Change the netmask to the interface 62 # Test Description: Change the broadcast address to the interface 69 # Test Description: Revert to the default ip address 76 # Test Description: Change the Maximum transmission unit (MTU) of the interface 83 # Test Description: Verify ifconfig add fails with such a small mtu 90 # Test Description: Change the Maximum transmission unit (MTU) of the interface 97 # Test Description: Verify ifconfig add succeeds with a larger mt [all...] |
/art/test/006-args/ |
info.txt | 6 TODO: Real description goes here.
|