/prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/cuda_wrappers/ |
algorithm | 49 // We need to define these overloads in exactly the namespace our standard 50 // library uses (including the right inline namespace), otherwise they won't be 56 namespace std { 92 } // namespace std
|
/prebuilts/misc/common/swig/include/2.0.11/ocaml/ |
director.swg | 15 namespace Swig {
|
/prebuilts/ndk/r16/sources/cxx-stl/system/include/ |
cstdio | 41 namespace std { 92 } // namespace std
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
UiElementPullParser.java | 299 // figure out the prefix associated with the android namespace. 346 public String getAttributeValue(String namespace, String localName) { 348 ANDROID_URI.equals(namespace)) { 356 ANDROID_URI.equals(namespace)) { 374 Node attribute = xmlNode.getAttributes().getNamedItemNS(namespace, localName); 380 if (attribute == null && namespace != null && !namespace.equals(ANDROID_URI)) { 387 ANDROID_URI.equals(namespace)) { 397 ANDROID_URI.equals(namespace)) {
|
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/ |
flatbuffers_types.fbs | 17 namespace wifi_offload.fbs;
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
TestDevice.java | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
argparse.py | 74 'Namespace',
137 def _ensure_value(namespace, name, value):
138 if getattr(namespace, name, None) is None:
139 setattr(namespace, name, value)
140 return getattr(namespace, name)
801 def __call__(self, parser, namespace, values, option_string=None):
836 def __call__(self, parser, namespace, values, option_string=None):
837 setattr(namespace, self.dest, values)
859 def __call__(self, parser, namespace, values, option_string=None):
860 setattr(namespace, self.dest, self.const) [all...] |
/external/python/cpython2/Lib/ |
argparse.py | 74 'Namespace', 137 def _ensure_value(namespace, name, value): 138 if getattr(namespace, name, None) is None: 139 setattr(namespace, name, value) 140 return getattr(namespace, name) 801 def __call__(self, parser, namespace, values, option_string=None): 836 def __call__(self, parser, namespace, values, option_string=None): 837 setattr(namespace, self.dest, values) 859 def __call__(self, parser, namespace, values, option_string=None): 860 setattr(namespace, self.dest, self.const [all...] |
/external/python/cpython3/Lib/ |
argparse.py | 75 'Namespace', 140 def _ensure_value(namespace, name, value): 141 if getattr(namespace, name, None) is None: 142 setattr(namespace, name, value) 143 return getattr(namespace, name) 825 def __call__(self, parser, namespace, values, option_string=None): 860 def __call__(self, parser, namespace, values, option_string=None): 861 setattr(namespace, self.dest, values) 883 def __call__(self, parser, namespace, values, option_string=None): 884 setattr(namespace, self.dest, self.const [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
argparse.py | 74 'Namespace',
137 def _ensure_value(namespace, name, value):
138 if getattr(namespace, name, None) is None:
139 setattr(namespace, name, value)
140 return getattr(namespace, name)
799 def __call__(self, parser, namespace, values, option_string=None):
834 def __call__(self, parser, namespace, values, option_string=None):
835 setattr(namespace, self.dest, values)
857 def __call__(self, parser, namespace, values, option_string=None):
858 setattr(namespace, self.dest, self.const) [all...] |
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
ParseRDF.java | 215 // ignore "ID" without namespace 370 // remove the namespace-definitions from the list 561 "All XML elements must be in a namespace", BADXMP); 990 String namespace = xmlNode.getNamespaceURI(); local 992 if (namespace != null) 994 if (NS_DC_DEPRECATED.equals(namespace)) 996 // Fix a legacy DC namespace 997 namespace = NS_DC; 1000 String prefix = registry.getNamespacePrefix(namespace); 1004 prefix = registry.registerNamespace(namespace, prefix) 1257 String namespace = node.getNamespaceURI(); local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_long_future.py | 72 namespace = {'huge': huge, 'mhuge': mhuge}
80 eval(overflow, namespace)
84 result = eval(underflow, namespace)
90 eval(zero, namespace)
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
ANTLRFileStream.cs | 35 namespace Antlr.Runtime
|
EarlyExitException.cs | 33 namespace Antlr.Runtime {
|
MismatchedNotSetException.cs | 33 namespace Antlr.Runtime {
|
MismatchedSetException.cs | 33 namespace Antlr.Runtime {
|
MismatchedTreeNodeException.cs | 33 namespace Antlr.Runtime {
|
RecognizerSharedState.cs | 33 namespace Antlr.Runtime {
|
UnbufferedTokenStream.cs | 33 namespace Antlr.Runtime {
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
IDebugEventListener.cs | 33 namespace Antlr.Runtime.Debug {
|
Tracer.cs | 35 namespace Antlr.Runtime.Debug
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/ |
ExceptionExtensions.cs | 38 namespace Antlr.Runtime.JavaExtensions {
|
IOExtensions.cs | 40 namespace Antlr.Runtime.JavaExtensions
|
StringTokenizer.cs | 35 namespace Antlr.Runtime.JavaExtensions
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/ |
ErrorManager.cs | 35 namespace Antlr.Runtime.Misc
|