/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
build.py | 19 description = "build everything needed to install" variable in class:build
|
build_scripts.py | 19 description = "\"build\" scripts (copy and fixup #! line)" variable in class:build_scripts
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/ |
test_functiontestcase.py | 129 # "Returns a one-line description of the test, or None if no description 137 # "Returns a one-line description of the test, or None if no description 142 test = unittest.FunctionTestCase(lambda: None, description=desc)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist.py | 29 description = "create a built (binary) distribution" variable in class:bdist
|
bdist_dumb.py | 21 description = 'create a "dumb" built distribution' variable in class:bdist_dumb
|
build.py | 19 description = "build everything needed to install" variable in class:build
|
build_scripts.py | 19 description = "\"build\" scripts (copy and fixup #! line)" variable in class:build_scripts
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/ |
test_functiontestcase.py | 129 # "Returns a one-line description of the test, or None if no description 137 # "Returns a one-line description of the test, or None if no description 142 test = unittest.FunctionTestCase(lambda: None, description=desc)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
GridDropHandler.java | 236 StringBuilder description = new StringBuilder(50); local 240 description.append(String.format("Shift row %1$d down", mRowMatch.cellIndex + 1)); 241 description.append('\n'); 244 description.append(String.format("Shift column %1$d right", 246 description.append('\n'); 248 description.append(String.format("Insert into cell (%1$s,%2$s)", 250 description.append('\n'); 251 description.append(String.format("Align %1$s, %2$s", 254 feedback.tooltip = description.toString(); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
NewProjectCreator.java | 261 IProjectDescription description, 265 mDescription = description; 359 final IProjectDescription description = local 385 //description.setLocation(workspaceLocation); 390 description.setLocation(new Path(p.getLocation().getPath())); 393 projectData.add(new ProjectInfo(project, description, parameters, dictionary)); 422 final IProjectDescription description = workspace.newProjectDescription(project.getName()); local 448 description.setLocation(path); 456 return new ProjectInfo(project, description, parameters, dictionary); 475 final IProjectDescription description = workspace.newProjectDescription(project.getName()) local 899 final IProjectDescription description = workspace.newProjectDescription(project.getName()); local [all...] |
/system/media/camera/docs/ |
metadata_model.py | 244 def insert_tag(self, tag, description=""): 250 description: A string description for a tag. 261 self._tags.append(Tag(tag, self, description)) 588 description: The description of the tag, the contents of the <tag> element. 592 def __init__(self, name, parent, description=""): 595 self._description = description 606 def description(self): member in class:Tag 674 description: A string description of the section, or None 689 def description(self): member in class:Section 1138 def description(self): member in class:Entry [all...] |
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
peerconnectioninterface_unittest.cc | 98 content_info->description); 411 pc_->remote_description()->description()); 416 pc_->remote_description()->description()); 519 // answer with the same session description as we offer and thus we can 526 // Creates an offer and applies it as a local session description. 702 EXPECT_TRUE(GetFirstSsrc(GetFirstAudioContent(offer->description()), 704 EXPECT_TRUE(GetFirstSsrc(GetFirstVideoContent(offer->description()), 714 EXPECT_TRUE(GetFirstSsrc(GetFirstAudioContent(answer->description()), 716 EXPECT_TRUE(GetFirstSsrc(GetFirstVideoContent(answer->description()), [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
pimp.py | 377 def description(self): return self._description member in class:PimpDatabase 387 global information (maintainer, description) get stored.""" 408 self._description = plistdata.get('Description', '').strip() 464 'Description': self._description, 512 "Description", 542 def description(self): return self._dict['Description'].strip() member in class:PimpPackage 543 def shortdescription(self): return self.description().splitlines()[0] 636 "Package %s cannot be installed automatically, see the description" % [all...] |
/external/flac/libFLAC/ |
metadata_object.c | 481 FLAC__STREAM_METADATA_PICTURE_DESCRIPTION_LENGTH_LEN + /* empty description string */ 491 object->data.picture.description = 0; 500 /* now initialize mime_type and description with empty strings to make things easier on the client */ 505 if(!copy_cstring_((char**)(&object->data.picture.description), "")) { 605 if(!copy_cstring_((char**)(&to->data.picture.description), (const char*)object->data.picture.description)) { 672 if(0 != object->data.picture.description) { 673 free(object->data.picture.description); 674 object->data.picture.description = 0; 841 if(block1->description != block2->description && (0 == block1->description || 0 == block2->description || strcmp((const c (…) [all...] |
/cts/build/ |
test_executable.mk | 34 $(hide) echo Generating test description for native package $(PRIVATE_TEST_PACKAGE)
|
test_gtest_package.mk | 41 $(hide) echo Generating test description for wrapped native package $(PRIVATE_EXECUTABLE)
|
test_package.mk | 48 $(hide) echo Generating test description for java package $(PRIVATE_PACKAGE)
|
test_uiautomator.mk | 39 $(hide) echo Generating test description for uiautomator library $(PRIVATE_LIBRARY)
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
DFA.as | 32 public function DFA(recognizer:BaseRecognizer, decisionNumber:int, description:String, 37 this._description = description; 159 new NoViableAltException(description, 174 public function get description():String {
|
/external/chromium/base/ |
file_util_win.cc | 408 const wchar_t *description, const wchar_t *icon, 412 // Length of arguments and description must be less than MAX_PATH. 414 DCHECK(lstrlen(description) < MAX_PATH); 439 if (description && FAILED(i_shell_link->SetDescription(description))) 460 const wchar_t *description, const wchar_t *icon, 464 // Length of arguments and description must be less than MAX_PATH. 466 DCHECK(lstrlen(description) < MAX_PATH); 490 if (description && FAILED(i_shell_link->SetDescription(description))) [all...] |
/external/chromium/chrome/browser/autocomplete/ |
history_quick_provider.cc | 172 // Format the description autocomplete presentation. 173 match.description = info.title(); 175 match.description.size());
|
/external/chromium/chrome/browser/ |
enumerate_modules_model_win.cc | 105 // update the list in PreparePathMappings. Filename, Description/Signer, and 107 // Entries without any Description, Signer info, or Location will never be 344 GenerateHash(WideToUTF8(module.description), &description_hash); 512 entry.description = layered_providers[i].name; 546 module->description = version_info_win->file_description(); 833 data->SetString("description", module->description); 953 GenerateHash(WideToUTF8(module.description), &description); local [all...] |
/external/chromium/chrome/browser/net/ |
url_info.cc | 264 const char* description, 269 output->append(description);
|
/external/chromium/chrome/browser/resources/picasaweb_uploader/js/ |
upload_page.js | 77 document.getElementById('album-description-textarea'); 257 this.albumDescriptionTextarea_.value = album.description; 315 * Event handler for album description changed. 320 album.description = this.albumDescriptionTextarea_.value;
|
/external/chromium/net/proxy/ |
proxy_bypass_rules.cc | 85 BypassIPBlockRule(const std::string& description, 89 : description_(description),
|