Searched refs:Wildcard (Results 1 - 25 of 25) sorted by relevance

/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DPatternElement.java33 static List<Wildcard> createWildcards(List<? extends PatternElement> patterns) {
34 List<Wildcard> wildcards = new ArrayList<Wildcard>();
40 wildcards.add(new Wildcard(expr.replace('.', '/'), result));
H A DZapProcessor.java25 private List<Wildcard> wildcards;
40 for (Wildcard wildcard : wildcards) {
H A DKeepProcessor.java30 private final List<Wildcard> wildcards;
66 for (Wildcard wildcard : wildcards)
H A DPackageRemapper.java31 private final List<Wildcard> wildcards;
121 for (Wildcard wildcard : wildcards) {
H A DWildcard.java24 class Wildcard class
37 public Wildcard(String pattern, String result) { method in class:Wildcard
143 return "Wildcard{pattern=" + pattern + ",parts=" + parts + "}";
/external/jarjar/src/test/com/tonicsystems/jarjar/
H A DWildcardTest.java36 Wildcard wc = new Wildcard(pattern, result);
/external/lzma/CPP/7zip/UI/Client7z/
H A Dmakefile15 $O\Wildcard.obj \
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h51 if (isa<til::Wildcard>(E1))
52 return isa<til::Wildcard>(E2);
53 if (isa<til::Wildcard>(E2))
54 return isa<til::Wildcard>(E1);
307 bool isUniversal() const { return sexpr() && isa<til::Wildcard>(sexpr()); }
H A DThreadSafetyTraverse.h184 R_SExpr reduceWildcard(Wildcard &Orig) { return true; }
513 void printWildcard(const Wildcard *E, StreamType &SS) {
699 if (isa<Wildcard>(E->record())) {
H A DThreadSafetyTIL.h495 class Wildcard : public SExpr { class in namespace:clang::threadSafety
499 Wildcard() : SExpr(COP_Wildcard) {} function in class:clang::threadSafety::Wildcard
500 Wildcard(const Wildcard &W) : SExpr(W) {} function in class:clang::threadSafety::Wildcard
507 typename C::CType compare(const Wildcard* E, C& Cmp) const {
/external/lzma/CPP/7zip/Bundles/Format7zExtractR/
H A Dmakefile15 $O\Wildcard.obj \
/external/lzma/CPP/7zip/UI/Console/
H A Dmakefile36 $O\Wildcard.obj \
/external/clang/include/clang/Basic/
H A DModule.h227 bool Wildcard; member in struct:clang::Module::UnresolvedExportDecl
/external/lzma/CPP/7zip/Bundles/Format7zR/
H A Dmakefile14 $O\Wildcard.obj \
/external/lzma/CPP/7zip/Bundles/Alone7z/
H A Dmakefile35 $O\Wildcard.obj \
/external/clang/lib/Basic/
H A DModule.cpp249 // Wildcard export: export all of the imported modules that match
406 if (UnresolvedExports[I].Wildcard) {
/external/clang/lib/Lex/
H A DModuleMap.cpp45 assert(Unresolved.Wildcard && "Invalid unresolved export");
54 return Module::ExportDecl(Context, Unresolved.Wildcard);
1881 bool Wildcard = false; local
1898 Wildcard = true;
1909 ExportLoc, ParsedModuleId, Wildcard
/external/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp163 return CapabilityExpr(new (Arena) til::Wildcard(), false);
431 auto *W = new (Arena) til::Wildcard();
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
H A Dauto-ast.rb147 grammar Wildcard;
H A Drewrites.rb1120 grammar Wildcard;
/external/dexmaker/lib/
H A Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas4287 // Wildcard?
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 778 milliseconds