HomeSort by relevance Sort by last modified time
    Searched refs:namespace (Results 26 - 50 of 876) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ITokenSource.cs 36 namespace Antlr.Runtime
ITokenStreamInformation.cs 29 namespace Antlr.Runtime {
RuleReturnScope.cs 33 namespace Antlr.Runtime {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeConstants.cs 33 namespace Antlr.Runtime.Tree
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
IRuleReturnScope`1.cs 33 namespace Antlr.Runtime
ITokenSource.cs 33 namespace Antlr.Runtime
ITokenStreamInformation.cs 29 namespace Antlr.Runtime
TokenTypes.cs 33 namespace Antlr.Runtime
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
ITokenSource`1.cs 33 namespace Antlr.Runtime
  /external/chromium_org/chrome/common/extensions/docs/server2/
datastore_models.py 15 def CreateKey(cls, namespace, key):
16 return db.Key.from_path(cls.__name__, '%s/%s' % (namespace, key))
19 def CreateItem(cls, namespace, key, value):
20 return PersistentObjectStoreItem(key=cls.CreateKey(namespace, key),
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFunctionResolver.java 21 import javax.xml.namespace.QName;
31 * namespace (functions with an explicit prefix). This means that you cannot
35 * same namespace. This is a consequence of the design of the resolver.</p>
XPathVariableResolver.java 21 import javax.xml.namespace.QName;
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
closurizednamespacesinfo.py 50 closurized_namespaces: A list of namespace prefixes that should be
78 # constant is provided directly instead of its namespace. Ideally, these
81 # A list of tuples where the first element is the namespace of an identifier
85 # A list of tuples where the first element is the namespace of an identifier
111 A list of strings where each string is a 'namespace' corresponding to an
120 A list of strings where each string is a 'namespace' corresponding to an
138 namespace = tokenutil.Search(token, TokenType.STRING_TEXT).string
140 base_namespace = namespace.split('.', 1)[0]
149 if namespace == created_namespace or namespace == created_identifier
    [all...]
  /external/chromium_org/third_party/closure_linter/closure_linter/
closurizednamespacesinfo.py 50 closurized_namespaces: A list of namespace prefixes that should be
78 # constant is provided directly instead of its namespace. Ideally, these
81 # A list of tuples where the first element is the namespace of an identifier
85 # A list of tuples where the first element is the namespace of an identifier
111 A list of strings where each string is a 'namespace' corresponding to an
120 A list of strings where each string is a 'namespace' corresponding to an
138 namespace = tokenutil.Search(token, TokenType.STRING_TEXT).string
140 base_namespace = namespace.split('.', 1)[0]
149 if namespace == created_namespace or namespace == created_identifier
    [all...]
  /bionic/libstdc++/include/
cstddef 35 * The following 2 types are also declared in the 'std' namespace:
43 namespace std {
46 } // namespace std
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/mac/
StringImplMac.mm 27 namespace WTF {
  /external/chromium_org/third_party/libjingle/source/talk/base/
scoped_autorelease_pool.mm 32 namespace talk_base {
42 } // namespace talk_base
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
SubtitleSampleEntry.java 21 private String namespace; field in class:SubtitleSampleEntry
31 long contentSize = 8 + namespace.length() + schemaLocation.length() + imageMimeType.length() + 3;
38 namespace = IsoTypeReader.readString(content);
47 IsoTypeWriter.writeUtf8String(byteBuffer, namespace);
53 return namespace;
56 public void setNamespace(String namespace) {
57 this.namespace = namespace;
  /ndk/sources/cxx-stl/gabi++/include/
cstddef 35 * The following 2 types are also declared in the 'std' namespace:
43 namespace std {
46 } // namespace std
  /ndk/sources/cxx-stl/system/include/
cstddef 35 * The following 2 types are also declared in the 'std' namespace:
43 namespace std {
46 } // namespace std
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
csignal 39 namespace std
44 } // namespace std
cstddef 35 * The following 2 types are also declared in the 'std' namespace:
41 namespace std {
44 } // namespace std
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
csignal 39 namespace std
44 } // namespace std
cstddef 35 * The following 2 types are also declared in the 'std' namespace:
41 namespace std {
44 } // namespace std
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstddef 35 * The following 2 types are also declared in the 'std' namespace:
43 namespace std {
46 } // namespace std

Completed in 1085 milliseconds

12 3 4 5 6 7 8 91011>>