HomeSort by relevance Sort by last modified time
    Searched refs:AUTO (Results 1 - 10 of 10) sorted by null

  /external/protobuf/src/google/protobuf/io/
gzip_stream.h 60 AUTO = 0,
72 Format format = AUTO,
gzip_stream.cc 95 case AUTO: windowBitsFormat = 32; break;
zero_copy_stream_unittest.cc 358 GzipInputStream gzin(&input, GzipInputStream::AUTO);
370 GzipInputStream gzin(&input, GzipInputStream::AUTO);
  /frameworks/base/core/tests/hosttests/src/android/content/pm/
PackageManagerHostTests.java 53 // Apk with install location set to auto
62 // Apk with install location set to auto (2 versions, for update testing)
72 // Apk with install location set to auto (2 versions, for update testing)
101 // one of: Internal, External, Auto, or None
138 PackageManagerHostTestUtils.InstallLocPreference.AUTO);
208 * Installs the Auto app using the preferred device install location specified,
222 PackageManagerHostTestUtils.InstallLocPreference.AUTO;
238 * Regression test to verify that an app with its manifest set to installLocation=auto
239 * will install the app to the device when device's preference is auto.
246 Log.i(LOG_TAG, "Test installLocation=auto, prefer=auto gets installed on device")
    [all...]
PackageManagerHostTestUtils.java 69 AUTO,
740 default: // AUTO
756 return InstallLocPreference.AUTO;
  /hardware/broadcom/wlan/bcm4329/src/include/
typedefs.h 246 #define AUTO (-1)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchConfiguration.java 36 * Target selection mode for the configuration: either {@link #AUTO} or {@link #MANUAL}.
40 AUTO(true),
LaunchConfigDelegate.java 54 public static final TargetMode DEFAULT_TARGET_MODE = TargetMode.AUTO;
AndroidLaunchController.java 340 if (config.mTargetMode == TargetMode.AUTO) {
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 373 milliseconds