HomeSort by relevance Sort by last modified time
    Searched refs:NORMAL (Results 76 - 100 of 907) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/core/java/android/webkit/
WebSettings.java 43 * <li>NORMAL means no rendering changes. This is the recommended choice for maximum
58 NORMAL,
77 * <li>NORMAL is 100%</li>
88 NORMAL(100),
137 * Normal cache usage mode. Use with {@link #setCacheMode}.
166 NORMAL,
484 * Sets the text size of the page. The default is {@link TextSize#NORMAL}.
518 return closestSize != null ? closestSize : TextSize.NORMAL;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnectionReasons.java 137 NORMAL,
  /frameworks/rs/tests/lldb/java/BranchingFunCalls/src/com/android/rs/branchingfuncalls/
MainActivity.java 41 RenderScript.ContextType.NORMAL,
  /frameworks/rs/tests/lldb/java/DebugWaitAttach/src/com/android/rs/waitattachdebug/
MainActivity.java 54 RenderScript.ContextType.NORMAL,
  /frameworks/rs/tests/lldb/java/MultipleRSFiles/src/com/android/rs/multiplersfiles/
MainActivity.java 55 RenderScript.ContextType.NORMAL,
  /frameworks/rs/tests/lldb/java/NoDebugWaitAttach/src/com/android/rs/waitattachnodebug/
MainActivity.java 54 RenderScript.ContextType.NORMAL,
  /frameworks/rs/tests/lldb/java/ScriptGroup/src/com/android/rs/scriptgroup/
MainActivity.java 34 RenderScript pRS = RenderScript.create(this, RenderScript.ContextType.NORMAL,
  /frameworks/rs/tests/lldb/java/SingleSource/src/com/android/rs/singlesource/
MainActivity.java 43 RenderScript.ContextType.NORMAL,
  /libcore/ojluni/src/main/java/java/util/concurrent/
ForkJoinTask.java 54 * lighter weight than a normal thread. Huge numbers of tasks and
229 * DONE_MASK) holds value NORMAL, CANCELLED, or EXCEPTIONAL. Tasks
249 static final int NORMAL = 0xf0000000; // must be negative
250 static final int CANCELLED = 0xc0000000; // must be < NORMAL
259 * @param completion one of NORMAL, CANCELLED, EXCEPTIONAL
290 s = setCompletion(NORMAL);
711 if ((s = doJoin() & DONE_MASK) != NORMAL)
726 if ((s = doInvoke() & DONE_MASK) != NORMAL)
751 if ((s1 = t1.doInvoke() & DONE_MASK) != NORMAL)
753 if ((s2 = t2.doJoin() & DONE_MASK) != NORMAL)
    [all...]
  /test/vts/harnesses/tradefed/tests/src/com/android/tradefed/testtype/
VtsMultiDeviceTestResultParserTest.java 58 private TestCase mTestCase = TestCase.NORMAL;
60 NORMAL, ERROR, TIMEOUT;
64 * Test the run method with a normal input.
91 * Test the run method with a normal input.
95 mTestCase = TestCase.NORMAL;
184 case NORMAL:
  /external/libchrome/base/threading/
platform_thread_unittest.cc 235 ThreadPriority::NORMAL,
258 EXPECT_EQ(ThreadPriority::NORMAL,
279 // normal priority.
315 EXPECT_EQ(ThreadPriority::NORMAL,
350 EXPECT_EQ(ThreadPriority::NORMAL,
352 EXPECT_EQ(ThreadPriority::NORMAL,
thread.cc 44 priority(ThreadPriority::NORMAL) {
52 priority(ThreadPriority::NORMAL) {
simple_thread.h 63 Options() : stack_size_(0), priority_(ThreadPriority::NORMAL) {}
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
FloatyUnitTest.java 97 Target t = new Target(Target.FunctionType.NORMAL, Target.ReturnType.FLOAT, false);
122 Target t = new Target(Target.FunctionType.NORMAL, Target.ReturnType.FLOAT, false);
147 Target t = new Target(Target.FunctionType.NORMAL, Target.ReturnType.FLOAT, true);
154 // In relaxed mode, Floaty uses the smallest normal as the ULP if ULP is subnormal.
164 Target t = new Target(Target.FunctionType.NORMAL, Target.ReturnType.FLOAT, true);
171 // In relaxed mode, Floaty uses the smallest normal as the ULP if ULP is subnormal.
181 Target t = new Target(Target.FunctionType.NORMAL, Target.ReturnType.DOUBLE, false);
206 Target t = new Target(Target.FunctionType.NORMAL, Target.ReturnType.DOUBLE, false);
231 Target t = new Target(Target.FunctionType.NORMAL, Target.ReturnType.HALF, false);
245 Target t = new Target(Target.FunctionType.NORMAL, Target.ReturnType.HALF, false)
    [all...]
  /external/guice/extensions/grapher/src/com/google/inject/grapher/
DefaultEdgeCreator.java 104 BindingEdge.Type.NORMAL))
117 BindingEdge.Type.NORMAL));
  /external/libmojo/mojo/edk/system/
channel.h 35 // A normal message.
36 NORMAL = 0,
109 Header::MessageType message_type = Header::MessageType::NORMAL);
  /external/libvpx/libvpx/vp8/common/
onyx.h 30 NORMAL = 0,
61 case NORMAL:
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
PathNumbering.h 132 enum EdgeType { NORMAL, BACKEDGE, SPLITEDGE,
138 : _source(source), _target(target), _weight(0), _edgeType(NORMAL),
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
SegmentedButtons.java 34 private static final Typeface REGULAR = Typeface.create("sans-serif", Typeface.NORMAL);
35 private static final Typeface MEDIUM = Typeface.create("sans-serif-medium", Typeface.NORMAL);
  /frameworks/base/rs/java/android/renderscript/
Font.java 80 NORMAL,
137 case NORMAL:
  /bootable/recovery/
ui.h 132 // The normal and dimmed brightness percentages (default: 50 and 25, which means 50% and 25% of
195 enum class ScreensaverState { DISABLED, NORMAL, DIMMED, OFF };
  /external/ltp/testcases/kernel/mem/include/
mem.h 35 #define NORMAL 1
  /external/nanohttpd/websocket/src/test/java/fi/iki/elonen/samples/echo/
SimpleEchoSocket.java 93 session.close(StatusCode.NORMAL, "I'm done");
  /external/volley/src/test/java/com/android/volley/
RequestTest.java 49 private Priority mPriority = Priority.NORMAL;
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/span/
LinkSpan.java 52 Typeface.create("sans-serif-medium", Typeface.NORMAL);

Completed in 651 milliseconds

1 2 34 5 6 7 8 91011>>