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

1 2 3 4 5

  /external/apache-http/src/org/apache/http/conn/routing/
RouteInfo.java 59 * Plain routes are established by connecting to the target or
65 public enum TunnelType { PLAIN, TUNNELLED }
69 * Plain routes are established by connecting or tunnelling.
80 public enum LayerType { PLAIN, LAYERED }
HttpRoute.java 96 * <code>null</code> for PLAIN
98 * <code>null</code> for PLAIN
115 tunnelled = TunnelType.PLAIN;
117 layered = LayerType.PLAIN;
181 this(local, target, null, secure, TunnelType.PLAIN, LayerType.PLAIN);
191 this(null, target, null, false, TunnelType.PLAIN, LayerType.PLAIN);
211 secure ? TunnelType.TUNNELLED : TunnelType.PLAIN,
212 secure ? LayerType.LAYERED : LayerType.PLAIN);
    [all...]
RouteTracker.java 99 this.tunnelled = TunnelType.PLAIN;
100 this.layered = LayerType.PLAIN;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
RelativeDateTimeFormatterTest.java 402 {Direction.PLAIN, AbsoluteUnit.DAY, "day"},
403 {Direction.PLAIN, AbsoluteUnit.WEEK, "week"},
404 {Direction.PLAIN, AbsoluteUnit.MONTH, "month"},
405 {Direction.PLAIN, AbsoluteUnit.YEAR, "year"},
406 {Direction.PLAIN, AbsoluteUnit.MONDAY, "Monday"},
407 {Direction.PLAIN, AbsoluteUnit.TUESDAY, "Tuesday"},
408 {Direction.PLAIN, AbsoluteUnit.WEDNESDAY, "Wednesday"},
409 {Direction.PLAIN, AbsoluteUnit.THURSDAY, "Thursday"},
410 {Direction.PLAIN, AbsoluteUnit.FRIDAY, "Friday"},
411 {Direction.PLAIN, AbsoluteUnit.SATURDAY, "Saturday"}
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
RelativeDateTimeFormatterTest.java 401 {Direction.PLAIN, AbsoluteUnit.DAY, "day"},
402 {Direction.PLAIN, AbsoluteUnit.WEEK, "week"},
403 {Direction.PLAIN, AbsoluteUnit.MONTH, "month"},
404 {Direction.PLAIN, AbsoluteUnit.YEAR, "year"},
405 {Direction.PLAIN, AbsoluteUnit.MONDAY, "Monday"},
406 {Direction.PLAIN, AbsoluteUnit.TUESDAY, "Tuesday"},
407 {Direction.PLAIN, AbsoluteUnit.WEDNESDAY, "Wednesday"},
408 {Direction.PLAIN, AbsoluteUnit.THURSDAY, "Thursday"},
409 {Direction.PLAIN, AbsoluteUnit.FRIDAY, "Friday"},
410 {Direction.PLAIN, AbsoluteUnit.SATURDAY, "Saturday"}
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/util/
IEmail.java 49 static final String PLAIN = "text/plain";
58 private String mContentType = PLAIN;
120 setContentType(PLAIN);
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_parse.py 37 PLAIN = 'plain'
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/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DemoUtility.java 30 public static final Font editFont = new Font("Helvetica",Font.PLAIN,14);
31 public static final Font creditFont = new Font("Helvetica",Font.PLAIN,10);
32 public static final Font numberFont = new Font("sansserif", Font.PLAIN, 14);
  /external/icu/android_icu4j/src/main/java/android/icu/math/
