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

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/compiler-rt/include/xray/
xray_records.h 67 NORMAL = 0,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/compiler-rt/include/xray/
xray_records.h 67 NORMAL = 0,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/compiler-rt/include/xray/
xray_records.h 67 NORMAL = 0,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/compiler-rt/include/xray/
xray_records.h 67 NORMAL = 0,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/compiler-rt/include/xray/
xray_records.h 67 NORMAL = 0,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/compiler-rt/include/xray/
xray_records.h 67 NORMAL = 0,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/compiler-rt/include/xray/
xray_records.h 67 NORMAL = 0,
  /tools/apksig/src/main/java/com/android/apksig/internal/asn1/
Asn1Field.java 34 /** Tagging mode. Default: NORMAL. */
35 public Asn1Tagging tagging() default Asn1Tagging.NORMAL;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_sanity.c 47 #define NORMAL (1)
50 #define NORMAL (RADEON_DEBUG & RADEON_VERBOSE)
285 /* Puff these out to make them look like normal (dword) registers.
434 if (VERBOSE || (NORMAL && (changed || !ever_seen)))
437 if (NORMAL) {
446 if (VERBOSE || (NORMAL && (changed || !ever_seen)))
459 if (VERBOSE || (NORMAL && (newmin || newmax || changed)))
462 if (NORMAL) {
478 if (VERBOSE || (NORMAL && (newmin || newmax || changed)))
661 if (NORMAL) {
    [all...]
  /build/kati/
expr.h 56 NORMAL = 0,
66 ParseExprOpt opt = ParseExprOpt::NORMAL);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RenderScriptTest.java 57 mRS.setPriority(RenderScript.Priority.NORMAL);
67 assertEquals(RenderScript.Priority.NORMAL,
68 RenderScript.Priority.valueOf("NORMAL"));
  /packages/apps/Launcher3/src/com/android/launcher3/
PinchThresholdManager.java 72 : Workspace.State.NORMAL;
73 Workspace.State toState = mWorkspace.isInOverviewMode() ? Workspace.State.NORMAL
PinchAnimationManager.java 31 import static com.android.launcher3.Workspace.State.NORMAL;
144 * @param startState {@link Workspace.State#NORMAL} or {@link Workspace.State#OVERVIEW}.
145 * @param goingTowards {@link Workspace.State#NORMAL} or {@link Workspace.State#OVERVIEW}.
153 } else if (startState == NORMAL) {
154 animateHotseatAndQsb(goingTowards == NORMAL);
158 animateHotseatAndQsb(goingTowards == NORMAL);
160 } else if (startState == NORMAL) {
166 if (startState == OVERVIEW && goingTowards == NORMAL) {
172 } else if (startState == NORMAL && goingTowards == OVERVIEW) {
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
FontRenderingTests.java 73 Typeface.NORMAL,
101 Typeface.NORMAL,
130 Typeface.NORMAL,
159 Typeface.NORMAL,
165 // bold attribute on thin base font = normal
188 Typeface.NORMAL,
219 Typeface.NORMAL,
247 Typeface.NORMAL,
  /external/ltp/testcases/kernel/syscalls/mq_timedsend/
mq_timedsend01.c 145 NORMAL,
185 .ttype = NORMAL,
191 .ttype = NORMAL,
197 .ttype = NORMAL,
203 .ttype = NORMAL,
210 .ttype = NORMAL,
241 .ttype = NORMAL,
  /frameworks/base/core/tests/coretests/src/android/graphics/
TypefaceTest.java 61 assertTrue("style", mFaces[0].getStyle() == Typeface.NORMAL);
63 assertTrue("style", mFaces[2].getStyle() == Typeface.NORMAL);
67 assertTrue("style", mFaces[6].getStyle() == Typeface.NORMAL);
  /libcore/ojluni/src/test/java/time/tck/java/time/format/
TCKSignStyle.java 97 {LocalDate.of(2001, 10, 2), SignStyle.NORMAL, null, "2001"},
98 {LocalDate.of(-2001, 10, 2), SignStyle.NORMAL, null, "-2001"},
111 {LocalDate.of(20001, 10, 2), SignStyle.NORMAL, DateTimeException.class, ""},
  /cts/tests/tests/text/src/android/text/style/cts/
StyleSpanTest.java 65 Typeface tf = Typeface.defaultFromStyle(Typeface.NORMAL);
69 assertEquals(Typeface.NORMAL, tp.getTypeface().getStyle());
89 Typeface tf = Typeface.defaultFromStyle(Typeface.NORMAL);
93 assertEquals(Typeface.NORMAL, tp.getTypeface().getStyle());
  /external/guice/extensions/grapher/src/com/google/inject/grapher/
BindingEdge.java 33 NORMAL,
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
PluralRulesFactory.java 22 static final PluralRulesFactory NORMAL = new PluralRulesFactoryVanilla();
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
PluralRulesFactory.java 21 static final PluralRulesFactory NORMAL = new PluralRulesFactoryVanilla();
  /external/python/cpython2/Lib/lib-tk/
Tkconstants.py 70 NORMAL='normal'
  /external/v8/src/crankshaft/
hydrogen-removable-simulates.cc 17 : zone_(zone), mergelist_(2, zone), first_(true), mode_(NORMAL) { }
22 mode_ == NORMAL ? "processing" : "collecting",
38 mode_ = NORMAL;
119 enum Mode { NORMAL, COLLECT_CONSECUTIVE_SIMULATES };
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileDeleteStrategy.java 38 * The singleton instance for normal file deletion, which does not permit
41 public static final FileDeleteStrategy NORMAL = new FileDeleteStrategy("Normal");
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkconstants.py 70 NORMAL='normal'

Completed in 1921 milliseconds

12 3 4 5 6 7 8 91011>>