HomeSort by relevance Sort by last modified time
    Searched defs:Wildcard (Results 1 - 25 of 51) sorted by null

1 2 3

  /frameworks/compile/mclinker/include/mcld/Script/
StrToken.h 26 enum Kind { Unknown, String, Input, Wildcard };
  /external/jarjar/src/main/com/tonicsystems/jarjar/
Wildcard.java 24 class Wildcard
37 public Wildcard(String pattern, String result) {
143 return "Wildcard{pattern=" + pattern + ",parts=" + parts + "}";
  /external/clang/include/clang/Basic/
Module.h 226 /// to indicate that this is a wildcard export.
241 /// \brief Whether this export declaration ends in a wildcard, indicating
244 bool Wildcard;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
Module.h 240 /// to indicate that this is a wildcard export.
255 /// \brief Whether this export declaration ends in a wildcard, indicating
258 bool Wildcard;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
Module.h 240 /// to indicate that this is a wildcard export.
255 /// \brief Whether this export declaration ends in a wildcard, indicating
258 bool Wildcard;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
Module.h 240 /// to indicate that this is a wildcard export.
255 /// \brief Whether this export declaration ends in a wildcard, indicating
258 bool Wildcard;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Module.h 240 /// to indicate that this is a wildcard export.
255 /// \brief Whether this export declaration ends in a wildcard, indicating
258 bool Wildcard;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
Module.h 240 /// to indicate that this is a wildcard export.
255 /// \brief Whether this export declaration ends in a wildcard, indicating
258 bool Wildcard;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
Module.h 240 /// to indicate that this is a wildcard export.
255 /// \brief Whether this export declaration ends in a wildcard, indicating
258 bool Wildcard;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
Module.h 240 /// to indicate that this is a wildcard export.
255 /// \brief Whether this export declaration ends in a wildcard, indicating
258 bool Wildcard;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Module.h 240 /// to indicate that this is a wildcard export.
255 /// \brief Whether this export declaration ends in a wildcard, indicating
258 bool Wildcard;
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
NetworkDetail.java 46 Wildcard
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 494 /// Placeholder for a wildcard that matches any other expression.
495 class Wildcard : public SExpr {
499 Wildcard() : SExpr(COP_Wildcard) {}
500 Wildcard(const Wildcard &W) : SExpr(W) {}
507 typename C::CType compare(const Wildcard* E, C& Cmp) const {
    [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp 43 // We may have just a wildcard.
45 assert(Unresolved.Wildcard && "Invalid unresolved export");
54 return Module::ExportDecl(Context, Unresolved.Wildcard);
390 // wildcard to the set of exports.
406 // wildcard to the set of exports.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 494 /// Placeholder for a wildcard that matches any other expression.
495 class Wildcard : public SExpr {
499 Wildcard() : SExpr(COP_Wildcard) {}
500 Wildcard(const Wildcard &W) : SExpr(W) {}
507 typename C::CType compare(const Wildcard* E, C& Cmp) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 494 /// Placeholder for a wildcard that matches any other expression.
495 class Wildcard : public SExpr {
499 Wildcard() : SExpr(COP_Wildcard) {}
500 Wildcard(const Wildcard &W) : SExpr(W) {}
507 typename C::CType compare(const Wildcard* E, C& Cmp) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 494 /// Placeholder for a wildcard that matches any other expression.
495 class Wildcard : public SExpr {
499 Wildcard() : SExpr(COP_Wildcard) {}
500 Wildcard(const Wildcard &W) : SExpr(W) {}
507 typename C::CType compare(const Wildcard* E, C& Cmp) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 494 /// Placeholder for a wildcard that matches any other expression.
495 class Wildcard : public SExpr {
499 Wildcard() : SExpr(COP_Wildcard) {}
500 Wildcard(const Wildcard &W) : SExpr(W) {}
507 typename C::CType compare(const Wildcard* E, C& Cmp) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 494 /// Placeholder for a wildcard that matches any other expression.
495 class Wildcard : public SExpr {
499 Wildcard() : SExpr(COP_Wildcard) {}
500 Wildcard(const Wildcard &W) : SExpr(W) {}
507 typename C::CType compare(const Wildcard* E, C& Cmp) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 494 /// Placeholder for a wildcard that matches any other expression.
495 class Wildcard : public SExpr {
499 Wildcard() : SExpr(COP_Wildcard) {}
500 Wildcard(const Wildcard &W) : SExpr(W) {}
507 typename C::CType compare(const Wildcard* E, C& Cmp) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 494 /// Placeholder for a wildcard that matches any other expression.
495 class Wildcard : public SExpr {
499 Wildcard() : SExpr(COP_Wildcard) {}
500 Wildcard(const Wildcard &W) : SExpr(W) {}
507 typename C::CType compare(const Wildcard* E, C& Cmp) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 494 /// Placeholder for a wildcard that matches any other expression.
495 class Wildcard : public SExpr {
499 Wildcard() : SExpr(COP_Wildcard) {}
500 Wildcard(const Wildcard &W) : SExpr(W) {}
507 typename C::CType compare(const Wildcard* E, C& Cmp) const {
    [all...]
  /external/guice/lib/build/
jarjar-1.1.jar 
  /external/testng/lib-supplied/
jarjar-issue-21.jar 
  /prebuilts/tools/common/m2/repository/com/googlecode/jarjar/jarjar/1.3/
jarjar-1.3.jar 

Completed in 7878 milliseconds

1 2 3