HomeSort by relevance Sort by last modified time
    Searched refs:legacy (Results 1 - 25 of 65) sorted by null

1 2 3

  /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), "");
  /external/chromium_org/ash/wm/
power_button_controller.h 37 void set_has_legacy_power_button_for_test(bool legacy) {
38 has_legacy_power_button_ = legacy;
  /hardware/qcom/audio/
Android.mk 6 include $(MY_LOCAL_PATH)/legacy/Android.mk
  /development/build/
sdk.atree 53 external/chromium-trace/systrace-legacy.py platform-tools/systrace/systrace-legacy.py
210 development/apps/GestureBuilder samples/${PLATFORM_NAME}/legacy/GestureBuilder
230 development/samples/AccelerometerPlay samples/${PLATFORM_NAME}/legacy/AccelerometerPlay
231 development/samples/ActionBarCompat samples/${PLATFORM_NAME}/legacy/ActionBarCompat
232 development/samples/AndroidBeamDemo samples/${PLATFORM_NAME}/legacy/AndroidBeamDemo
233 development/samples/ApiDemos samples/${PLATFORM_NAME}/legacy/ApiDemos
234 development/samples/AppNavigation samples/${PLATFORM_NAME}/legacy/AppNavigation
235 development/samples/BackupRestore samples/${PLATFORM_NAME}/legacy/BackupRestore
236 development/samples/BasicGLSurfaceView samples/${PLATFORM_NAME}/legacy/BasicGLSurfaceVie
    [all...]
  /external/icu4c/samples/legacy/
Makefile 30 TARGET=legacy
33 OBJECTS=legacy.o newcol.o oldcol.o
  /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...]
  /external/webrtc/src/modules/audio_processing/test/
apmtest.m 1 function apmtest(task, testname, filepath, casenumber, legacy)
26 if nargin < 5 || isempty(legacy)
28 legacy = false;
65 if legacy
77 if legacy
100 if legacy
112 if legacy
147 progname, opt, simulateMode, nErr, nCases, task, casenumber, legacy);
171 legacy)
202 if legacy
    [all...]
  /external/icu4c/samples/
readme.txt 21 legacy - demonstrates using two versions of ICU in one application
78 - legacy and layout are not included in these lists,
  /hardware/qcom/media/
Android.mk 8 include $(QCOM_MEDIA_ROOT)/mm-video-legacy/Android.mk
  /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;
  /external/libxml2/
Android.mk 43 legacy.c \
  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletFactory.java 78 boolean legacy = false;
120 legacy, quiet);
  /hardware/libhardware_legacy/audio/
Android.mk 36 # The default audio policy, for now still implemented on top of legacy
  /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));
  /build/core/
pathmap.mk 30 bootloader:bootable/bootloader/legacy/include \
  /cts/tools/signature-tools/test/signature/converter/doclet/
DocletTestConverter.java 137 boolean legacy = false;
178 legacy, quiet);
  /external/chromium_org/chrome_frame/cfinstall/src/stub/
frame.js 6 * @fileoverview Implements some utilities for the legacy 'inline' and 'overlay'
  /external/mksh/
Android.mk 68 # check categories: shell:legacy-no int:32 android convfds no-histfile
  /frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
ManageDialog.java 89 if (mConfig.legacy) {
133 if (mConfig.legacy) {
  /device/asus/deb/
init.deb.rc 28 mkdir /storage/emulated/legacy 0555 root root
30 export EXTERNAL_STORAGE /storage/emulated/legacy
34 # Support legacy paths
35 symlink /storage/emulated/legacy /sdcard
36 symlink /storage/emulated/legacy /mnt/sdcard
37 symlink /storage/emulated/legacy /storage/sdcard0
422 # Binding fuse mount point to /storage/emulated/legacy
425 mount none /mnt/shell/emulated/0 /storage/emulated/legacy bind
  /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 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
BasePullParser.java 19 import com.android.ide.common.rendering.legacy.ILegacyPullParser;
  /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)

Completed in 1540 milliseconds

1 2 3