HomeSort by relevance Sort by last modified time
    Searched refs:AUTO (Results 1 - 15 of 15) 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 52 // Apk with install location set to auto
61 // Apk with install location set to auto (2 versions, for update testing)
71 // Apk with install location set to auto (2 versions, for update testing)
100 // one of: Internal, External, Auto, or None
137 PackageManagerHostTestUtils.InstallLocPreference.AUTO);
221 * Installs the Auto app using the preferred device install location specified,
241 PackageManagerHostTestUtils.InstallLocPreference.AUTO;
257 * Regression test to verify that an app with its manifest set to installLocation=auto
258 * will install the app to the device when device's preference is auto.
271 Log.i(LOG_TAG, "Test installLocation=auto, prefer=auto gets installed on device")
    [all...]
PackageManagerHostTestUtils.java 68 AUTO,
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
typedefs.h 248 #define AUTO (-1)
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 248 #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 52 public static final TargetMode DEFAULT_TARGET_MODE = TargetMode.AUTO;
AndroidLaunchController.java 346 if (config.mTargetMode == TargetMode.AUTO) {
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 218 // Test `AUTO` normalization to `PAC`
220 mode: ProxyFormController.ProxyTypes.AUTO,
405 // Test that auto detection rules are correctly generated when "automatic"
  /external/chromium/webkit/glue/media/
buffered_data_source.cc 394 // and preload!=auto.
396 (preload_ == media::AUTO || media_has_played_)) {
  /external/chromium/webkit/glue/
webmediaplayer_impl.cc 510 COMPILE_ASSERT_MATCHING_ENUM(Auto, AUTO);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 58 AUTO: 'auto_detect',
  /prebuilt/common/ant/
ant.jar 

Completed in 249 milliseconds