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

  /ndk/sources/cxx-stl/llvm-libc++/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 41 public static final String LEGACY_VPN = "[Legacy VPN]";
70 public boolean legacy; field in class:VpnConfig
89 out.writeInt(legacy ? 1 : 0);
107 config.legacy = in.readInt() != 0;
  /dalvik/vm/native/
dalvik_system_Zygote.cpp 266 const char* legacy = getenv("EXTERNAL_STORAGE"); local
267 if (source == NULL || target == NULL || legacy == NULL) {
316 || fs_prepare_dir(legacy, 0000, 0, 0) == -1) {
324 // Finally, mount user-specific path into place for legacy users
325 if (mount(target_user, legacy, NULL, MS_BIND | MS_REC, NULL) == -1) {
326 ALOGE("Failed to mount %s to %s: %s", target_user, legacy, strerror(errno));
  /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 391 milliseconds