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

1 2 3 4 5 6 7 8 91011>>

  /external/emma/core/java12/com/vladium/util/asserts/
$assert.java 26 public static final boolean ENABLED = false;
35 if (ENABLED)
43 if (ENABLED)
  /libcore/dalvik/src/main/java/dalvik/system/
CloseGuard.java 109 * Enabled by default so we can catch issues early in VM startup.
113 private static volatile boolean ENABLED = true;
121 * Returns a CloseGuard instance. If CloseGuard is enabled, {@code
127 if (!ENABLED) {
135 * warns if it is enabled for both allocation and finalization.
137 public static void setEnabled(boolean enabled) {
138 ENABLED = enabled;
162 * If CloseGuard is enabled, {@code open} initializes the instance
168 * whether or not CloseGuard is enabled
    [all...]
  /external/libchrome/base/profiler/
scoped_profile.h 32 ::tracked_objects::ScopedProfile::ENABLED)
40 ::tracked_objects::ScopedProfile::ENABLED)
51 ENABLED // Create and tally a task.
scoped_tracker.cc 19 g_scoped_profile_mode = ScopedProfile::ENABLED;
  /libcore/ojluni/src/main/java/java/util/
PrimitiveIterator.java 126 if (Tripwire.ENABLED)
148 if (Tripwire.ENABLED)
200 if (Tripwire.ENABLED)
222 if (Tripwire.ENABLED)
273 if (Tripwire.ENABLED)
296 if (Tripwire.ENABLED)
Tripwire.java 42 * if (Tripwire.ENABLED)
51 /** Should debugging checks be enabled? */
52 static final boolean ENABLED = AccessController.doPrivileged(
Spliterator.java 673 if (Tripwire.ENABLED)
696 if (Tripwire.ENABLED)
    [all...]
  /external/emma/core/java12/com/vladium/emma/rt/
ClassPathCacheEntry.java 30 if ($assert.ENABLED)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DozeLog.java 34 private static final boolean ENABLED = true;
62 if (!ENABLED) return;
70 if (!ENABLED) return;
76 if (!ENABLED) return;
82 if (!ENABLED) return;
112 if (!ENABLED) return;
120 if (!ENABLED) return;
126 if (!ENABLED) return;
132 if (!ENABLED) return;
137 if (!ENABLED) return
    [all...]
  /external/droiddriver/src/io/appium/droiddriver/finders/
Attribute.java 25 ENABLED("enabled"),
  /libcore/ojluni/src/main/java/java/util/stream/
TerminalOp.java 82 if (Tripwire.ENABLED)
Tripwire.java 42 * if (Tripwire.ENABLED)
51 /** Should debugging checks be enabled? */
52 static final boolean ENABLED = AccessController.doPrivileged(
Sink.java 196 if (Tripwire.ENABLED)
213 if (Tripwire.ENABLED)
230 if (Tripwire.ENABLED)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
FalsingManager.java 111 if (FalsingLog.ENABLED && FalsingLog.VERBOSE)
113 .append("enabled=").append(isEnabled() ? 1 : 0)
137 if (FalsingLog.ENABLED) {
172 if (FalsingLog.ENABLED) {
178 .append(" enabled=").append(isEnabled() ? 1 : 0)
208 if (FalsingLog.ENABLED) {
223 if (FalsingLog.ENABLED) {
235 if (FalsingLog.ENABLED) {
247 if (FalsingLog.ENABLED) {
258 if (FalsingLog.ENABLED) {
    [all...]
HumanInteractionClassifier.java 39 /** Default value for the HIC_ENABLE setting: 1 - enabled, 0 - disabled */
166 StringBuilder sb = FalsingLog.ENABLED ? new StringBuilder("stroke") : null;
169 if (FalsingLog.ENABLED) {
176 if (FalsingLog.ENABLED) {
185 StringBuilder sb = FalsingLog.ENABLED ? new StringBuilder("gesture") : null;
188 if (FalsingLog.ENABLED) {
194 if (FalsingLog.ENABLED) {
219 if (FalsingLog.ENABLED) {
FalsingLog.java 51 public static final boolean ENABLED = SystemProperties.getBoolean("debug.falsing_log",
102 if (!ENABLED) {
120 if (!ENABLED) {
137 if (!ENABLED) {
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
ISimpleElement.java 81 if ($assert.ENABLED) $assert.ASSERT (tag != null, "tag = null");
82 if ($assert.ENABLED) $assert.ASSERT (attrs != null, "attrs = null");
  /external/emma/core/java12/com/vladium/util/
ByteArrayIStream.java 36 if ($assert.ENABLED) $assert.ASSERT ((length >= 0) && (length <= buf.length),
55 if ($assert.ENABLED)
  /frameworks/base/core/java/com/android/internal/policy/
EmergencyAffordanceManager.java 30 public static final boolean ENABLED = true;
82 if (!ENABLED) {
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuItem.java 52 private int mFlags = ENABLED;
57 private static final int ENABLED = 0x00000010;
126 return (mFlags & ENABLED) != 0;
153 public MenuItem setEnabled(boolean enabled) {
154 mFlags = (mFlags & ~ENABLED) | (enabled ? ENABLED : 0);
  /frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
BackgroundHelper.java 33 private static final boolean ENABLED = true;
51 if (DEBUG && !ENABLED) Log.v(TAG, "BackgroundHelper: disabled");
129 if (!ENABLED) {
140 if (!ENABLED) {
148 if (!ENABLED) {
  /external/emma/core/java12/com/vladium/emma/report/
ReportProperties.java 43 if ($assert.ENABLED) $assert.ASSERT (outEncoding != null, "null input: outEncoding");
55 if ($assert.ENABLED) $assert.ASSERT (outDir != null, "null input: outDir");
67 if ($assert.ENABLED) $assert.ASSERT (outFile != null, "null input: outFile");
79 if ($assert.ENABLED) $assert.ASSERT (unitsType >= IItemAttribute.UNITS_COUNT && unitsType <= IItemAttribute.UNITS_INSTR, "invalid units type: " + unitsType);
91 if ($assert.ENABLED) $assert.ASSERT (viewType >= IReportDataView.HIER_CLS_VIEW && viewType <= IReportDataView.HIER_SRC_VIEW, "invalid view type: " + viewType);
103 if ($assert.ENABLED) $assert.ASSERT (depth >= IItemMetadata.TYPE_ID_ALL && depth <= IItemMetadata.TYPE_ID_METHOD, "invalid depth: " + depth);
125 if ($assert.ENABLED) $assert.ASSERT (columnOrder != null && columnOrder.length != 0, "null/empty input: outEncoding");
137 if ($assert.ENABLED) $assert.ASSERT (sortOrder != null, "null input: sortOrder");
149 if ($assert.ENABLED) $assert.ASSERT (metrics != null, "null input: metrics");
163 if ($assert.ENABLED)
    [all...]
Item.java 63 //if ($assert.ENABLED) $assert.ASSERT ((attributeID & getMetadata ().getAttributeIDs ()) != 0, "invalid attribute ID [" + attributeID + "] for type [" + getMetadata ().getTypeID () + "]");
116 if ($assert.ENABLED) $assert.ASSERT (typeID >= TYPE_ID_ALL && typeID <= TYPE_ID_METHOD, "invalid type ID: " + typeID);
117 if ($assert.ENABLED) $assert.ASSERT (typeName != null, "typeName = null");
  /packages/apps/Settings/src/com/android/settings/accessibility/
ToggleDaltonizerPreferenceFragment.java 33 private static final String ENABLED = Settings.Secure.ACCESSIBILITY_DISPLAY_DALTONIZER_ENABLED;
56 protected void onPreferenceToggled(String preferenceKey, boolean enabled) {
57 Settings.Secure.putInt(getContentResolver(), ENABLED, enabled ? 1 : 0);
82 Settings.Secure.getInt(getContentResolver(), ENABLED, 0) == 1);
  /frameworks/base/telephony/java/com/android/ims/
ImsSsInfo.java 33 public static final int ENABLED = 1;
35 // 0: disabled, 1: enabled
59 return super.toString() + ", Status: " + ((mStatus == 0) ? "disabled" : "enabled");

Completed in 607 milliseconds

1 2 3 4 5 6 7 8 91011>>