| /external/llvm/lib/IR/ |
| DataLayout.cpp | 104 assert(abi_align <= pref_align && "Preferred alignment worse than ABI!"); 131 assert(ABIAlign <= PrefAlign && "Preferred alignment worse than ABI!"); 276 // Preferred alignment. 283 "Pointer preferred alignment must be a power of 2"); 320 // Preferred alignment. 405 report_fatal_error("Invalid preferred alignment, must be a 16bit integer"); 409 report_fatal_error("Invalid preferred alignment, must be a power of 2"); 413 "Preferred alignment cannot be less than the ABI alignment"); 418 // Update the abi, preferred alignments. 442 "Preferred alignment cannot be less than the ABI alignment") [all...] |
| /packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
| RegisteredAidCache.java | 234 * 1) If there is a preferred foreground service, that service wins 235 * 2) Else, if there is a preferred payment service, that service wins 280 if (DBG) Log.d(TAG, "resolveAidLocked: DECISION: routing to foreground preferred " + 284 // 2nd priority: if there is a preferred payment service, 332 // 1. A service registering the root AID is the current foreground preferred 334 // no child is the current foreground preferred 354 "preferred, ignoring prefix."); 373 "default or foreground preferred, ignoring prefix."); 376 // No children that are preferred; add all services of the root 646 // host, so we can ask the user which service is preferred [all...] |
| /external/dng_sdk/source/ |
| dng_host.h | 79 // What is the preferred size for a preview image? This can 228 /// Setter for the preferred preview size. 229 /// \param size Preferred pixel size (long side of image). 236 /// Getter for the preferred preview size. 273 /// Makes sures minimum, preferred, and maximum sizes are reasonable.
|
| /external/snakeyaml/src/main/java/org/yaml/snakeyaml/ |
| DumperOptions.java | 281 * Specify the preferred width to emit scalars. When the scalar 282 * representation takes more then the preferred with the scalar will be 286 * the preferred width for scalars. 297 * Specify whether to split lines exceeding preferred width for 301 * whether to split lines exceeding preferred width for scalars.
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
| ThemeMenuAction.java | 109 String preferred = configuration.computePreferredTheme(); local 110 if (preferred != null && !preferred.equals(currentTheme)) { 112 ResourceHelper.styleToTheme(preferred), 113 preferred, false /* selected */));
|
| ConfigurationDescription.java | 322 /** Returns the preferred theme, or null */ 349 String preferred = defaultTheme; local 357 preferred = attributes.getTheme(); 360 if (preferred == null) { 361 preferred = defaultTheme; 363 theme = preferred; 366 return preferred;
|
| /frameworks/base/core/java/android/app/ |
| Presentation.java | 78 * or when the preferred presentation display of a route changes. 80 * a presentation on the preferred presentation display automatically. 82 * The preferred presentation display is the display that the media router recommends 84 * Sometimes there may not be a preferred presentation display in which 87 * Here's how to use the media router to create and show a presentation on the preferred 130 * // which is the one the system recommends as the preferred presentation display. 144 * video routes and how to obtain the preferred presentation display for the
|
| /toolchain/binutils/binutils-2.27/opcodes/ |
| aarch64-gen.c | 688 preferred order. */ 697 const aarch64_opcode *preferred[max_num_aliases + 1]; local 704 preferred[i++] = opcode; 716 preferred[i++] = ent; 728 printf ("%s, ", preferred[m]->name); 735 /* Sort preferred array according to the priority (from the lowest to the 745 t = preferred [k+1]; 746 if (opcode_priority (t) < opcode_priority (preferred [k])) 748 preferred [k+1] = preferred [k] [all...] |
| /external/wpa_supplicant_8/src/p2p/ |
| p2p_go_neg.c | 451 p2p_dbg(p2p, "Pick highest preferred channel (op_class %u channel %u) from intersection", 563 "Peer didn't provide a preferred frequency list, see if any of our preferred channels are supported by peer device"); 566 * Search for a common channel in our preferred frequency list which is 591 "Freq %d MHz is a preferred channel and is also supported by peer, use it as the operating channel", 595 "None of our preferred channels are supported by peer!"); 610 * Peer device supports a Preferred Frequency List. 611 * Search for a common channel in the preferred frequency lists 635 "Freq %d MHz is a common preferred channel for both peer and local, use it as operating channel", 638 p2p_dbg(p2p, "No common preferred channels found!") [all...] |
| /tools/test/connectivity/acts/tests/google/tel/live/ |
| TelWifiVoiceTest.py | [all...] |
| /external/llvm/lib/Target/WebAssembly/ |
| WebAssemblyCFGStackify.cpp | 154 // We use two ready lists; Preferred and Ready. Preferred has recently 159 Preferred; 189 Preferred.push(Succ); 191 // Determine the block to follow MBB. First try to find a preferred block, 194 while (!Preferred.empty()) { 195 Next = Preferred.top(); 196 Preferred.pop(); 206 // loop-rotated above the header, it's not preferred. 216 // If we didn't find a suitable block in the Preferred list, check th [all...] |
| /frameworks/base/core/java/android/hardware/radio/ |
| ProgramSelector.java | 367 * Creates an equivalent ProgramSelector with a given secondary identifier preferred. 372 * preferred ensemble though, so the radio hardware may try to use it in the first place. 376 * Setting the given secondary identifier as preferred means filtering out other secondary 379 * @param preferred preferred secondary identifier 380 * @return a new ProgramSelector with a given secondary identifier preferred 382 public @NonNull ProgramSelector withSecondaryPreferred(@NonNull Identifier preferred) { 383 int preferredType = preferred.getType(); 387 // add preferred identifier instead 388 Stream.of(preferred)).toArray(Identifier[]::new) [all...] |
| /hardware/ril/reference-ril/ |
| reference-ril.c | 91 // Preferred mode bitmask. This is actually 4 byte-sized bitmasks with different priority values, 99 // a preferred mode of GSM, WCDMA, CDMA, and EvDo in which all are equally preferrable, whereas 100 // 0x00000201 represents a mode with GSM and WCDMA, in which WCDMA is preferred over GSM 266 static int query_ctec(ModemInfo *mdm, int *current, int32_t *preferred); 267 static int parse_technology_response(const char *response, int *current, int32_t *preferred); 1096 int32_t preferred = net2pmask[value]; local 1138 int preferred; local 3348 int32_t preferred; local [all...] |
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/ |
| PlatformClass.py | 79 # @var Preferred: To store value for Preferred
86 self.Preferred = False
97 # @var Preferred: To store value for Preferred
104 self.Preferred = False
|
| /packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
| BluetoothDetailsProfilesControllerTest.java | 149 public void setPreferred(BluetoothDevice device, boolean preferred) { 150 mPreferred.put(device, preferred); 263 // Clicking the pref should cause the profile to become not-preferred. 272 // Clicking the pref again should make the profile once again preferred. 354 private A2dpProfile addMockA2dpProfile(boolean preferred, boolean supportsHighQualityAudio, 363 when(profile.isPreferred(mDevice)).thenReturn(preferred);
|
| /system/bt/stack/include/ |
| btm_ble_api.h | 439 * Description Set a peripheral's preferred connection parameters. When 445 * min_conn_int - minimum preferred connection interval 446 * max_conn_int - maximum preferred connection interval 447 * slave_latency - preferred slave latency 448 * supervision_tout - preferred supervision timeout [all...] |
| /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/ |
| README | 47 1. Unzip the distribution kit to your preferred location.
111 1. Unzip the distribution kit to your preferred location.
143 1. Unzip the distribution kit to your preferred location.
|
| /external/ImageMagick/utilities/ |
| display.1 | 37 \-geometry geometry preferred size and location of the Image window 84 \-colors value preferred number of colors in the image 86 \-crop geometry preferred size and location of the cropped image
|
| display.1.in | 37 \-geometry geometry preferred size and location of the Image window 84 \-colors value preferred number of colors in the image 86 \-crop geometry preferred size and location of the cropped image
|
| montage.1 | 21 \-colors value preferred number of colors in the image 42 \-geometry geometry preferred tile and border sizes 98 \-crop geometry preferred size and location of the cropped image
|
| montage.1.in | 21 \-colors value preferred number of colors in the image 42 \-geometry geometry preferred tile and border sizes 98 \-crop geometry preferred size and location of the cropped image
|
| /external/kernel-headers/original/uapi/linux/ |
| dqblk_xfs.h | 59 __u64 d_blk_softlimit;/* preferred limit on disk blks */ 61 __u64 d_ino_softlimit;/* preferred inode limit */ 71 __u64 d_rtb_softlimit;/* preferred limit on RT disk blks */
|
| /external/mockftpserver/MockFtpServer/ |
| MockFtpServer.ipr | 178 <preferred-size width="150" height="-1" />
183 <preferred-size width="150" height="-1" />
188 <preferred-size width="150" height="-1" />
193 <preferred-size width="150" height="50" />
198 <preferred-size width="150" height="50" />
203 <preferred-size width="150" height="50" />
211 <preferred-size width="150" height="50" />
216 <preferred-size width="150" height="50" />
221 <preferred-size width="150" height="50" />
226 <preferred-size width="200" height="200" /> [all...] |
| /external/nist-sip/java/gov/nist/javax/sip/header/ |
| HeaderFactoryExt.java | 152 * P-Preferred-Identity header 154 * @return newly created P-Preferred-Identity header 260 * @return The newly created P-Preferred-Service Header.
|
| /external/v8/src/compiler/ |
| representation-change.h | 112 // is the preferred representation. For conversions that will require 116 // to the preferred representation. The preferred representation might be
|