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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/components/test/data/password_manager/
tests.py 447 description="Password Manager automated tests help.") variable
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
PepperPluginManager.java 40 private static final String DESCRIPTION = "description";
56 // (eg. path<#name><#description><#version>;mimetype)
60 // Find the (optional) name/description/version of the plugin.
62 String description = metaData.getString(DESCRIPTION); local
68 if (description != null && !description.isEmpty()) {
70 plugin.append(description);
84 * Collects information about installed plugins and returns a plugin description
    [all...]
  /external/chromium_org/google_apis/gaia/
oauth2_mint_token_flow.h 34 // * Description 1
37 // * Description 2
41 // * Description 3
48 base::string16 description; member in struct:IssueAdviceInfoEntry
  /external/chromium_org/net/spdy/
buffered_spdy_framer_unittest.cc 35 const std::string& description) OVERRIDE {
37 << description; variable
spdy_protocol.cc 747 base::StringPiece description)
749 description_(description) {
775 const base::StringPiece& description)
776 : description_(description) {
783 const base::StringPiece& SpdyGoAwayIR::description() const { function in class:net::SpdyGoAwayIR
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
options.py 43 description = make_option("-m", "--description", action="store", type="string", dest="description", help="Description string for the attachment") variable in class:Options
59 update_changelogs = make_option("--update-changelogs", action="store_true", dest="update_changelogs", default=False, help="Update existing ChangeLog entries with new date, bug description, and touched files/functions.")
  /external/chromium_org/third_party/cld/base/
commandlineflags.h 89 string description; // the "help text" associated with the flag member in struct:CommandLineFlagInfo
  /external/chromium_org/third_party/icu/source/i18n/
numsys.cpp 11 * Date Name Description
149 const UChar* description = NULL; local
157 description = ures_getStringByKey(nsTop,gDesc,&len,&status);
167 nsd.setTo(description);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessiondescription.h 40 // this class. Analagous to a <jingle><content><description> or
41 // <session><description>.
48 // Analagous to a <jingle><content> or <session><description>.
52 ContentInfo() : description(NULL) {}
55 ContentDescription* description) :
56 name(name), type(type), rejected(false), description(description) {}
60 ContentDescription* description) :
61 name(name), type(type), rejected(rejected), description(description) {}
65 ContentDescription* description; member in struct:cricket::ContentInfo
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
phonenumber_offline_geocoder.cc 145 const char* const description = GetAreaDescription( local
147 return *description != '\0'
148 ? description
156 // lower-level description, if one exists - if no description exists, we will
192 const char* description = descriptions ? descriptions->Lookup(number) : NULL; local
195 if ((!description || *description == '\0') && MayFallBackToEnglish(lang)) {
201 description = default_descriptions->Lookup(number);
203 return description ? description : ""
    [all...]
  /external/chromium_org/ui/android/java/src/org/chromium/ui/
ColorSuggestionListAdapter.java 75 String description = suggestion.mLabel; local
76 if (TextUtils.isEmpty(description)) {
77 description = String.format("#%06X", (0xFFFFFF & suggestion.mColor));
79 button.setContentDescription(description);
  /external/chromium_org/ui/gfx/
font_list_impl.cc 17 // Parses font description into |font_names|, |font_style| and |font_size|.
61 // Returns font description from |font_names|, |font_style|, and |font_size|.
65 std::string description = JoinString(font_names, ','); local
66 description += "," + FontStyleAndSizeToString(font_style, font_size);
67 return description;
81 // DCHECK description string ends with "px" for size in pixel.
132 // Otherwise, parse the font description string to derive from it.
  /external/deqp/framework/common/
tcuTestExecutor.cpp 296 string description = iter.node->getDescription(); local
312 attribs[numAttribs++] = qpSetStringAttrib("Description", description.c_str());
  /external/deqp/modules/gles2/functional/
es2fShaderReturnTests.cpp 83 ShaderReturnCase (Context& context, const char* name, const char* description, bool isVertexCase, const char* shaderSource, ShaderEvalFunc evalFunc, deUint32 requirements = 0);
92 ShaderReturnCase::ShaderReturnCase (Context& context, const char* name, const char* description, bool isVertexCase, const char* shaderSource, ShaderEvalFunc evalFunc, deUint32 requirements)
93 : ShaderRenderCase (context.getTestContext(), context.getRenderContext(), context.getContextInfo(), name, description, isVertexCase, evalFunc)
153 ShaderReturnCase* makeConditionalReturnInFuncCase (Context& context, const char* name, const char* description, ReturnMode returnMode, bool isVertex)
190 return new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params).c_str(), getEvalFunc(returnMode));
193 ShaderReturnCase* makeOutputWriteReturnCase (Context& context, const char* name, const char* description, bool inFunction, ReturnMode returnMode, bool isVertex)
244 return new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params).c_str(), getEvalFunc(returnMode));
247 ShaderReturnCase* makeReturnInLoopCase (Context& context, const char* name, const char* description, bool isDynamicLoop, ReturnMode returnMode, bool isVertex)
291 return new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params).c_str(), getEvalFunc(returnMode), isDynamicLoop ? REQUIRE_DYNAMIC_LOOPS : 0);
353 string description = string(getReturnModeDesc((ReturnMode)returnMode)) + " in function" local
427 string description = string(getReturnModeDesc((ReturnMode)returnMode)) + " in loop"; local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fInteger64StateQueryTests.cpp 199 ConstantMinimumValue64TestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum targetName, GLuint64 minValue)
200 : ApiCase (context, name, description)
222 MaxCombinedStageUniformComponentsCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum targetName, GLenum targetMaxUniformBlocksName, GLenum targetMaxUniformComponentsName)
223 : ApiCase (context, name, description)
292 const char* description; member in struct:deqp::gles3::Functional::LimitedStateInteger64
306 FOR_EACH_VERIFIER(verifiers, addChild(new ConstantMinimumValue64TestCase(m_context, verifier, (std::string(implementationLimits[testNdx].name) + verifier->getTestNamePostfix()).c_str(), implementationLimits[testNdx].description, implementationLimits[testNdx].targetName, implementationLimits[testNdx].minValue)));
es3fShaderReturnTests.cpp 78 ShaderReturnCase (Context& context, const char* name, const char* description, bool isVertexCase, const char* shaderSource, ShaderEvalFunc evalFunc);
82 ShaderReturnCase::ShaderReturnCase (Context& context, const char* name, const char* description, bool isVertexCase, const char* shaderSource, ShaderEvalFunc evalFunc)
83 : ShaderRenderCase(context.getTestContext(), context.getRenderContext(), context.getContextInfo(), name, description, isVertexCase, evalFunc)
126 ShaderReturnCase* makeConditionalReturnInFuncCase (Context& context, const char* name, const char* description, ReturnMode returnMode, bool isVertex)
163 return new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params).c_str(), getEvalFunc(returnMode));
166 ShaderReturnCase* makeOutputWriteReturnCase (Context& context, const char* name, const char* description, bool inFunction, ReturnMode returnMode, bool isVertex)
219 return new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params).c_str(), getEvalFunc(returnMode));
222 ShaderReturnCase* makeReturnInLoopCase (Context& context, const char* name, const char* description, bool isDynamicLoop, ReturnMode returnMode, bool isVertex)
266 return new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params).c_str(), getEvalFunc(returnMode));
331 string description = string(getReturnModeDesc((ReturnMode)returnMode)) + " in function" local
411 string description = string(getReturnModeDesc((ReturnMode)returnMode)) + " in loop"; local
    [all...]
  /external/doclava/src/com/google/doclava/
