Searched defs:singleton (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/cpu_ref/linkloader/utils/
H A Draw_ostream.cpp25 static llvm::raw_ostream &singleton = llvm::outs(); local
26 return singleton;
/frameworks/base/keystore/java/android/security/
H A DCredentials.java164 private static Credentials singleton; field in class:Credentials
167 if (singleton == null) {
168 singleton = new Credentials();
170 return singleton;
/frameworks/base/services/java/com/android/server/am/
H A DContentProviderRecord.java42 final boolean singleton; field in class:ContentProviderRecord
65 singleton = _singleton;
75 singleton = cpr.singleton;
157 if (singleton) {
158 pw.print(prefix); pw.print("singleton="); pw.println(singleton);

Completed in 101 milliseconds