/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
dist.py | 102 ('description', None, 103 "print the package description"), 104 ('long-description', None, 105 "print the long package description"), 708 description = klass.description 710 description = "(no description available)" 712 print(" %-*s %s" % (max_length, cmd, description)) 716 description of each. The list is divided into "standard commands [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
ActionScript.stg | 253 synpredRule(ruleName, ruleDescriptor, block, description, nakedBlock) ::= 315 rule(ruleName,ruleDescriptor,block,emptyRule,description,exceptions,finally,memoize) ::= << 318 // <fileName>:<description> 491 block(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= << 492 // <fileName>:<description> 506 ruleBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= << 507 // <fileName>:<description> 518 ruleBlockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= << 519 // <fileName>:<description> 527 blockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= < [all...] |
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/Scala/ |
Scala.stg | 278 synpredRule(ruleName, ruleDescriptor, block, description, nakedBlock) ::= 342 rule(ruleName,ruleDescriptor,block,emptyRule,description,exceptions,finally,memoize) ::= << 347 // <fileName>:<description> 525 block(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= << 526 // <fileName>:<description> 541 ruleBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= << 542 // <fileName>:<description> 554 ruleBlockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= << 555 // <fileName>:<description> 563 blockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= < [all...] |
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
CtsXmlResultReporter.java | 73 @Option(name=REPORT_DIR_NAME, description="root file system path to directory to store xml " + 79 @Option(name = CtsTest.PLAN_OPTION, description = "the test plan to run.") 83 @Option(name = CtsTest.CONTINUE_OPTION, description = "the test result session to continue.") 86 @Option(name = "quiet-output", description = "Mute display of test results.") 89 @Option(name = "result-server", description = "Server to publish test results.")
|
/external/chromium/chrome/browser/autocomplete/ |
search_provider_unittest.cc | 46 // See description above class for what this registers. 74 // See description above class for details of these fields. 250 // Term1 should have a description. 251 EXPECT_FALSE(term1_match.description.empty()); 258 EXPECT_TRUE(what_you_typed_match.description.empty()); 379 // And the 'foobar' match should have a description. 380 EXPECT_FALSE(instant_match.description.empty()); 382 // Make sure the what you typed match has no description. 388 EXPECT_TRUE(what_you_typed_match.description.empty()); 426 // And the 'foobar' match should have a description [all...] |
/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::__anon13767::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/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...] |