Searched defs:PLAIN (Results 1 - 25 of 25) sorted by relevance

/external/apache-http/src/org/apache/http/conn/routing/
H A DRouteInfo.java65 public enum TunnelType { PLAIN, TUNNELLED } enum constant in enum:RouteInfo.TunnelType
80 public enum LayerType { PLAIN, LAYERED } enum constant in enum:RouteInfo.LayerType
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_parse.py37 PLAIN = 'plain' variable
144 if self.layout != PLAIN:
153 if self.layout != PLAIN:
172 if self.layout != PLAIN:
180 if self.layout != PLAIN:
188 if self.layout != PLAIN:
256 if layout == PLAIN:
/external/icu/android_icu4j/src/main/java/android/icu/math/
H A DMathContext.java67 * settings were (<code>0, PLAIN, false, ROUND_HALF_UP</code>).
97 public static final int PLAIN=0; // [no exponent] field in class:MathContext
108 * @see #PLAIN
120 * @see #PLAIN
246 * @see #PLAIN
436 }else if (setform==PLAIN){
465 * {@link #PLAIN}, or
520 * (one of <code>SCIENTIFIC</code>, <code>PLAIN</code>, or
556 formstr="PLAIN";/* form=PLAIN */
[all...]
/external/guice/extensions/persist/src/com/google/inject/persist/jpa/
H A DJpaFinderProxy.java74 if (JpaFinderProxy.ReturnType.PLAIN.equals(finderDescriptor.returnType)) {
238 return JpaFinderProxy.ReturnType.PLAIN;
277 PLAIN, COLLECTION, ARRAY enum constant in enum:JpaFinderProxy.ReturnType
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
H A DMathContext.java66 * settings were (<code>0, PLAIN, false, ROUND_HALF_UP</code>).
98 public static final int PLAIN=0; // [no exponent] field in class:MathContext
109 * @see #PLAIN
122 * @see #PLAIN
257 * @see #PLAIN
452 }else if (setform==PLAIN){
482 * {@link #PLAIN}, or
540 * (one of <code>SCIENTIFIC</code>, <code>PLAIN</code>, or
576 formstr="PLAIN";/* form=PLAIN */
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
H A DMathContext.java66 * settings were (<code>0, PLAIN, false, ROUND_HALF_UP</code>).
98 public static final int PLAIN=0; // [no exponent] field in class:MathContext
109 * @see #PLAIN
122 * @see #PLAIN
257 * @see #PLAIN
452 }else if (setform==PLAIN){
482 * {@link #PLAIN}, or
540 * (one of <code>SCIENTIFIC</code>, <code>PLAIN</code>, or
577 formstr="PLAIN";/* form=PLAIN */
[all...]
/external/okhttp/okhttp-logging-interceptor/src/test/java/com/squareup/okhttp/logging/
H A DHttpLoggingInterceptorTest.java44 private static final MediaType PLAIN = MediaType.parse("text/plain; charset=utf-8"); field in class:HttpLoggingInterceptorTest
128 client.newCall(request().post(RequestBody.create(PLAIN, "Hi?")).build()).execute();
146 .setHeader("Content-Type", PLAIN));
197 Request request = request().post(RequestBody.create(PLAIN, "Hi?")).build();
271 return PLAIN;
314 .setHeader("Content-Type", PLAIN));
422 Request request = request().post(RequestBody.create(PLAIN, "Hi?")).build();
464 .setHeader("Content-Type", PLAIN));
504 .setHeader("Content-Type", PLAIN));
544 .setHeader("Content-Type", PLAIN)
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DRelativeDateTimeFormatter.java60 * fmt.format(Direction.PLAIN, AbsoluteUnit.SUNDAY); // "Sunday"
66 * fmt.format(Direction.PLAIN, AbsoluteUnit.NOW); // "now"
256 PLAIN, enum constant in enum:RelativeDateTimeFormatter.Direction
535 * unit this can occur with NOW which can only take PLAIN.
538 if (unit == AbsoluteUnit.NOW && direction != Direction.PLAIN) {
539 throw new IllegalArgumentException("NOW can only accept direction PLAIN.");
543 if ((direction == Direction.PLAIN) && (AbsoluteUnit.SUNDAY.ordinal() <= unit.ordinal() &&
552 // Not PLAIN, or not a weekday.
612 direction = Direction.PLAIN;
984 if (unitStrings.get(Direction.PLAIN)
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRelativeDateTimeFormatter.java59 * fmt.format(Direction.PLAIN, AbsoluteUnit.SUNDAY); // "Sunday"
65 * fmt.format(Direction.PLAIN, AbsoluteUnit.NOW); // "now"
289 PLAIN, enum constant in enum:RelativeDateTimeFormatter.Direction
592 * unit this can occur with NOW which can only take PLAIN.
596 if (unit == AbsoluteUnit.NOW && direction != Direction.PLAIN) {
597 throw new IllegalArgumentException("NOW can only accept direction PLAIN.");
601 if ((direction == Direction.PLAIN) && (AbsoluteUnit.SUNDAY.ordinal() <= unit.ordinal() &&
610 // Not PLAIN, or not a weekday.
671 direction = Direction.PLAIN;
1047 if (unitStrings.get(Direction.PLAIN)
[all...]
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/
H A DDumperOptions.java40 Character.valueOf('|')), FOLDED(Character.valueOf('>')), PLAIN(null); enum constant in enum:DumperOptions.ScalarStyle
58 return PLAIN;
160 private ScalarStyle defaultStyle = ScalarStyle.PLAIN;
/external/toolchain-utils/cros_utils/
H A Dtabulator.py962 PLAIN = 0 variable in class:TablePrinter
1012 elif self._output_type in [self.PLAIN, self.TSV]:
1027 elif self._output_type in [self.PLAIN, self.TSV]:
1054 if self._output_type in [self.PLAIN, self.CONSOLE, self.EMAIL]:
1083 if self._output_type in [self.CONSOLE, self.PLAIN, self.EMAIL]:
1091 if self._output_type in [self.PLAIN, self.CONSOLE, self.TSV, self.EMAIL]:
1097 if self._output_type in [self.PLAIN, self.CONSOLE, self.TSV, self.EMAIL]:
1103 if self._output_type in [self.PLAIN, self.CONSOLE, self.TSV, self.EMAIL]:
/external/robolectric/v1/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/mockito/lib/
H A Dbyte-buddy-1.6.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/net. ...
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 782 milliseconds