HomeSort by relevance Sort by last modified time
    Searched full:description (Results 201 - 225 of 12483) sorted by null

1 2 3 4 5 6 7 891011>>

  /tools/motodev/src/plugins/snippets/
plugin.xml 11 description="%category.service.description"
16 description="%snippet.service.systemService00.description"
26 description="%snippet.service.systemService01.description"
34 description="%snippet.service.systemService02.description"
42 description="%snippet.service.systemService03.description"
    [all...]
  /external/bluetooth/bluedroid/stack/include/
hidh_api.h 96 ** Description This function reads the device SDP record.
110 ** Description This function registers HID-Host with lower layers.
121 ** Description This function is called when the host is about power down.
132 ** Description This is called so HID-host may manage this device.
144 ** Description This removes the device from list devices that host has to manage.
155 ** Description This function is called when the user wants to initiate a
167 ** Description This function is called when the host has a report to send.
180 ** Description This function disconnects the device.
190 ** Description This function initializes the control block and trace variable
199 ** Description This function sets the security level for the devices whic
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessiondescription.h 37 // this class. Analagous to a <jingle><content><description> or
38 // <session><description>.
44 // Analagous to a <jingle><content> or <session><description>.
48 ContentInfo() : description(NULL) {}
51 const ContentDescription* description) :
52 name(name), type(type), description(description) {}
55 const ContentDescription* description; member in struct:cricket::ContentInfo
77 const ContentDescription* description);
86 delete content->description;
    [all...]
  /tools/motodev/src/plugins/android.codeutils/templates/activity_samples/
samples_config.xml 3 <sample name="%Activity_Samples_DB_name" description="%Activity_Samples_DB_description">
7 <sample name="%Activity_Samples_ListActivities_name" description="%Activity_Samples_ListActivities_description">
9 <sample name="%Activity_Samples_Dialog_name" description="%Activity_Samples_Dialog_description">
14 <sample name="%Activity_Samples_Multitouch_name" description="%Activity_Samples_Multitouch_description">
19 <sample name="%Activity_Samples_Preference_name" description="%Activity_Samples_Preference_description">
24 <sample name="%Activity_Samples_RadioButton_name" description="%Activity_Samples_RadioButton_description">
29 <sample name="%Activity_Samples_Tabs_name" description="%Activity_Samples_Tabs_description">
34 <sample name="%Activity_Samples_DashboardPattern_name" description="%Activity_Samples_DashboardPattern_description">
42 <sample name="%Activity_Samples_ActionBar_name" description="%Activity_Samples_ActionBar_description">
49 <sample name="%Activity_Samples_ActionBarCompatibility_name" description="%Activity_Samples_ActionBarCompatibility_description">
    [all...]
  /tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/checker/
CheckerExtension.java 37 public static final String CHECKER_EXTENSION_POINT_ATTRIBUTE_DESCRIPTION = "description"; //$NON-NLS-1$
45 private final String description; field in class:CheckerExtension
58 * @param description Checker description.
61 public CheckerExtension(String id, String name, String description, IChecker checker)
65 this.description = description;
86 * @return the checker description.
90 return description;
143 return "CheckerExtension [id=" + id + ", name=" + name + ", description=" + description
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/chrome_search/
background.html 26 var description = '<url>' + file + '</url>';
28 description += ' <dim>' + path + '</dim>';
55 description += ' ' + content;
60 description: description
71 description: '<url><match>src:</match></url> Search Chromium source'
83 var description = '<match><url>src</url></match><dim> [</dim>';
84 description +=
86 description += '<dim> | </dim>';
87 description += isRegex ? ('<match>' + text + '</match>') : 're:regex-search'
    [all...]
  /tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/checker/condition/
Condition.java 33 * Note that the attributes id, name, description, defaultSeverityLevel and checker are all filled
51 * Description of the condition.
53 protected String description; field in class:Condition
90 * @param description Condition description.
93 public Condition(String id, String name, String description, SEVERITY defaultLevel)
97 this.description = description;
134 * @return Condition description.
138 return description;
    [all...]
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
PhoneNumberOfflineGeocoder.java 146 * Returns a text description for the given phone number, in the language provided. The
147 * description might consist of the name of the country where the phone number is from, or the
153 * @param number a valid phone number for which we want to get a text description
154 * @param languageCode the language code for which the description should be written
155 * @return a text description for the given language code for the given phone number
171 * description will be returned, if one exists. Otherwise, the phone number's region will be
175 * CA" for a particular number, omitting the United States from the description. For a user from
181 * @param number the phone number for which we want to get a text description
182 * @param languageCode the language code for which the description should be written
184 * description if the phone number comes from this region. It is a two-letter uppercase IS
260 String description = (phonePrefixDescriptions != null) local
    [all...]
  /external/bluetooth/bluedroid/bta/include/
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...]
  /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.

Completed in 961 milliseconds

1 2 3 4 5 6 7 891011>>