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

1 2 3 4 5 6 7

  /build/tools/
warn.py 17 MEDIUM=3
26 if sev == severity.MEDIUM:
37 { 'category':'make', 'severity':severity.MEDIUM, 'members':[], 'option':'',
52 { 'category':'C/C++', 'severity':severity.MEDIUM, 'members':[], 'option':'',
61 { 'category':'C/C++', 'severity':severity.MEDIUM, 'members':[], 'option':'-Wunused-parameter',
64 { 'category':'C/C++', 'severity':severity.MEDIUM, 'members':[], 'option':'-Wunused',
68 { 'category':'C/C++', 'severity':severity.MEDIUM, 'members':[], 'option':'-Wunused-value',
71 { 'category':'C/C++', 'severity':severity.MEDIUM, 'members':[], 'option':'-Wmissing-field-initializers',
77 { 'category':'C/C++', 'severity':severity.MEDIUM, 'members':[], 'option':'-Wformat',
80 { 'category':'C/C++', 'severity':severity.MEDIUM, 'members':[], 'option':'-Wformat-extra-args'
    [all...]
  /external/chromium_org/net/base/
request_priority.cc 19 case MEDIUM:
20 return "MEDIUM";
request_priority.h 20 MEDIUM,
prioritized_dispatcher_unittest.cc 189 new_limits.reserved_slots[MEDIUM] = 3;
231 TestJob* job_b = AddJob('b', MEDIUM);
234 TestJob* job_e = AddJob('e', MEDIUM);
254 TestJob* job_a = AddJob('a', MEDIUM);
255 TestJob* job_b = AddJobAtHead('b', MEDIUM);
258 TestJob* job_e = AddJobAtHead('e', MEDIUM);
259 TestJob* job_f = AddJob('f', MEDIUM);
289 TestJob* job_e = AddJob('e', MEDIUM); // Must wait.
327 TestJob* job_c = AddJob('c', MEDIUM);
328 TestJob* job_d = AddJob('d', MEDIUM);
    [all...]
  /external/chromium_org/components/cronet/android/
chromium_url_request_priority_list.h 13 DEFINE_REQUEST_PRIORITY(MEDIUM, 3)
  /external/chromium_org/net/quic/
quic_http_utils_test.cc 14 EXPECT_EQ(1u, ConvertRequestPriorityToQuicPriority(MEDIUM));
22 EXPECT_EQ(MEDIUM, ConvertQuicPriorityToRequestPriority(1));
  /external/chromium_org/net/spdy/
spdy_http_utils_unittest.cc 16 EXPECT_EQ(1, ConvertRequestPriorityToSpdyPriority(MEDIUM, SPDY2));
24 EXPECT_EQ(1, ConvertRequestPriorityToSpdyPriority(MEDIUM, SPDY3));
32 EXPECT_EQ(MEDIUM, ConvertSpdyPriorityToRequestPriority(1, SPDY2));
44 EXPECT_EQ(MEDIUM, ConvertSpdyPriorityToRequestPriority(1, SPDY3));
spdy_session_pool_unittest.cc 129 MEDIUM, BoundNetLog());
166 session1, url1, MEDIUM, BoundNetLog());
180 session2, url2, MEDIUM, BoundNetLog());
194 session3, url3, MEDIUM, BoundNetLog());
300 MEDIUM, BoundNetLog());
444 session, url, MEDIUM, BoundNetLog());
448 session1, url1, MEDIUM, BoundNetLog());
452 session2, url2, MEDIUM, BoundNetLog());
520 spdy_util.ConstructSpdyGet("http://www.a.com", false, 1, MEDIUM));
543 SPDY_BIDIRECTIONAL_STREAM, sessionA, urlA, MEDIUM, BoundNetLog())
    [all...]
spdy_session_unittest.cc 254 SPDY_BIDIRECTIONAL_STREAM, session, test_url_, MEDIUM, BoundNetLog());
266 MEDIUM,
276 MEDIUM,
355 spdy_util_.ConstructSpdyGet(NULL, 0, false, 1, MEDIUM, true));
357 spdy_util_.ConstructSpdyGet(NULL, 0, false, 3, MEDIUM, true));
377 session, url, MEDIUM, BoundNetLog());
383 session, url, MEDIUM, BoundNetLog());
437 spdy_util_.ConstructSpdyGet(NULL, 0, false, 1, MEDIUM, true));
439 spdy_util_.ConstructSpdyGet(NULL, 0, false, 3, MEDIUM, true));
459 session, url, MEDIUM, BoundNetLog())
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
IntegralToStringBenchmark.java 26 private static final int MEDIUM = 12345;
37 Integer.toString(MEDIUM);
55 Integer.toString(MEDIUM, 2);
73 Integer.toString(MEDIUM, 10);
91 Integer.toString(MEDIUM, 16);
109 Integer.toBinaryString(MEDIUM);
127 Integer.toHexString(MEDIUM);
145 new StringBuilder().append(MEDIUM);
163 String.format("%d", MEDIUM);
RealToStringBenchmark.java 26 private static final float MEDIUM = -123.45e8f;
67 Float.toString(MEDIUM);
85 new StringBuilder().append(MEDIUM);
103 String.format("%f", MEDIUM);
121 String.format("%.2f", MEDIUM);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DateFormatTest.java 89 assertTrue("Default not medium",
90 DateFormat.DEFAULT == DateFormat.MEDIUM);
102 f2 = (SimpleDateFormat) DateFormat.getDateInstance(DateFormat.MEDIUM);
105 DateFormat.MEDIUM, Locale.getDefault())));
150 f2 = (SimpleDateFormat) DateFormat.getDateInstance(DateFormat.MEDIUM,
219 testDateTime(DateFormat.SHORT, DateFormat.MEDIUM);
223 testDateTime(DateFormat.MEDIUM, DateFormat.SHORT);
224 testDateTime(DateFormat.MEDIUM, DateFormat.MEDIUM);
225 testDateTime(DateFormat.MEDIUM, DateFormat.LONG)
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
CameraPairwiseTest.java 66 public enum PictureSize { SMALL, MEDIUM, LARGE };
131 * Scene: Sunset / Pic: Medium / Geo: off
136 PictureSize.MEDIUM, Geotagging.OFF);
166 PictureSize.MEDIUM, Geotagging.OFF);
201 * Scene: Action / Pic: Medium / Geo: off
206 PictureSize.MEDIUM, Geotagging.OFF);
251 * Scene: Party / Pic: Medium / Geo: on
256 PictureSize.MEDIUM, Geotagging.ON);
271 * Scene: Auto / Pic: Medium / Geo: on
276 PictureSize.MEDIUM, Geotagging.ON)
    [all...]
  /external/chromium_org/net/http/
