Home
last modified time | relevance | path

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

12345678910>>...103

/external/v8/build/
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
95 'conditions': [
135 'conditions': [
161 'conditions': [
166 'conditions': [
198 'conditions': [
201 'conditions': [
206 '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.cc118 ControlPathConditions* conditions = in ReduceMerge() local
122 conditions->Merge(*(node_conditions_.Get(node->InputAt(i)))); in ReduceMerge()
125 return UpdateConditions(node, conditions); in ReduceMerge()
144 Node* node, const ControlPathConditions* conditions) { in Set() argument
149 info_for_node_[index] = conditions; in Set()
169 Node* node, const ControlPathConditions* conditions) { in UpdateConditions() argument
173 if (conditions != original) { in UpdateConditions()
174 if (original == nullptr || *conditions != *original) { in UpdateConditions()
175 node_conditions_.Set(node, conditions); in UpdateConditions()
230 ControlPathConditions* conditions = in AddCondition() local
[all …]
/external/chromium-trace/catapult/firefighter/default/handlers/
Dquery.py56 conditions = []
57 conditions.append('NOT LOWER(name) CONTAINS "trigger"')
58 conditions.append('end_time - start_time >= 1000000')
59 conditions.append('end_time > %d' % query_start_time_us)
72 conditions.append('%s IN (%s)' % (filter_name, ','.join(filter_values)))
76 'WHERE %s ' % ' AND '.join(conditions) +
/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/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/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/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
53 'conditions': [
69 'conditions': [
115 'conditions': [
143 '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/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/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/libyuv/files/
Dlibyuv_test.gyp39 'conditions': [
45 ], # conditions
58 'conditions': [
64 ], # conditions
/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
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq.gypi17 'conditions': [
23 'conditions': [
129 'conditions': [
156 'conditions': [
204 'conditions': [
218 ], # conditions
/external/ipsec-tools/src/libipsec/
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
/external/bsdiff/
DLICENSE10 modification, are permitted providing that the following conditions
13 notice, this list of conditions and the following disclaimer.
15 notice, this list of conditions and the following disclaimer in the
35 modification, are permitted provided that the following conditions are
39 notice, this list of conditions and the following disclaimer.
41 copyright notice, this list of conditions and the following disclaimer
DNOTICE10 modification, are permitted providing that the following conditions
13 notice, this list of conditions and the following disclaimer.
15 notice, this list of conditions and the following disclaimer in the
35 modification, are permitted provided that the following conditions are
39 notice, this list of conditions and the following disclaimer.
41 copyright notice, this list of conditions and the following disclaimer
/external/webrtc/webrtc/modules/audio_device/
Daudio_device.gypi33 # TODO(xians): Rename files to e.g. *_linux.{ext}, remove sources in conditions section
49 'conditions': [
92 'conditions': [
135 'conditions': [
228 ], # conditions
230 ], # conditions
233 'conditions': [

12345678910>>...103