/external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
D | BUILD | 319 "//conditions:default": [], 331 "//conditions:default": [], 346 "//conditions:default": [], 361 "//conditions:default": [], 376 "//conditions:default": [], 391 "//conditions:default": [], 406 "//conditions:default": [], 421 "//conditions:default": [], 436 "//conditions:default": [], 451 "//conditions:default": [], [all …]
|
/external/python/cpython2/Lib/bsddb/test/ |
D | test_dbtables.py | 78 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/ |
D | expectations_parser.py | 17 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/ruy/ruy/ |
D | build_defs.bzl | 7 "@bazel_tools//src/conditions:windows": [ 14 "//conditions:default": [ 37 "//conditions:default": [], 50 "//conditions:default": ["-O3"], 60 "@bazel_tools//src/conditions:windows_msvc": ["/arch:AVX"], 61 "//conditions:default": [], 67 "@bazel_tools//src/conditions:windows_msvc": ["/arch:AVX2"], 68 "//conditions:default": [], 77 "@bazel_tools//src/conditions:windows_msvc": ["/arch:AVX512"], 78 "//conditions:default": [],
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmConditionalBranchTests.cpp | 47 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/pthreadpool/ |
D | BUILD.bazel | 46 "//conditions:default": INTERNAL_HDRS + PTHREADS_IMPL_SRCS, 59 "//conditions:default": [], 65 "//conditions:default": [], 74 "//conditions:default": ["-DPTHREADPOOL_USE_CPUINFO=0"], 100 "//conditions:default": [], 113 "//conditions:default": ["-DPTHREADPOOL_USE_FASTPATH=0"], 129 "//conditions:default": [], 142 "//conditions:default": [], 163 "//conditions:default": [], 185 "//conditions:default": [], [all …]
|
/external/tensorflow/tensorflow/lite/tools/delegates/ |
D | BUILD | 61 "//conditions:default": [], 70 "//conditions:default": [], 75 "//conditions:default": [], 107 "//conditions:default": [], 119 "//conditions:default": [], 128 "//conditions:default": [], 152 "//conditions:default": ["-ldl"],
|
/external/libyuv/files/ |
D | libyuv_test.gyp | 51 'conditions': [ 97 ], # conditions 117 'conditions': [ 123 ], # conditions 135 'conditions': [ 141 ], # conditions 156 'conditions': [ 162 ], # conditions 177 'conditions': [
|
D | libyuv.gyp | 32 'conditions': [ 56 'conditions': [ 73 'conditions': [ 99 'conditions': [ 119 ], #conditions 138 'conditions': [ 149 ], #conditions
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | XChoiceFormat.java | 71 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/deqp-deps/glslang/ |
D | BUILD.bazel | 6 # modification, are permitted provided that the following conditions 10 # notice, this list of conditions and the following disclaimer. 13 # copyright notice, this list of conditions and the following 61 "@bazel_tools//src/conditions:windows": [""], 62 "//conditions:default": [ 95 "@bazel_tools//src/conditions:windows": 97 "//conditions:default": 120 "@bazel_tools//src/conditions:windows": [""], 121 "//conditions:default": ["-lm", "-lpthread"], 183 "@bazel_tools//src/conditions:windows": [""], [all …]
|
/external/tensorflow/tensorflow/python/framework/ |
D | smart_cond_test.py | 107 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/googletest/ |
D | BUILD.bazel | 6 # 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 100 "//conditions:default": ["-pthread"], 104 "//conditions:default": [], 108 "//conditions:default": [], 118 "//conditions:default": ["-pthread"], 130 "//conditions:default": [], 139 "//conditions:default": [], 161 "//conditions:default": [],
|
/external/fsck_msdos/ |
D | NOTICE | 8 * 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/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/angle/third_party/vulkan-deps/glslang/src/ |
D | BUILD.bazel | 6 # modification, are permitted provided that the following conditions 10 # notice, this list of conditions and the following disclaimer. 13 # copyright notice, this list of conditions and the following 62 "@bazel_tools//src/conditions:windows": [""], 63 "//conditions:default": [ 96 "@bazel_tools//src/conditions:windows": 98 "//conditions:default": 121 "@bazel_tools//src/conditions:windows": [""], 122 "//conditions:default": ["-lm", "-lpthread"], 185 "@bazel_tools//src/conditions:windows": [""], [all …]
|
/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/tensorflow/tensorflow/lite/swift/ |
D | BUILD.apple | 40 "//conditions:default": [], 45 "//conditions:default": [], 51 "//conditions:default": [], 56 "//conditions:default": [], 67 "//conditions:default": [], 72 "//conditions:default": [],
|
/external/tensorflow/third_party/clog/ |
D | BUILD.bazel | 20 "//conditions:default": ["-Wno-unused-result"], 25 "//conditions:default": [], 29 "//conditions:default": [], 34 "//conditions:default": True,
|
/external/newfs_msdos/ |
D | LICENSE | 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 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/core/platform/default/build_config/ |
D | BUILD | 48 "//conditions:default": [], 55 "//conditions:default": [], 65 "//conditions:default": [ 71 "//conditions:default": [], 83 "//conditions:default": [], 201 "//conditions:default": [ 215 "//conditions:default": [
|
/external/XNNPACK/ |
D | build_defs.bzl | 171 "//conditions:default": [], 206 "//conditions:default": [], 212 "//conditions:default": gcc_copts, 215 "//conditions:default": [], 229 "//conditions:default": [], 320 "//conditions:default": [], 326 "//conditions:default": ["-Wno-unused-function"], 330 "//conditions:default": [], 337 "//conditions:default": [], 352 "//conditions:default": [], [all …]
|
/external/python/cpython3/Tools/c-analyzer/c_analyzer/parser/ |
D | preprocessor.py | 374 conditions = [] 377 conditions.append(f'! ({condition})') 379 conditions.append(active) 380 return tuple(conditions) 452 conditions = () 456 yield lno, line, None, conditions 463 yield lno, line, directive, conditions 466 conditions = _recompute_conditions(directive, ifstack) 468 conditions = _recompute_conditions(directive, ifstack)
|
/external/antlr/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/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/ |
D | template_12-1.in | 35 "pre-conditions"); 54 "pre-conditions"); 60 "pre-conditions"); 68 "pre-conditions"); 74 "pre-conditions");
|