Home
last modified time | relevance | path

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

12345678910>>...143

/external/python/cpython2/Lib/bsddb/test/
Dtest_dbtables.py78 tabname, [colname], conditions={colname: None})
123 conditions={col0: lambda x: pickle.loads(x) >= 8})
126 conditions={col0: lambda x:
168 self.tdb.Select(tabname, [], conditions={'foo': '123'})
196 conditions={'e': re.compile('wuzzy').search,
201 self.tdb.Delete(tabname, conditions={'b': dbtables.ExactCond('good')})
204 conditions={'e': dbtables.PrefixCond('Fuzzy')})
209 conditions={'c': lambda c: c == 'meep'})
247 conditions={'e': dbtables.ExactCond('E'),
297 conditions={'e': dbtables.PrefixCond('the l')})
[all …]
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dexpectations_parser.py17 def __init__(self, reason, test, conditions, results): argument
31 assert isinstance(conditions, list)
32 self._conditions = conditions
39 self.conditions == other.conditions and
51 def conditions(self): member in Expectation
113 conditions = [c for c in raw_conditions.split()] if raw_conditions else []
115 for c in conditions:
120 return Expectation(reason, test, conditions, [r for r in results.split()])
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmConditionalBranchTests.cpp47 static const string conditions[] = { "true", "false" }; variable
59 for (int conditionIdx = 0; conditionIdx < DE_LENGTH_OF_ARRAY(conditions); ++conditionIdx) in addComputeSameLabelsTest()
63 string testName = string("same_labels_") + conditions[conditionIdx]; in addComputeSameLabelsTest()
118 specs["condition"] = conditions[conditionIdx]; in addComputeSameLabelsTest()
147 for (int conditionIdx = 0; conditionIdx < DE_LENGTH_OF_ARRAY(conditions); ++conditionIdx) in addGraphicsSameLabelsTest()
151 string testName = string("same_labels_") + conditions[conditionIdx]; in addGraphicsSameLabelsTest()
213 specs["condition"] = conditions[conditionIdx]; in addGraphicsSameLabelsTest()
/external/tensorflow/tensorflow/lite/nnapi/
DBUILD19 "//conditions:default": ["-ldl"],
38 "//conditions:default": [
50 "//conditions:default": ["-ldl"],
57 "//conditions:default": ["-lrt"],
90 "//conditions:default": ["nnapi_handler.cc"],
95 "//conditions:default": ["nnapi_handler.h"],
/external/libyuv/files/
Dlibyuv_test.gyp51 'conditions': [
97 ], # conditions
117 'conditions': [
123 ], # conditions
135 'conditions': [
141 ], # conditions
156 'conditions': [
162 ], # conditions
177 'conditions': [
Dlibyuv.gyp32 'conditions': [
56 'conditions': [
73 'conditions': [
99 'conditions': [
119 ], #conditions
138 'conditions': [
149 ], #conditions
/external/cldr/tools/java/org/unicode/cldr/util/
DXChoiceFormat.java71 private Condition[] conditions; field in XChoiceFormat
85 conditions = new Condition[items.length]; in applyPattern()
95 conditions[i] = Condition.valueOf(tag.toUpperCase(Locale.ENGLISH)); in applyPattern()
102 if (conditions[i - 1] != Condition.N) { in applyPattern()
108 for (int i = 0; i < conditions.length; ++i) { in format()
109 if (conditions[i].matches(num)) { in format()
/external/angle/third_party/glslang/src/
DBUILD.bazel14 "@bazel_tools//src/conditions:windows": [""],
15 "//conditions:default": [
50 "@bazel_tools//src/conditions:windows":
52 "//conditions:default":
74 "@bazel_tools//src/conditions:windows": [""],
75 "//conditions:default": ["-lm", "-lpthread"],
137 "@bazel_tools//src/conditions:windows": [""],
138 "//conditions:default": ["-lm"],
211 "@bazel_tools//src/conditions:windows":
213 "//conditions:default":
/external/deqp-deps/glslang/
DBUILD.bazel14 "@bazel_tools//src/conditions:windows": [""],
15 "//conditions:default": [
50 "@bazel_tools//src/conditions:windows":
52 "//conditions:default":
74 "@bazel_tools//src/conditions:windows": [""],
75 "//conditions:default": ["-lm", "-lpthread"],
137 "@bazel_tools//src/conditions:windows": [""],
138 "//conditions:default": ["-lm"],
211 "@bazel_tools//src/conditions:windows":
213 "//conditions:default":
/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/tensorflow/tensorflow/python/framework/
Dsmart_cond_test.py107 conditions = [(True, lambda: constant_op.constant(1)),
109 y = smart_cond.smart_case(conditions, default=raise_exception,
111 z = smart_cond.smart_case(conditions, default=raise_exception,
120 conditions = [(False, raise_exception)]
121 y = smart_cond.smart_case(conditions,
124 z = smart_cond.smart_case(conditions,
135 conditions = [(x > 1, lambda: constant_op.constant(1)),
139 z = smart_cond.smart_case(conditions, default=raise_exception)
/external/fsck_msdos/
DNOTICE8 * modification, are permitted provided that the following conditions
11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
35 * modification, are permitted provided that the following conditions
38 * notice, this list of conditions and the following disclaimer.
40 * notice, this list of conditions and the following disclaimer in the
65 * modification, are permitted provided that the following conditions
68 * notice, this list of conditions and the following disclaimer.
70 * notice, this list of conditions and the following disclaimer in the
94 * modification, are permitted provided that the following conditions
[all …]
/external/googletest/
DBUILD.bazel6 # modification, are permitted provided that the following conditions are
10 # notice, this list of conditions and the following disclaimer.
12 # copyright notice, this list of conditions and the following disclaimer
80 "//conditions:default": ["-pthread"],
84 "//conditions:default": [],
88 "//conditions:default": [],
98 "//conditions:default": ["-pthread"],
109 "//conditions:default": [],
118 "//conditions:default": [],
140 "//conditions:default": [],
/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/newfs_msdos/
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
35 modification, are permitted provided that the following conditions
38 notice, this list of conditions and the following disclaimer.
40 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
DLICENSE5 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
35 modification, are permitted provided that the following conditions
38 notice, this list of conditions and the following disclaimer.
40 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
/external/tensorflow/tensorflow/c/
DBUILD87 "//conditions:default": [
143 "//conditions:default": [],
167 "//conditions:default": [
204 "//conditions:default": [
219 "//conditions:default": [
247 "//conditions:default": [
263 "//conditions:default": [
286 "//conditions:default": [
392 "//conditions:default": [
423 "//conditions:default": [
[all …]
/external/tensorflow/tensorflow/core/platform/default/build_config/
DBUILD49 "//conditions:default": [],
56 "//conditions:default": [],
66 "//conditions:default": [
72 "//conditions:default": [],
84 "//conditions:default": [],
202 "//conditions:default": [
216 "//conditions:default": [
/external/antlr/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/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
Dtemplate_12-1.in35 "pre-conditions");
54 "pre-conditions");
60 "pre-conditions");
68 "pre-conditions");
74 "pre-conditions");
/external/swiftshader/third_party/marl/
DBUILD.bazel28 "@bazel_tools//src/conditions:windows": [],
29 "//conditions:default": glob(["src/**/*.S"]),
38 "@bazel_tools//src/conditions:linux_x86_64": ["-pthread"],
39 "//conditions:default": [],
/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/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/v8/src/compiler/
Dbranch-elimination.cc173 ControlPathConditions conditions = node_conditions_.Get(control); in ReduceDeoptimizeConditional() local
177 if (conditions.LookupCondition(condition, &branch, &condition_value)) { in ReduceDeoptimizeConditional()
193 return UpdateConditions(node, conditions, condition, node, condition_is_true); in ReduceDeoptimizeConditional()
231 ControlPathConditions conditions = node_conditions_.Get(*input_it); in ReduceMerge() local
240 conditions.ResetToCommonAncestor(node_conditions_.Get(*input_it)); in ReduceMerge()
242 return UpdateConditions(node, conditions); in ReduceMerge()
263 Node* node, ControlPathConditions conditions) { in UpdateConditions() argument
266 if (reduced_.Set(node, true) | node_conditions_.Set(node, conditions)) { in UpdateConditions()

12345678910>>...143