HomeSort by relevance Sort by last modified time
    Searched full:namespaces (Results 226 - 250 of 2171) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/test/java/libcore/xml/
SaxTest.java 203 private void parse(boolean prefixes, boolean namespaces, String xml,
208 reader.setFeature("http://xml.org/sax/features/namespaces", namespaces);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
PrettyPrinter.h 108 /// to be written, e.g., for inline or anonymous namespaces.
179 /// declarations inside namespaces etc. Effectively, this should print
200 /// prints anonymous namespaces as `anonymous namespace' and does not insert
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
PrettyPrinter.h 108 /// to be written, e.g., for inline or anonymous namespaces.
179 /// declarations inside namespaces etc. Effectively, this should print
200 /// prints anonymous namespaces as `anonymous namespace' and does not insert
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
PrettyPrinter.h 108 /// to be written, e.g., for inline or anonymous namespaces.
179 /// declarations inside namespaces etc. Effectively, this should print
200 /// prints anonymous namespaces as `anonymous namespace' and does not insert
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
PrettyPrinter.h 109 /// to be written, e.g., for inline or anonymous namespaces.
180 /// declarations inside namespaces etc. Effectively, this should print
201 /// prints anonymous namespaces as `anonymous namespace' and does not insert
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
PrettyPrinter.h 109 /// to be written, e.g., for inline or anonymous namespaces.
180 /// declarations inside namespaces etc. Effectively, this should print
201 /// prints anonymous namespaces as `anonymous namespace' and does not insert
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
PrettyPrinter.h 109 /// to be written, e.g., for inline or anonymous namespaces.
180 /// declarations inside namespaces etc. Effectively, this should print
201 /// prints anonymous namespaces as `anonymous namespace' and does not insert
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
PrettyPrinter.h 109 /// to be written, e.g., for inline or anonymous namespaces.
180 /// declarations inside namespaces etc. Effectively, this should print
201 /// prints anonymous namespaces as `anonymous namespace' and does not insert
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
PrettyPrinter.h 108 /// to be written, e.g., for inline or anonymous namespaces.
179 /// declarations inside namespaces etc. Effectively, this should print
200 /// prints anonymous namespaces as `anonymous namespace' and does not insert
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
PrettyPrinter.h 108 /// to be written, e.g., for inline or anonymous namespaces.
179 /// declarations inside namespaces etc. Effectively, this should print
200 /// prints anonymous namespaces as `anonymous namespace' and does not insert
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
PrettyPrinter.h 108 /// to be written, e.g., for inline or anonymous namespaces.
179 /// declarations inside namespaces etc. Effectively, this should print
200 /// prints anonymous namespaces as `anonymous namespace' and does not insert
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
PrettyPrinter.h 109 /// to be written, e.g., for inline or anonymous namespaces.
180 /// declarations inside namespaces etc. Effectively, this should print
201 /// prints anonymous namespaces as `anonymous namespace' and does not insert
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
PrettyPrinter.h 109 /// to be written, e.g., for inline or anonymous namespaces.
180 /// declarations inside namespaces etc. Effectively, this should print
201 /// prints anonymous namespaces as `anonymous namespace' and does not insert
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
PrettyPrinter.h 109 /// to be written, e.g., for inline or anonymous namespaces.
180 /// declarations inside namespaces etc. Effectively, this should print
201 /// prints anonymous namespaces as `anonymous namespace' and does not insert
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
PrettyPrinter.h 109 /// to be written, e.g., for inline or anonymous namespaces.
180 /// declarations inside namespaces etc. Effectively, this should print
201 /// prints anonymous namespaces as `anonymous namespace' and does not insert
  /prebuilts/misc/common/robolectric/3.1.1/lib/
xpp3_min-1.1.4c.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
xpp3_min-1.1.4c.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
xpp3_min-1.1.4c.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
xpp3_min-1.1.4c.jar 
  /prebuilts/tools/common/m2/repository/xpp3/xpp3_min/1.1.4c/
xpp3_min-1.1.4c.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
amigaconfig.h 83 /* Define to make XML Namespaces functionality available. */
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
NvmExpressPassthru.h 35 // for directly addressable namespaces.
40 // for a single volume logical namespace comprised of multiple namespaces.
130 all valid namespaces.
190 @retval EFI_NOT_FOUND There are no more namespaces defined on this controller.
  /external/abi-compliance-checker/modules/Internals/
XmlDump.pm 67 if(my @NameSpaces = keys(%{$ABI->{"NameSpaces"}}))
69 $ABI_DUMP .= openTag("namespaces");
70 foreach my $NameSpace (sort {lc($a) cmp lc($b)} @NameSpaces) {
73 $ABI_DUMP .= closeTag("namespaces");
454 if(my $NameSpaces = parseTag(\$ABI_DUMP, "namespaces"))
456 while(my $Name = parseTag(\$NameSpaces, "name")) {
457 $ABI{"NameSpaces"}{$Name} = 1;
  /external/apache-xml/src/main/java/org/apache/xalan/extensions/
ExpressionVisitor.java 46 * is used to register extension namespaces.
  /external/llvm/test/tools/dsymutil/X86/
odr-anon-namespace.cpp 11 // namespaces if they are from the same file/line. Force this

Completed in 1692 milliseconds

1 2 3 4 5 6 7 8 91011>>