HomeSort by relevance Sort by last modified time
    Searched full:patternlist (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/tools/gn/
pattern.h 68 class PatternList {
70 PatternList();
71 ~PatternList();
pattern.cc 151 PatternList::PatternList() {
154 PatternList::~PatternList() {
157 void PatternList::Append(const Pattern& pattern) {
161 void PatternList::SetFromValue(const Value& v, Err* err) {
177 bool PatternList::MatchesString(const std::string& s) const {
185 bool PatternList::MatchesValue(const Value& v) const {
operators_unittest.cc 55 scoped_ptr<PatternList> pattern_list(new PatternList);
scope.h 234 const PatternList* GetSourcesAssignmentFilter() const;
236 scoped_ptr<PatternList> f) {
337 scoped_ptr<PatternList> sources_assignment_filter_;
scope.cc 299 new PatternList(*sources_assignment_filter_));
385 const PatternList* Scope::GetSourcesAssignmentFilter() const {
functions.cc 547 scoped_ptr<PatternList> f(new PatternList);
operators.cc 24 const PatternList* filter = scope->GetSourcesAssignmentFilter();
  /external/stressapptest/src/
pattern.h 87 class PatternList {
89 PatternList();
90 ~PatternList();
107 DISALLOW_COPY_AND_ASSIGN(PatternList);
pattern.cc 327 PatternList::PatternList() {
332 PatternList::~PatternList() {
339 int PatternList::Initialize() {
383 int PatternList::Destroy() {
395 Pattern *PatternList::GetPattern(int i) {
405 Pattern *PatternList::GetRandomPattern() {
sat.h 273 class PatternList *patternlist_; // Access to global data patterns.
worker.h 219 class PatternList *patternlist_init,
396 class PatternList *patternlist_; // Reference to data patterns.
sat.cc 214 patternlist_ = new PatternList();
221 logprintf(0, "Process Error: failed to initialize patternlist\n");
    [all...]
worker.cc 291 class PatternList *patternlist_init,
    [all...]
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java 683 List patternList = (List) m_patternMap.get (canonicalPattern);
684 if (patternList == null)
686 patternList = new ArrayList ();
689 m_patternMap.put (names [n], patternList);
693 patternList.add (opt);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndis.h     [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkAnimateSchema.xsd 39 <!-- @patternList Color can be described by the following standard CSS color names. -->
    [all...]
  /external/skia/src/animator/
SkAnimateSchema.xsd 39 <!-- @patternList Color can be described by the following standard CSS color names. -->
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 657 milliseconds