/external/llvm/utils/ |
sort_includes.py | 79 parser = argparse.ArgumentParser(description=__doc__)
|
/external/mockito/src/org/mockito/runners/ |
ConsoleSpammingMockitoJUnitRunner.java | 9 import org.junit.runner.Description;
109 public void testStarted(Description description) throws Exception {
124 public Description getDescription() {
|
VerboseMockitoJUnitRunner.java | 9 import org.junit.runner.Description;
59 public void testStarted(Description description) throws Exception {
76 public Description getDescription() {
|
/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 | 143 * Select each of the buttons by using only the content description property 476 UiSelector mainLayout = new UiSelector().description("Widgets Collection"); 517 UiSelector mainLayout = new UiSelector().description("Widgets Collection"); 535 new UiSelector().description("Widgets Collection")); 551 new UiSelector().description("Widgets Collection")); 569 new UiSelector().description("Widgets Collection")); 580 * Verifies the UiCollection can find an object by description and returning 588 new UiSelector().description("Widgets Collection")); 593 "Description for Button"); 595 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);
|