HomeSort by relevance Sort by last modified time
    Searched refs:description (Results 751 - 775 of 2400) sorted by null

<<31323334353637383940>>

  /external/open-vcdiff/gflags/src/
gflags_reporting.cc 116 " (" + flag.description + ')');
212 AddXMLTag(&r, "meaning", flag.description);
284 if (flag->description == kStrippedFlagHelp) continue;
334 if (flag->description != kStrippedFlagHelp)
  /external/srtp/crypto/hash/
auth.c 94 at->description);
  /external/srtp/crypto/include/
auth.h 128 char *description; member in struct:auth_type_t
  /external/srtp/crypto/kernel/
crypto_kernel.c 194 printf("cipher: %s\n", ctype->cipher_type->description);
208 printf("auth func: %s\n", atype->auth_type->description);
266 ctype->cipher_type->description);
276 atype->auth_type->description);
  /external/srtp/crypto/test/
cipher_driver.c 230 printf("timing %s throughput:\n", c->type->description);
242 printf("running cipher self-test for %s...", ct->description);
271 c->type->description);
383 /* printf("%dth cipher description: %s\n", i, */
384 /* (*cipher_array)->type->description); */
465 (ca[0])->type->description, num_cipher);
  /external/stlport/etc/
STLport-4.5.1.spec 18 %description
27 %description -n STLport-devel
STLport-4.5.3.spec 18 %description
27 %description -n STLport-devel
STLport-4.6.spec 18 %description
27 %description -n STLport-devel
  /frameworks/base/core/java/android/webkit/
WebViewClient.java 158 * @param description A String describing the error.
162 String description, String failingUrl) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DictionaryInfoUtils.java 52 private static final String DESCRIPTION_COLUMN = "description";
61 public DictionaryInfo(final String id, final Locale locale, final String description,
65 mDescription = description;
291 final String description = header.getDescription(); local
293 return new DictionaryInfo(id, locale, description, fileAddress, Integer.parseInt(version));
  /prebuilts/misc/common/commons-cli/
commons-cli-1.2.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install_data.py 16 description = "install data files" variable in class:install_data
install_egg_info.py 14 description = "Install package's PKG-INFO metadata as an .egg-info file" variable in class:install_egg_info
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_text_file.py 50 def test_input(count, description, file, expected_result):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install_data.py 16 description = "install data files" variable in class:install_data
install_egg_info.py 14 description = "Install package's PKG-INFO metadata as an .egg-info file" variable in class:install_egg_info
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_text_file.py 50 def test_input(count, description, file, expected_result):
  /cts/libs/vogar-expect/src/vogar/
ExpectationStore.java 149 String description = ""; local
170 } else if (name.equals("description")) {
172 description = Joiner.on("\n").join(split);
191 Expectation expectation = new Expectation(result, pattern, tags, description, buganizerBug);
  /cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
CtsUiAutomatorTest.java 140 * Select each of the buttons by using only the content description property
473 UiSelector mainLayout = new UiSelector().description("Widgets Collection");
514 UiSelector mainLayout = new UiSelector().description("Widgets Collection");
532 new UiSelector().description("Widgets Collection"));
548 new UiSelector().description("Widgets Collection"));
566 new UiSelector().description("Widgets Collection"));
577 * Verifies the UiCollection can find an object by description and returning
585 new UiSelector().description("Widgets Collection"));
590 "Description for Button");
592 assertTrue("Collection get child by description", "Button".equals(item.getText()))
    [all...]
  /development/apps/Development/src/com/android/development/
PackageBrowser.java 77 TextView description = (TextView)view.findViewById(R.id.description); local
80 description.setText(info.info.packageName);
  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
PictureDetailsActivity.java 39 * picture's text description. Most of the logic is for the animations that will
44 * the description will eventually slide into place. The exit animation runs all
75 mTextView = (TextView) findViewById(R.id.description);
77 // Retrieve the data we need for the picture/description to display and
82 String description = bundle.getString(PACKAGE_NAME + ".description"); local
91 mTextView.setText(description);
128 * activity is fading in. When the pictue is in place, the text description
154 // Animate the description in after the image animation
  /external/chromium/chrome/browser/tab_contents/
tab_specific_content_settings.cc 150 const string16& description,
154 url, description);
158 url, description);
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwContentsClient.java 77 boolean isMainFrame, int errorCode, String description, String failingUrl) {
92 ErrorCodeConversionHelper.convertErrorCode(errorCode), description, failingUrl); local
273 public abstract void onReceivedError(int errorCode, String description, String failingUrl);
  /external/chromium_org/android_webview/tools/
webview_licenses.py 260 def format_description(self, description):
261 paras = description.split('\n')
267 parser.description = (__doc__ +
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
WebsiteSettingsPopup.java 66 /** Adds a section, which contains an icon, a headline, and a description. */
68 private void addSection(int enumeratedIconId, String headline, String description) {
79 d.setText(description);
80 if (TextUtils.isEmpty(description)) d.setVisibility(View.GONE);
110 /** Adds a section containing a description and a hyperlink. */

Completed in 1526 milliseconds

<<31323334353637383940>>