| /external/python/cpython3/Objects/ |
| funcobject.c | 12 PyObject *doc, *consts, *module; local 38 doc = PyTuple_GetItem(consts, 0); 39 if (!PyUnicode_Check(doc)) 40 doc = Py_None; 43 doc = Py_None; 44 Py_INCREF(doc); 45 op->func_doc = doc;
|
| /external/tensorflow/tensorflow/tools/docs/ |
| parser.py | 128 doc. 139 and `title` fields. Used to resolve @{$doc} references in docstrings. 349 if string.startswith('$'): # Doc reference 432 def _handle_compatibility(doc): 436 doc: The docstring that contains compatibility notes" 439 a tuple of the modified doc string and a hash that maps from compatibility 446 for f in match_compatibility.finditer(doc): 448 return match_compatibility.subn(r'', doc)[0], compatibility_notes 768 '_LinkInfo', ['short_name', 'full_name', 'obj', 'doc', 'url'])): 778 ['short_name', 'full_name', 'obj', 'doc'])) 841 def doc(self): member in class:_FunctionPageInfo 964 def doc(self): member in class:_ClassPageInfo 1255 def doc(self): member in class:_ModulePageInfo [all...] |
| /external/testng/src/main/java/org/testng/xml/dom/ |
| XDom.java | 281 Document doc = builder.parse(inputStream); local 282 XmlSuite result = (XmlSuite) new XDom(new TestNGTagFactory(), doc).parse();
|
| /external/valgrind/coregrind/m_gdbserver/ |
| server.c | 896 char doc[VG_(strlen)(VG_(libdir)) + 1 + VG_(strlen)(annex) + 1]; local 901 VG_(sprintf)(doc, "%s/%s", VG_(libdir), annex); 902 fd = VG_(fd_open) (doc, VKI_O_RDONLY, 0); [all...] |
| /frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
| Serializer.cpp | 77 static status_t deserializeCollection(_xmlDoc *doc, const _xmlNode *cur, 95 status_t status = Trait::deserialize(doc, child, element, serializingContext); 126 status_t AudioGainTraits::deserialize(_xmlDoc */*doc*/, const _xmlNode *root, PtrElement &gain, 195 status_t AudioProfileTraits::deserialize(_xmlDoc */*doc*/, const _xmlNode *root, PtrElement &profile, 223 status_t MixPortTraits::deserialize(_xmlDoc *doc, const _xmlNode *child, PtrElement &mixPort, 243 deserializeCollection<AudioProfileTraits>(doc, child, profiles, NULL); 274 deserializeCollection<AudioGainTraits>(doc, child, gains, NULL); 289 status_t DevicePortTraits::deserialize(_xmlDoc *doc, const _xmlNode *root, PtrElement &deviceDesc, 329 deserializeCollection<AudioProfileTraits>(doc, root, profiles, NULL); 341 deserializeCollection<AudioGainTraits>(doc, root, deviceDesc->mGains, NULL) 600 xmlDocPtr doc; local [all...] |
| /frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/ |
| ExternalStorageProvider.java | 480 File doc = new File(path); local 482 final String docId = getDocIdForFile(doc);
|
| /frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/ |
| MtpDocumentsProviderTest.java | 989 final HierarchyDocument doc = new HierarchyDocument(); local [all...] |
| /packages/apps/Dialer/java/com/android/voicemail/impl/protocol/ |
| Vvm3Subscriber.java | 336 Spanned doc = Html.fromHtml(response, Html.FROM_HTML_MODE_LEGACY); local 337 URLSpan[] spans = doc.getSpans(0, doc.length(), URLSpan.class); 341 String text = doc.subSequence(doc.getSpanStart(span), doc.getSpanEnd(span)).toString();
|
| /packages/apps/DocumentsUI/src/com/android/documentsui/files/ |
| FilesActivity.java | 391 public void onDocumentPicked(DocumentInfo doc) { 396 public void onDirectoryCreated(DocumentInfo doc) { 397 assert(doc.isDirectory()); 398 mInjector.focusManager.focusDocument(doc.documentId);
|
| /packages/apps/DocumentsUI/src/com/android/documentsui/services/ |
| Job.java | 206 ContentProviderClient getClient(DocumentInfo doc) throws RemoteException { 207 return getClient(doc.derivedUri); 256 final void deleteDocument(DocumentInfo doc, @Nullable DocumentInfo parent) 259 if (parent != null && doc.isRemoveSupported()) { 260 DocumentsContract.removeDocument(getClient(doc), doc.derivedUri, parent.derivedUri); 261 } else if (doc.isDeleteSupported()) { 262 DocumentsContract.deleteDocument(getClient(doc), doc.derivedUri); 265 + "File is not deletable or removable: %s.", doc.derivedUri) [all...] |
| /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/inspector/ |
| InspectorControllerTest.java | 205 DocumentInfo doc = new DocumentInfo(); local 206 doc.derivedUri = 208 doc.flags = doc.flags | Document.FLAG_SUPPORTS_SETTINGS; 209 mDataSupplier.mDoc = doc; 210 mController.loadInfo(doc.derivedUri); // actual URI doesn't matter :) 234 DocumentInfo doc = new DocumentInfo(); local 235 doc.derivedUri = 238 mDataSupplier.mDoc = doc; 239 mController.loadInfo(doc.derivedUri); // actual URI doesn't matter : 251 DocumentInfo doc = new DocumentInfo(); local 278 DocumentInfo doc = TestEnv.clone(TestEnv.FILE_JPG); local 287 DocumentInfo doc = TestEnv.clone(TestEnv.FILE_JPG); local 305 DocumentInfo doc = TestEnv.clone(TestEnv.FILE_JPG); local [all...] |
| /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/ |
| HtmlParser.java | 237 HtmlDocument doc = new HtmlDocument(nodes); local 240 return doc; [all...] |
| /packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
| DownloadStorageProvider.java | 136 // parentDocId is null if the client is asking for the path to the root of a doc tree. 146 final File doc = getFileForDocId(docId); local 148 return new Path(rootId, findDocumentPath(parent, doc));
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
| argp.h | 101 /* The doc string for this option. If both NAME and KEY are 0, This string 105 __const char *doc; 249 __const char *doc; 286 #define ARGP_KEY_HELP_ARGS_DOC 0x2000006 /* Argument doc string. */ 460 #define ARGP_HELP_PRE_DOC 0x10 /* doc string preceding long help. */ 461 #define ARGP_HELP_POST_DOC 0x20 /* doc string following long help. */ 595 return !__opt->key && !__opt->name && !__opt->doc && !__opt->group; 104 __const char *doc; member in struct:argp_option 247 __const char *doc; member in struct:argp
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/ |
| AttrsXmlParser.java | 158 Document doc = getDocument(); local 160 if (doc == null) { 166 Node res = doc.getFirstChild();
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
| DomUtilities.java | 297 IStructuredDocument doc = model.getStructuredDocument(); local 299 doc.getRegionAtCharacterOffset(offset); [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
| ExtractIncludeRefactoring.java | 366 IStructuredDocument doc = model.getStructuredDocument(); local 367 if (doc != null && rootId != null) { 368 List<TextEdit> replaceIds = replaceIds(androidNsPrefix, doc, begin, 375 MultiTextEdit formatted = reformat(doc.get(), rootEdit,
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
| LintListDialog.java | 221 IStructuredDocument doc = ((AndroidXmlEditor) editor).getStructuredDocument(); local 222 fix.apply(doc);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
| RefactoringTest.java | 137 org.w3c.dom.Document doc = DomUtilities.parseDocument(actual, true); local 138 assertNotNull(actual, doc);
|
| /system/libvintf/ |
| parse_xml.cpp | 47 DocType *doc = new tinyxml2::XMLDocument(); local 48 if (doc->Parse(xml.c_str()) == tinyxml2::XML_SUCCESS) { 49 return doc; 51 delete doc; 159 DocType *doc = createDocument(); variable 160 appendChild(doc, serialize(o, doc, flags)); 161 std::string s = printDocument(doc); 162 deleteDocument(doc); variable 183 auto doc = createDocument(xml) variable 189 deleteDocument(doc); variable [all...] |
| /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/ |
| ConfigGenerator.java | 172 Document doc = DocumentBuilderFactory.newInstance().newDocumentBuilder().newDocument(); local 174 Element devices = doc.createElement(PREFIX + NODE_DEVICES); 178 doc.appendChild(devices); 180 Element device = doc.createElement(PREFIX + NODE_DEVICE); 183 Element name = doc.createElement(PREFIX + NODE_NAME); 185 name.appendChild(doc.createTextNode(android.os.Build.MODEL)); 186 Element manufacturer = doc.createElement(PREFIX + NODE_MANUFACTURER); 188 manufacturer.appendChild(doc.createTextNode(android.os.Build.MANUFACTURER)); 190 Element hardware = doc.createElement(PREFIX + NODE_HARDWARE); 193 Element screen = doc.createElement(PREFIX + NODE_SCREEN) [all...] |
| /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/ |
| saxon-9.1.0.8-dom.jar | |
| /cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/ |
| DocumentsClientTest.java | 123 readFully(Uri.parse("content://com.android.cts.documentprovider/document/doc:file1")); 156 assertEquals("doc:file1", DocumentsContract.getDocumentId(uri)); 183 assertEquals("doc:virtual-file", DocumentsContract.getDocumentId(uri)); 279 Uri doc = DocumentsContract.buildDocumentUriUsingTree(uri, local 284 assertEquals("DIR2", getColumn(doc, Document.COLUMN_DISPLAY_NAME)); 299 Uri pic = DocumentsContract.createDocument(resolver, doc, "image/png", "pic.png"); 300 Uri dir = DocumentsContract.createDocument(resolver, doc, Document.MIME_TYPE_DIR, "my dir"); 306 // Read then delete existing doc 307 final Uri file4 = DocumentsContract.buildDocumentUriUsingTree(uri, "doc:file4"); 326 getColumn(DocumentsContract.buildDocumentUriUsingTree(uri, "doc:file1") 486 Uri doc = DocumentsContract.buildDocumentUriUsingTree(uri, local [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/ |
| pydoc.py | 82 """Get the doc string or comments for an object."""
86 def splitdoc(doc):
87 """Split a doc string into a synopsis line (if any) and the rest."""
88 lines = split(strip(doc), '\n')
318 class Doc:
416 class HTMLDoc(Doc):
658 doc = self.markup(getdoc(object), self.preformat, fdict, cdict)
659 doc = doc and '<tt>%s</tt>' % doc
1512 def doc(thing, title='Python Library Documentation: %s', forceload=0): function [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
| descrobject.c | 373 if (descr->d_member->doc == NULL) {
377 return PyString_FromString(descr->d_member->doc);
388 if (descr->d_getset->doc == NULL) {
392 return PyString_FromString(descr->d_getset->doc);
403 if (descr->d_base->doc == NULL) {
407 return PyString_FromString(descr->d_base->doc);
1268 PyObject *new, *type, *doc; local 1304 PyObject *get = NULL, *set = NULL, *del = NULL, *doc = NULL; local [all...] |