HomeSort by relevance Sort by last modified time
    Searched defs:Wildcard (Results 1 - 25 of 71) 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-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/darwin-x86/clang-4393122/include/clang/Basic/
Module.h 264 /// to indicate that this is a wildcard export.
279 /// \brief Whether this export declaration ends in a wildcard, indicating
282 bool Wildcard;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
Module.h 264 /// to indicate that this is a wildcard export.
279 /// \brief Whether this export declaration ends in a wildcard, indicating
282 bool Wildcard;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
Module.h 272 /// to indicate that this is a wildcard export.
287 /// \brief Whether this export declaration ends in a wildcard, indicating
290 bool Wildcard;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
Module.h 272 /// to indicate that this is a wildcard export.
287 /// \brief Whether this export declaration ends in a wildcard, indicating
290 bool Wildcard;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
Module.h 272 /// to indicate that this is a wildcard export.
287 /// \brief Whether this export declaration ends in a wildcard, indicating
290 bool Wildcard;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
Module.h 272 /// to indicate that this is a wildcard export.
287 /// \brief Whether this export declaration ends in a wildcard, indicating
290 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;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
Module.h 264 /// to indicate that this is a wildcard export.
279 /// \brief Whether this export declaration ends in a wildcard, indicating
282 bool Wildcard;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
Module.h 264 /// to indicate that this is a wildcard export.
279 /// \brief Whether this export declaration ends in a wildcard, indicating
282 bool Wildcard;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
Module.h 272 /// to indicate that this is a wildcard export.
287 /// \brief Whether this export declaration ends in a wildcard, indicating
290 bool Wildcard;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
Module.h 272 /// to indicate that this is a wildcard export.
287 /// \brief Whether this export declaration ends in a wildcard, indicating
290 bool Wildcard;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
Module.h 272 /// to indicate that this is a wildcard export.
287 /// \brief Whether this export declaration ends in a wildcard, indicating
290 bool Wildcard;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
Module.h 272 /// to indicate that this is a wildcard export.
287 /// \brief Whether this export declaration ends in a wildcard, indicating
290 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-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/darwin-x86/clang-4393122/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-4479392/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-4579689/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-4630689/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...]

Completed in 672 milliseconds

1 2 3