OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tripleprefix
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/LTO/
LTOModule.h
75
StringRef
triplePrefix
);
/frameworks/base/services/core/java/com/android/server/wm/
Task.java
801
final String
triplePrefix
= doublePrefix + " ";
805
pw.println(
triplePrefix
+ "Activity #" + i + " " + wtoken);
806
wtoken.dump(pw,
triplePrefix
);
/external/llvm/lib/LTO/
LTOModule.cpp
84
StringRef
TriplePrefix
) {
91
return StringRef(Triple).startswith(
TriplePrefix
);
Completed in 1709 milliseconds