Searched defs:description (Results 151 - 175 of 903) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_messaging_host_manifest.h39 const std::string& description() const { return description_; } function in class:extensions::NativeMessagingHostManifest
/external/chromium_org/chrome/browser/local_discovery/
H A Ddevice_description.h35 std::string description; member in struct:local_discovery::DeviceDescription
/external/chromium_org/chrome/browser/ui/autofill/
H A Dnew_credit_card_bubble_controller.h36 // A longer description of the card being shown in the bubble.
37 base::string16 description; member in struct:autofill::CreditCardDescription
51 // | Card description that will probably |
72 // A card description to show in the bubble.
/external/chromium_org/chrome/renderer/pepper/
H A Dpepper_flash_font_file_host.cc24 const ppapi::proxy::SerializedFontDescription& description,
30 description.face.c_str(),
31 description.weight >= PP_BROWSERFONT_TRUSTED_WEIGHT_BOLD,
32 description.italic,
20 PepperFlashFontFileHost( content::RendererPpapiHost* host, PP_Instance instance, PP_Resource resource, const ppapi::proxy::SerializedFontDescription& description, PP_PrivateFontCharset charset) argument
/external/chromium_org/components/cloud_devices/common/
H A Dcloud_device_description.cc40 base::DictionaryValue* description = NULL; local
41 if (!parsed || !parsed->GetAsDictionary(&description))
44 return InitFromDictionary(make_scoped_ptr(description));
/external/chromium_org/components/test/data/password_manager/
H A Drun_tests.py17 description="Password Manager automated tests runner help.") variable
/external/chromium_org/content/public/common/
H A Dpepper_plugin_info.h57 std::string description; member in struct:content::PepperPluginInfo
/external/chromium_org/net/cert/
H A Dct_log_verifier_nss.cc72 const base::StringPiece& description) {
97 description_ = description.as_string();
71 Init(const base::StringPiece& public_key, const base::StringPiece& description) argument
/external/chromium_org/ppapi/proxy/
H A Dflash_font_file_resource.cc19 const PP_BrowserFont_Trusted_Description* description,
23 description_.SetFromPPBrowserFontDescription(*description);
16 FlashFontFileResource( Connection connection, PP_Instance instance, const PP_BrowserFont_Trusted_Description* description, PP_PrivateFontCharset charset) argument
H A Dnet_address_resource.cc54 std::string description = NetAddressPrivateImpl::DescribeNetAddress( local
57 if (description.empty())
59 return StringVar::StringToPPVar(description);
/external/chromium_org/third_party/WebKit/Source/core/plugins/
H A DDOMPlugin.cpp53 String DOMPlugin::description() const function in class:blink::DOMPlugin
/external/chromium_org/third_party/closure_compiler/
H A Dcompile_modules.py122 description="Typecheck JavaScript using Closure compiler") variable
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprvrsion.h78 char * description; /* description of this component */ member in struct:__anon14674
/external/deqp/framework/egl/
H A DegluNativePixmap.cpp56 NativePixmapFactory::NativePixmapFactory (const std::string& name, const std::string& description, NativePixmap::Capability capabilities) argument
57 : FactoryBase (name, description)
/external/deqp/modules/egl/
H A DteglSimpleConfigCase.hpp42 SimpleConfigCase (EglTestContext& eglTestCtx, const char* name, const char* description, const std::vector<EGLint>& configIds);
63 NamedConfigIdSet (const char* name, const char* description) : m_name(name), m_description(description) {} argument
64 NamedConfigIdSet (const char* name, const char* description, const std::vector<EGLint>& configIds) : m_name(name), m_description(description), m_configIds(configIds) {} argument
/external/deqp/modules/gles2/performance/
H A Des2pTextureCountTests.cpp78 string description = string(glu::getPixelFormatName(format)) + ", " + glu::getTypeName(dataType); local
80 addChild(new Texture2DRenderCase(m_context, name.c_str(), description.c_str(), format, dataType, wrapS, wrapT, minFilter, magFilter, tcu::Mat3(), numTextures, false /* npot */));
/external/deqp/modules/gles3/performance/
H A Des3pTextureCountTests.cpp79 string description = glu::getPixelFormatName(format); local
81 addChild(new Texture2DRenderCase(m_context, name.c_str(), description.c_str(), format, wrapS, wrapT, minFilter, magFilter, tcu::Mat3(), numTextures, false /* npot */));
/external/hamcrest/src/org/hamcrest/core/
H A DIsEqual.java28 public void describeTo(Description description) { argument
29 description.appendValue(object);
/external/jmdns/src/javax/jmdns/impl/tasks/resolver/
H A DDNSResolverTask.java66 logger.finer(this.getName() + ".run() JmDNS " + this.description());
110 * Returns a description of the resolver for debugging
112 * @return resolver description
114 protected abstract String description(); method in class:DNSResolverTask
/external/junit/src/org/junit/internal/runners/
H A DClassRoadie.java26 Description description, Runnable runnable) {
29 fDescription= description;
25 ClassRoadie(RunNotifier notifier, TestClass testClass, Description description, Runnable runnable) argument
/external/junit/src/org/junit/internal/runners/model/
H A DEachTestNotifier.java17 public EachTestNotifier(RunNotifier notifier, Description description) { argument
19 fDescription= description;
/external/junit/src/org/junit/rules/
H A DExpectedException.java60 org.junit.runner.Description description) {
125 public void describeTo(Description description) {
126 description.appendText("exception with message ");
127 description.appendDescriptionOf(matcher);
59 apply(Statement base, org.junit.runner.Description description) argument
/external/libedit/src/
H A Dmap.h46 const Char *description; /* description of function */ member in struct:el_bindings_t
/external/libexif/libexif/canon/
H A Dmnote-canon-tag.c32 const char *description; member in struct:__anon23648
195 if (!table[i].description || !*table[i].description)
198 return _(table[i].description);
/external/libusb-compat/examples/
H A Dtestlibusb.c65 char description[256]; local
74 snprintf(description, sizeof(description), "%s - ", string);
76 snprintf(description, sizeof(description), "%04X - ",
79 snprintf(description, sizeof(description), "%04X - ",
85 snprintf(description + strlen(description), sizeof(description)
[all...]

Completed in 968 milliseconds

1234567891011>>