Home
last modified time | relevance | path

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

12345678910>>...131

/third_party/gettext/gettext-tools/src/
Dcldr-plural-exp.c71 cldr_plural_condition_free (condition->value.conditions[0]); in cldr_plural_condition_free()
72 cldr_plural_condition_free (condition->value.conditions[1]); in cldr_plural_condition_free()
187 eval_condition (condition->value.conditions[0]); in eval_condition()
188 eval_condition (condition->value.conditions[1]); in eval_condition()
190 if (condition->value.conditions[0]->type in eval_condition()
192 || condition->value.conditions[1]->type in eval_condition()
195 cldr_plural_condition_free (condition->value.conditions[0]); in eval_condition()
196 cldr_plural_condition_free (condition->value.conditions[1]); in eval_condition()
199 else if (condition->value.conditions[0]->type in eval_condition()
201 && condition->value.conditions[1]->type in eval_condition()
[all …]
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_device_info.py74 conditions=["$feats.provokingVertexLast"]),
82 conditions=["$feats.storageBuffer8BitAccess"]),
86 conditions=["$feats.storageBuffer16BitAccess"]),
95 conditions=["$feats.fragmentShaderSampleInterlock", "$feats.fragmentShaderPixelInterlock"]),
102 conditions=["$props.fullyCoveredFragmentShaderInputVariable"]),
108 conditions=["$feats.conditionalRendering"]),
113 conditions=["$feats.transformFeedback"]),
117 conditions=["$feats.indexTypeUint8"]),
121 conditions=["$feats.imagelessFramebuffer"]),
126 conditions=["$feats.nullDescriptor"]),
[all …]
/third_party/node/tools/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
95 'conditions': [
109 'conditions': [
139 'conditions': [
150 'conditions': [
182 'conditions': [
185 'conditions': [
190 'conditions': [
[all …]
Dv8.gyp185 'conditions': [
205 'conditions': [
261 'conditions': [
281 'conditions': [
306 'conditions': [
333 'conditions': [
371 'conditions': [
404 'conditions': [
477 'conditions': [
479 'conditions': [
[all …]
/third_party/node/lib/internal/modules/esm/
Dresolve.js104 function getConditionsSet(conditions) { argument
105 if (conditions !== undefined && conditions !== DEFAULT_CONDITIONS) {
106 if (!ArrayIsArray(conditions)) {
107 throw new ERR_INVALID_ARG_VALUE('conditions', conditions,
110 return new SafeSet(conditions);
360 target, subpath, match, packageJSONUrl, base, pattern, internal, conditions) { argument
376 return packageResolve(exportTarget, packageJSONUrl, conditions);
414 base, pattern, internal, conditions) { argument
418 conditions);
430 internal, conditions);
[all …]
/third_party/node/test/parallel/
Dtest-policy-dependency-conditions.js33 for (const conditions of conditionTreePermutations) {
34 calc(depthLeft - 1, [...path, conditions]);
65 conditions: new Set( property
89 for (const { target, conditions } of order) { field
90 const result = redirector.resolve('_', conditions).href;
95 for (const { target: preTarget, conditions: preConditions } of order) { property
100 if (conditions.has(preCondition) !== true) {
/third_party/node/test/fixtures/es-module-loaders/
Dloader-with-custom-condition.mjs4 ok(Array.isArray(context.conditions), 'loader receives conditions array');
6 deepStrictEqual([...context.conditions].sort(), [
14 conditions: ['custom-condition', ...context.conditions], property
/third_party/vk-gl-cts/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()
/third_party/boost/tools/build/src/tools/
Dmsvc.py146 def extend_conditions(conditions,exts): argument
147 return [ cond + '/' + ext for cond in conditions for ext in exts ]
149 def configure_version_specific(toolset_arg, version, conditions): argument
156 …toolset.flags('{}.compile'.format(toolset_arg), 'CFLAGS',conditions, ['/Zc:forScope','/Zc:wchar_t'…
157 toolset.flags('{}.compile.c++'.format(toolset_arg), 'C++FLAGS',conditions, ['/wd4675'])
162 …toolset.flags('{}.compile'.format(toolset_arg), 'CFLAGS',extend_conditions(conditions,['<warnings>…
166 …toolset.flags('{}.compile'.format(toolset_arg), 'CFLAGS',extend_conditions(conditions,['<warnings>…
173 …toolset.flags('{}.compile'.format(toolset_arg), 'CFLAGS', extend_conditions(conditions,['<optimiza…
174 …toolset.flags('{}.compile'.format(toolset_arg), 'CFLAGS', extend_conditions(conditions,['<optimiza…
175 …toolset.flags('{}.compile'.format(toolset_arg), 'CFLAGS', extend_conditions(conditions,['<optimiza…
[all …]
/third_party/node/
Dnode.gypi16 'conditions': [
28 'conditions': [
103 'conditions': [
106 'conditions': [
120 'conditions': [
134 'conditions': [
159 'conditions': [
173 'conditions': [
217 'conditions': [
299 'conditions': [
[all …]
Dcommon.gypi84 'conditions': [
126 'conditions': [
136 'conditions': [
167 'conditions': [
181 'conditions': [
190 'conditions': [
211 'conditions': [
229 'conditions': [
260 'conditions': [
285 'conditions': [
[all …]
/third_party/glslang/
DBUILD.bazel6 # 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 …]
/third_party/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
90 "//conditions:default": ["-pthread"],
94 "//conditions:default": [],
98 "//conditions:default": [],
108 "//conditions:default": ["-pthread"],
120 "//conditions:default": [],
129 "//conditions:default": [],
151 "//conditions:default": [],
/third_party/skia/bazel/
Dmacros.bzl18 # "//conditions:default": [],
21 # "//conditions:default": [],
24 # "//conditions:default": [],
33 "//conditions:default": default,
/third_party/skia/third_party/externals/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": [],
/third_party/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");
Dtemplate_13-1.in34 "pre-conditions");
53 "pre-conditions");
59 "pre-conditions");
65 "pre-conditions");
/third_party/node/test/addons/openssl-binding/
Dbinding.gyp6 'conditions': [
8 'conditions': [
14 'conditions': [
/third_party/skia/third_party/externals/icu/
Dicu.gyp36 'conditions': [
52 'conditions': [
92 'conditions': [
105 'conditions': [
111 'conditions': [
131 'conditions': [
144 'conditions': [
195 'conditions': [
238 'conditions': [
250 ], # conditions
[all …]
/third_party/flutter/skia/third_party/externals/icu/
Dicu.gyp34 'conditions': [
57 'conditions': [
97 'conditions': [
110 'conditions': [
116 'conditions': [
136 'conditions': [
149 'conditions': [
200 'conditions': [
243 'conditions': [
255 ], # conditions
[all …]
/third_party/node/deps/zlib/
Dzlib.gyp11 'conditions': [
54 'conditions': [
93 'conditions': [
109 'conditions': [
118 'conditions': [
/third_party/skia/third_party/externals/abseil-cpp/absl/copts/
Dconfigure_copts.bzl28 "//conditions:default": ABSL_GCC_FLAGS,
35 "//conditions:default": ABSL_GCC_TEST_FLAGS,
40 "//conditions:default": [],
56 "//conditions:default": [],
/third_party/skia/
DBUILD.bazel46 "//conditions:default": [],
67 "//conditions:default": [],
78 "//conditions:default": [
90 "//conditions:default": [
104 "//conditions:default": [],
134 "//conditions:default": [],
/third_party/node/deps/npm/node_modules/node-gyp/
Daddon.gypi11 'conditions': [
60 'conditions': [
72 'conditions': [
91 'conditions': [
124 'conditions': [
/third_party/abseil-cpp/absl/copts/
Dconfigure_copts.bzl27 "//conditions:default": ABSL_GCC_FLAGS,
35 "//conditions:default": ABSL_GCC_TEST_FLAGS,
40 "//conditions:default": [],
55 "//conditions:default": [],

12345678910>>...131