HomeSort by relevance Sort by last modified time
    Searched full:legacy (Results 26 - 50 of 984) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/icu4c/samples/legacy/
legacy.vcxproj.filters 18 <ClCompile Include="legacy.cpp">
oldcol.cpp 91 fprintf(stderr, "Entered legacy, version: [%d.%d.%d.%d]\nMoving to sortkeys\n", uvi[0], uvi[1], uvi[2], uvi[3]);
104 fprintf(stderr, "Done legacy!\n");
  /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;
  /frameworks/native/include/utils/
threads.h 23 * This file is here only for legacy reasons. Instead, include directly
  /libcore/luni/src/main/java/java/security/
PrivilegedAction.java 21 * Legacy security code; do not use.
PrivilegedActionException.java 21 * Legacy security code; do not use.
PrivilegedExceptionAction.java 21 * Legacy security code; do not use.
Policy.java 23 * Legacy security code; do not use.
27 * Legacy security code; do not use.
  /libcore/luni/src/main/java/java/security/acl/
Permission.java 21 * Legacy security code; do not use.
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
LegacyPolicySet.java 21 * Legacy class for policy storage as a bit field of flags
64 * Convert legacy policy flags to a Policy
65 * @param flags legacy policy flags
66 * @return a Policy representing the legacy policy flag
  /frameworks/base/core/java/android/hardware/
LegacySensorManager.java 29 * Helper class for implementing the legacy sensor manager API.
40 // List of legacy listeners. Guarded by mLegacyListenersMap.
110 // Are we activating this legacy sensor?
115 // We do all of this work holding the legacy listener lock to ensure
122 // they are expected by legacy apps.
131 // register this legacy sensor with this legacy listener
133 // and finally, register the legacy listener with the new apis
162 // Are we deactivating this legacy sensor?
167 // We do all of this work holding the legacy listener lock to ensur
    [all...]
  /bionic/libc/arch-arm/bionic/
atexit_legacy.c 35 * to support legacy ARM binaries by exporting a publicly visible
53 static char const warning[] = "WARNING: generic atexit() called from legacy shared library\n";
  /external/clang/test/Driver/
arc.c 11 // CHECK: error: -fobjc-arc is not supported on platforms using the legacy runtime
14 // NOTOBJC-NOT: error: -fobjc-arc is not supported on platforms using the legacy runtime
  /external/icu4c/tools/tzcode/
tz.alias 17 # this ID, legacy code may break.
19 # This list is read by tz2icu to incorporate legacy ICU zone aliases
icuzones 9 # that are in CLDR and also include legacy ICU time zones originally
36 # The list below is for supporting legacy ICU zone aliases.
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
scale.h 48 // Legacy API. Deprecated
57 // Legacy API. Deprecated
  /external/mockito/src/org/mockito/internal/stubbing/answers/
CallsRealMethods.java 17 * This implementation can be helpful when working with legacy code.
28 * dealing with code you cannot change easily (3rd party interfaces, interim refactoring of legacy code etc.)
  /libcore/luni/src/main/java/java/util/
Enumeration.java 21 * A legacy iteration interface.
29 * <p>If you <i>need</i> an {@code Enumeration} for a legacy API and have a
  /packages/apps/Contacts/src/com/android/contacts/list/
LegacyPhoneNumberPickerFragment.java 27 * Version of PhoneNumberPickerFragment used specifically for legacy support.
63 Log.w(TAG, "setPhotoPosition() is ignored in legacy compatibility mode.");
  /packages/apps/Dialer/tests/res/values/
donottranslate_strings.xml 31 <item>CallDetailActivity (legacy)</item>
32 <item>CallLogActivity (legacy)</item>
  /build/tools/
java-layers.py 32 sys.stderr.write(" package name: The package is considered \'legacy\'\n")
38 def __init__(self, filename, lineno, lower, top, lowlevel, legacy):
44 self.legacy = legacy
80 if dep != d and not d.legacy:
84 if dep.top and not dep.legacy:
86 if dep != d and not d.legacy:
136 legacy = False
144 legacy = True
150 deps[lower] = Dependency(filename, n, lower, top, lowlevel, legacy)
    [all...]
  /device/samsung/manta/
init.manta.rc 10 export EXTERNAL_STORAGE /storage/emulated/legacy
14 # Support legacy paths
15 symlink /storage/emulated/legacy /sdcard
16 symlink /storage/emulated/legacy /mnt/sdcard
17 symlink /storage/emulated/legacy /storage/sdcard0
18 symlink /mnt/shell/emulated/0 /storage/emulated/legacy
  /device/samsung/tuna/
init.tuna.rc 8 export EXTERNAL_STORAGE /storage/emulated/legacy
12 # Support legacy paths
13 symlink /storage/emulated/legacy /sdcard
14 symlink /storage/emulated/legacy /mnt/sdcard
15 symlink /storage/emulated/legacy /storage/sdcard0
16 symlink /mnt/shell/emulated/0 /storage/emulated/legacy
  /cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
WriteExternalStorageTest.java 40 * support for legacy paths.
74 * Verify that legacy filesystem paths continue working, and that they all
  /external/libyuv/files/include/libyuv/
scale.h 57 // Legacy API. Deprecated.
67 // Legacy API. Deprecated.

Completed in 2614 milliseconds

12 3 4 5 6 7 8 91011>>