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

1 2

  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417HighLevelEncoder.h 35 static int32_t MIXED[128];
BC_PDF417DecodedBitStreamParser.h 27 enum Mode { ALPHA, LOWER, MIXED, PUNCT, ALPHA_SHIFT, PUNCT_SHIFT };
BC_PDF417HighLevelEncoder.cpp 48 int32_t CBC_PDF417HighLevelEncoder::MIXED[128] = {0};
128 for (l = 0; l < sizeof(MIXED) / sizeof(MIXED[0]); l++) {
129 MIXED[l] = -1;
134 MIXED[b] = i;
208 tmp += MIXED[ch];
332 return MIXED[ch] != -1;
  /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 78 enum {UNDEFINED, MIXED, ZEROED} mMixerBufferState;
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
Bidi.java 72 * <li>{@link #MIXED}
293 * if (direction != Bidi.MIXED) {
302 * // mixed-directional
526 * Mixed-directional text.
529 public static final byte MIXED = 2;
    [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...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Bidi.java 80 * <li>{@link #MIXED}
301 * if (direction != Bidi.MIXED) {
310 * // mixed-directional
491 * If the text is not mixed-directional, then the
666 * Mixed-directional text.
671 public static final byte MIXED = 2;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Bidi.java 79 * <li>{@link #MIXED}
300 * if (direction != Bidi.MIXED) {
309 * // mixed-directional
491 * If the text is not mixed-directional, then the
673 * Mixed-directional text.
679 public static final byte MIXED = 2;
    [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-user.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 8451 milliseconds

1 2