/external/chromium_org/chrome/browser/extensions/api/declarative/ |
D | declarative_rule_unittest.cc | 72 RecordingConditionSet::AnyVector conditions; in TEST() local 73 conditions.push_back(ScopedToLinkedPtr(ParseJson("{\"key\": 1}"))); in TEST() 74 conditions.push_back(ScopedToLinkedPtr(ParseJson("{\"bad_key\": 2}"))); in TEST() 78 NULL, matcher.condition_factory(), conditions, &error); in TEST() 85 RecordingConditionSet::AnyVector conditions; in TEST() local 86 conditions.push_back(ScopedToLinkedPtr(ParseJson("{\"key\": 1}"))); in TEST() 87 conditions.push_back(ScopedToLinkedPtr(ParseJson("[\"val1\", 2]"))); in TEST() 92 NULL, matcher.condition_factory(), conditions, &error); in TEST() 95 EXPECT_EQ(2u, result->conditions().size()); in TEST() 97 EXPECT_EQ(matcher.condition_factory(), result->conditions()[0]->factory); in TEST() [all …]
|
D | declarative_rule.h | 68 const AnyVector& conditions, 71 const Conditions& conditions() const { in conditions() function 100 const Conditions& conditions, 199 typedef base::Callback<bool(const ConditionSet* conditions, 206 scoped_ptr<ConditionSet> conditions, 229 const ConditionSet& conditions() const { return *conditions_; } in conditions() function 298 const AnyVector& conditions, in Create() argument 302 for (AnyVector::const_iterator i = conditions.begin(); in Create() 303 i != conditions.end(); ++i) { in Create() 336 const Conditions& conditions, in DeclarativeConditionSet() argument [all …]
|
/external/chromium_org/v8/build/ |
D | toolchain.gypi | 3 # modification, are permitted provided that the following conditions are 7 # notice, this list of conditions and the following disclaimer. 9 # copyright notice, this list of conditions and the following 82 'conditions': [ 92 'conditions': [ 94 'conditions': [ 99 'conditions': [ 104 'conditions': [ 129 'conditions': [ 134 'conditions': [ [all …]
|
D | features.gypi | 3 # modification, are permitted provided that the following conditions are 7 # notice, this list of conditions and the following disclaimer. 9 # copyright notice, this list of conditions and the following 66 'conditions': [ 99 ], # conditions 106 'conditions': [ 120 'conditions': [ 127 ], # conditions
|
D | standalone.gypi | 3 # modification, are permitted provided that the following conditions are 7 # notice, this list of conditions and the following disclaimer. 9 # copyright notice, this list of conditions and the following 46 'conditions': [ 98 'conditions': [ 144 'conditions': [ 166 'conditions': [ 174 'conditions': [ 195 'conditions': [ 214 'conditions': [ [all …]
|
/external/chromium_org/components/url_matcher/ |
D | url_matcher_unittest.cc | 413 std::set<URLMatcherCondition> conditions; in TEST() local 414 conditions.insert(m1); in TEST() 415 conditions.insert(m2); in TEST() 418 new URLMatcherConditionSet(1, conditions)); in TEST() 420 EXPECT_EQ(2u, condition_set->conditions().size()); in TEST() 433 std::set<URLMatcherCondition> conditions; in TEST() local 434 conditions.insert(m1); in TEST() 435 conditions.insert(m2); in TEST() 438 new URLMatcherConditionSet(1, conditions)); in TEST() 440 EXPECT_EQ(2u, condition_set->conditions().size()); in TEST() [all …]
|
D | url_matcher.cc | 594 const Conditions& conditions) in URLMatcherConditionSet() argument 596 conditions_(conditions) {} in URLMatcherConditionSet() 600 const Conditions& conditions, in URLMatcherConditionSet() argument 604 conditions_(conditions), in URLMatcherConditionSet() 733 const URLMatcherConditionSet::Conditions& conditions = in UpdateSubstringSetMatcher() local 734 condition_set_iter->second->conditions(); in UpdateSubstringSetMatcher() 736 conditions.begin(); condition_iter != conditions.end(); in UpdateSubstringSetMatcher() 783 const URLMatcherConditionSet::Conditions& conditions = in UpdateRegexSetMatcher() local 784 condition_set_iter->second->conditions(); in UpdateRegexSetMatcher() 786 conditions.begin(); condition_iter != conditions.end(); in UpdateRegexSetMatcher() [all …]
|
/external/chromium_org/tools/telemetry/telemetry/page/ |
D | test_expectations.py | 15 def __init__(self, expectation, pattern, conditions=None, bug=None): argument 30 if conditions: 31 for c in conditions: 60 def Fail(self, url_pattern, conditions=None, bug=None): argument 61 self._Expect('fail', url_pattern, conditions, bug) 63 def Skip(self, url_pattern, conditions=None, bug=None): argument 64 self._Expect('skip', url_pattern, conditions, bug) 66 def _Expect(self, expectation, url_pattern, conditions=None, bug=None): argument 67 self.expectations.append(Expectation(expectation, url_pattern, conditions,
|
/external/chromium/build/linux/ |
D | system.gyp | 6 'conditions': [ 34 'conditions': [ 59 'conditions': [ 79 'conditions': [ 81 'conditions': [ 134 'conditions': [ 154 'conditions': [ 174 'conditions': [ 194 'conditions': [ 217 'conditions': [ [all …]
|
/external/chromium_org/build/linux/ |
D | system.gyp | 7 'conditions': [ 20 'conditions': [ 39 'conditions': [ 66 'conditions': [ 101 'conditions': [ 121 ], # conditions 157 'conditions': [ 178 'conditions': [ 199 'conditions': [ 223 'conditions': [ [all …]
|
/external/skia/gyp/ |
D | common_conditions.gypi | 1 # conditions used in both common.gypi and skia.gyp in chromium 10 'conditions' : [ 89 'conditions' : [ 139 'conditions': [ 156 'conditions': [ 171 'conditions': [ 217 'conditions' : [ 248 'conditions': [ 275 'conditions' : [ 309 'conditions' : [ [all …]
|
D | angle.gyp | 4 'conditions': [ 12 'conditions': [ 45 'conditions': [
|
/external/chromium_org/third_party/skia/gyp/ |
D | common_conditions.gypi | 1 # conditions used in both common.gypi and skia.gyp in chromium 10 'conditions' : [ 89 'conditions' : [ 139 'conditions': [ 156 'conditions': [ 171 'conditions': [ 217 'conditions' : [ 248 'conditions': [ 275 'conditions' : [ 309 'conditions' : [ [all …]
|
D | angle.gyp | 4 'conditions': [ 12 'conditions': [ 45 'conditions': [
|
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/ |
D | webrequest_rules_registry.cc | 67 if ((*it)->conditions().IsFulfilled(-1, request_data)) in GetMatches() 211 const WebRequestConditionSet& conditions = i->second->conditions(); in AddRulesImpl() local 212 conditions.GetURLMatcherConditionSets(&url_condition_sets); in AddRulesImpl() 224 i->second->conditions().GetURLMatcherConditionSets(&all_new_condition_sets); in AddRulesImpl() 225 if (i->second->conditions().HasConditionsWithoutUrls()) in AddRulesImpl() 295 rule->conditions().GetURLMatcherConditionSets(&condition_sets); in CleanUpAfterRule() 334 const WebRequestConditionSet* conditions, in Checker() argument 337 return (StageChecker(conditions, actions, error) && in Checker() 367 const WebRequestConditionSet* conditions, in StageChecker() argument 377 conditions->conditions().begin(); in StageChecker() [all …]
|
/external/v8/build/ |
D | common.gypi | 3 # modification, are permitted provided that the following conditions are 7 # notice, this list of conditions and the following disclaimer. 9 # copyright notice, this list of conditions and the following 100 'conditions': [ 119 'conditions': [ 124 'conditions': [ 174 'conditions': [ 180 'conditions': [ 267 'conditions': [ 275 ], # conditions [all …]
|
/external/ipsec-tools/src/racoon/ |
D | NOTICE | 5 modification, are permitted provided that the following conditions 8 notice, this list of conditions and the following disclaimer. 10 notice, this list of conditions and the following disclaimer in the 34 modification, are permitted provided that the following conditions 37 notice, this list of conditions and the following disclaimer. 39 notice, this list of conditions and the following disclaimer in the 63 modification, are permitted provided that the following conditions 66 notice, this list of conditions and the following disclaimer. 68 notice, this list of conditions and the following disclaimer in the 92 modification, are permitted provided that the following conditions [all …]
|
/external/ganymed-ssh2/examples/ |
D | SingleThreadStdoutStderr.java | 71 … int conditions = sess.waitForCondition(ChannelCondition.STDOUT_DATA | ChannelCondition.STDERR_DATA in main() local 76 if ((conditions & ChannelCondition.TIMEOUT) != 0) in main() 84 if ((conditions & ChannelCondition.EOF) != 0) in main() 88 if ((conditions & (ChannelCondition.STDOUT_DATA | ChannelCondition.STDERR_DATA)) == 0) in main()
|
/external/chromium_org/build/ |
D | chrome_settings.gypi | 12 'conditions': [ 14 'conditions': [ 26 ], # conditions 28 ], # conditions
|
/external/ipsec-tools/ |
D | NOTICE | 5 modification, are permitted provided that the following conditions 8 notice, this list of conditions and the following disclaimer. 10 notice, this list of conditions and the following disclaimer in the 34 modification, are permitted provided that the following conditions 37 notice, this list of conditions and the following disclaimer. 39 notice, this list of conditions and the following disclaimer in the 63 modification, are permitted provided that the following conditions 66 notice, this list of conditions and the following disclaimer. 68 notice, this list of conditions and the following disclaimer in the 92 modification, are permitted provided that the following conditions [all …]
|
/external/jmonkeyengine/ |
D | NOTICE | 7 * modification, are permitted provided that the following conditions are 11 * notice, this list of conditions and the following disclaimer. 14 * notice, this list of conditions and the following disclaimer in the 39 * modification, are permitted provided that the following conditions are 43 * notice, this list of conditions and the following disclaimer. 46 * notice, this list of conditions and the following disclaimer in the 71 * modification, are permitted provided that the following conditions are 75 * notice, this list of conditions and the following disclaimer. 78 * notice, this list of conditions and the following disclaimer in the 103 * modification, are permitted provided that the following conditions are [all …]
|
/external/chromium_org/content/ |
D | content.gyp | 13 'conditions': [ 24 'conditions': [ 48 'conditions': [ 72 'conditions': [ 90 'conditions': [ 120 'conditions': [ 141 'conditions': [ 152 'conditions': [ 214 'conditions': [ 259 'conditions': [ [all …]
|
/external/chromium_org/third_party/WebKit/Source/testing/ |
D | testing.gyp | 5 # modification, are permitted provided that the following conditions are 9 # notice, this list of conditions and the following disclaimer. 11 # copyright notice, this list of conditions and the following disclaimer 35 'conditions': [ 72 'conditions': [ 95 'conditions': [ 136 'conditions': [ 212 'conditions': [ 255 'conditions': [ 278 'conditions': [ [all …]
|
/external/antlr/antlr-3.4/runtime/CSharp2/ |
D | LICENSE.TXT | 6 modification, are permitted provided that the following conditions 9 notice, this list of conditions and the following disclaimer. 11 notice, this list of conditions and the following disclaimer in 18 under the terms and conditions of this license, without any 19 additional terms or conditions.
|
/external/chromium_org/third_party/ots/ |
D | ots-standalone.gyp | 27 'conditions': [ 101 'conditions': [ 125 'conditions': [ 152 'conditions': [ 164 'conditions': [
|