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

<<31323334353637383940>>

  /external/chromium/chrome/browser/chromeos/
proxy_config_service_impl_unittest.cc 47 // Short description to identify the test
48 std::string description; member in struct:chromeos::__anon4446::__anon4447
427 tests[i].description.c_str()));
445 tests[i].description.c_str()));
593 tests[i].description.c_str()));
631 tests[i].description.c_str()));
641 tests[i].description.c_str()));
  /external/chromium/chrome/browser/resources/
bug_report.js 83 } else if ($('description-text').value.length == 0) {
84 alert(localStrings.getString('no-description'));
99 $('description-text').value,
  /external/chromium_org/net/spdy/
spdy_session.h 328 const std::string& description);
370 // |description| indicates the reason for the error.
371 void CloseSessionOnError(Error err, const std::string& description);
606 const std::string& description);
616 const std::string& description);
766 CloseSessionResult DoCloseSession(Error err, const std::string& description);
794 const std::string& description) OVERRIDE;
    [all...]
  /external/chromium_org/third_party/libxml/src/
libxml2.spec 12 %description
30 %description devel
48 %description python
  /external/chromium_org/win8/metro_driver/
file_picker.cc 296 // where each pair is {description, extension}. The concatenation ends
300 // Walk past the description.
462 // where each pair is {description, extension list}. The concatenation ends
466 mswrw::HString description; local
467 hr = description.Set(walk);
471 // Walk past the description.
504 hr = choices->Insert(description.Get(), list.Get(), &replaced);
523 mswrw::HString description; local
528 hr = description.Set(L"Data File");
539 hr = choices->Insert(description.Get(), list.Get(), &replaced)
    [all...]
file_picker_ash.cc 234 // where each pair is {description, extension}. The concatenation ends
238 // Walk past the description.
411 // where each pair is {description, extension list}. The concatenation ends
415 mswrw::HString description; local
416 hr = description.Set(walk);
420 // Walk past the description.
453 hr = choices->Insert(description.Get(), list.Get(), &replaced);
472 mswrw::HString description; local
477 hr = description.Set(L"Data File");
488 hr = choices->Insert(description.Get(), list.Get(), &replaced)
    [all...]
  /development/build/tools/
mk_sdk_repo_xml.sh 101 Pkg.Desc description 1
132 description description 1
323 # - description all
  /external/antlr/antlr-3.4/runtime/Python/
setup.py 68 description = "run unit tests for package" variable in class:unittest
153 description = "run functional tests for package" variable in class:functest
291 description="Runtime package for ANTLR3",
  /external/chromium/chrome/browser/autocomplete/
history_quick_provider_unittest.cc 282 ACMatchClassifications description(ac_matches_[0].description_class);
284 for (ACMatchClassifications::const_iterator diter = description.begin();
285 diter != description.end(); ++diter)
  /external/chromium/chrome/browser/search_engines/
template_url.h 24 // TemplateURL represents the relevant portions of the Open Search Description
300 // A short description of the template. This is the name we show to the user
312 // A description of the template; this may be empty.
313 void set_description(const string16& description) {
314 description_ = description;
316 string16 description() const { return description_; } function in class:TemplateURL
341 // TemplateURLRef for a description of |index_offset| and |page_offset|.
  /external/chromium_org/cloud_print/service/win/
service_controller.cc 214 SERVICE_DESCRIPTION description = {0}; local
215 description.lpDescription = const_cast<wchar_t*>(description_string.c_str());
216 ::ChangeServiceConfig2(service, SERVICE_CONFIG_DESCRIPTION, &description);
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_debug_norm.c 334 void _math_test_all_normal_transform_functions( char *description )
352 description );
364 norm_strings[mtype], description );
m_debug_xform.c 280 void _math_test_all_transform_functions( char *description )
297 printf("transform results after hooking in %s functions:\n", description );
319 psize, mstrings[mtype], description );
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 1572 private final String description; field in class:Descriptors.DescriptorValidationException
    [all...]
  /external/junit/src/org/junit/runners/
BlockJUnit4ClassRunner.java 22 import org.junit.runner.Description;
64 Description description= describeChild(method); local
66 notifier.fireTestIgnored(description);
68 runLeaf(methodBlock(method), description, notifier); local
73 protected Description describeChild(FrameworkMethod method) {
74 return Description.createTestDescription(getTestClass().getJavaClass(),
191 * Returns the name that describes {@code method} for {@link Description}s.
  /external/mesa3d/src/mesa/math/
m_debug_norm.c 334 void _math_test_all_normal_transform_functions( char *description )
352 description );
364 norm_strings[mtype], description );
m_debug_xform.c 280 void _math_test_all_transform_functions( char *description )
297 printf("transform results after hooking in %s functions:\n", description );
319 psize, mstrings[mtype], description );
  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 1541 private final String description; field in class:Descriptors.DescriptorValidationException
    [all...]
  /bionic/libc/kernel/common/linux/
module.h 90 #define MODULE_DESCRIPTION(_description) MODULE_INFO(description, _description)
  /cts/tests/tests/app/src/android/app/cts/
ActivityManagerRunningTaskInfoTest.java 37 mRunningTaskInfo.description = null;
  /cts/tests/tests/drm/lib/
TestPlugin.h 62 int uniqueId, const String8& path, int action, const ActionDescription& description);
  /development/ndk/platforms/android-3/include/linux/
module.h 87 #define MODULE_DESCRIPTION(_description) MODULE_INFO(description, _description)
  /development/samples/UiAutomator/src/com/android/test/uiautomator/demos/
LogBuildNumber.java 49 public static final UiSelector ALL_APPS_BUTTON = new UiSelector().description("Apps");
72 // The following code is documented in the LaunchSettings demo. For detailed description
  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
ActivityAnimations.java 108 // resourceId of the source bitmap, the picture description, and the
124 putExtra(PACKAGE + ".description", info.description);
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3cyclicdfa.c 67 rec->state->exception->message = cdfa->description;

Completed in 972 milliseconds

<<31323334353637383940>>