OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ENABLED
(Results
26 - 50
of
99
) sorted by null
1
2
3
4
/external/emma/core/java12/com/vladium/emma/
Processor.java
38
if ($assert.
ENABLED
) $assert.ASSERT (toolProperties != null, "toolProperties is null"); // can be empty, though
runCommand.java
147
if ($assert.
ENABLED
) $assert.ASSERT (freeArgs != null && freeArgs.length > 0, "invalid freeArgs");
167
if ($assert.
ENABLED
) $assert.ASSERT (jarMainClass != null, "invalid jarMainClass");
227
if ($assert.
ENABLED
) $assert.ASSERT (m_appArgs != null && m_appArgs.length > 0, "invalid m_appArgs");
243
if ($assert.
ENABLED
) $assert.ASSERT (m_reportTypes != null, "m_reportTypes no set");
/external/emma/core/java12/com/vladium/emma/data/
MetaData.java
91
// if ($assert.
ENABLED
) $assert.ASSERT (cls != null, "cls is null");
98
if ($assert.
ENABLED
) $assert.ASSERT (classVMName != null, "className is null");
110
if ($assert.
ENABLED
) $assert.ASSERT (cls != null, "cls is null");
203
if ($assert.
ENABLED
) $assert.ASSERT (options != null, "options is null");
272
if ($assert.
ENABLED
) $assert.ASSERT (options != null, "options is null");
MethodDescriptor.java
48
if ($assert.
ENABLED
) $assert.ASSERT (blockCount > 0, "blockCount must be positive: " + blockCount);
55
if ($assert.
ENABLED
) $assert.ASSERT (firstLine > 0, "firstLine must be positive: " + firstLine);
60
if ($assert.
ENABLED
)
163
if ($assert.
ENABLED
) $assert.ASSERT (blockIDs != null && blockIDs.length > 0, "wrong line mapping for line #" + line);
DataFactory.java
279
if ($assert.
ENABLED
) $assert.ASSERT (fd.valid (), "UCFileInputStream.<init>: FD invalid");
294
if ($assert.
ENABLED
) $assert.ASSERT (fd.valid (), "UCFileOutputStream.<init>: FD invalid");
474
if ($assert.
ENABLED
) $assert.ASSERT (raf.getFD ().valid (), "FD invalid");
666
if ($assert.
ENABLED
) $assert.ASSERT (raf != null, "raf = null");
670
if ($assert.
ENABLED
) $assert.ASSERT (raf.getFilePointer () == FILE_HEADER_LENGTH, "invalid header length: " + raf.getFilePointer ());
779
if ($assert.
ENABLED
) $assert.ASSERT (rafin.getCount () == entryLength, "entry length mismatch: " + rafin.getCount () + " != " + entryLength);
/external/emma/core/java12/com/vladium/emma/report/
IItemAttribute.java
53
if ($assert.
ENABLED
) $assert.ASSERT (attributeID >= ATTRIBUTE_NAME_ID && attributeID <= ATTRIBUTE_LINE_COVERAGE_ID, "invalid attribute ID: " + attributeID);
54
if ($assert.
ENABLED
) $assert.ASSERT (unitsID >= UNITS_COUNT && unitsID <= UNITS_INSTR, "invalid units ID: " + unitsID);
61
if ($assert.
ENABLED
) $assert.ASSERT (unitsID >= UNITS_COUNT && unitsID <= UNITS_INSTR, "invalid units ID: " + unitsID);
145
//if ($assert.
ENABLED
) $assert.ASSERT (d > 0, "[attr ID = " + m_denominatorAggregateID + "] invalid denominator: " + d);
198
if ($assert.
ENABLED
) $assert.ASSERT (scale != 0, "scale: " + scale);
ReportDataModel.java
74
if ($assert.
ENABLED
) $assert.ASSERT (srcFileName != null, "src file name = null");
101
if ($assert.
ENABLED
) $assert.ASSERT (! srcView || srcfileItem != null, "null srcfileItem");
reportCommand.java
126
if ($assert.
ENABLED
) $assert.ASSERT (m_reportTypes != null, "m_reportTypes no set");
/external/emma/core/java12/com/vladium/emma/report/html/doc/
Attribute.java
90
if ($assert.
ENABLED
) $assert.ASSERT (name != null, "name = null");
HTMLWriter.java
40
if ($assert.
ENABLED
) $assert.ASSERT (s != null, "s = null");
Tag.java
81
if ($assert.
ENABLED
) $assert.ASSERT (name != null, "name = null");
/external/emma/core/java12/com/vladium/util/
ObjectIntMap.java
88
if ($assert.
ENABLED
) $assert.ASSERT (key != null, "null input: key");
116
if ($assert.
ENABLED
) $assert.ASSERT (key != null, "null input: key");
160
if ($assert.
ENABLED
) $assert.ASSERT (key != null, "null input: key");
210
if ($assert.
ENABLED
) $assert.ASSERT (key != null, "null input: key");
ByteArrayOStream.java
38
if ($assert.
ENABLED
)
267
if ($assert.
ENABLED
)
/external/opencensus-java/api/src/test/java/io/opencensus/stats/
StatsTest.java
74
Stats.setState(StatsCollectionState.
ENABLED
);
/external/emma/core/java12/com/vladium/emma/report/lcov/
ReportGenerator.java
180
if ($assert.
ENABLED
)
235
if ($assert.
ENABLED
)
269
if ($assert.
ENABLED
)
319
if ($assert.
ENABLED
)
337
if ($assert.
ENABLED
)
/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/
SandboxClassLoaderTest.java
464
if (InvokeDynamic.
ENABLED
) return;
471
if (InvokeDynamic.
ENABLED
) return;
478
if (InvokeDynamic.
ENABLED
) return;
485
if (InvokeDynamic.
ENABLED
) return;
492
if (InvokeDynamic.
ENABLED
) return;
499
if (InvokeDynamic.
ENABLED
) return;
506
if (InvokeDynamic.
ENABLED
) return;
513
if (InvokeDynamic.
ENABLED
) return;
520
if (InvokeDynamic.
ENABLED
) return;
527
if (InvokeDynamic.
ENABLED
) return
[
all
...]
/external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java
137
// skip synthetic classes if
enabled
:
451
if ($assert.
ENABLED
) $assert.ASSERT (m_classBlockCounts [m_methodID] > 0, "invalid block count for method " + m_methodID + ": " + m_classBlockCounts [m_methodID]);
452
if ($assert.
ENABLED
) $assert.ASSERT (m_methodBlockSizes != null && m_methodBlockSizes.length == m_classBlockCounts [m_methodID], "invalid block sizes map for method " + m_methodID);
519
if ($assert.
ENABLED
) $assert.ASSERT (m_classInstrMethodCount >= 0,
558
if ($assert.
ENABLED
) $assert.ASSERT (blockCounts != null && blockCounts.length >= instrMethodCount,
675
if ($assert.
ENABLED
) $assert.ASSERT (m_classBlockCounts [m_methodID] > 0, "invalid block count for method " + m_methodID + " (" + IClassDefConstants.CLINIT_NAME + "): " + m_classBlockCounts [m_methodID]);
676
if ($assert.
ENABLED
) $assert.ASSERT (m_methodBlockSizes != null && m_methodBlockSizes.length == m_classBlockCounts [m_methodID], "invalid block sizes map for method " + m_methodID);
[
all
...]
/external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/
ActivityData.java
13
private static final String
ENABLED
= "
enabled
";
80
return getBooleanAttr(withXMLNS(
ENABLED
), true);
/external/emma/core/java12/com/vladium/emma/rt/
InstrClassLoadHook.java
58
if ($assert.
ENABLED
)
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/stats/
MeasureToViewMapTest.java
63
ViewData viewData = measureToViewMap.getView(VIEW_NAME, clock, State.
ENABLED
);
/external/u-boot/arch/arm/cpu/armv7/bcm235xx/
clk-core.h
96
#define gate_is_enabled(gate) FLAG_TEST(gate, GATE,
ENABLED
)
102
#define gate_flip_enabled(gate) FLAG_FLIP(gate, GATE,
ENABLED
)
125
* A clock with no gate is assumed to be always
enabled
.
129
* considered by the software to be
enabled
. The current status
133
* Instead, software manages whether it's
enabled
by setting or
146
u32 status_bit; /* 0: gate is disabled; 0: gatge is
enabled
*/
156
* NO_DISABLE means this gate is (only)
enabled
if under software control
158
*
ENABLED
means this software-managed gate is *supposed* to be
enabled
163
#define BCM_CLK_GATE_FLAGS_NO_DISABLE ((u32)1 << 3) /* HW or
enabled
*/
[
all
...]
/external/u-boot/arch/arm/cpu/armv7/bcm281xx/
clk-core.h
96
#define gate_is_enabled(gate) FLAG_TEST(gate, GATE,
ENABLED
)
102
#define gate_flip_enabled(gate) FLAG_FLIP(gate, GATE,
ENABLED
)
125
* A clock with no gate is assumed to be always
enabled
.
129
* considered by the software to be
enabled
. The current status
133
* Instead, software manages whether it's
enabled
by setting or
146
u32 status_bit; /* 0: gate is disabled; 0: gatge is
enabled
*/
156
* NO_DISABLE means this gate is (only)
enabled
if under software control
158
*
ENABLED
means this software-managed gate is *supposed* to be
enabled
163
#define BCM_CLK_GATE_FLAGS_NO_DISABLE ((u32)1 << 3) /* HW or
enabled
*/
[
all
...]
/external/volley/src/main/java/com/android/volley/
Request.java
67
private final MarkerLog mEventLog = MarkerLog.
ENABLED
? new MarkerLog() : null;
218
if (MarkerLog.
ENABLED
) {
232
if (MarkerLog.
ENABLED
) {
/external/emma/core/java12/com/vladium/emma/report/txt/
ReportGenerator.java
346
if ($assert.
ENABLED
)
378
if ($assert.
ENABLED
)
417
if ($assert.
ENABLED
) $assert.ASSERT (str != null, "str = null");
432
if ($assert.
ENABLED
) $assert.ASSERT (str != null, "str = null");
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/stats/
StatsManager.java
69
if (state.getInternal() == State.
ENABLED
) {
Completed in 1693 milliseconds
1
2
3
4