HomeSort by relevance Sort by last modified time
    Searched defs:NORMAL (Results 51 - 75 of 694) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/python/cpython3/Modules/_sqlite/
statement.c 40 NORMAL
440 parse_remaining_sql_state state = NORMAL;
447 if (state == NORMAL) {
459 state = NORMAL;
463 if (state == NORMAL) {
466 state = NORMAL;
472 if (state == 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/rs/java/android/renderscript/
Font.java 80 NORMAL,
137 case NORMAL:
  /frameworks/native/services/sensorservice/
SensorService.h 137 NORMAL = 0,
143 // SensorEventConnection) which will be injecting sensor data into the HAL. Normal apps can
151 // in NORMAL mode. When this mode is first activated, all active sensors from all connections
155 // NORMAL mode again, all sensors that were previously registered to are activated with the
162 // RESTRICTED <--- NORMAL ---> DATA_INJECTION
176 // 3) Reset sensorservice back to NORMAL mode.
251 // Reset the state of SensorService to NORMAL mode.
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
ImageUtils.java 59 NORMAL,
66 sUseImageSize = ImageSize.NORMAL;
70 sUseImageSize = ImageSize.NORMAL;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnectionReasons.java 137 NORMAL,
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
MockAbstractPreferences.java 28 static final int NORMAL = 0;
36 int result = NORMAL;
100 case NORMAL:
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherState.java 78 * TODO: Create a separate class for NORMAL state.
80 public static final LauncherState NORMAL = new LauncherState(0, ContainerType.WORKSPACE, 0,
224 if (this != NORMAL || !launcher.getDeviceProfile().shouldFadeAdjacentWorkspaceScreens()) {
238 return NORMAL;
245 if (this == NORMAL) {
247 // Clear any rotation locks when going to normal state
  /packages/apps/Settings/src/com/android/settings/widget/
DonutView.java 137 Typeface.NORMAL));
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
Target.java 34 NORMAL,
64 /* If false, zero or the closest normal value are also accepted for subnormal results. */
87 // NORMAL functions, when in non-relaxed mode, need to handle subnormals. Subnormals
89 mHandleSubnormal = (mFunctionType == FunctionType.NORMAL) && !relaxed;
92 // We only have NORMAL functions for DOUBLE, with no relaxed precison - subnormal values
94 assert(mFunctionType == FunctionType.NORMAL);
514 * Returns the smallest normal representable by the number of bits we have, of the same
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LevelTest.java 38 * Test the constructor without resource bundle parameter using normal
73 * Test the constructor having resource bundle parameter using normal
209 * Test method hashCode, with normal fields.
260 * Test toString of a normal Level.
305 * Test serialization of normal instance of Level. It is expected that the
373 // test a normal new level, without duplicated elements
395 public static final Level NORMAL = new MyLevel("MYLEVEL2", 299);
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_sanity.c 51 #define NORMAL (1)
54 #define NORMAL (R200_DEBUG & RADEON_VERBOSE)
555 /* Puff these out to make them look like normal (dword) registers.
    [all...]
  /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...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
ParameterNames.java 121 public static final String NORMAL = "normal";
  /external/python/cpython2/Lib/lib-tk/
Tkconstants.py 70 NORMAL='normal'
  /external/python/cpython3/Lib/tkinter/
constants.py 70 NORMAL='normal'
  /external/v8/src/
global-handles.cc 31 // FREE -> NORMAL <-> WEAK -> PENDING -> NEAR_DEATH -> { NORMAL, WEAK, FREE }
34 NORMAL, // Normal global handle.
92 set_state(NORMAL);
189 bool IsStrongRetainer() const { return state() == NORMAL; }
265 set_state(NORMAL);
    [all...]
  /frameworks/base/telephony/java/android/telephony/
DisconnectCause.java 31 /** Normal; Remote hangup*/
32 public static final int NORMAL = 2;
33 /** Normal; Local hangup */
73 /** Call was blocked by restricted normal voice access */
278 * This cause is used to report a normal event only when no other cause in the normal class
338 case NORMAL:
339 return "NORMAL";
  /libcore/ojluni/src/main/java/java/util/concurrent/
FutureTask.java 88 * NEW -> COMPLETING -> NORMAL
96 private static final int NORMAL = 2;
119 if (s == NORMAL)
233 U.putOrderedInt(this, STATE, NORMAL); // final state
  /packages/apps/Contacts/src/com/android/contacts/lettertiles/
LetterTileDrawable.java 91 res.getString(R.string.letter_tile_letter_font_family), Typeface.NORMAL));
161 sPaint.setTypeface(Typeface.create("sans-serif", Typeface.NORMAL));
  /packages/apps/Settings/src/com/android/settings/dashboard/suggestions/
SuggestionAdapter.java 129 Typeface.NORMAL));
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkconstants.py 70 NORMAL='normal'
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkconstants.py 70 NORMAL='normal'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 70 NORMAL='normal'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 70 NORMAL='normal'

Completed in 449 milliseconds

1 23 4 5 6 7 8 91011>>