HomeSort by relevance Sort by last modified time
    Searched refs:alternate (Results 1 - 25 of 350) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/
altmac2.d 1 #as: --alternate
3 #name: alternate macro syntax (escape)
5 # Test the alternate macro syntax.
altmacro.d 1 #as: --alternate
3 #name: alternate macro syntax
5 # Test the alternate macro syntax.
  /external/skia/tests/
Float16Test.cpp 77 alternate = is_denorm(h) ? 0.0f : expected; local
81 REPORTER_ASSERT(r, actual == expected || actual == alternate);
102 uint16_t alternate = expected; local
105 alternate = std::signbit(f) ? 0x8000 : 0x0000;
111 actual == alternate || actual == alternate - 1);
  /external/skqp/tests/
Float16Test.cpp 77 alternate = is_denorm(h) ? 0.0f : expected; local
81 REPORTER_ASSERT(r, actual == expected || actual == alternate);
102 uint16_t alternate = expected; local
105 alternate = std::signbit(f) ? 0x8000 : 0x0000;
111 actual == alternate || actual == alternate - 1);
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/arch/
arch.go 120 instructions["JA"] = x86.AJHI /* alternate */
121 instructions["JAE"] = x86.AJCC /* alternate */
122 instructions["JB"] = x86.AJCS /* alternate */
123 instructions["JBE"] = x86.AJLS /* alternate */
124 instructions["JC"] = x86.AJCS /* alternate */
127 instructions["JE"] = x86.AJEQ /* alternate */
129 instructions["JG"] = x86.AJGT /* alternate */
133 instructions["JHS"] = x86.AJCC /* alternate */
134 instructions["JL"] = x86.AJLT /* alternate */
136 instructions["JLO"] = x86.AJCS /* alternate */
    [all...]
  /prebuilts/go/linux-x86/src/cmd/asm/internal/arch/
