| /prebuilts/jdk/jdk8/linux-x86/jre/lib/ | 
| flavormap.properties | 28 # will be preferred. 
 | 
| /prebuilts/jdk/jdk8/linux-x86/sample/lambda/DefaultMethods/ | 
| Inheritance.java | 37  * this method, then it is preferred over all defaults.</li> 
 | 
| /prebuilts/ndk/r16/sources/third_party/googletest/googletest/samples/ | 
| sample1_unittest.cc | 94   // debugging.  Therefore in this case EXPECT_EQ is preferred. 
 | 
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ | 
| bdist.py | 67     # Establish the preferred order (for the --help-formats option). 
 | 
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/ | 
| Files.py | 52     """preferred size - the memory size with which the application will be launched """ 
 | 
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ | 
| bdist.py | 67     # Establish the preferred order (for the --help-formats option). 
 | 
| /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/ | 
| casts.h | 49 // The From type can be inferred, so the preferred syntax for using 
 | 
| /prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-core/ | 
| libsysutils.so |  | 
| /prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-core/ | 
| libsysutils.so |  | 
| /system/bt/device/include/ | 
| interop.h | 70   // Do not use supervision timeout value received from preferred connection 
 | 
| /system/netd/server/dns/ | 
| DnsTlsDispatcher.cpp | 34     // Our preferred DnsTlsServer order is: 
 | 
| /toolchain/binutils/binutils-2.27/gas/config/ | 
| tc-cris.h | 133    be preferred over the default.  */ 
 | 
| /tools/test/connectivity/acts/tests/google/tel/live/ | 
| TelLiveSmsTest.py | [all...] | 
| /external/python/cpython2/Doc/library/ | 
| gettext.rst | 73    Equivalent to :func:`gettext`, but the translation is returned in the preferred 87    Equivalent to :func:`dgettext`, but the translation is returned in the preferred
 112    Equivalent to :func:`ngettext`, but the translation is returned in the preferred
 129    preferred system encoding, if no other encoding was explicitly set with
 421    Equivalent to :meth:`gettext`, but the translation is returned in the preferred
 452    Equivalent to :meth:`gettext`, but the translation is returned in the preferred
 718 preferred system encoding, as returned by :func:`locale.getpreferredencoding`.
 
 | 
| /external/tagsoup/src/org/ccil/cowan/tagsoup/ | 
| XMLWriter.java | 413      * Specify a preferred prefix for a Namespace URI. 420      * @param prefix The preferred prefix, or "" to select
 433      * Get the current or preferred prefix for a Namespace URI.
 436      * @return The preferred prefix, or "" for the default Namespace.
 468      * Force a Namespace declaration with a preferred prefix.
 475      * @param prefix The preferred prefix for the Namespace, or ""
 [all...]
 | 
| /packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ | 
| TelephonyProviderTest.java | 107     // Used to test the preferred apn [all...]
 | 
| /packages/apps/Camera2/src/com/android/camera/ | 
| VideoModule.java | 806      * @return The preferred preview size or {@code null} if the camera is not 820         Size preferred = new Size(capabilities.getPreferredPreviewSizeForVideo());  local
 821         final int preferredPreviewSizeShortSide = (preferred.width() < preferred.height() ?
 822                 preferred.width() : preferred.height());
 824             preferred = new Size(profile.videoFrameWidth, profile.videoFrameHeight);
 826         int product = preferred.width() * preferred.height();
 828         // Remove the preview sizes that are not preferred
 [all...]
 | 
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ | 
| CurrencyTest.java | 672         final String[][] PREFERRED = { 698         for (int i = 0; i < PREFERRED.length; i++) {
 699             ULocale loc = new ULocale(PREFERRED[i][0]);
 700             String[] expected = new String[PREFERRED[i].length - 1];
 701             System.arraycopy(PREFERRED[i], 1, expected, 0, expected.length);
 [all...]
 | 
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ | 
| CurrencyTest.java | 669         final String[][] PREFERRED = { 695         for (int i = 0; i < PREFERRED.length; i++) {
 696             ULocale loc = new ULocale(PREFERRED[i][0]);
 697             String[] expected = new String[PREFERRED[i].length - 1];
 698             System.arraycopy(PREFERRED[i], 1, expected, 0, expected.length);
 [all...]
 | 
| /external/v8/benchmarks/ | 
| deltablue.js | 125     case 1: return Strength.PREFERRED; 136 Strength.PREFERRED        = new Strength(2, "preferred");
 813   var edit = new EditConstraint(first, Strength.PREFERRED);
 863   var edit = new EditConstraint(v, Strength.PREFERRED);
 
 | 
| /external/wpa_supplicant_8/wpa_supplicant/ | 
| wpa_supplicant_i.h | 555 	/* Preferred network for the next connection attempt */ 1108 	/* Multiband operation non-preferred channel */
 1147 		 * relative_rssi_set - Enable relatively preferred BSS reporting
 1149 		 * 0 = Disable reporting relatively preferred BSSs
 1150 		 * 1 = Enable reporting relatively preferred BSSs
 [all...]
 | 
| /frameworks/base/media/java/android/media/ | 
| MediaMetadata.java | 242      * When displaying media described by this metadata this should be preferred 249      * second line for media described by this metadata this should be preferred
 258      * preferred to other fields if present.
 266      * preferred to other fields if present. This must be a {@link Bitmap}.
 278      * by this metadata the display description should be preferred to other
 [all...]
 | 
| MediaMetadata2.java | 264      * When displaying media described by this metadata, this should be preferred if present. 276      * When displaying a second line for media described by this metadata, this should be preferred
 291      * this should be preferred to other fields if present.
 304      * When displaying an icon for media described by this metadata, this should be preferred to
 319      * display description should be preferred to other fields when present.
 
 | 
| /frameworks/support/media/src/main/java/androidx/media/ | 
| MediaMetadata2.java | 269      * When displaying media described by this metadata, this should be preferred if present. 281      * When displaying a second line for media described by this metadata, this should be preferred
 296      * this should be preferred to other fields if present.
 309      * When displaying an icon for media described by this metadata, this should be preferred to
 324      * display description should be preferred to other fields when present.
 [all...]
 | 
| /system/bt/bta/include/ | 
| bta_api.h | 248 /* M/S preferred roles */ [all...]
 |