Home | History | Annotate | Download | only in os

Lines Matching refs:containsKey

182         assertTrue(results.containsKey("testAddMeasurementLongZero"));
184 assertTrue(results.containsKey("testAddMeasurementLongPos"));
186 assertTrue(results.containsKey("testAddMeasurementLongNeg"));
203 assertTrue(results.containsKey("testAddMeasurementFloatZero"));
205 assertTrue(results.containsKey("testAddMeasurementFloatPos"));
207 assertTrue(results.containsKey("testAddMeasurementFloatNeg"));
224 assertTrue(results.containsKey("testAddMeasurementStringNull"));
226 assertTrue(results.containsKey("testAddMeasurementStringEmpty"));
228 assertTrue(results.containsKey("testAddMeasurementStringNonEmpty"));
402 assertTrue(snapshot.containsKey(PerformanceCollector.METRIC_KEY_CPU_TIME));
404 assertTrue(snapshot.containsKey(PerformanceCollector.METRIC_KEY_EXECUTION_TIME));
407 assertTrue(snapshot.containsKey(
409 assertTrue(snapshot.containsKey(PerformanceCollector.METRIC_KEY_PRE_SENT_TRANSACTIONS));
410 assertTrue(snapshot.containsKey(PerformanceCollector.METRIC_KEY_RECEIVED_TRANSACTIONS));
411 assertTrue(snapshot.containsKey(PerformanceCollector.METRIC_KEY_SENT_TRANSACTIONS));
412 assertTrue(snapshot.containsKey(PerformanceCollector.METRIC_KEY_GC_INVOCATION_COUNT));
414 assertTrue(snapshot.containsKey(PerformanceCollector.METRIC_KEY_JAVA_ALLOCATED));
416 assertTrue(snapshot.containsKey(PerformanceCollector.METRIC_KEY_JAVA_FREE));
418 assertTrue(snapshot.containsKey(PerformanceCollector.METRIC_KEY_JAVA_PRIVATE_DIRTY));
420 assertTrue(snapshot.containsKey(PerformanceCollector.METRIC_KEY_JAVA_PSS));
422 assertTrue(snapshot.containsKey(PerformanceCollector.METRIC_KEY_JAVA_SHARED_DIRTY));
424 assertTrue(snapshot.containsKey(PerformanceCollector.METRIC_KEY_JAVA_SIZE));
426 assertTrue(snapshot.containsKey(PerformanceCollector.METRIC_KEY_NATIVE_ALLOCATED));
428 assertTrue(snapshot.containsKey(PerformanceCollector.METRIC_KEY_NATIVE_FREE));
430 assertTrue(snapshot.containsKey(PerformanceCollector.METRIC_KEY_NATIVE_PRIVATE_DIRTY));
432 assertTrue(snapshot.containsKey(PerformanceCollector.METRIC_KEY_NATIVE_PSS));
434 assertTrue(snapshot.containsKey(PerformanceCollector.METRIC_KEY_NATIVE_SHARED_DIRTY));
436 assertTrue(snapshot.containsKey(PerformanceCollector.METRIC_KEY_NATIVE_SIZE));
438 assertTrue(snapshot.containsKey(PerformanceCollector.METRIC_KEY_GLOBAL_ALLOC_COUNT));
440 assertTrue(snapshot.containsKey(PerformanceCollector.METRIC_KEY_GLOBAL_ALLOC_SIZE));
442 assertTrue(snapshot.containsKey(PerformanceCollector.METRIC_KEY_GLOBAL_FREED_COUNT));
444 assertTrue(snapshot.containsKey(PerformanceCollector.METRIC_KEY_GLOBAL_FREED_SIZE));
446 assertTrue(snapshot.containsKey(PerformanceCollector.METRIC_KEY_OTHER_PRIVATE_DIRTY));
448 assertTrue(snapshot.containsKey(PerformanceCollector.METRIC_KEY_OTHER_PSS));
450 assertTrue(snapshot.containsKey(PerformanceCollector.METRIC_KEY_OTHER_SHARED_DIRTY));
456 assertTrue(iteration.containsKey(PerformanceCollector.METRIC_KEY_LABEL));
458 assertTrue(iteration.containsKey(PerformanceCollector.METRIC_KEY_CPU_TIME));
460 assertTrue(iteration.containsKey(PerformanceCollector.METRIC_KEY_EXECUTION_TIME));
466 assertTrue(timing.containsKey(PerformanceCollector.METRIC_KEY_ITERATIONS));