MathContext.java 67 * settings were (<code>0, PLAIN, false, ROUND_HALF_UP</code>).
88 * Plain (fixed point) notation, without any exponent.
91 * A zero result in plain form may have a decimal part of one or
97 public static final int PLAIN=0; // [no exponent]
104 * A zero result in plain form may have a decimal part of one or
108 * @see #PLAIN
117 * A zero result in plain form may have a decimal part of one or
120 * @see #PLAIN
246 * @see #PLAIN
436 }else if (setform==PLAIN){
    [all...]
BigDecimal.java 141 * form=PLAIN, lostDigits=false, roundingMode=ROUND_HALF_UP</code>; these settings perform fixed point arithmetic with
177 * In standard arithmetic (that is, when the <code>form</code> setting is not <code>PLAIN</code>), a zero result is
328 android.icu.math.MathContext.PLAIN); // context for plain unlimited math
361 * <li>MathContext.PLAIN -- no exponent needed <li>MathContext.SCIENTIFIC -- scientific notation required <li>
370 private byte form = (byte) android.icu.math.MathContext.PLAIN; // assumed PLAIN
382 * plain number, for example, 0.000).
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
MathContext.java 66 * settings were (<code>0, PLAIN, false, ROUND_HALF_UP</code>).
88 * Plain (fixed point) notation, without any exponent.
91 * A zero result in plain form may have a decimal part of one or
98 public static final int PLAIN=0; // [no exponent]
105 * A zero result in plain form may have a decimal part of one or
109 * @see #PLAIN
119 * A zero result in plain form may have a decimal part of one or
122 * @see #PLAIN
257 * @see #PLAIN
452 }else if (setform==PLAIN){
    [all...]
BigDecimal.java 138 * form=PLAIN, lostDigits=false, roundingMode=ROUND_HALF_UP</code>; these settings perform fixed point arithmetic with
174 * In standard arithmetic (that is, when the <code>form</code> setting is not <code>PLAIN</code>), a zero result is
337 com.ibm.icu.math.MathContext.PLAIN); // context for plain unlimited math
370 * <li>MathContext.PLAIN -- no exponent needed <li>MathContext.SCIENTIFIC -- scientific notation required <li>
379 private byte form = (byte) com.ibm.icu.math.MathContext.PLAIN; // assumed PLAIN
391 * plain number, for example, 0.000).
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
MathContext.java 66 * settings were (<code>0, PLAIN, false, ROUND_HALF_UP</code>).
88 * Plain (fixed point) notation, without any exponent.
91 * A zero result in plain form may have a decimal part of one or
98 public static final int PLAIN=0; // [no exponent]
105 * A zero result in plain form may have a decimal part of one or
109 * @see #PLAIN
119 * A zero result in plain form may have a decimal part of one or
122 * @see #PLAIN
257 * @see #PLAIN
452 }else if (setform==PLAIN){
    [all...]
BigDecimal.java 140 * form=PLAIN, lostDigits=false, roundingMode=ROUND_HALF_UP</code>; these settings perform fixed point arithmetic with
176 * In standard arithmetic (that is, when the <code>form</code> setting is not <code>PLAIN</code>), a zero result is
339 com.ibm.icu.math.MathContext.PLAIN); // context for plain unlimited math
372 * <li>MathContext.PLAIN -- no exponent needed <li>MathContext.SCIENTIFIC -- scientific notation required <li>
381 private byte form = (byte) com.ibm.icu.math.MathContext.PLAIN; // assumed PLAIN
393 * plain number, for example, 0.000).
    [all...]
  /external/okhttp/okhttp-logging-interceptor/src/test/java/com/squareup/okhttp/logging/
