Home
last modified time | relevance | path

Searched refs:conditions (Results 1 – 25 of 2492) sorted by relevance

12345678910>>...100

/external/v8/gypfiles/
Dtoolchain.gypi3 # 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
97 'conditions': [
140 'conditions': [
166 'conditions': [
171 'conditions': [
203 'conditions': [
206 'conditions': [
211 'conditions': [
[all …]
Dfeatures.gypi3 # 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
74 'conditions': [
111 ], # conditions
118 'conditions': [
128 'conditions': [
132 ], # conditions
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
Dlifecycle.py60 def __init__(self, action=None, action_params=None, conditions=None): argument
63 self.conditions = conditions or {}
105 if name in self.conditions:
131 self.conditions[name] = value.strip()
140 if not self.conditions:
160 if condition in self.conditions:
161 s += ('<' + condition + '>' + self.conditions[condition] + '</'
206 def add_rule(self, action, action_params, conditions): argument
226 rule = Rule(action, action_params, conditions)
/external/v8/src/compiler/
Dbranch-elimination.cc90 ControlPathConditions const* conditions = node_conditions_.Get(control); in ReduceDeoptimizeConditional() local
94 if (conditions == nullptr) { in ReduceDeoptimizeConditional()
98 Maybe<bool> condition_value = conditions->LookupCondition(condition); in ReduceDeoptimizeConditional()
115 node, conditions->AddCondition(zone_, condition, condition_is_true)); in ReduceDeoptimizeConditional()
156 ControlPathConditions* conditions = in ReduceMerge() local
160 conditions->Merge(*(node_conditions_.Get(node->InputAt(i)))); in ReduceMerge()
163 return UpdateConditions(node, conditions); in ReduceMerge()
182 Node* node, const ControlPathConditions* conditions) { in Set() argument
187 info_for_node_[index] = conditions; in Set()
207 Node* node, const ControlPathConditions* conditions) { in UpdateConditions() argument
[all …]
/external/chromium-trace/catapult/firefighter/default/handlers/
Dquery.py61 conditions = []
62 conditions.append('NOT LOWER(name) CONTAINS "trigger"')
63 conditions.append('end_time - start_time >= 1000000')
64 conditions.append('end_time > %d' % query_start_time_us)
65 conditions.append('start_time < %d' % query_end_time_us)
78 conditions.append('%s IN (%s)' % (filter_name, ','.join(filter_values)))
82 'WHERE %s ' % ' AND '.join(conditions) +
/external/v8/build/linux/
Dsystem.gyp80 'conditions': [
88 'conditions': [
112 'conditions': [
139 'conditions': [
174 'conditions': [
201 'conditions': [
339 'conditions': [
392 'conditions': [
439 'conditions': [
474 'conditions': [
[all …]
/external/skia/gyp/
Dopts.gyp34 'conditions': [
42 'conditions': [
66 'conditions': [
98 'conditions': [
116 'conditions': [
134 'conditions': [
153 'conditions': [
171 'conditions': [
197 'conditions': [
Dcommon_conditions.gypi6 # conditions used in both common.gypi and skia.gyp in chromium
14 'conditions' : [
24 'conditions' : [
127 'conditions' : [
239 'conditions': [
242 'conditions': [
283 'conditions': [
306 'conditions': [
309 'conditions': [
416 'conditions': [
[all …]
Dfreetype.gyp11 'conditions': [
20 'conditions': [
35 'conditions': [
91 'conditions': [
/external/webrtc/webrtc/common_audio/
Dcommon_audio.gyp124 'conditions': [
131 'conditions': [
152 'conditions': [
161 ], # conditions
181 'conditions': [
189 ], # conditions
194 'conditions': [
204 'conditions': [
272 'conditions': [
284 'conditions': [
[all …]
/external/ipsec-tools/src/racoon/
DNOTICE5 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/
DNOTICE7 * 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/ipsec-tools/
DNOTICE5 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/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
Dconnection.py224 def build_post_policy(self, expiration_time, conditions): argument
234 (time.strftime(boto.utils.ISO8601, expiration_time), ",".join(conditions))
240 conditions=None, storage_class='STANDARD', argument
296 if conditions is None:
297 conditions = []
301 conditions.append('{"bucket": "%s"}' % bucket_name)
303 conditions.append('["starts-with", "$key", "%s"]' % key[:-len("${filename}")])
305 conditions.append('{"key": "%s"}' % key)
307 conditions.append('{"acl": "%s"}' % acl)
310 conditions.append('{"success_action_redirect": "%s"}' % success_action_redirect)
[all …]
/external/libyuv/files/
Dlibyuv.gyp29 'conditions': [
49 'conditions': [
66 'conditions': [
87 'conditions': [
107 ], #conditions
126 'conditions': [
137 ], #conditions
Dlibyuv_test.gyp49 'conditions': [
94 ], # conditions
114 'conditions': [
120 ], # conditions
132 'conditions': [
138 ], # conditions
153 'conditions': [
165 ], # conditions
180 'conditions': [
/external/v8/src/
Dd8.gyp3 # 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
52 'conditions': [
68 'conditions': [
114 'conditions': [
142 'conditions': [
/external/v8/build/
Dchrome_settings.gypi14 'conditions': [
16 'conditions': [
28 ], # conditions
30 ], # conditions
/external/netcat/
DNOTICE9 * modification, are permitted provided that the following conditions
12 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
37 * modification, are permitted provided that the following conditions
40 * notice, this list of conditions and the following disclaimer.
42 * notice, this list of conditions and the following disclaimer in the
62 * 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
/external/antlr/antlr-3.4/runtime/CSharp2/
DLICENSE.TXT6 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/opencv/
DNOTICE15 are permitted provided that the following conditions are met:
18 this list of conditions and the following disclaimer.
21 this list of conditions and the following disclaimer in the documentation
59 * modification, are permitted provided that the following conditions
62 * notice, this list of conditions and the following disclaimer.
64 * notice, this list of conditions and the following disclaimer in the
92 * conditions are met:
94 * copyright notice, this list of conditions and the following
97 * copyright notice, this list of conditions and the following
134 // modification, are permitted provided that the following conditions are met:
[all …]
/external/v8/tools/gyp/test/conditions/elseif/
Delseif_bad2.gyp5 # Trigger an error because of two consecutive string conditions, even if the
6 # conditions are not actually evaluated.
15 'conditions': [
/external/antlr/antlr-3.4/runtime/Delphi/
DLICENSE.TXT7 modification, are permitted provided that the following conditions
10 notice, this list of conditions and the following disclaimer.
12 notice, this list of conditions and the following disclaimer in
19 under the terms and conditions of this license, without any
20 additional terms or conditions.
/external/tinycompress/
DNOTICE10 modification, are permitted provided that the following conditions are met:
13 this list of conditions and the following disclaimer.
15 this list of conditions and the following disclaimer in the documentation
40 under the terms and conditions of the GNU Lesser General Public License,
64 modification, are permitted provided that the following conditions are met:
67 this list of conditions and the following disclaimer.
69 this list of conditions and the following disclaimer in the documentation
93 under the terms and conditions of the GNU Lesser General Public License,
117 modification, are permitted provided that the following conditions are met:
120 this list of conditions and the following disclaimer.
[all …]
/external/fsck_msdos/
DNOTICE6 * 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 the
40 * modification, are permitted provided that the following conditions
43 * notice, this list of conditions and the following disclaimer.
45 * notice, this list of conditions and the following disclaimer in the
74 * modification, are permitted provided that the following conditions
77 * notice, this list of conditions and the following disclaimer.
79 * notice, this list of conditions and the following disclaimer in the

12345678910>>...100