/frameworks/opt/car/setupwizard/library/ |
common.mk | 20 # Make sure to include it after you've set all your desired LOCAL variables.
|
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/ |
FixedAspectSurfaceView.java | 31 * A SurfaceView that maintains its aspect ratio to be a desired target value. 42 * Desired width/height ratio 61 * Set the desired aspect ratio for this view. 63 * @param aspect the desired width/height ratio in the current UI orientation. Must be a
|
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/ |
FixedAspectSurfaceView.java | 31 * A SurfaceView that maintains its aspect ratio to be a desired target value. 42 * Desired width/height ratio 61 * Set the desired aspect ratio for this view. 63 * @param aspect the desired width/height ratio in the current UI orientation. Must be a
|
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/solver/types/ |
NoOpConverter.kt | 24 * Yes, we need this when user input is the same as the desired output.
|
/hardware/libhardware/modules/camera/3_4/ |
v4l2_camera_hal.cpp | 64 std::string desired = "video"; local 65 size_t len = desired.size(); 66 if (strncmp(desired.c_str(), ent->d_name, len) == 0) { 152 // the desired camera actually does support flash.
|
v4l2_wrapper_mock.h | 37 int(uint32_t control_id, int32_t desired, int32_t* result));
|
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/ |
WallpaperUtils.java | 46 // desired width and desired height of the wallpaper. 90 // Only live wallpapers care about desired size. Update the size to what launcher expects. 116 // To find out the desired width at different aspect ratios, we use the following two
|
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/ |
FixedAspectSurfaceView.java | 28 * A SurfaceView that maintains its aspect ratio to be a desired target value. 41 * Desired width/height ratio 58 * Set the desired aspect ratio for this view. 60 * @param aspect the desired width/height ratio in the current UI orientation. Must be a
|
/prebuilts/go/darwin-x86/src/internal/syscall/windows/registry/ |
syscall.go | 24 //sys regCreateKeyEx(key syscall.Handle, subkey *uint16, reserved uint32, class *uint16, options uint32, desired uint32, sa *syscall.SecurityAttributes, result *syscall.Handle, disposition *uint32) (regerrno error) = advapi32.RegCreateKeyExW
|
/prebuilts/go/linux-x86/src/internal/syscall/windows/registry/ |
syscall.go | 24 //sys regCreateKeyEx(key syscall.Handle, subkey *uint16, reserved uint32, class *uint16, options uint32, desired uint32, sa *syscall.SecurityAttributes, result *syscall.Handle, disposition *uint32) (regerrno error) = advapi32.RegCreateKeyExW
|
/prebuilts/jdk/jdk8/darwin-x86/sample/lambda/BulkDataOperations/ |
index.html | 34 Produces a password of desired length. For more information see
|
/prebuilts/jdk/jdk8/linux-x86/sample/lambda/BulkDataOperations/ |
index.html | 34 Produces a password of desired length. For more information see
|
/system/chre/build/ |
common.mk | 13 $(error "The OUTPUT_NAME variable must be set to the name of the desired \
|
/system/tools/aidl/ |
io_delegate_unittest.cpp | 38 // Should find our desired file at the end of |absolute_path|
|
/external/compiler-rt/lib/builtins/ |
atomic.c | 189 /// to the value at *expected, then this copies value at *desired to *ptr. If 194 void *desired, int success, int failure) { 197 *(type*)desired, success, failure) 203 memcpy(ptr, desired, size); 283 int __atomic_compare_exchange_##n(type *ptr, type *expected, type desired,\ 286 return __c11_atomic_compare_exchange_strong((_Atomic(type)*)ptr, expected, desired,\ 291 *ptr = desired;\
|
/external/libcxx/www/ |
atomic_design_a.html | 74 void __atomic_store(type* atomic_obj, type desired, int mem_ord); 78 type __atomic_exchange(type* atomic_obj, type desired, int mem_ord); 86 type* expected, type desired, 95 type* expected, type desired, 138 If desired the intrinsics taking a single <tt>mem_ord</tt> parameter can default 143 If desired the intrinsics taking two ordering parameters can default 166 purpose is to document the desired semantics of each operation, assuming
|
/frameworks/base/core/java/android/os/ |
Bundle.java | 739 * no mapping of the desired type exists for the given key. 751 * no mapping of the desired type exists for the given key. 764 * no mapping of the desired type exists for the given key. 776 * no mapping of the desired type exists for the given key. 789 * no mapping of the desired type exists for the given key. 801 * no mapping of the desired type exists for the given key. 814 * no mapping of the desired type exists for the given key. 826 * no mapping of the desired type exists for the given key. 839 * no mapping of the desired type exists for the given key or a null 853 * no mapping of the desired type exists for the given key or if a nul [all...] |
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/www/ |
atomic_design_a.html | 74 void __atomic_store(type* atomic_obj, type desired, int mem_ord); 78 type __atomic_exchange(type* atomic_obj, type desired, int mem_ord); 86 type* expected, type desired, 95 type* expected, type desired, 138 If desired the intrinsics taking a single <tt>mem_ord</tt> parameter can default 143 If desired the intrinsics taking two ordering parameters can default 166 purpose is to document the desired semantics of each operation, assuming
|
/external/webrtc/talk/media/base/ |
videocapturer.h | 147 // Get the best capture format for the desired format. The best format is the 152 // that for HD, the desired format is always 16x9. The subclasses can override 155 // desired: the input desired format. If desired.fourcc is not kAnyFourcc, 159 // Return false if there is no such a best format, that is, the desired format 161 virtual bool GetBestCaptureFormat(const VideoFormat& desired, 181 // Sets the desired aspect ratio. If the capturer is capturing at another 322 // Get the distance between the desired format and the supported format. 325 int64_t GetFormatDistance(const VideoFormat& desired, [all...] |
/external/autotest/frontend/ |
database_settings_helper.py | 14 desired database type, should be obtained from the setting with the next lower 45 @param config_key: The string key associated with the desired config value. 67 @param config_key: The string key associated with the desired config value. 93 @param config_key: The string key associated with the desired config value. 117 @param config_key: The string key associated with the desired config value.
|
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/ |
ResizingTextView.java | 149 * @return desired adjustment to top padding for resized text 156 * Set the desired adjustment to top padding for resized text. 168 * @return desired adjustment to bottom padding for resized text 175 * Set the desired adjustment to bottom padding for resized text. 232 // Check for other desired adjustments in addition to the text size
|
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/ |
SDL_audio.h | 245 * This function opens the audio device with the desired parameters, and 253 * When filling in the desired audio spec structure, 254 * - \c desired->freq should be the desired audio frequency in samples-per- 256 * - \c desired->format should be the desired audio format. 257 * - \c desired->samples is the desired size of the audio buffer, in 267 * - \c desired->size is the size in bytes of the audio buffer, and is 269 * - \c desired->silence is the value used to set the buffer to silence [all...] |
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/ |
SDL_audio.h | 245 * This function opens the audio device with the desired parameters, and 253 * When filling in the desired audio spec structure, 254 * - \c desired->freq should be the desired audio frequency in samples-per- 256 * - \c desired->format should be the desired audio format. 257 * - \c desired->samples is the desired size of the audio buffer, in 267 * - \c desired->size is the size in bytes of the audio buffer, and is 269 * - \c desired->silence is the value used to set the buffer to silence [all...] |
/prebuilts/misc/windows/sdl2/include/ |
SDL_audio.h | 245 * This function opens the audio device with the desired parameters, and 253 * When filling in the desired audio spec structure, 254 * - \c desired->freq should be the desired audio frequency in samples-per- 256 * - \c desired->format should be the desired audio format. 257 * - \c desired->samples is the desired size of the audio buffer, in 267 * - \c desired->size is the size in bytes of the audio buffer, and is 269 * - \c desired->silence is the value used to set the buffer to silence [all...] |
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/ |
SDL_audio.h | 245 * This function opens the audio device with the desired parameters, and 253 * When filling in the desired audio spec structure, 254 * - \c desired->freq should be the desired audio frequency in samples-per- 256 * - \c desired->format should be the desired audio format. 257 * - \c desired->samples is the desired size of the audio buffer, in 267 * - \c desired->size is the size in bytes of the audio buffer, and is 269 * - \c desired->silence is the value used to set the buffer to silence [all...] |