HttpLoggingInterceptorTest.java 44 private static final MediaType PLAIN = MediaType.parse("text/plain; charset=utf-8");
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();
203 .assertLogEqual("Content-Type: text/plain; charset=utf-8")
215 .assertLogEqual("Content-Type: text/plain; charset=utf-8")
271 return PLAIN;
283 .assertLogEqual("Content-Type: text/plain; charset=utf-8")
294 .assertLogEqual("Content-Type: text/plain; charset=utf-8"
    [all...]
  /prebuilts/go/darwin-x86/src/net/smtp/
auth.go 46 // PlainAuth returns an Auth that implements the PLAIN authentication
59 if mechanism == "PLAIN" {
72 return "PLAIN", resp, nil
smtp_test.go 28 {PlainAuth("", "user", "pass", "testserver"), []string{}, "PLAIN", []string{"\x00user\x00pass"}},
29 {PlainAuth("foo", "bar", "baz", "testserver"), []string{}, "PLAIN", []string{"foo\x00bar\x00baz"}},
74 server: &ServerInfo{Name: "servername", Auth: []string{"PLAIN"}},
169 if ok, args := c.Extension("aUtH"); !ok || args != "LOGIN PLAIN" {
233 250-AUTH LOGIN PLAIN
252 AUTH PLAIN AHVzZXIAcGFzcw==
284 if ok, args := c.Extension("aUtH"); !ok || args != "LOGIN PLAIN" {
303 250-AUTH LOGIN PLAIN
343 250-AUTH LOGIN PLAIN
449 "AUTH PLAIN AHVzZXIAcGFzcw==\n"
    [all...]
  /prebuilts/go/linux-x86/src/net/smtp/
auth.go 46 // PlainAuth returns an Auth that implements the PLAIN authentication
59 if mechanism == "PLAIN" {
72 return "PLAIN", resp, nil
smtp_test.go 28 {PlainAuth("", "user", "pass", "testserver"), []string{}, "PLAIN", []string{"\x00user\x00pass"}},
29 {PlainAuth("foo", "bar", "baz", "testserver"), []string{}, "PLAIN", []string{"foo\x00bar\x00baz"}},
74 server: &ServerInfo{Name: "servername", Auth: []string{"PLAIN"}},
169 if ok, args := c.Extension("aUtH"); !ok || args != "LOGIN PLAIN" {
233 250-AUTH LOGIN PLAIN
252 AUTH PLAIN AHVzZXIAcGFzcw==
284 if ok, args := c.Extension("aUtH"); !ok || args != "LOGIN PLAIN" {
303 250-AUTH LOGIN PLAIN
343 250-AUTH LOGIN PLAIN
449 "AUTH PLAIN AHVzZXIAcGFzcw==\n"
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
WorkSpaceView.java 75 this.txtEditor.setFont(new Font("Courier New", Font.PLAIN, 13));
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tile_soa.py 60 if format.layout != PLAIN:
119 elif format.layout == PLAIN:
266 elif format.layout == PLAIN:
306 if format.layout == PLAIN \
  /external/guice/extensions/persist/src/com/google/inject/persist/jpa/
JpaFinderProxy.java 74 if (JpaFinderProxy.ReturnType.PLAIN.equals(finderDescriptor.returnType)) {
238 return JpaFinderProxy.ReturnType.PLAIN;
277 PLAIN, COLLECTION, ARRAY
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewHierarchyScene.java 80 label.setFont(getDefaultFont().deriveFont(Font.PLAIN, 12.0f));
88 label.setFont(getDefaultFont().deriveFont(Font.PLAIN, 10.0f));
98 label.setFont(getDefaultFont().deriveFont(Font.PLAIN, 10.0f));
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RelativeDateTimeFormatter.java 60 * fmt.format(Direction.PLAIN, AbsoluteUnit.SUNDAY); // "Sunday"
66 * fmt.format(Direction.PLAIN, AbsoluteUnit.NOW); // "now"
254 * Plain, which means the absence of a qualifier
256 PLAIN,
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.");
542 // Get plain day of week names from DateFormatSymbols.
543 if ((direction == Direction.PLAIN) && (AbsoluteUnit.SUNDAY.ordinal() <= unit.ordinal() &&
552 // Not PLAIN, or not a weekday
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RelativeDateTimeFormatter.java 59 * fmt.format(Direction.PLAIN, AbsoluteUnit.SUNDAY); // "Sunday"
65 * fmt.format(Direction.PLAIN, AbsoluteUnit.NOW); // "now"
286 * Plain, which means the absence of a qualifier
289 PLAIN,
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.");
600 // Get plain day of week names from DateFormatSymbols.
601 if ((direction == Direction.PLAIN) && (AbsoluteUnit.SUNDAY.ordinal() <= unit.ordinal() &&
610 // Not PLAIN, or not a weekday
    [all...]

Completed in 449 milliseconds

1 2 3 4 5