arch.go 120 instructions["JA"] = x86.AJHI /* alternate */
121 instructions["JAE"] = x86.AJCC /* alternate */
122 instructions["JB"] = x86.AJCS /* alternate */
123 instructions["JBE"] = x86.AJLS /* alternate */
124 instructions["JC"] = x86.AJCS /* alternate */
127 instructions["JE"] = x86.AJEQ /* alternate */
129 instructions["JG"] = x86.AJGT /* alternate */
133 instructions["JHS"] = x86.AJCC /* alternate */
134 instructions["JL"] = x86.AJLT /* alternate */
136 instructions["JLO"] = x86.AJCS /* alternate */
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
VaryingConfiguration.java 112 * Returns the alternate flags for this configuration. Corresponds to
344 State alternate = getNextDeviceState(state); local
346 return alternate;
404 * @param alternate if true, alternate the inherited value
406 public void setAlternateLocale(boolean alternate) {
422 * @param alternate if true, alternate the inherited value
424 public void setAlternateTarget(boolean alternate) {
440 * @param alternate if true, alternate the inherited valu
    [all...]
  /external/libusb/libusb/os/
haiku_usb_backend.cpp 291 command.alternate.config_index = fUSBDevice->ActiveConfigurationIndex();
292 command.alternate.interface_index = inumber;
294 command.alternate.status != B_USB_RAW_STATUS_SUCCESS) {
295 usbi_err(NULL, "Error retrieving active alternate interface");
296 return _errno_to_libusb(command.alternate.status);
298 if (command.alternate.alternate_info == alt) {
299 usbi_dbg("Setting alternate interface successful");
302 command.alternate.alternate_info = alt;
304 command.alternate.status != B_USB_RAW_STATUS_SUCCESS) { //IF IOCTL FAILS DEVICE DISONNECTED PROBABLY
305 usbi_err(NULL, "Error setting alternate interface")
    [all...]
haiku_usb_raw.h 82 } alternate; member in union:__anon25886
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
keywords.c 167 char stringpool_str29[sizeof("alternate")];
215 "alternate",
287 {(int)(long)&((struct stringpool_t *)0)->stringpool_str29, ALTERNATE},
  /libcore/ojluni/src/main/java/java/util/prefs/
Base64.java 46 * Translates the specified byte array into an "alternate representation"
55 private static String byteArrayToBase64(byte[] a, boolean alternate) {
61 char[] intToAlpha = (alternate ? intToAltBase64 : intToBase64);
110 * index values into their "Alternate Base64 Alphabet" equivalents.
112 * This alternate alphabet does not use the capital letters. It is
135 * Translates the specified "alternate representation" Base64 string
139 * if <tt>s</tt> is not a valid alternate representation
146 private static byte[] base64ToByteArray(String s, boolean alternate) {
147 byte[] alphaToInt = (alternate ? altBase64ToInt : base64ToInt);
257 System.out.println("Alternate dismal failure!")
    [all...]
  /compatibility/cdd/9_security-model/
9_4_alternate-execution-environments.md 1 ## 9.4\. Alternate Execution Environments
8 * [C-0-1] Alternate runtimes MUST themselves be Android applications,
12 * [C-0-2] Alternate runtimes MUST NOT be granted access to resources
16 * [C-0-3] Alternate runtimes MUST NOT permit applications to make use of
19 * [C-0-4] Alternate runtimes MUST abide by the Android sandbox model
20 and installed applications using an alternate runtime MUST NOT
24 * [C-0-5] Alternate runtimes MUST NOT launch with, grant, or be granted
27 * [C-0-6] Alternate runtimes MUST NOT be launched with, be granted, or grant
31 * [C-0-7] When the `.apk` files of alternate runtimes are included in the
36 * [C-0-8] When installing applications, alternate runtimes MUST obtai
    [all...]
  /external/apache-http/src/org/apache/commons/codec/language/
DoubleMetaphone.java 83 * Encode a value with Double Metaphone, optionally using the alternate
87 * @param alternate use alternate encode
90 public String doubleMetaphone(String value, boolean alternate) {
194 return alternate ? result.getAlternate() : result.getPrimary();
238 * are equal, optionally using the alternate value.
242 * @param alternate use the alternate value if <code>true</code>.
248 boolean alternate) {
249 return doubleMetaphone(value1, alternate).equals(doubleMetaphon
1038 private StringBuffer alternate = new StringBuffer(getMaxCodeLen()); field in class:DoubleMetaphone.DoubleMetaphoneResult
    [all...]
  /external/icu/icu4c/source/test/intltest/
ssearch.cpp 1380 UnicodeString alternate; local
    [all...]
  /external/autotest/client/cros/
ec.py 207 is_amode_supported: Check if alternate mode is supported by port.
208 is_amode_entered: Check if alternate mode is entered.
209 set_amode: Set an alternate mode.
214 _amodes: holds alternate mode info.
280 """Parse alternate modes from pdgetmode.
336 """Check if alternate mode is supported by port partner.
338 @param svid: alternate mode SVID hexstring (i.e. 0xff01)
348 """Check if alternate mode is entered.
350 @param svid: alternate mode SVID hexstring (i.e. 0xff01).
367 """Set alternate mode
    [all...]
  /system/core/libcutils/tests/
fs_config.cpp 69 std::string alternate = "system/" + prefix; local
86 path = alternate + path.substr(prefix.size());
100 if (android::base::StartsWith(path, alternate)) {
102 path = prefix + path.substr(alternate.size());
  /compatibility/cdd/3_software/
3_10_accessibility.md 6 and system events and generate alternate feedback mechanisms, such as
  /external/python/cpython3/Include/
longobject.h 182 int alternate);
189 int alternate);
  /packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/
common_defines.h 100 alternate, enumerator in enum:__anon53078
  /external/python/cpython3/Python/
formatter_unicode.c 129 int alternate; member in struct:__anon33600
144 printf("internal format spec: alternate %d\n", format->alternate);
182 format->alternate = 0;
210 /* If the next character is #, we're in alternate mode. This only
213 format->alternate = 1;
781 /* alternate is not allowed on strings */
782 if (format->alternate) {
784 "Alternate form (#) not allowed in string format "
884 /* error to request alternate format *
    [all...]
  /packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
AppsAsyncLoader.java 158 UsageStats getGreaterUsageStats(String packageName, UsageStats primary, UsageStats alternate) {
160 long alternateLastUsed = alternate != null ? alternate.getLastTimeUsed() : 0;
174 return (primaryLastUsed > alternateLastUsed) ? primary : alternate;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
formatter.h 134 int alternate; member in struct:__anon4517
150 printf("internal format spec: alternate %d\n", format->alternate);
187 format->alternate = 0;
215 /* If the next character is #, we're in alternate mode. This only
218 format->alternate = 1;
689 /* alternate is not allowed on strings */
690 if (format->alternate) {
692 "Alternate form (#) not allowed in string format "
849 if (format->alternate)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
formatter.h 136 int alternate; member in struct:__anon4862
152 printf("internal format spec: alternate %d\n", format->alternate);
188 format->alternate = 0;
215 /* If the next character is #, we're in alternate mode. This only
218 format->alternate = 1;
689 /* alternate is not allowed on strings */
690 if (format->alternate) {
692 "Alternate form (#) not allowed in string format "
850 if (format->alternate)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
StylesheetPIHandler.java 151 boolean alternate = false; // (yes|no) "no"
252 else if (name.equals("alternate"))
258 alternate = token.substring(1, token.length()
  /external/libavc/common/arm/
ih264_intra_pred_chroma_a9q.s 71 @* UWORD8 pointer to the source containing alternate U and V samples
74 @* UWORD8 pointer to the destination with alternate U and V samples
203 @* UWORD8 pointer to the source containing alternate U and V samples
206 @* UWORD8 pointer to the destination with alternate U and V samples
279 @* UWORD8 pointer to the source containing alternate U and V samples
282 @* UWORD8 pointer to the destination with alternate U and V samples
351 @* UWORD8 pointer to the source containing alternate U and V samples
354 @* UWORD8 pointer to the destination with alternate U and V samples

Completed in 818 milliseconds

1 2 3 4 5 6 7 8 91011>>