AttrTagInfo.java 27 private static final String DESCRIPTION_COMMAND = "description";
41 // if mCommand == "description"
101 public Comment description() { method in class:AttrTagInfo
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/prefixmapper/
PrefixFileReader.java 104 * Returns a text description in the given language for the given phone number.
106 * @param number the phone number for which we want to get a text description
111 * @return a text description in the given language for the given phone number, or an empty
112 * string if a description is not available
123 String description = (phonePrefixDescriptions != null) ? local
126 if ((description == null || description.length() == 0) && mayFallBackToEnglish(lang)) {
131 description = defaultMap.lookup(number);
133 return description != null ? description : ""
    [all...]
  /external/protobuf/python/
setup.py 124 description = 'Protocol Buffers', variable
  /external/smack/src/org/xbill/DNS/
Mnemonic.java 35 private String description; field in class:Mnemonic
43 * @param description A short description of the mnemonic to use when
49 Mnemonic(String description, int wordcase) {
50 this.description = description;
96 throw new IllegalArgumentException(description + " " + val +
161 throw new IllegalArgumentException(source.description +
  /external/srtp/crypto/include/
auth.h 128 char *description; member in struct:auth_type_t
  /frameworks/base/core/java/android/nfc/cardemulation/
AidGroup.java 34 final String description; field in class:AidGroup
63 this.description = null;
66 AidGroup(String category, String description) {
69 this.description = description;
  /frameworks/base/media/java/android/media/
RemoteDisplayState.java 105 public String description; field in class:RemoteDisplayState.RemoteDisplayInfo
122 description = other.description;
133 description = in.readString();
154 dest.writeString(description);
166 + ", description=" + description
  /frameworks/base/media/jni/
android_mtp_MtpServer.cpp 141 jstring description = (jstring)env->GetObjectField(jstorage, field_MtpStorage_description); local
148 const char *descriptionStr = env->GetStringUTFChars(description, NULL);
154 env->ReleaseStringUTFChars(description, descriptionStr);
  /frameworks/base/services/core/java/com/android/server/am/
LockToAppRequestDialog.java 90 final String description= r.getString(mAccessibilityService.isEnabled() local
95 .setMessage(description)

Completed in 1254 milliseconds

1 2 3 4 5 6 7 891011>>