HomeSort by relevance Sort by last modified time
    Searched defs:NORMAL (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /external/chromium/chrome/browser/autocomplete/
history_provider.h 28 NORMAL,
  /frameworks/base/graphics/java/android/graphics/
BlurMaskFilter.java 28 NORMAL(0), //!< blur inside and outside of the original border
Interpolator.java 112 NORMAL,
128 * (NORMAL), was before the first key time (FREEZE_START) or after the last
141 case 0: return Result.NORMAL;
  /external/chromium/net/base/
escape.h 56 // Don't unescape anything special, but all normal unescaping will happen.
58 // just the absence of them). All other unescape rules imply "normal" in
61 NORMAL = 1,
78 // data. You should not use this for normal URLs!
  /external/nist-sip/java/gov/nist/javax/sip/header/
Priority.java 58 /** constant NORMAL field
60 public static final String NORMAL = ParameterNames.NORMAL;
  /external/nist-sip/java/javax/sip/header/
PriorityHeader.java 9 String NORMAL = "Normal";
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
FontSize.java 26 NORMAL(0x0),
  /packages/apps/Email/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");
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
Speed.java 34 NORMAL("Normal"),
  /external/chromium/chrome/browser/
icon_loader.h 42 NORMAL, // 32x32
  /external/chromium/net/tools/dump_cache/
url_utilities.cc 65 NORMAL, // We are not in the middle of parsing an escape.
75 UnescapeState state = NORMAL;
80 case NORMAL:
97 state = NORMAL;
106 state = NORMAL;
112 state = NORMAL;
  /sdk/common/src/com/android/resources/
ScreenSize.java 25 NORMAL("normal", "Normal", "Normal Screen"), //$NON-NLS-1$
UiMode.java 24 NORMAL("", "Normal"),
93 return this == NORMAL; // NORMAL is not a real enum. it's used for internal state only.
98 return this != NORMAL;
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.h 63 NORMAL,
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_result_view.h 23 NORMAL = 0,
113 // Width of the ellipsis in the normal font.
  /frameworks/native/include/utils/
FileMap.h 100 NORMAL, RANDOM, SEQUENTIAL, WILLNEED, DONTNEED
  /bionic/libc/tools/zoneinfo/
ZoneInfo.java 34 private static final int[] NORMAL = new int[] {
168 int[] mlen = isLeap ? LEAP : NORMAL;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
PropertyCategory.java 24 * "Normal" category, used for properties that should be displayed without any effect.
26 public static final PropertyCategory NORMAL = new PropertyCategory(0, "NORMAL");
  /external/llvm/utils/lit/lit/
ProgressBar.py 15 perform a given action. These can be simply included in normal
19 >>> print 'This is '+term.GREEN+'green'+term.NORMAL
25 >>> print term.render('This is ${GREEN}green${NORMAL}')
60 NORMAL = '' #: Turn off all modes
80 BLINK=blink DIM=dim REVERSE=rev UNDERLINE=smul NORMAL=sgr0
209 BAR = '%s${GREEN}[${BOLD}%s%s${NORMAL}${GREEN}]${NORMAL}%s'
210 HEADER = '${BOLD}${CYAN}%s${NORMAL}\n\n'
  /external/skia/src/ports/
SkXMLPullParser_expat.cpp 39 Data() : fAlloc(2048), fState(NORMAL) {}
46 NORMAL,
175 fImpl->fData.fState = Data::NORMAL;
  /external/v8/src/
property-details.h 58 NORMAL = 0, // only in slow mode
  /sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
SessionParams.java 31 NORMAL(false, false),
  /external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
MockAbstractPreferences.java 28 static final int NORMAL = 0;
36 int result = NORMAL;
100 case NORMAL:
  /external/chromium/chrome/browser/extensions/
extension_menu_manager.h 66 NORMAL,
  /external/chromium/chrome/browser/ui/views/location_bar/
location_bar_view.h 99 // The normal mode is the mode used in a regular browser window.
105 NORMAL = 0,
262 // Thickness of the left and right edges of the omnibox, in normal mode.
358 // An object used to paint the normal-mode background.

Completed in 1727 milliseconds

1 2 3 4