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

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
ExternalSemaSource.h 77 /// \brief Load the set of namespaces that are known to the external source,
80 SmallVectorImpl<NamespaceDecl *> &Namespaces);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
ExternalSemaSource.h 77 /// \brief Load the set of namespaces that are known to the external source,
80 SmallVectorImpl<NamespaceDecl *> &Namespaces);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
ExternalSemaSource.h 77 /// \brief Load the set of namespaces that are known to the external source,
80 SmallVectorImpl<NamespaceDecl *> &Namespaces);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
ExternalSemaSource.h 77 /// \brief Load the set of namespaces that are known to the external source,
80 SmallVectorImpl<NamespaceDecl *> &Namespaces);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
ExternalSemaSource.h 77 /// \brief Load the set of namespaces that are known to the external source,
80 SmallVectorImpl<NamespaceDecl *> &Namespaces);
  /external/google-styleguide/
cppguide.html 510 <h3 id="Namespaces">Namespaces</h3>
513 <p>With few exceptions, place code in a namespace. Namespaces
517 inline namespaces. For unnamed namespaces, see
518 <a href="#Unnamed_Namespaces_and_Static_Variables">Unnamed Namespaces and
525 <p>Namespaces subdivide the global scope
532 <p>Namespaces provide a method for preventing name conflicts
544 <p>Inline namespaces automatically place their names in
557 namespaces are primarily intended for ABI compatibilit
    [all...]
  /art/compiler/utils/arm64/
assembler_arm64.cc 23 using namespace vixl::aarch64; // NOLINT(build/namespaces)
  /art/libartbase/base/
bit_string_test.cc 29 using namespace art; // NOLINT [build/namespaces] [5]
  /bionic/libc/include/android/
dlext.h 131 * This flag is for internal use only (since there is no NDK API for namespaces).
  /bionic/linker/
linker_main.cpp 364 std::vector<android_namespace_t*> namespaces = init_default_namespaces(executable_path); local
370 // ... and add it to all other linked namespaces
371 for (auto linked_ns : namespaces) {
406 &namespaces)) {
  /build/blueprint/
name_interface.go 52 // There should only be one name interface per Context, but potentially many namespaces
  /developers/build/templates/create/
template-params.xml.ftl 86 Use <ext> for custom namespaces, if needed. See "Samples Index API" documentation
  /developers/samples/android/notification/NotificationChannels/
template-params.xml 79 Use <ext> for custom namespaces, if needed. See "Samples Index API" documentation
  /developers/samples/android/security/DirectBoot/
template-params.xml 63 Use <ext> for custom namespaces, if needed. See "Samples Index API" documentation
  /developers/samples/android/tv/ChannelsPrograms/
template-params.xml 87 Use <ext> for custom namespaces, if needed. See "Samples Index API" documentation
  /developers/samples/android/wearable/wear/RuntimePermissionsWear/
template-params.xml 72 Use <ext> for custom namespaces, if needed. See "Samples Index API" documentation
  /developers/samples/android/wearable/wear/SpeedTracker/
template-params.xml 92 Use <ext> for custom namespaces, if needed. See "Samples Index API" documentation
  /developers/samples/android/wearable/wear/WearAccessibilityApp/
template-params.xml 82 Use <ext> for custom namespaces, if needed. See "Samples Index API" documentation
  /developers/samples/android/wearable/wear/WearComplicationProvidersTestSuite/
template-params.xml 83 Use <ext> for custom namespaces, if needed. See "Samples Index API" documentation
  /developers/samples/android/wearable/wear/WearVerifyRemoteApp/
template-params.xml 80 Use <ext> for custom namespaces, if needed. See "Samples Index API" documentation
  /development/samples/training/network-usage/src/com/example/android/networkusage/
StackOverflowXmlParser.java 35 // We don't use namespaces
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
rlcompleter.py 54 is __main__ (technically, __main__.__dict__). Namespaces should be
  /external/apache-xml/src/main/java/org/apache/xml/utils/
XMLReaderManager.java 40 "http://xml.org/sax/features/namespaces";
  /external/autotest/client/site_tests/security_RunOci/
security_RunOci.py 68 "namespaces": [
  /external/clang/include/clang/Basic/
TargetBuiltins.h 11 /// \brief Enumerates target-specific builtins in their own namespaces within

Completed in 2011 milliseconds

<<11121314151617181920>>