/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), "");
|
/development/build/ |
sdk.atree | 53 external/chromium-trace/systrace-legacy.py platform-tools/systrace/systrace-legacy.py 186 development/apps/GestureBuilder samples/${PLATFORM_NAME}/legacy/GestureBuilder 202 development/samples/AccelerometerPlay samples/${PLATFORM_NAME}/legacy/AccelerometerPlay 203 development/samples/ActionBarCompat samples/${PLATFORM_NAME}/legacy/ActionBarCompat 204 development/samples/AndroidBeamDemo samples/${PLATFORM_NAME}/legacy/AndroidBeamDemo 205 development/samples/ApiDemos samples/${PLATFORM_NAME}/legacy/ApiDemos 206 development/samples/AppNavigation samples/${PLATFORM_NAME}/legacy/AppNavigation 207 development/samples/BackupRestore samples/${PLATFORM_NAME}/legacy/BackupRestore 208 development/samples/BasicGLSurfaceView samples/${PLATFORM_NAME}/legacy/BasicGLSurfaceVie [all...] |
/hardware/qcom/audio/ |
Android.mk | 6 include $(MY_LOCAL_PATH)/legacy/Android.mk
|
/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...] |
/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;
|
/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,
|
/external/libxml2/ |
Android.mk | 43 legacy.c \
|
xinclude.c | 82 int legacy; /* using XINCLUDE_OLD_NS */ member in struct:_xmlXIncludeCtxt 177 if (ctxt->legacy != 0) { 586 if (ctxt->legacy != 0) { [all...] |
/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
|
/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));
|
/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/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 | 82 if (mConfig.legacy) { 126 if (mConfig.legacy) {
|
/device/asus/deb/ |
init.deb.rc | 27 mkdir /storage/emulated/legacy 0555 root root 29 export EXTERNAL_STORAGE /storage/emulated/legacy 33 # Support legacy paths 34 symlink /storage/emulated/legacy /sdcard 35 symlink /storage/emulated/legacy /mnt/sdcard 36 symlink /storage/emulated/legacy /storage/sdcard0 419 # Binding fuse mount point to /storage/emulated/legacy 422 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;
|
/device/asus/flo/ |
init.flo.rc | 28 export EXTERNAL_STORAGE /storage/emulated/legacy 32 # Support legacy paths 33 symlink /storage/emulated/legacy /sdcard 34 symlink /storage/emulated/legacy /mnt/sdcard 35 symlink /storage/emulated/legacy /storage/sdcard0 36 symlink /mnt/shell/emulated/0 /storage/emulated/legacy
|
/device/lge/mako/ |
init.mako.rc | 31 export EXTERNAL_STORAGE /storage/emulated/legacy 35 # Support legacy paths 36 symlink /storage/emulated/legacy /sdcard 37 symlink /storage/emulated/legacy /mnt/sdcard 38 symlink /storage/emulated/legacy /storage/sdcard0 39 symlink /mnt/shell/emulated/0 /storage/emulated/legacy
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
NewProjectCreator.java | 687 boolean legacy = target.getVersion().getApiLevel() < 4; [all...] |
/external/mksh/src/ |
Build.sh | 337 legacy=0 370 legacy=1 373 legacy=0 413 test -z "$tfn" && if test $legacy = 0; then 428 if test $legacy = 0; then 430 check_categories="$check_categories shell:legacy-no int:32" 432 check_categories="$check_categories shell:legacy-yes" [all...] |