/frameworks/support/mediarouter/src/main/res/values/ |
dimens.xml | 20 <!-- The platform's desired fixed width for a dialog along the major axis 23 <!-- The platform's desired fixed width for a dialog along the minor axis
|
/external/autotest/server/site_tests/firmware_ECCharging/ |
firmware_ECCharging.py | 35 """Get battery desired voltage value.""" 37 ["V-desired:\s+0x[0-9a-f]*\s+=\s+(\d+)\s+mV"])[0][1]) 38 logging.info("Battery desired voltage = %d mV", voltage) 43 """Get battery desired current value.""" 45 ["I-desired:\s+0x[0-9a-f]*\s+=\s+(\d+)\s+mA"])[0][1]) 46 logging.info("Battery desired current = %d mA", current)
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/ |
BitmapPool.java | 74 * @param width The width in pixels of the desired {@link android.graphics.Bitmap}. 75 * @param height The height in pixels of the desired {@link android.graphics.Bitmap}. 76 * @param config The {@link android.graphics.Bitmap.Config} of the desired {@link android.graphics.Bitmap}. 92 * @param width The width in pixels of the desired {@link android.graphics.Bitmap}. 93 * @param height The height in pixels of the desired {@link android.graphics.Bitmap}. 94 * @param config The {@link android.graphics.Bitmap.Config} of the desired {@link android.graphics.Bitmap}.
|
/external/spirv-llvm/test/SPIRV/transcoding/ |
AtomicCompareExchange_cl20.ll | 18 ; CHECK: call spir_func i1 @_Z39atomic_compare_exchange_strong_explicit{{.*}}(i32 {{.*}}* %object, i32* [[PTR_STRONG]], i32 %desired, i32 4, i32 4, i32 2) 25 ; CHECK: call spir_func i1 @_Z37atomic_compare_exchange_weak_explicitPVU3AS4U7_AtomiciPiiiii{{.*}}(i32 {{.*}}* %object, i32* [[PTR_WEAK]], i32 %desired, i32 4, i32 4, i32 2) 38 define spir_func void @test_strong(i32 addrspace(4)* %object, i32 addrspace(4)* %expected, i32 %desired) #0 { 40 %call = tail call spir_func zeroext i1 @_Z30atomic_compare_exchange_strongPVU3AS4U7_AtomiciPU3AS4ii(i32 addrspace(4)* %object, i32 addrspace(4)* %expected, i32 %desired) #2 47 define spir_func void @test_weak(i32 addrspace(4)* %object, i32 addrspace(4)* %expected, i32 %desired) #0 { 49 %call2 = tail call spir_func zeroext i1 @_Z28atomic_compare_exchange_weakPVU3AS4U7_AtomiciPU3AS4ii(i32 addrspace(4)* %object, i32 addrspace(4)* %expected, i32 %desired) #2
|
/frameworks/support/v7/appcompat/res/values/ |
dimens.xml | 38 <!-- The platform's desired fixed width for a dialog along the major axis 41 <!-- The platform's desired fixed width for a dialog along the minor axis 44 <!-- The platform's desired fixed height for a dialog along the major axis 47 <!-- The platform's desired fixed height for a dialog along the minor axis 84 <!-- The platform's desired minimum size for a dialog's width when it 89 <!-- The platform's desired minimum size for a dialog's width when it
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/ |
MenuHelper.java | 53 * @param rowTitleResId the resource id of the string in the desired row title. 54 * @param itemTextResId the resource id of the string in the desired item. 77 * @param rowTitleResId the resource id of the string in the desired row title. 113 * @param itemTextResId the resource id of the string in the desired item. 156 * @param rowTitleResId the resource id of the string in the desired row title. 157 * @param itemTextResId the resource id of the string in the desired item.
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
XLocaleDistance.java | 447 public int getDistance(String desired, String supported, Output<DistanceTable> distanceTable, boolean starEquals) { 449 Map<String, DistanceNode> sub2 = subtables.get(desired); 454 DistanceNode value = sub2.get(supported); // <*/desired, supported> 456 value = sub2.get(ANY); // <*/desired, *> 469 return starEquals && star && desired.equals(supported) ? 0 : value.distance; 483 DistanceNode addSubtable(String desired, String supported, int distance) { 484 Map<String, DistanceNode> sub2 = subtables.get(desired); 486 subtables.put(desired, sub2 = newMap()); 501 private DistanceNode getNode(String desired, String supported) { 502 Map<String, DistanceNode> sub2 = subtables.get(desired); 647 String desired = e1.getKey(); local 889 List<String> desired = bar.splitToList(desiredRaw); external variable declarations 903 List<String> desired = item2.get0(); external variable declarations [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
XLocaleDistance.java | 443 public int getDistance(String desired, String supported, Output<DistanceTable> distanceTable, boolean starEquals) { 445 Map<String, DistanceNode> sub2 = subtables.get(desired); 450 DistanceNode value = sub2.get(supported); // <*/desired, supported> 452 value = sub2.get(ANY); // <*/desired, *> 465 return starEquals && star && desired.equals(supported) ? 0 : value.distance; 479 DistanceNode addSubtable(String desired, String supported, int distance) { 480 Map<String, DistanceNode> sub2 = subtables.get(desired); 482 subtables.put(desired, sub2 = newMap()); 497 private DistanceNode getNode(String desired, String supported) { 498 Map<String, DistanceNode> sub2 = subtables.get(desired); 643 String desired = e1.getKey(); local 885 List<String> desired = bar.splitToList(desiredRaw); external variable declarations 899 List<String> desired = item2.get0(); external variable declarations [all...] |
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
nacl-atomic-errors.ll | 131 i32 %desired) { 135 i32 %desired, i32 0, i32 6) 141 i32 %desired) { 145 i32 %desired, i32 6, i32 0) 151 i64 %desired) { 155 i64 %desired, i32 4, i32 1) 209 i32 %desired) { 213 i32 %desired, i32 %iptr, i32 6) 219 i32 %desired) { 223 i32 %desired, i32 6, i32 %iptr [all...] |
/frameworks/base/core/java/com/android/internal/inputmethod/ |
LocaleUtils.java | 43 * Calculates a matching score for the single desired locale. 48 * @param desired The locale preferred by user. 53 @NonNull final ULocale desired) { 54 // Assuming supported/desired is fully expanded. 55 if (supported.equals(desired)) { 62 if (supportedScript.isEmpty() || !supportedScript.equals(desired.getScript())) { 68 if (supportedCountry.isEmpty() || !supportedCountry.equals(desired.getCountry())) {
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
BitmapUtil.java | 66 * Decode an image into a Bitmap, using sub-sampling if the desired dimensions call for it. 70 * @param w desired width in px 71 * @param h desired height in px 91 * @param w desired width in px 92 * @param h desired height in px 120 * @param w desired width in px 121 * @param h desired height in px
|
/external/skia/include/private/ |
SkAtomics.h | 39 bool sk_atomic_compare_exchange(T*, T* expected, T desired, 83 bool compare_exchange(T* expected, const T& desired, 86 return sk_atomic_compare_exchange(&fVal, expected, desired, success, failure); 128 bool sk_atomic_compare_exchange(T* ptr, T* expected, T desired, 138 return std::atomic_compare_exchange_strong_explicit(ap, expected, desired,
|
/external/skqp/include/private/ |
SkAtomics.h | 39 bool sk_atomic_compare_exchange(T*, T* expected, T desired, 83 bool compare_exchange(T* expected, const T& desired, 86 return sk_atomic_compare_exchange(&fVal, expected, desired, success, failure); 128 bool sk_atomic_compare_exchange(T* ptr, T* expected, T desired, 138 return std::atomic_compare_exchange_strong_explicit(ap, expected, desired,
|
/frameworks/av/media/libeffects/testlibs/ |
AudioFormatAdapter.h | 57 // pcmFormat The desired input/output sample format. 58 // behavior The desired behavior (overwrite or accumulate). 111 // The desired PCM format. 113 // The desired buffer behavior. 142 // output buffer, converting to the desired format and buffer behavior.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/ |
tags.h | 57 * @param __num_threads Desired number of threads. */ 61 /** @brief Find out desired number of threads. 62 * @return Desired number of threads. */ 71 /** @brief Set the desired number of threads. 72 * @param __num_threads Desired number of threads. */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/ |
tags.h | 57 * @param __num_threads Desired number of threads. */ 61 /** @brief Find out desired number of threads. 62 * @return Desired number of threads. */ 71 /** @brief Set the desired number of threads. 72 * @param __num_threads Desired number of threads. */
|
/system/bt/stack/include/ |
a2dp_sbc_up_sample.h | 53 * This function converts it to audio data in the desired 82 * This function converts it to audio data in the desired 104 * This function converts it to audio data in the desired 126 * This function converts it to audio data in the desired 148 * This function converts it to audio data in the desired
|
/external/clang/test/OpenMP/ |
atomic_update_codegen.cpp | 104 // CHECK: [[DESIRED:%.+]] = trunc i32 [[ADD]] to i16 105 // CHECK: store i16 [[DESIRED]], i16* [[TEMP:%.+]], 106 // CHECK: [[DESIRED:%.+]] = load i16, i16* [[TEMP]], 107 // CHECK: [[RES:%.+]] = cmpxchg i16* [[X_ADDR]], i16 [[EXPECTED]], i16 [[DESIRED]] monotonic monotonic 119 // CHECK: [[DESIRED:%.+]] = mul nsw i32 [[EXPECTED]], [[EXPR]] 120 // CHECK: store i32 [[DESIRED]], i32* [[TEMP:%.+]], 121 // CHECK: [[DESIRED:%.+]] = load i32, i32* [[TEMP]], 122 // CHECK: [[RES:%.+]] = cmpxchg i32* [[X_ADDR]], i32 [[EXPECTED]], i32 [[DESIRED]] monotonic monotonic 138 // CHECK: [[DESIRED:%.+]] = shl i32 [[EXPECTED]], [[EXPR]] 139 // CHECK: store i32 [[DESIRED]], i32* [[TEMP:%.+]] [all...] |
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
TJDecompressor.java | 227 * decompressor can generate without exceeding the desired image width and 230 * @param desiredWidth desired width (in pixels) of the decompressed image. 235 * @param desiredHeight desired height (in pixels) of the decompressed image. 241 * decompressor can generate without exceeding the desired image width and 262 throw new IllegalArgumentException("Could not scale down to desired image dimensions"); 268 * decompressor can generate without exceeding the desired image width and 271 * @param desiredWidth desired width (in pixels) of the decompressed image. 276 * @param desiredHeight desired height (in pixels) of the decompressed image. 282 * decompressor can generate without exceeding the desired image width and 303 throw new IllegalArgumentException("Could not scale down to desired image dimensions") [all...] |
/frameworks/base/core/java/android/os/ |
BaseBundle.java | 851 * no mapping of the desired type exists for the given key. 887 * no mapping of the desired type exists for the given key. 909 * no mapping of the desired type exists for the given key. 921 * no mapping of the desired type exists for the given key. 943 * no mapping of the desired type exists for the given key. 955 * no mapping of the desired type exists for the given key. 977 * no mapping of the desired type exists for the given key. 989 * no mapping of the desired type exists for the given key. 1011 * no mapping of the desired type exists for the given key. 1023 * no mapping of the desired type exists for the given key [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/ |
GetImage.c | 47 // Read desired section content in NameGuid file
81 // Try reading raw file, since the desired section does not exist
182 // Find desired image in all Fvs
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/ |
GetImage.c | 47 // Read desired section content in NameGuid file
81 // Try reading raw file, since the desired section does not exist
182 // Find desired image in all Fvs
|
/external/autotest/server/site_tests/display_HDCPScreen/ |
display_HDCPScreen.py | 29 (True, 'Desired', 'Enabled', True), 30 (False, 'Desired', 'Desired', False),
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
CompactDecimalFormat.java | 70 * @param locale the desired locale 81 * @param locale the desired locale 91 * @param locale the desired locale
|
/external/llvm/test/Transforms/AtomicExpand/ARM/ |
atomic-expansion-v8.ll | 85 define i8 @test_cmpxchg_i8_seqcst_seqcst(i8* %ptr, i8 %desired, i8 %newval) { 93 ; CHECK: [[SHOULD_STORE:%.*]] = icmp eq i8 [[OLDVAL]], %desired 118 %pairold = cmpxchg i8* %ptr, i8 %desired, i8 %newval seq_cst seq_cst 123 define i16 @test_cmpxchg_i16_seqcst_monotonic(i16* %ptr, i16 %desired, i16 %newval) { 131 ; CHECK: [[SHOULD_STORE:%.*]] = icmp eq i16 [[OLDVAL]], %desired 156 %pairold = cmpxchg i16* %ptr, i16 %desired, i16 %newval seq_cst monotonic 161 define i32 @test_cmpxchg_i32_acquire_acquire(i32* %ptr, i32 %desired, i32 %newval) { 168 ; CHECK: [[SHOULD_STORE:%.*]] = icmp eq i32 [[OLDVAL]], %desired 192 %pairold = cmpxchg i32* %ptr, i32 %desired, i32 %newval acquire acquire 197 define i64 @test_cmpxchg_i64_monotonic_monotonic(i64* %ptr, i64 %desired, i64 %newval) [all...] |