HomeSort by relevance Sort by last modified time
    Searched full:preferred (Results 1 - 25 of 3114) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/Assembler/
invalid-datalayout14.ll 3 ; CHECK: Preferred alignment cannot be less than the ABI alignment
invalid-datalayout15.ll 3 ; CHECK: Invalid preferred alignment, must be a 16bit integer
invalid-datalayout18.ll 3 ; CHECK: Preferred alignment cannot be less than the ABI alignment
invalid-datalayout21.ll 5 ; CHECK: Pointer preferred alignment must be a power of 2
invalid-datalayout24.ll 5 ; CHECK: Invalid preferred alignment, must be a power of 2
  /external/llvm/test/CodeGen/MIR/X86/
simple-register-allocation-hints.mir 19 # CHECK-NEXT: - { id: 1, class: gr32, preferred-register: '%esi' }
20 # CHECK-NEXT: - { id: 2, class: gr32, preferred-register: '%edi' }
23 - { id: 1, class: gr32, preferred-register: '%esi' }
24 - { id: 2, class: gr32, preferred-register: '%edi' }
  /external/llvm/test/CodeGen/X86/
alignment.ll 3 ; This cannot get rounded up to the preferred alignment (16) if they have an
13 ; Common variables should not get rounded up to the preferred alignment (16) if
27 ; This cannot get rounded up to the preferred alignment (16) if they have an
36 ; Common variables should not get rounded up to the preferred alignment (16) if
  /build/core/
executable.mk 45 # check if preferred arch is supported
55 # check if preferred arch was not supported or asked to build both
59 # check if the non-preferred arch is the primary or secondary
66 # check if non-preferred arch is supported
69 # non-preferred arch is supported
package.mk 10 # the preferred if its supported, otherwise the non-preferred.
52 # check if preferred arch is supported
58 # check if the non-preferred arch is the primary or secondary
65 # check if non-preferred arch is supported
  /frameworks/base/rs/java/android/renderscript/
RenderScriptGL.java 48 * The configuration is described by pairs of minimum and preferred bit
93 throw new RSIllegalArgumentException("preferred must be >= Minimum.");
103 * @param preferred
105 public void setColor(int minimum, int preferred) {
106 validateRange(minimum, preferred, 5, 8);
108 mColorPref = preferred;
117 * @param preferred
119 public void setAlpha(int minimum, int preferred) {
120 validateRange(minimum, preferred, 0, 8);
122 mAlphaPref = preferred;
    [all...]
  /external/selinux/libselinux/src/
policy.h 18 /* Preferred selinux mount location */
  /libcore/ojluni/src/main/java/sun/net/www/protocol/http/
AuthenticationHeader.java 82 HeaderParser preferred; field in class:AuthenticationHeader
116 * parse a set of authentication headers and choose the preferred scheme
144 * preferred scheme that we support will be used.
221 preferred = v.parser;
227 * return a header parser containing the preferred authentication scheme (only).
228 * The preferred scheme is the strongest of the schemes proposed by the server.
232 return preferred;
236 * return the name of the preferred scheme
239 if (preferred != null) {
240 return preferred.findKey(0)
    [all...]
  /external/autotest/client/site_tests/network_ChromeCellularEndToEnd/
control 17 * Ethernet is preferred over Cellular when both are connected.
  /external/autotest/client/site_tests/network_ModemManagerSMS/src/
fake-icera 6 # Set/get the preferred system (GSM/WCDMA) "5,2" is "dual-mode, packet
  /external/autotest/client/site_tests/network_ModemManagerSMSSignal/src/
fake-icera 6 # Set/get the preferred system (GSM/WCDMA) "5,2" is "dual-mode, packet
  /external/clang/test/CodeGen/
align-param.c 3 // The preferred alignment for a long long on x86-32 is 8; make sure the
  /external/icu/icu4c/source/config/
icu-config-top 12 # Note: it's preferred to use the .pc files rather than icu-config.
  /external/libselinux/src/
policy.h 15 /* Preferred selinuxfs mount point directory paths. */
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PPreferredServiceHeader.java 35 * PPreferredService = "P-Preferred-Service"
48 * Egs: P-Preferred-Service: urn:urn-7:3gpp-service.exampletelephony.version1
49 * P-Preferred-Service: urn:urn-7:3gpp-application.exampletelephony.version1
54 public static final String NAME = "P-Preferred-Service";
  /external/strace/
.mailmap 1 # Map git author names and email addresses to canonical/preferred form.
  /external/valgrind/memcheck/tests/
strchr.c 6 // gets preferred, ie. 'index' and 'rindex'.
  /developers/build/prebuilts/gradle/DeviceOwner/Application/src/main/res/values/
strings.xml 31 <string name="set_as_preferred">Set as preferred</string>
32 <string name="clear_preferred">Clear preferred</string>
  /developers/samples/android/admin/DeviceOwner/Application/src/main/res/values/
strings.xml 31 <string name="set_as_preferred">Set as preferred</string>
32 <string name="clear_preferred">Clear preferred</string>
  /development/samples/browseable/DeviceOwner/res/values/
strings.xml 31 <string name="set_as_preferred">Set as preferred</string>
32 <string name="clear_preferred">Clear preferred</string>
  /external/e2fsprogs/lib/quota/
quotaio_v2.h 43 u_int64_t dqb_isoftlimit; /* preferred inode limit */
47 u_int64_t dqb_bsoftlimit; /* preferred limit on disk space

Completed in 788 milliseconds

1 2 3 4 5 6 7 8 91011>>