HomeSort by relevance Sort by last modified time
    Searched defs:important (Results 1 - 5 of 5) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
HideFromAccessibilityHelper.java 67 Integer important = mPreviousValues.get(v); local
68 v.setImportantForAccessibility(important);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPropertySourceData.h 55 CSSPropertySourceData(const String& name, const String& value, bool important, bool disabled, bool parsedOk, const SourceRange& range);
64 bool important; member in struct:WebCore::CSSPropertySourceData
  /external/chromium_org/chrome/test/perf/
startup_test.cc 54 IMPORTANT
155 bool important = (test_importance == IMPORTANT); local
261 graph, std::string(), trace, times, "ms", important);
272 graph, std::string(), name.c_str(), times, "ms", important);
279 graph, std::string(), name.c_str(), times, "ms", important);
288 graph, std::string(), name.c_str(), times, "ms", important);
298 graph, std::string(), name.c_str(), times, "ms", important);
312 RunStartupTest("warm", "t", WARM, IMPORTANT,
318 RunStartupTest("warm", "t_ref", WARM, IMPORTANT,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
BuildResultsElement.java 137 boolean important; field in class:BuildResultsElement
310 this.important = this.milestone || Util.getNextMilestone(this.name) == null;
333 * Returns whether the build is important to be shown.
339 return this.important;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 71 milliseconds