Searched refs:content (Results 1 - 25 of 627) sorted by relevance

1234567891011>>

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
H A Dpytree.py454 optionally for a specific content.
466 content = None # Optional content matching pattern variable in class:BasePattern
475 args = [type_repr(self.type), self.content, self.name]
501 if self.content is not None:
536 def __init__(self, type=None, content=None, name=None):
538 Initializer. Takes optional type, content, and name.
541 this matches any *leaf* node; the content may still be required.
543 The content, if given, must be a string.
550 if content i
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
H A Dpytree.py454 optionally for a specific content.
466 content = None # Optional content matching pattern variable in class:BasePattern
475 args = [type_repr(self.type), self.content, self.name]
501 if self.content is not None:
536 def __init__(self, type=None, content=None, name=None):
538 Initializer. Takes optional type, content, and name.
541 this matches any *leaf* node; the content may still be required.
543 The content, if given, must be a string.
550 if content i
[all...]
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
H A Dorg.eclipse.core.contenttype_3.4.200.v20130326-1255.jar ... eclipse/core/ org/eclipse/core/internal/ org/eclipse/core/internal/content/ org/eclipse/core/runtime/ org/eclipse/core/runtime/content/ org ...
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
H A Dorg.eclipse.core.contenttype_3.4.200.v20130326-1255.jar ... eclipse/core/ org/eclipse/core/internal/ org/eclipse/core/internal/content/ org/eclipse/core/runtime/ org/eclipse/core/runtime/content/ org ...
/prebuilts/tools/common/proguard/proguard4.7/examples/
H A Dandroid.pro63 -keep public class * extends android.content.BroadcastReceiver
64 -keep public class * extends android.content.ContentProvider
70 public <init>(android.content.Context);
71 public <init>(android.content.Context, android.util.AttributeSet);
72 public <init>(android.content.Context, android.util.AttributeSet, int);
80 public <init>(android.content.Context, android.util.AttributeSet);
87 public <init>(android.content.Context, android.util.AttributeSet, int);
/prebuilts/sdk/tools/lib/
H A DshrinkedAndroid.jar ... 6.0.0_r1/s?defs= " (android.content.Context) android.content.Context base } android/content ...
/prebuilts/devtools/tools/lib/
H A Dhttpmime-4.1.jar ... org/apache/http/entity/mime/ org/apache/http/entity/mime/content/ org/apache/http/entity/mime/HttpMultipartMode.class HttpMultipartMode. ...
/prebuilts/tools/common/http-client/
H A Dhttpmime-4.1.1.jar ... org/apache/http/entity/mime/ org/apache/http/entity/mime/content/ META-INF/NOTICE.txt META-INF/LICENSE ...
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.1/
H A Dhttpmime-4.1.jar ... org/apache/http/entity/mime/ org/apache/http/entity/mime/content/ org/apache/http/entity/mime/HttpMultipartMode.class HttpMultipartMode. ...
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.3.2/
H A Dhttpmime-4.3.2.jar ... org/apache/http/entity/mime/ org/apache/http/entity/mime/content/ META-INF/DEPENDENCIES META-INF/LICENSE META- ...
/prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpmime/4.1/
H A Dhttpmime-4.1.jar ... org/apache/http/entity/mime/ org/apache/http/entity/mime/content/ org/apache/http/entity/mime/HttpMultipartMode.class HttpMultipartMode. ...
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
H A Dwagon-http-shared-2.6.jar ... Iterator i$ java.net.URI baseURI String content org.jsoup.nodes.Document doc org. ...
H A Dmaven-plugin-api-3.2.1.jar ... logger public void debug (java.lang.CharSequence) CharSequence content private java.lang.String toString (java.lang ...
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_htmlparser.py357 for content in contents:
360 s = u'<{element}>{content}</{element}>'.format(element=element,
361 content=content)
363 ("data", content),
375 content = """<!-- not a comment --> &not-an-entity-ref;
380 s = u'<script>{content}</{element}>'.format(element=element,
381 content=content)
383 ("data", content),
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_htmlparser.py357 for content in contents:
360 s = u'<{element}>{content}</{element}>'.format(element=element,
361 content=content)
363 ("data", content),
375 content = """<!-- not a comment --> &not-an-entity-ref;
380 s = u'<script>{content}</{element}>'.format(element=element,
381 content=content)
383 ("data", content),
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
H A Ddecoder.py86 content, terminator = chunk.groups()
88 if content:
89 if not isinstance(content, unicode):
90 content = unicode(content, encoding)
91 _append(content)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
H A Ddecoder.py86 content, terminator = chunk.groups()
88 if content:
89 if not isinstance(content, unicode):
90 content = unicode(content, encoding)
91 _append(content)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_config.py114 content = f.read()
115 self.assertEqual(content, WANTED)
H A Dtest_file_util.py36 f.write('some content')
66 content = [line.strip() for line in open(foo).readlines()]
67 self.assertEqual(content, lines)
72 write_file(foo, 'content')
H A Dtest_msvc9compiler.py158 content = '\n'.join([line.rstrip() for line in f.readlines()])
163 self.assertEqual(content, _CLEANED_MANIFEST)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_config.py114 content = f.read()
115 self.assertEqual(content, WANTED)
H A Dtest_file_util.py36 f.write('some content')
66 content = [line.strip() for line in open(foo).readlines()]
67 self.assertEqual(content, lines)
72 write_file(foo, 'content')
H A Dtest_msvc9compiler.py158 content = '\n'.join([line.rstrip() for line in f.readlines()])
163 self.assertEqual(content, _CLEANED_MANIFEST)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
H A Datmlec.h90 } content; member in struct:atmlec_msg
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
H A Datmlec.h90 } content; member in struct:atmlec_msg

Completed in 596 milliseconds

1234567891011>>