http_stream_factory_impl_request_unittest.cc 88 request.SetPriority(MEDIUM);
89 EXPECT_EQ(MEDIUM, job->priority());
  /external/chromium_org/net/socket/
ssl_client_socket_pool_unittest.cc 313 "b", params1, MEDIUM, callback1.callback(), pool_.get(), BoundNetLog());
315 "b", params2, MEDIUM, callback2.callback(), pool_.get(), BoundNetLog());
317 "b", params3, MEDIUM, callback3.callback(), pool_.get(), BoundNetLog());
319 "b", params4, MEDIUM, callback4.callback(), pool_.get(), BoundNetLog());
369 "b", params1, MEDIUM, callback1.callback(), pool_.get(), BoundNetLog());
371 "b", params2, MEDIUM, callback2.callback(), pool_.get(), BoundNetLog());
373 "b", params3, MEDIUM, callback3.callback(), pool_.get(), BoundNetLog());
441 "b", params1, MEDIUM, callback1.callback(), pool_.get(), BoundNetLog());
443 "b", params2, MEDIUM, callback2.callback(), pool_.get(), BoundNetLog());
445 "b", params3, MEDIUM, callback3.callback(), pool_.get(), BoundNetLog())
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
HolographicOutlineHelper.java 43 private static final int MEDIUM = 1;
130 case MEDIUM:
159 case MEDIUM:
213 MEDIUM);
218 applyExpensiveOutlineWithBlur(srcDst, srcDstCanvas, color, outlineColor, MEDIUM);
  /libcore/luni/src/main/java/libcore/icu/
LocaleData.java 90 // Used by DateFormat to implement 12- and 24-hour SHORT and MEDIUM.
171 case DateFormat.MEDIUM:
189 case DateFormat.MEDIUM:
211 // Get the SHORT and MEDIUM 12- and 24-hour time format strings.
  /external/chromium_org/net/dns/
host_resolver_impl_unittest.cc 508 return CreateRequest(hostname, port, MEDIUM);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
astrotst.cpp 278 DateFormat *df_t = DateFormat::createTimeInstance(DateFormat::MEDIUM,Locale::getUS());
279 DateFormat *df_d = DateFormat::createDateInstance(DateFormat::MEDIUM,Locale::getUS());
280 DateFormat *df_dt = DateFormat::createDateTimeInstance(DateFormat::MEDIUM, DateFormat::MEDIUM, Locale::getUS());
383 DateFormat *d3 = DateFormat::createDateTimeInstance(DateFormat::MEDIUM,DateFormat::MEDIUM,Locale::getUS());
  /external/icu/icu4c/source/test/intltest/
astrotst.cpp 276 DateFormat *df_t = DateFormat::createTimeInstance(DateFormat::MEDIUM,Locale::getUS());
277 DateFormat *df_d = DateFormat::createDateInstance(DateFormat::MEDIUM,Locale::getUS());
278 DateFormat *df_dt = DateFormat::createDateTimeInstance(DateFormat::MEDIUM, DateFormat::MEDIUM, Locale::getUS());
381 DateFormat *d3 = DateFormat::createDateTimeInstance(DateFormat::MEDIUM,DateFormat::MEDIUM,Locale::getUS());
  /libcore/luni/src/main/java/java/text/
DateFormat.java 88 * is MEDIUM.
103 * The format style constant defining the medium style.
105 public static final int MEDIUM = 2;
370 * one of SHORT, MEDIUM, LONG, FULL, or DEFAULT.
374 * if {@code style} is not one of SHORT, MEDIUM, LONG, FULL, or
387 * one of SHORT, MEDIUM, LONG, FULL, or DEFAULT.
391 * if {@code style} is not one of SHORT, MEDIUM, LONG, FULL, or
419 * one of SHORT, MEDIUM, LONG, FULL, or DEFAULT.
421 * one of SHORT, MEDIUM, LONG, FULL, or DEFAULT.
426 * SHORT, MEDIUM, LONG, FULL, or DEFAULT
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BitmapFactory_Delegate.java 55 Density density = Density.MEDIUM;
  /hardware/qcom/msm8x84/kernel-headers/linux/
qseecom.h 130 MEDIUM,
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
qseecom.h 173 MEDIUM,
  /external/chromium_org/net/url_request/
url_request_http_job_unittest.cc 112 job->SetPriority(MEDIUM);
113 EXPECT_EQ(MEDIUM, job->priority());

Completed in 559 milliseconds

1 2 3 4 5 6 7