HomeSort by relevance Sort by last modified time
    Searched defs:MIXED (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/pdfium/fxbarcode/pdf417/
BC_PDF417HighLevelEncoder.h 36 static int32_t MIXED[128];
BC_PDF417HighLevelEncoder.cpp 49 int32_t CBC_PDF417HighLevelEncoder::MIXED[128] = {0};
128 for (size_t l = 0; l < FX_ArraySize(MIXED); ++l)
129 MIXED[l] = -1;
134 MIXED[b] = i;
204 tmp += MIXED[ch];
328 return MIXED[ch] != -1;
  /packages/services/Car/car-lib/src/android/car/
VehiclePropertyType.java 39 public static final int MIXED = 0x00e00000;
57 MIXED,
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
MultipartBuilder.java 33 * The "mixed" subtype of "multipart" is intended for use when the body
36 * treated as being of subtype "mixed".
38 public static final MediaType MIXED = MediaType.parse("multipart/mixed");
42 * "multipart/mixed", but the semantics are different. In particular, each
48 * This type is syntactically identical to "multipart/mixed", but the
56 * This type is syntactically identical to "multipart/mixed", but the
75 private MediaType type = MIXED;
96 * Set the MIME type. Expected values for {@code type} are {@link #MIXED} (the
  /frameworks/av/services/audioflinger/
FastMixer.h 76 enum {UNDEFINED, MIXED, ZEROED} mMixerBufferState;
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
Bidi.java 74 * <li>{@link #MIXED}
295 * if (direction != Bidi.MIXED) {
304 * // mixed-directional
528 * Mixed-directional text.
531 public static final byte MIXED = 2;
    [all...]
  /external/mesa3d/src/compiler/glsl/
opt_minmax.cpp 52 MIXED
89 * MIXED if some vector components of `a' are strictly lower than of `b' while
151 return MIXED;
155 /* It is not mixed, but it is not strictly lower or greater */
208 if (ret == MIXED)
223 if (ret == MIXED)
349 if (cr >= EQUAL && cr != MIXED)
358 if (cr > EQUAL && cr != MIXED)
392 } else if (cr == MIXED) {
393 /* If we have mixed vector operands, we can try to resolve the minma
    [all...]
  /external/testng/src/main/java/org/testng/
CommandLineArgs.java 39 public static final String MIXED = "-mixed";
40 @Parameter(names = MIXED, description ="Mixed mode - autodetect the type of current test" +
42 public Boolean mixed = Boolean.FALSE; field in class:CommandLineArgs
  /external/owasp/sanitizer/src/main/org/owasp/html/
TagBalancingHtmlStreamEventReceiver.java 302 MIXED,
557 ElementGroup.MIXED
821 ElementGroup.INLINE_MINUS_A, ElementGroup.MIXED,
    [all...]
  /tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
hostapd_constants.py 23 MIXED = 3
69 # mixed international support.
112 MODE_11N_MIXED = 'n-mixed'
114 MODE_11AC_MIXED = 'ac-mixed'
  /external/llvm/tools/sancov/
sancov.cc 666 MIXED = 3
723 (I->second.size() == P.second.size()) ? COVERED : MIXED;
1005 case SourceCoverageData::MIXED:
1006 OS << "class=mixed";
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Bidi.java 82 * <li>{@link #MIXED}
303 * if (direction != Bidi.MIXED) {
312 * // mixed-directional
494 * If the text is not mixed-directional, then the
668 * Mixed-directional text.
673 public static final byte MIXED = 2;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Bidi.java 81 * <li>{@link #MIXED}
302 * if (direction != Bidi.MIXED) {
311 * // mixed-directional
493 * If the text is not mixed-directional, then the
674 * Mixed-directional text.
680 public static final byte MIXED = 2;
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.3.0/
testutils-25.3.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.3.0-beta1/
testutils-25.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.3.0-beta2/
testutils-25.3.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.3.0-beta3/
testutils-25.3.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.3.0-beta4/
testutils-25.3.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.3.1/
testutils-25.3.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.3.3/
testutils-25.3.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.4.0-alpha1/
testutils-25.4.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.4.0-alpha3/
testutils-25.4.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.4.0-alpha5/
testutils-25.4.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.4.0-alpha6/
testutils-25.4.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.4.0-alpha7/
testutils-25.4.0-alpha7.jar 

Completed in 209 milliseconds

1 2 3