/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
base.h | 42 // Parallel mode namespaces.
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/ |
host.h | 200 * stlport:: or std::, even if the compiler supports namespaces
|
stl_mycomp.h | 95 // Uncomment this if your compiler does not support namespaces
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/ |
host.h | 200 * stlport:: or std::, even if the compiler supports namespaces
|
stl_mycomp.h | 95 // Uncomment this if your compiler does not support namespaces
|
/system/core/adb/ |
SERVICES.TXT | 167 socket namespaces.
|
/external/libxml2/ |
tree.c | 814 * Free up all the structures associated to the chained namespaces. [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/patterns/ |
NodeTest.java | 192 * Construct an NodeTest that tests for namespaces and node names. 493 * namespaces as "".
|
/external/gtest/test/ |
gtest_output_test_.cc | 492 // classes with the same name but defined in different namespaces. 496 // same test name (but in different namespaces), the second test will
|
/external/libvpx/nestegg/docs/ |
Doxyfile.in | 193 # Java. For instance, namespaces will be presented as packages, qualified 325 # If this flag is set to YES, the members of anonymous namespaces will be 334 # undocumented members of documented classes, files or namespaces. 425 # sorted by fully-qualified names, including namespaces. If set to 492 # Namespaces page. 493 # This will remove the Namespaces entry from the Quick Index 623 # (namespaces, classes, functions, etc.) that should be excluded from the [all...] |
/external/libxml2/include/libxml/ |
tree.h | 560 * A function called to acquire namespaces (xmlNs) from the wrapper. 939 * Namespaces. [all...] |
/external/libxml2/patches/ |
0001-Add-ICU-support-for-libxml.patch | 464 int nsNr; /* the number of inherited namespaces */ 467 + struct _xmlParserCtxt *nsParent; /* parent context to inherit namespaces from * */
|
/external/llvm/docs/ |
doxygen.cfg.in | 193 # Java. For instance, namespaces will be presented as packages, qualified 326 # If this flag is set to YES, the members of anonymous namespaces will be 335 # undocumented members of documented classes, files or namespaces. 432 # sorted by fully-qualified names, including namespaces. If set to 499 # Namespaces page. 500 # This will remove the Namespaces entry from the Quick Index 632 # (namespaces, classes, functions, etc.) that should be excluded from the [all...] |
/external/protobuf/gtest/test/ |
gtest_output_test_.cc | 485 // classes with the same name but defined in different namespaces. 489 // same test name (but in different namespaces), the second test will
|
/libcore/expectations/ |
knownfailures.txt | [all...] |
/libcore/luni/src/main/java/javax/xml/parsers/ |
SAXParser.java | 418 * understand namespaces. 421 * understand namespaces; false otherwise.
|
/libcore/luni/src/test/java/tests/api/javax/xml/parsers/ |
DocumentBuilderFactoryTest.java | 121 // String[] features = { "http://xml.org/sax/features/namespaces", 491 String[] features = { "http://xml.org/sax/features/namespaces",
|
/packages/apps/Camera/jni/feature_mos/doc/ |
feature_mos_API_doxyfile | 203 # Java. For instance, namespaces will be presented as packages, qualified 336 # If this flag is set to YES, the members of anonymous namespaces will be 345 # undocumented members of documented classes, files or namespaces. 436 # sorted by fully-qualified names, including namespaces. If set to 503 # Namespaces page. This will remove the Namespaces entry from the Quick Index 663 # (namespaces, classes, functions, etc.) that should be excluded from the [all...] |
/packages/apps/Camera/jni/feature_stab/doc/ |
dbreg_API_doxyfile | 203 # Java. For instance, namespaces will be presented as packages, qualified 336 # If this flag is set to YES, the members of anonymous namespaces will be 345 # undocumented members of documented classes, files or namespaces. 436 # sorted by fully-qualified names, including namespaces. If set to 503 # Namespaces page. This will remove the Namespaces entry from the Quick Index 663 # (namespaces, classes, functions, etc.) that should be excluded from the [all...] |
/system/media/wilhelm/doc/ |
Doxyfile | 193 # Java. For instance, namespaces will be presented as packages, qualified 326 # If this flag is set to YES, the members of anonymous namespaces will be 335 # undocumented members of documented classes, files or namespaces. 432 # sorted by fully-qualified names, including namespaces. If set to 499 # Namespaces page. 500 # This will remove the Namespaces entry from the Quick Index 630 # (namespaces, classes, functions, etc.) that should be excluded from the [all...] |
/external/libxslt/libxslt/ |
xsltutils.c | 1004 oldNamespaces = ctxt->xpathCtxt->namespaces; 1013 ctxt->xpathCtxt->namespaces = comp->inScopeNs->list; 1016 ctxt->xpathCtxt->namespaces = NULL; 1020 ctxt->xpathCtxt->namespaces = comp->nsList; 1067 ctxt->xpathCtxt->namespaces = oldNamespaces; [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMDefaultBase.java | 1077 // Assume that attributes and namespaces immediately follow the element. [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
StylesheetRoot.java | 172 * Get the vector of extension namespaces. Used to provide 174 * namespaces encountered during composition of a stylesheet. 344 // Attempt to register any remaining unregistered extension namespaces. [all...] |
/external/clang/include/clang/Serialization/ |
ASTReader.h | 480 /// \brief A list of the namespaces we've seen. [all...] |
/external/expat/tests/ |
runtests.c | 955 (See Namespaces in XML, section 2.) [all...] |