/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
RuleReturnScope.cs | 33 namespace Antlr.Runtime {
|
Constants.cs | 35 namespace Antlr.Runtime
|
ICharStream.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
|
ICharStream.cs | 33 namespace Antlr.Runtime
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/ |
ITokenSource`1.cs | 33 namespace Antlr.Runtime
|
ITokenStream`1.cs | 32 namespace Antlr.Runtime
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
reference_resolver_test.py | 13 from third_party.json_schema_compiler.model import Namespace 18 'namespace': 'baz', 69 'namespace': 'bar.bon', 120 'namespace': 'bar', 185 'namespace': 'foo', 268 return Future(value=Namespace(self._apis[name], 'fake/path.json')) 291 }, apps_resolver.GetLink('foo', namespace='baz')) 296 }, apps_resolver.GetLink('foo.foo_t1', namespace='baz')) 301 }, apps_resolver.GetLink('baz.baz_e1', namespace='baz')) 306 }, apps_resolver.GetLink('baz_e1', namespace='baz') [all...] |
datastore_models.py | 17 def CreateKey(cls, namespace, key): 18 path = '%s/%s' % (namespace, key) 30 def CreateItem(cls, namespace, key, value): 31 return PersistentObjectStoreItem(key=cls.CreateKey(namespace, key),
|
/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...] |
/bionic/libstdc++/include/ |
cstddef | 35 * The following 2 types are also declared in the 'std' namespace: 43 namespace std { 46 } // namespace std
|
csignal | 41 namespace std 46 } // namespace std
|
utility | 33 #define __STL_BEGIN_NAMESPACE namespace std {
|
/external/chromium_org/third_party/webrtc/base/ |
scoped_autorelease_pool.mm | 15 namespace rtc { 25 } // namespace rtc
|
/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;
|
/external/chromium_org/third_party/closure_linter/closure_linter/ |
closurizednamespacesinfo.py | 53 closurized_namespaces: A list of namespace prefixes that should be 81 # constant is provided directly instead of its namespace. Ideally, these 84 # A list of tuples where the first element is the namespace of an identifier 89 # A list of tuples where the first element is the namespace of an identifier 116 A list of strings where each string is a 'namespace' corresponding to an 125 A list of strings where each string is a 'namespace' corresponding to an 140 namespace = tokenutil.GetStringAfterToken(token) 142 base_namespace = namespace.split('.', 1)[0] 151 if namespace == created_namespace or namespace == created_identifier [all...] |
/external/emma/core/java12/com/vladium/util/exception/ |
ExceptionCommon.java | 52 * <LI> when <CODE>getMessage(namespace, code)</CODE> is called, 'code' 54 * under 'namespace'; 57 * key 'code', the same step is repeated for the superclass of 'namespace'; 73 * @param namespace the Class object acting as the namespace key for the 77 * @param messageResourceBundleName name of a bundle (path relative to 'namespace' 81 * @return ResourceBundle that corresponds to 'namespace' key or null if 84 * @throws Error if 'namespace' does not correspond to an exception class derived 89 public static ResourceBundle addExceptionResource (final Class namespace, 92 if ((namespace != null) && (messageResourceBundleName != null [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/ |
TestFixtureBase.cs | 35 namespace Antlr.Runtime.Tests
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/ |
FunctionDelegates.cs | 33 namespace Antlr.Runtime.Misc
|
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
FuncExtElementAvailable.java | 51 String namespace; local 60 namespace = Constants.S_XSLNAMESPACEURL; 66 namespace = xctxt.getNamespaceContext().getNamespaceForPrefix(prefix); 67 if (null == namespace) 72 if (namespace.equals(Constants.S_XSLNAMESPACEURL) 73 || namespace.equals(Constants.S_BUILTIN_EXTENSIONS_URL)) 79 new QName(namespace, methName)) 91 return extProvider.elementAvailable(namespace, methName)
|
/external/chromium_org/third_party/WebKit/Source/build/scripts/ |
make_mediaquery_tokenizer_codepoints.py | 70 'namespace': '', 81 'namespace': '',
|