HomeSort by relevance Sort by last modified time
    Searched defs:legacy (Results 1 - 13 of 13) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/forward/
move_if_noexcept.pass.cpp 35 struct legacy struct
37 legacy() {} function in struct:legacy
38 legacy(const legacy&);
46 legacy l;
61 static_assert((std::is_same<decltype(std::move_if_noexcept(l)), const legacy&>::value), "");
  /frameworks/base/core/java/com/android/internal/net/
VpnConfig.java 46 public static final String LEGACY_VPN = "[Legacy VPN]";
72 public boolean legacy; field in class:VpnConfig
119 out.writeInt(legacy ? 1 : 0);
137 config.legacy = in.readInt() != 0;
  /art/runtime/native/
dalvik_system_Zygote.cc 333 const char* legacy = getenv("EXTERNAL_STORAGE"); local
334 if (source == NULL || target == NULL || legacy == NULL) {
365 if (fs_prepare_dir(legacy, 0000, 0, 0) == -1) {
369 // Finally, mount user-specific path into place for legacy users
370 if (mount(target_user.c_str(), legacy, NULL, MS_BIND | MS_REC, NULL) == -1) {
371 PLOG(WARNING) << "Failed to mount " << target_user << " to " << legacy; local
  /dalvik/vm/native/
dalvik_system_Zygote.cpp 266 const char* legacy = getenv("EXTERNAL_STORAGE"); local
267 if (source == NULL || target == NULL || legacy == NULL) {
300 if (fs_prepare_dir(legacy, 0000, 0, 0) == -1) {
304 // Finally, mount user-specific path into place for legacy users
305 if (mount(target_user, legacy, NULL, MS_BIND | MS_REC, NULL) == -1) {
306 ALOGE("Failed to mount %s to %s: %s", target_user, legacy, strerror(errno));
  /external/chromium_org/third_party/mesa/src/src/glx/
dri_glx.c 68 const __DRIlegacyExtension *legacy; member in struct:dri_screen
434 psp = (*psc->legacy->createNewScreen) (scrn,
616 (*psc->legacy->createNewContext) (psc->driScreen,
672 (*psc->legacy->createNewDrawable) (psc->driScreen,
881 psc->legacy = (__DRIlegacyExtension *) extensions[i];
884 if (psc->core == NULL || psc->legacy == NULL)
  /external/mesa3d/src/glx/
dri_glx.c 68 const __DRIlegacyExtension *legacy; member in struct:dri_screen
434 psp = (*psc->legacy->createNewScreen) (scrn,
616 (*psc->legacy->createNewContext) (psc->driScreen,
672 (*psc->legacy->createNewDrawable) (psc->driScreen,
881 psc->legacy = (__DRIlegacyExtension *) extensions[i];
884 if (psc->core == NULL || psc->legacy == NULL)
  /external/chromium_org/third_party/libxml/src/
xinclude.c 82 int legacy; /* using XINCLUDE_OLD_NS */ member in struct:_xmlXIncludeCtxt
177 if (ctxt->legacy != 0) {
586 if (ctxt->legacy != 0) {
    [all...]
testapi.c 1375 int legacy; \/* whether to allow deprecated attributes *\/ local
2194 int legacy; \/* whether to allow deprecated elements (YES is faster here for Element nodes) *\/ local
    [all...]
  /external/libxml2/
xinclude.c 82 int legacy; /* using XINCLUDE_OLD_NS */ member in struct:_xmlXIncludeCtxt
177 if (ctxt->legacy != 0) {
586 if (ctxt->legacy != 0) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /external/chromium/chrome/browser/sync/engine/
syncapi.cc 222 // Passwords have their own legacy encryption structure.
2254 ServerConnectionEvent legacy; local
    [all...]
  /prebuilts/devtools/tools/lib/
sdk-common.jar 

Completed in 362 milliseconds