HomeSort by relevance Sort by last modified time
    Searched refs:namespace (Results 476 - 500 of 1830) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugTreeParser.cs 33 namespace Antlr.Runtime.Debug
ParseTreeBuilder.cs 33 namespace Antlr.Runtime.Debug
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/
Stats.cs 33 namespace Antlr.Runtime.Misc
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
ObjectExtensions.cs 35 namespace Antlr.Runtime.JavaExtensions
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
ITreeAdaptor`1.cs 33 namespace Antlr.Runtime.Tree
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
NodeTest.java 43 * The namespace or local name for node tests with a wildcard.
92 * The namespace to be tested for, which may be null.
98 * Return the namespace to be tested.
100 * @return The namespace to be tested for, or {@link #WILD}, or null.
108 * Set the namespace to be tested.
110 * @param ns The namespace to be tested for, or {@link #WILD}, or null.
196 * @param namespace The namespace to be tested.
199 public NodeTest(int whatToShow, String namespace, String name)
201 initNodeTest(whatToShow, namespace, name)
    [all...]
  /external/flatbuffers/tests/FlatBuffers.Test/
Assert.cs 22 namespace FlatBuffers.Test
  /external/skia/tools/gpu/mtl/
MtlTestContext.mm 17 namespace {
156 } // anonymous namespace
158 namespace sk_gpu_test {
163 } // namespace sk_gpu_test
  /external/skqp/tools/gpu/mtl/
MtlTestContext.mm 17 namespace {
156 } // anonymous namespace
158 namespace sk_gpu_test {
163 } // namespace sk_gpu_test
  /external/tensorflow/tensorflow/contrib/py2tf/converters/
call_trees.py 81 return self.context.namespace.get(node.id)
153 # Class attributes: should have the owner name in their namespace.
164 if owner_name not in self.context.namespace:
166 'Could not resolve name "%s" while analyzing %s. Namespace:\n%s' %
167 (owner_name, m, self.context.namespace))
168 return self.context.namespace[owner_name]
  /external/webrtc/webrtc/modules/desktop_capture/mac/
desktop_configuration.mm 29 namespace webrtc {
31 namespace {
86 } // namespace
180 } // namespace webrtc
  /external/webrtc/webrtc/modules/utility/source/
helpers_ios.mm 23 namespace webrtc {
24 namespace ios {
179 } // namespace ios
180 } // namespace webrtc
  /external/webrtc/webrtc/modules/video_capture/ios/
device_info_ios.mm 24 using namespace webrtc;
25 using namespace videocapturemodule;
  /external/webrtc/webrtc/modules/video_capture/mac/
video_capture_mac.mm 34 namespace webrtc
36 namespace videocapturemodule
270 } // namespace videocapturemodule
271 } // namespace webrtc
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubystdfunctors.swg 30 namespace swig {
88 namespace swig {
158 } // namespace swig
  /external/gemmlowp/meta/generators/
cc_emitter.py 27 """Invalid namespace operation."""
173 def EmitNamespaceBegin(self, namespace):
174 self.EmitCodeNoSemicolon('namespace %s {' % namespace)
175 self.namespaces.append(namespace)
179 raise NamespaceError('No namespace on stack.')
180 self.EmitCodeNoSemicolon('} // namespace %s' % self.namespaces.pop())
  /external/python/cpython2/Lib/idlelib/
CallTips.py 111 in a namespace spanning sys.modules and __main.dict__.
114 namespace = sys.modules.copy()
115 namespace.update(__main__.__dict__)
117 return eval(expression, namespace)
  /external/tensorflow/tensorflow/contrib/py2tf/pyct/static_analysis/
type_info_test.py 59 def _parse_and_analyze(self, test_fn, namespace, arg_types=None):
65 namespace=namespace,
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
CallTips.py 110 in a namespace spanning sys.modules and __main.dict__.
113 namespace = sys.modules.copy()
114 namespace.update(__main__.__dict__)
116 return eval(expression, namespace)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
CallTips.py 110 in a namespace spanning sys.modules and __main.dict__.
113 namespace = sys.modules.copy()
114 namespace.update(__main__.__dict__)
116 return eval(expression, namespace)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 110 in a namespace spanning sys.modules and __main.dict__.
113 namespace = sys.modules.copy()
114 namespace.update(__main__.__dict__)
116 return eval(expression, namespace)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 110 in a namespace spanning sys.modules and __main.dict__.
113 namespace = sys.modules.copy()
114 namespace.update(__main__.__dict__)
116 return eval(expression, namespace)
  /external/clang/tools/scan-build-py/libscanbuild/
analyze.py 506 def __call__(self, __parser, namespace, values, __option_string):
508 if getattr(namespace, self.dest, None) is None:
509 setattr(namespace, self.dest, [])
511 actual = getattr(namespace, self.dest)
513 setattr(namespace, self.dest, actual)
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderImpl.java 259 * depending on whether the parser is namespace-aware or not.
263 String namespace = parser.getNamespace(); local
267 if ("".equals(namespace)) {
268 namespace = null;
272 Element element = document.createElementNS(namespace, name);
299 parser.require(XmlPullParser.END_TAG, namespace, name);
386 * Controls whether this DocumentBuilder is namespace-aware.
  /external/libmojo/third_party/jinja2/
environment.py     [all...]

Completed in 1547 milliseconds

<<11121314151617181920>>