/external/chromium/chrome/browser/download/ |
download_item.cc | 45 // TODO(rdsmith): This description should be updated to reflect the cancel 647 std::string description = local 654 description += base::StringPrintf( 674 description += base::StringPrintf(" url = \"%s\"", url().spec().c_str()); 677 description += " }"; 679 return description;
|
/external/chromium_org/chrome/browser/autocomplete/ |
autocomplete_match.cc | 82 description(match.description), 117 description = match.description; 460 ValidateClassifications(description, description_class);
|
/external/chromium_org/chrome/test/functional/ |
omnibox.py | 41 def _VerifyHistoryResult(query_list, description, windex=0): 42 """Verify result matching given description for given list of queries.""" 46 attr_dict={'description': description}) 65 def _VerifyOmniboxURLMatches(self, url, description, windex=0): 70 description: The string description within the history page and Google 75 self, url, windex=windex, attr_dict={'description': description}) 77 if description == 'Google Search' [all...] |
/external/chromium_org/remoting/protocol/ |
jingle_messages.cc | 227 description.reset(NULL); 230 QName(kChromotingXmlNamespace, "description")); 232 *error = "Missing chromoting content description"; 236 description = ContentDescription::ParseXml(description_tag); 237 if (!description.get()) { 238 *error = "Failed to parse content description"; 313 if (description.get()) 314 content_tag->AddElement(description->ToXml());
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
webrtcsessiondescriptionfactory.cc | 84 talk_base::scoped_ptr<webrtc::SessionDescriptionInterface> description; member in struct:webrtc::__anon13769::CreateSessionDescriptionMsg 285 param->observer->OnSuccess(param->description.release()); 387 SessionDescriptionInterface* description) { 389 msg->description.reset(description);
|
mediastreamsignaling.cc | 72 // description that has been created. 85 // description that has been created. 271 // local session description that contains the MSID of these tracks is set 273 // description is not changed and RemoveLocalStream 342 const cricket::SessionDescription* remote_desc = desc->description(); 352 audio_content->description); 364 video_content->description); 375 data_content->description); 403 GetFirstAudioContent(desc->description()); 410 audio_content->description); [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
network.cc | 332 std::string description; local 337 description = ToUtf8(adapter_addrs->Description, 338 wcslen(adapter_addrs->Description)); 375 description, 409 // Ignore any HOST side vmware adapters with a description like: 411 // but don't ignore any GUEST side adapters with a description like: 413 if (strstr(network.description().c_str(), "VMnet") != NULL) { 495 << network->description()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
CanvasProfileView.js | 293 var description = contexts[i].description || ""; 297 this._replayContextSelector.createOption(description, WebInspector.UIString("Show screenshot of this context's canvas."), contextId); 490 element.createChild("span", "canvas-formatted-string").textContent = callArgument.description.trimMiddle(maxStringLength); 492 element._suppressPopover = (callArgument.description.length <= maxStringLength && !/[\r\n]/.test(callArgument.description)); 504 element._suppressPopover = !isNaN(callArgument.description); 508 element.textContent = callArgument.description; 551 var str = "0000" + Number(result.description).toString(16).toUpperCase(); 553 result.description = "0x" + str [all...] |
/packages/apps/Settings/src/com/android/settings/applications/ |
RunningServiceDetails.java | 276 TextView description = (TextView)root.findViewById(R.id.comp_description); local 281 // For services from other users, we don't show any description or 284 description.setVisibility(View.GONE); 288 description.setText(getActivity().getPackageManager().getText( 293 description.setText(R.string.background_process_stop_description); 299 description.setText(getActivity().getString(R.string.service_manage_description, 304 description.setText(getActivity().getText(si != null 342 TextView description = (TextView)root.findViewById(R.id.comp_description); local 345 // no reason to have a description. 346 description.setVisibility(View.GONE) [all...] |
/cts/tools/utils/ |
DescriptionGenerator.java | 56 * Output: Generate file description.xml, which defines the TestPackage 79 static final String TAG_DESCRIPTION = "Description"; 89 static final String XML_OUTPUT_PATH = "./description.xml"; 251 * This document is used to represent the description XML file. 569 * Get annotation description. 577 String description = av.toString(); local 579 description = description.substring(1, description.length() -1); 580 return description; [all...] |
/hardware/ti/omap4xxx/security/tee_client_api/ |
tee_client_api_linux_driver.c | 56 * SCX_VERSION_INFORMATION_BUFFER structure description 57 * Description of the sVersionBuffer handed over from user space to kernel space 893 TEEC_ImplementationInfo* description) 897 memset(description, 0, sizeof(TEEC_ImplementationInfo)); 899 strcpy(description->apiDescription, S_VERSION_STRING); 913 memcpy(description->commsDescription, sInfoBuffer.sDriverDescription, 64); 914 description->commsDescription[64] = 0; 915 memcpy(description->TEEDescription, sInfoBuffer.sSecureWorldDescription, 64); 916 description->TEEDescription[64] = 0;
|
/external/chromium_org/third_party/tlslite/scripts/ |
tls.py | 271 if alert.description != AlertDescription.bad_record_mac: 634 if alert.description != AlertDescription.bad_record_mac: 885 if a.description == AlertDescription.bad_record_mac: 890 elif a.description == AlertDescription.user_canceled: 896 if a.description == AlertDescription.unknown_srp_username: 901 elif a.description == AlertDescription.bad_record_mac: 906 elif a.description == AlertDescription.handshake_failure: [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
AST.stg | 146 alts, description, 227 description) ::= 229 // <fileName>:<description> 240 description) ::= 242 // <fileName>:<description> 253 description) ::= 265 // <a.description> 280 rewriteTree(root,children,description,enclosingTreeLevel,treeLevel) ::= << 281 // <fileName>:<description>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
AST.stg | 172 alts, description, 249 description) ::= 251 // <fileName>:<description> 263 description) ::= 265 // <fileName>:<description> 277 description) ::= 291 // <a.description> 307 rewriteTree(root,children,description,enclosingTreeLevel,treeLevel) ::= << 308 // <fileName>:<description>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
AST.stg | 170 alts, description, 247 description) ::= 249 // <fileName>:<description> 261 description) ::= 263 // <fileName>:<description> 275 description) ::= 289 // <a.description> 305 rewriteTree(root,children,description,enclosingTreeLevel,treeLevel) ::= << 306 // <fileName>:<description>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
AST.stg | 145 alts, description, 227 description) ::= 229 // <fileName>:<description> 240 description) ::= 242 // <fileName>:<description> 253 description) ::= 265 // <a.description> 280 rewriteTree(root,children,description,enclosingTreeLevel,treeLevel) ::= << 281 // <fileName>:<description>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/ |
AST.stg | 145 alts, description, 226 description) ::= 228 // <fileName>:<description> 239 description) ::= 241 // <fileName>:<description> 252 description) ::= 264 // <a.description> 279 rewriteTree(root,children,description,enclosingTreeLevel,treeLevel) ::= << 280 // <fileName>:<description>
|
/external/chromium_org/chrome/test/ext_auto/auto_provider/ |
connection_handler.js | 184 throw {'code': 400, 'description': 'Bad Request'}; 191 throw {'code': 200, 'description': 'OK'}; 199 throw {'code': 400, 'description': 'Bad Request: ' + verb}; 222 'description': 'Not Found: ' + commandStatus.objectName}; 233 stream.writeError(err.code, err.description);
|
/external/chromium_org/third_party/WebKit/Tools/qunit/test/ |
test.js | 255 throw new CustomError("some error description"); 257 /description/, 258 "raised error message contains 'description'" 263 throw new CustomError("some error description"); 266 if ( (err instanceof CustomError) && /description/.test(err) ) {
|
/external/clang/tools/scan-view/ |
ScanView.py | 282 description = self.get_scalar_field('description') 297 if not description: 298 return (False, "Missing description.") 324 bug = Reporter.BugReport(title, description, files) 349 description = self.get_scalar_field('description') 382 <td class="form_label">Description:</td> 384 <textarea rows="10" cols="80" name="description" disabled> 385 %(description) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
ProjectHelper.java | 633 IProjectDescription description = project.getDescription(); local 634 String[] natures = description.getNatureIds(); 649 description = project.getDescription(); 650 natures = description.getNatureIds(); 661 description.setNatureIds(newNatures); 662 project.setDescription(description, null); 679 IProjectDescription description = project.getDescription(); local 680 String[] natures = description.getNatureIds(); 690 description.setNatureIds(newNatures); 691 project.setDescription(description, null) [all...] |
/system/media/camera/docs/ |
html.mako | 160 <th class="th_description">Description</th> 173 % if section.description is not None: 174 <tr class="description"><td>${section.description}</td></tr> 184 <th class="th_description">Description</th> 272 % if prop.description is not None: 273 ${prop.description | wbr, br} 325 <li id="tag_${tag.id}">${tag.id} - ${tag.description}
|
/external/chromium_org/content/browser/accessibility/ |
browser_accessibility_win.cc | 1077 BSTR* description) { 1081 if (!description) 1103 *description = SysAllocString(cell->name_.c_str()); 1108 AccessibilityNodeData::ATTR_DESCRIPTION, description); 2833 string16 description, help, title_attr; local [all...] |
/external/chromium_org/net/spdy/ |
spdy_session.cc | 91 const std::string* description, 95 dict->SetString("description", *description); 176 const std::string* description, 181 dict->SetString("description", *description); 1496 std::string description = base::StringPrintf( local 1767 std::string description = base::StringPrintf( local 1972 std::string description = base::StringPrintf( local [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/ |
TreeRewriteParser.m | 230 description:@"token INT"] retain]; 233 description:@"rule subrule"] retain]; 261 description:@"token retval" element:retval!=nil?[retval getTree]:nil] retain];
|