/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | OrientationManager.java | 94 boolean standard = displayRotation < 180; in calculateCurrentScreenOrientation() 97 return standard in calculateCurrentScreenOrientation() 106 standard = !standard; in calculateCurrentScreenOrientation() 108 return standard in calculateCurrentScreenOrientation()
|
/packages/apps/Camera2/src/com/android/camera/app/ |
D | OrientationManagerImpl.java | 180 boolean standard = displayRotation < 180; in calculateCurrentScreenOrientation() 183 return standard in calculateCurrentScreenOrientation() 192 standard = !standard; in calculateCurrentScreenOrientation() 194 return standard in calculateCurrentScreenOrientation()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | ScanOnlyModeImpl.java | 48 public boolean isWifiStandardSupported(int standard) { in isWifiStandardSupported() argument 49 return mWifiNative.isWifiStandardSupported(mIfaceName, standard); in isWifiStandardSupported()
|
D | DefaultClientModeManager.java | 95 public boolean isWifiStandardSupported(int standard) { in isWifiStandardSupported() argument
|
D | ClientMode.java | 97 boolean isWifiStandardSupported(@WifiAnnotations.WifiStandard int standard); in isWifiStandardSupported() argument
|
D | ConcreteClientModeManager.java | 1238 public boolean isWifiStandardSupported(@WifiAnnotations.WifiStandard int standard) { in isWifiStandardSupported() argument 1239 return getClientMode().isWifiStandardSupported(standard); in isWifiStandardSupported()
|
D | BaseWifiService.java | 305 public boolean isWifiStandardSupported(int standard) { in isWifiStandardSupported() argument
|
D | WifiNative.java | 4014 @WifiAnnotations.WifiStandard int standard) { 4020 return iface.phyCapabilities.isWifiStandardSupported(standard);
|
D | WifiServiceImpl.java | 3540 public boolean isWifiStandardSupported(@WifiStandard int standard) { 3543 standard), false);
|
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | ScanResult.java | 409 public void setWifiStandard(@WifiStandard int standard) { in setWifiStandard() argument 410 mWifiStandard = standard; in setWifiStandard() 416 private static @Nullable String wifiStandardToString(@WifiStandard int standard) { in wifiStandardToString() argument 417 switch(standard) { in wifiStandardToString()
|
D | IWifiManager.aidl | 142 boolean isWifiStandardSupported(int standard); in isWifiStandardSupported() argument
|
D | WifiManager.java | 3004 public boolean isWifiStandardSupported(@WifiAnnotations.WifiStandard int standard) { in isWifiStandardSupported() argument 3006 return mService.isWifiStandardSupported(standard); in isWifiStandardSupported()
|
/packages/modules/GeoTZ/apex/com.android.geotz/resources/ |
D | offlineltzprovider.properties | 17 # This implementation uses Google's standard metrics reporting.
|
/packages/services/Car/tests/SampleCustomInputService/ |
D | readme.md | 32 partners non-standard events. They all represent hypothetical features for the sake of documentation
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | features.md | 89 * Support standard CRT(C-runtime) allocator.
|
D | stream.md | 326 …efficient as RapidJSON's memory or file streams, due to internal overheads of the standard library. 370 …efficient as RapidJSON's memory or file streams, due to internal overheads of the standard library.
|
D | faq.md | 27 RapidJSON depends on C++ standard library only. 67 2. Does RapidJSON conform to the JSON standard?
|
D | Doxyfile.in | 669 # by doxygen. Whatever the program writes to standard output is used as the file 703 # standard output by doxygen. If QUIET is set to YES this implies that the 710 # generated to standard error ( stderr) by doxygen. If WARNINGS is set to YES 752 # messages should be written. If left blank the output is written to standard 886 # program writes to standard output. If FILTER_PATTERNS is specified, this tag 1083 # standard header. 1102 # generated HTML page. If the tag is left blank doxygen will generate a standard 1124 # defined cascading style sheet that is included after the standard style sheets 1127 # standard style sheet and is therefor more robust against future updates. 1661 # chapter. If it is left blank doxygen will generate a standard header. See [all …]
|
D | encoding.md | 18 From [Unicode's official website](http://www.unicode.org/standard/WhatIsUnicode.html):
|
D | dom.md | 65 …ich CRT is short for C RunTime library. This allocator simply calls the standard `malloc()`/`reall…
|
D | internals.md | 221 Parsing string into `double` is difficult. The standard library function `strtod()` can do the job …
|
/packages/apps/LegacyCamera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 513 # provided by doxygen. Whatever the program writes to standard output 701 # to standard output. If FILTER_PATTERNS is specified, this tag will be 822 # standard header. 828 # standard footer. 1069 # standard header. Notice: only use this tag if you know what you are doing! 1405 # which can be done by putting it in a standard location or by setting the
|
/packages/apps/LegacyCamera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 513 # provided by doxygen. Whatever the program writes to standard output 701 # to standard output. If FILTER_PATTERNS is specified, this tag will be 822 # standard header. 828 # standard footer. 1069 # standard header. Notice: only use this tag if you know what you are doing! 1405 # which can be done by putting it in a standard location or by setting the
|
/packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
D | WifiManagerTest.java | 2730 int standard = ScanResult.WIFI_STANDARD_11AX; in testIsWifiStandardSupported() local 2731 when(mWifiService.isWifiStandardSupported(standard)).thenReturn(true); in testIsWifiStandardSupported() 2732 assertTrue(mWifiManager.isWifiStandardSupported(standard)); in testIsWifiStandardSupported() 2733 verify(mWifiService).isWifiStandardSupported(standard); in testIsWifiStandardSupported()
|
/packages/services/Car/car-lib/src/android/car/navigation/ |
D | navigation_state.proto | 501 // specified otherwise, this must conform to the WGS84 standard
|