Searched refs:theInstance (Results 1 - 14 of 14) sorted by relevance

/external/autotest/frontend/client/src/autotest/common/
H A DCustomHistory.java18 private static final CustomHistory theInstance = new CustomHistory(); field in class:CustomHistory
49 theInstance.processHistoryTokenString(token.toString());
53 theInstance.processHistoryTokenString(History.getToken());
81 return theInstance.lastHistoryToken;
85 theInstance.listeners.add(listener);
89 theInstance.listeners.remove(listener);
96 theInstance.lastHistoryToken = token;
H A DStaticDataRepository.java21 public static final StaticDataRepository theInstance = new StaticDataRepository(); field in class:StaticDataRepository
29 return theInstance;
/external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/core/
H A DIsSameTest.java8 import static org.hamcrest.core.IsSame.theInstance;
33 Matcher<Object> matcher = theInstance(o1);
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
H A DIsSame.java48 public static <T> Matcher<T> theInstance(T target) { method in class:IsSame
/external/autotest/frontend/client/src/autotest/common/ui/
H A DNotifyManager.java22 public static final NotifyManager theInstance = new NotifyManager(); field in class:NotifyManager
113 return theInstance;
/external/autotest/frontend/client/src/autotest/tko/
H A DCommonPanel.java39 private static CommonPanel theInstance = new CommonPanel(); field in class:CommonPanel
119 return theInstance;
126 theInstance = panel;
H A DTestLabelManager.java32 private static final TestLabelManager theInstance = new TestLabelManager(); field in class:TestLabelManager
89 return theInstance;
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
H A DCoreMatchers.java378 public static <T> org.hamcrest.Matcher<T> theInstance(T target) { method in class:CoreMatchers
379 return org.hamcrest.core.IsSame.theInstance(target);
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
H A DMatchers.java462 public static <T> org.hamcrest.Matcher<T> theInstance(T target) { method in class:Matchers
463 return org.hamcrest.core.IsSame.<T>theInstance(target);
/external/guice/extensions/struts2/lib/
H A Dcommons-io-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/io/ ...
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-io-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/io/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1716 milliseconds