/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/ |
macconfig.h | 40 /* Define to make XML Namespaces functionality available. */
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/ |
p8.cpp | 3 // Fun things you can do with inline namespaces:
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udir/ |
p1.cpp | 39 // Same thing, but with the directives in namespaces.
|
/external/clang/test/SemaCXX/ |
warn-using-namespace-in-header.cpp | 28 // But we shouldn't warn in extern contexts inside namespaces.
|
/external/honggfuzz/libhfuzz/ |
libhfuzz.h | 67 * Enter Linux namespaces
|
/external/kernel-headers/original/uapi/linux/ |
xattr.h | 24 /* Namespaces */
|
/external/libxml2/include/libxml/ |
pattern.h | 56 const xmlChar **namespaces);
|
/external/libxml2/python/tests/ |
nsdel.py | 36 # Remove all namespaces
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
test_xdp_redirect.sh | 2 # Create 2 namespaces with two veth peers, and
|
/external/ltp/runtest/ |
containers | 1 #DESCRIPTION:Resource namespaces
|
/external/ltp/testcases/kernel/containers/ |
README | 42 are strictly speaking a part of the ipc namespaces, but can be
|
/external/ltp/testcases/kernel/containers/pidns/ |
pidns32.c | 16 * The kernel imposes a limit of 32 nested levels of pid namespaces.
|
/external/python/cpython2/Lib/xml/dom/ |
expatbuilder.py | 396 # If this ever changes, Namespaces.end_element_handler() needs to 718 class Namespaces: 719 """Mix-in class for builders; adds support for namespaces.""" 818 class ExpatBuilderNS(Namespaces, ExpatBuilder): 819 """Document builder that supports namespaces.""" 826 class FragmentBuilderNS(Namespaces, FragmentBuilder): 827 """Fragment builder that supports namespaces.""" [all...] |
/external/python/cpython2/Modules/expat/ |
macconfig.h | 40 /* Define to make XML Namespaces functionality available. */
|
/external/python/cpython3/Lib/xml/dom/ |
expatbuilder.py | 389 # If this ever changes, Namespaces.end_element_handler() needs to 711 class Namespaces: 712 """Mix-in class for builders; adds support for namespaces.""" 806 class ExpatBuilderNS(Namespaces, ExpatBuilder): 807 """Document builder that supports namespaces.""" 814 class FragmentBuilderNS(Namespaces, FragmentBuilder): 815 """Fragment builder that supports namespaces.""" [all...] |
/external/python/cpython3/Modules/expat/ |
macconfig.h | 40 /* Define to make XML Namespaces functionality available. */
|
/external/tensorflow/tensorflow/core/kernels/fuzzing/ |
parse_tensor_op_fuzz.cc | 26 using namespace ::tensorflow::ops; // NOLINT(build/namespaces)
|
/external/webrtc/webrtc/libjingle/xmpp/ |
pubsub_task.h | 23 // In ProcessStart call SubscribeNode with namespaces of interest along with
|
/libcore/luni/src/main/java/org/w3c/dom/ |
DOMImplementation.java | 50 * Document does not support XML Namespaces (such as [<a href='http://www.w3.org/TR/1999/REC-html401-19991224/'>HTML 4.01</a>]). 93 * http://www.w3.org/XML/1998/namespace</a>" [<a href='http://www.w3.org/TR/1999/REC-xml-names-19990114/'>XML Namespaces</a>] 96 * provided, since namespaces were defined by XML. 102 * Document does not support XML Namespaces (such as [<a href='http://www.w3.org/TR/1999/REC-html401-19991224/'>HTML 4.01</a>]).
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/ |
base.h | 37 // Profiling mode namespaces.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/ |
base.h | 37 // Profiling mode namespaces.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/ |
expatbuilder.py | 396 # If this ever changes, Namespaces.end_element_handler() needs to 718 class Namespaces: 719 """Mix-in class for builders; adds support for namespaces.""" 818 class ExpatBuilderNS(Namespaces, ExpatBuilder): 819 """Document builder that supports namespaces.""" 826 class FragmentBuilderNS(Namespaces, FragmentBuilder): 827 """Fragment builder that supports namespaces.""" [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/ |
expatbuilder.py | 396 # If this ever changes, Namespaces.end_element_handler() needs to 718 class Namespaces: 719 """Mix-in class for builders; adds support for namespaces.""" 818 class ExpatBuilderNS(Namespaces, ExpatBuilder): 819 """Document builder that supports namespaces.""" 826 class FragmentBuilderNS(Namespaces, FragmentBuilder): 827 """Fragment builder that supports namespaces.""" [all...] |
/prebuilts/misc/common/swig/include/2.0.11/ |
intrusive_ptr.i | 1 // Allow for different namespaces for shared_ptr / intrusive_ptr - they could be boost or std or std::tr1
|
shared_ptr.i | 7 // shared_ptr namespaces could be boost or std or std::tr1
|