HomeSort by relevance Sort by last modified time
    Searched defs:doc (Results 1151 - 1175 of 2335) sorted by null

<<41424344454647484950>>

  /packages/apps/DocumentsUI/src/com/android/documentsui/picker/
ActionHandler.java 245 public void springOpenDirectory(DocumentInfo doc) {
251 DocumentInfo doc = mModel.getDocument(details.getStableId()); local
252 if (doc == null) {
258 if (mConfig.isDocumentEnabled(doc.mimeType, doc.flags, mState)) {
259 mActivity.onDocumentPicked(doc);
378 void onDocumentPicked(DocumentInfo doc);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pickletools.py 181 'doc',
184 def __init__(self, name, n, reader, doc):
196 assert isinstance(doc, str)
197 self.doc = doc
217 doc="One-byte unsigned integer.") variable
238 doc="Two-byte unsigned integer, little-endian.") variable
259 doc="Four-byte signed integer, little-endian, 2's complement.") variable
315 doc="""A newline-terminated string.
328 doc="""A newline-terminated string
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pickletools.py 181 'doc',
184 def __init__(self, name, n, reader, doc):
196 assert isinstance(doc, str)
197 self.doc = doc
217 doc="One-byte unsigned integer.") variable
238 doc="Two-byte unsigned integer, little-endian.") variable
259 doc="Four-byte signed integer, little-endian, 2's complement.") variable
315 doc="""A newline-terminated string.
328 doc="""A newline-terminated string
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickletools.py 181 'doc',
184 def __init__(self, name, n, reader, doc):
196 assert isinstance(doc, str)
197 self.doc = doc
217 doc="One-byte unsigned integer.") variable
238 doc="Two-byte unsigned integer, little-endian.") variable
259 doc="Four-byte signed integer, little-endian, 2's complement.") variable
315 doc="""A newline-terminated string.
328 doc="""A newline-terminated string
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickletools.py 181 'doc',
184 def __init__(self, name, n, reader, doc):
196 assert isinstance(doc, str)
197 self.doc = doc
217 doc="One-byte unsigned integer.") variable
238 doc="Two-byte unsigned integer, little-endian.") variable
259 doc="Four-byte signed integer, little-endian, 2's complement.") variable
315 doc="""A newline-terminated string.
328 doc="""A newline-terminated string
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
UiElementPullParser.java 300 Document doc = mRoot.getXmlDocument(); local
301 return doc.lookupPrefix(ANDROID_URI);
449 Document doc = mRoot.getXmlDocument(); local
450 return doc.lookupPrefix(getCurrentNode().getDescriptor().getNamespace());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutMetadata.java 244 Document doc = DomUtilities.getDocument(editor); local
245 if (doc != null) {
246 Element element = DomUtilities.findCorresponding(equivalentElement, doc);
270 Document doc = DomUtilities.getDocument(variation); local
271 if (doc != null && element.getOwnerDocument() != doc) {
272 Element other = DomUtilities.findCorresponding(element, doc);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewRefactoring.java 198 IStructuredDocument doc = model.getStructuredDocument(); local
199 if (doc != null) {
203 List<TextEdit> replaceIds = replaceIds(getAndroidNamespacePrefix(), doc,
UseCompoundDrawableRefactoring.java 343 IStructuredDocument doc = model.getStructuredDocument(); local
344 if (doc != null) {
346 doc, mSelectionStart, mSelectionEnd, layoutId, id);
WrapInRefactoring.java 220 IStructuredDocument doc = model.getStructuredDocument(); local
221 if (doc != null) {
223 doc, mSelectionStart, mSelectionEnd, rootId, id);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/
AttributeInfoTest.java 333 //Document doc = DomUtilities.parseStructuredDocument(xml);
334 Document doc = DomUtilities.parseDocument(xml, false); local
335 if (doc != null && doc.getDocumentElement() != null) {
336 checkElement(file, doc.getDocumentElement(), map, seen);
  /tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
GLBenchmarkTest.java 217 Document doc = null; local
220 doc = dBuilder.parse(resultXml);
230 doc.getDocumentElement().normalize();
232 NodeList nodes = doc.getElementsByTagName("test_result");
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.2.0/
manifest-merger-22.2.0.jar 
  /cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
ScopedDirectoryAccessClientTest.java 312 final Uri doc = DocumentsContract.buildDocumentUriUsingTree(grantedUri, local
314 assertNotNull("could not get tree URI", doc);
315 final Uri pic = DocumentsContract.createDocument(resolver, doc, "image/png", "pic.png");
317 final Uri dir = DocumentsContract.createDocument(resolver, doc, Document.MIME_TYPE_DIR,
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
LSSerializerImpl.java 1370 Document doc = null; local
1402 Document doc = null; local
1431 Document doc = null; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMHelper.java 1017 Document doc = node.getOwnerDocument(); local
    [all...]
  /external/elfutils/src/
addr2line.c 87 static const char doc[] = N_("\ variable
101 options, parse_opt, args_doc, doc, argp_children, NULL, NULL
ar.c 99 static const char doc[] = N_("Create, modify, and extract from archives."); variable
110 options, parse_opt, args_doc, doc, arlib_argp_children, NULL, NULL
    [all...]
elfcmp.c 77 static const char doc[] = N_("\ variable
89 options, parse_opt, args_doc, doc, NULL, NULL, NULL
ld.c 188 static const char doc[] = N_("Combine object and archive files."); variable
201 options, parse_opt_1st, args_doc, doc, NULL, NULL, NULL
205 options, parse_opt_2nd, args_doc, doc, NULL, NULL, NULL
    [all...]
objdump.c 67 static const char doc[] = N_("\ variable
86 options, parse_opt, args_doc, doc, argp_children, NULL, NULL
  /external/jsoncpp/src/lib_json/
json_reader.cpp 105 std::string doc; local
106 std::getline(sin, doc, (char)EOF);
107 return parse(doc, root, collectComments);
137 // Set error location to start of doc, ideally should be first token found
138 // in doc
  /external/libxml2/
SAX2.c 986 xmlDocPtr doc; local
1013 doc = ctxt->myDoc = xmlNewDoc(ctxt->version);
1014 if (doc != NULL) {
1015 doc->properties = 0;
1017 doc->properties |= XML_DOC_OLD10;
1018 doc->parseFlags = ctxt->options;
1020 doc->encoding = xmlStrdup(ctxt->encoding);
1022 doc->encoding = NULL;
1023 doc->standalone = ctxt->standalone;
1028 if ((ctxt->dictNames) && (doc != NULL))
    [all...]
testrecurse.c 680 xmlDocPtr doc; local
690 doc = xmlCtxtReadFile(ctxt, filename, NULL,
692 if ((doc != NULL) || (ctxt->lastError.code != XML_ERR_ENTITY_LOOP)) {
695 xmlFreeDoc(doc);
719 xmlDocPtr doc; local
729 doc = xmlCtxtReadFile(ctxt, filename, NULL,
731 if (doc == NULL) {
736 xmlFreeDoc(doc);
  /external/python/cpython3/Lib/
pickletools.py 190 'doc',
193 def __init__(self, name, n, reader, doc):
207 assert isinstance(doc, str)
208 self.doc = doc
228 doc="One-byte unsigned integer.") variable
249 doc="Two-byte unsigned integer, little-endian.") variable
270 doc="Four-byte signed integer, little-endian, 2's complement.") variable
291 doc="Four-byte unsigned integer, little-endian.") variable
312 doc="Eight-byte unsigned integer, little-endian." variable
975 doc="A Python integer object.") variable
980 doc="A Python integer or boolean object.") variable
985 doc="A Python boolean object.") variable
990 doc="A Python float object.") variable
995 doc="A Python bytes or (Unicode) string object.") variable
1000 doc="A Python bytes object.") variable
1005 doc="A Python (Unicode) string object.") variable
1010 doc="The Python None object.") variable
1015 doc="A Python tuple object.") variable
1020 doc="A Python list object.") variable
1025 doc="A Python dict object.") variable
1030 doc="A Python set object.") variable
1035 doc="A Python frozenset object.") variable
1040 doc="Any kind of object whatsoever.") variable
    [all...]

Completed in 1385 milliseconds

<<41424344454647484950>>