Home
last modified time | relevance | path

Searched full:condition (Results 1 – 25 of 5217) sorted by relevance

12345678910>>...209

/third_party/gettext/gettext-tools/src/
Dcldr-plural-exp.c66 cldr_plural_condition_free (struct cldr_plural_condition_ty *condition) in cldr_plural_condition_free() argument
68 if (condition->type == CLDR_PLURAL_CONDITION_AND in cldr_plural_condition_free()
69 || condition->type == CLDR_PLURAL_CONDITION_OR) in cldr_plural_condition_free()
71 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()
74 else if (condition->type == CLDR_PLURAL_CONDITION_RELATION) in cldr_plural_condition_free()
75 cldr_plural_relation_free (condition->value.relation); in cldr_plural_condition_free()
76 free (condition); in cldr_plural_condition_free()
91 cldr_plural_condition_free (rule->condition); in cldr_plural_rule_free()
183 eval_condition (struct cldr_plural_condition_ty *condition) in eval_condition() argument
[all …]
/third_party/jsframework/runtime/main/extend/mediaquery/
DmediaQuery.ts60 * Match media query condition.
61 * @param {string} condition - Media query condition.
66 export function matchMediaQueryCondition(condition: string, mediaStatus: object, jsQuery: boolean):…
67 if (!condition || !mediaStatus) {
71 // If width and height are not initialized, and the query condition includes 'width' or 'height',
73 if (mediaStatus['width'] === 0 && (condition.includes('width') || condition.includes('height'))) {
76 if (jsQuery && queryHistoryList.has(condition)) {
77 const queryHistory: MediaMatchInfo = queryHistoryList.get(condition);
82 const result: boolean = doMatchMediaQueryCondition(condition, mediaStatus);
83 queryHistoryList.set(condition, {status: mediaStatus, result: result});
[all …]
/third_party/boost/libs/beast/test/beast/websocket/
Derror.cpp28 BEAST_EXPECT(ec != condition::handshake_failed); in check()
29 BEAST_EXPECT(ec != condition::protocol_violation); in check()
32 void check(condition c, error e) in check()
47 check(condition::protocol_violation, error::bad_opcode); in run()
48 check(condition::protocol_violation, error::bad_data_frame); in run()
49 check(condition::protocol_violation, error::bad_continuation); in run()
50 check(condition::protocol_violation, error::bad_reserved_bits); in run()
51 check(condition::protocol_violation, error::bad_control_fragment); in run()
52 check(condition::protocol_violation, error::bad_control_size); in run()
53 check(condition::protocol_violation, error::bad_unmasked_frame); in run()
[all …]
/third_party/icu/icu4c/source/samples/uresb/
Dresources.vcxproj16 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
17 …<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRoo…
20 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
21 …<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRoo…
24 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
25 …<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRoo…
28 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
29 …<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRoo…
35 …<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\resources_Win32_Debug\</OutDir>
36 …<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\resources_Win32_Debug\</IntDir>
[all …]
/third_party/skia/third_party/externals/angle2/
DDEPS123 'condition': 'not build_with_chromium',
128 'condition': 'not build_with_chromium',
133 'condition': 'not build_with_chromium',
144 'condition': 'not build_with_chromium and host_os == "linux"',
155 'condition': 'not build_with_chromium and host_os == "mac"',
160 'condition': 'not build_with_chromium',
165 'condition': 'not build_with_chromium',
170 'condition': 'not build_with_chromium',
181 'condition': 'not build_with_chromium and host_os == "win"',
186 'condition': 'not build_with_chromium',
[all …]
/third_party/boost/libs/interprocess/test/
Dcondition_test_template.hpp60 template <class Condition, class Mutex>
69 Condition condition; member
74 template <class Condition, class Mutex>
75 void condition_test_thread(condition_test_data<Condition, Mutex>* data) in condition_test_thread() argument
81 data->condition.wait(lock); in condition_test_thread()
96 template <class Condition, class Mutex>
97 void condition_test_waits(condition_test_data<Condition, Mutex>* data) in condition_test_waits() argument
105 data->condition.wait(lock); in condition_test_waits()
109 data->condition.notify_one(); in condition_test_waits()
112 data->condition.wait(lock, cond_predicate(data->notified, 2)); in condition_test_waits()
[all …]
/third_party/boost/boost/beast/websocket/
Derror.hpp29 of type error_code against condition::handshake_failed
30 and condition::protocol_violation instead.
56 // These will compare equal to condition::handshake_failed
61 Error codes with this value will compare equal to @ref condition::handshake_failed
67 Error codes with this value will compare equal to @ref condition::handshake_failed
73 Error codes with this value will compare equal to @ref condition::handshake_failed
79 Error codes with this value will compare equal to @ref condition::handshake_failed
85 Error codes with this value will compare equal to @ref condition::handshake_failed
91 Error codes with this value will compare equal to @ref condition::handshake_failed
97 Error codes with this value will compare equal to @ref condition::handshake_failed
[all …]
/third_party/zlib/contrib/vstudio/vc10/
Dtestzlib.vcxproj47 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
52 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Config…
57 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
61 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration">
66 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="Conf…
71 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration">
75 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
79 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configur…
83 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
89 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
[all …]
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/vstudio/vc12/
Dtestzlib.vcxproj47 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
53 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Config…
59 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
64 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration">
70 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="Conf…
76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration">
81 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
86 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configur…
91 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
98 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
[all …]
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/vstudio/vc11/
Dtestzlib.vcxproj47 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
53 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Config…
59 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
64 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration">
69 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="Conf…
74 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration">
78 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
83 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configur…
88 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
95 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
[all …]
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/vstudio/vc10/
Dtestzlib.vcxproj47 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
52 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Config…
57 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
61 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration">
66 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="Conf…
71 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration">
75 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
79 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configur…
83 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
89 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
[all …]
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/vstudio/vc10/
Dtestzlib.vcxproj47 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
52 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Config…
57 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
61 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration">
66 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="Conf…
71 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration">
75 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
79 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configur…
83 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
89 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
[all …]
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/vstudio/vc11/
Dtestzlib.vcxproj47 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
53 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Config…
59 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
64 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration">
69 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="Conf…
74 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration">
78 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
83 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configur…
88 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
95 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
[all …]
/third_party/zlib/contrib/vstudio/vc11/
Dtestzlib.vcxproj47 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
53 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Config…
59 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
64 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration">
69 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="Conf…
74 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration">
78 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
83 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configur…
88 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
95 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
[all …]
/third_party/zlib/contrib/vstudio/vc12/
Dtestzlib.vcxproj47 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
53 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Config…
59 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
64 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration">
70 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="Conf…
76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration">
81 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
86 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configur…
91 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
98 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
[all …]
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/vstudio/vc14/
Dtestzlib.vcxproj47 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
53 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Config…
59 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
64 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration">
70 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="Conf…
76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration">
81 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
86 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configur…
91 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
98 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
[all …]
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/vstudio/vc12/
Dtestzlib.vcxproj47 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
53 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Config…
59 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
64 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration">
70 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="Conf…
76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration">
81 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
86 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configur…
91 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
98 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
[all …]
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/vstudio/vc14/
Dtestzlib.vcxproj47 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
53 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Config…
59 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
64 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration">
70 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="Conf…
76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration">
81 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
86 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configur…
91 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
98 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
[all …]
/third_party/zlib/contrib/vstudio/vc14/
Dtestzlib.vcxproj47 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
53 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Config…
59 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
64 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration">
70 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="Conf…
76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration">
81 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
86 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configur…
91 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
98 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
[all …]
/third_party/flutter/skia/third_party/externals/sdl/VisualC/tests/testgamecontroller/
Dtestgamecontroller.vcxproj26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
29 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
41 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
42 …<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRoo…
45 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
46 …<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRoo…
49 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
50 …<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRoo…
[all …]
/third_party/flutter/skia/third_party/externals/sdl/VisualC/tests/controllermap/
Dcontrollermap.vcxproj26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
29 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
41 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
42 …<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRoo…
45 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
46 …<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRoo…
49 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
50 …<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRoo…
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.h36 S = 1 << 20, // set condition code (or leave unchanged)
437 void and_(Register rd, Register rn, Operand o, Condition cond = AL);
440 void eor(Register rd, Register rn, Operand o, Condition cond = AL);
443 void sub(Register rd, Register rn, Operand o, Condition cond = AL);
444 void subs(Register rd, Register rn, Operand o, Condition cond = AL);
447 void rsb(Register rd, Register rn, Operand o, Condition cond = AL);
448 void rsbs(Register rd, Register rn, Operand o, Condition cond = AL);
451 void add(Register rd, Register rn, Operand o, Condition cond = AL);
453 void adds(Register rd, Register rn, Operand o, Condition cond = AL);
456 void adc(Register rd, Register rn, Operand o, Condition cond = AL);
[all …]
/third_party/skia/third_party/externals/dawn/
DDEPS22 'condition': 'dawn_standalone',
26 'condition': 'dawn_standalone',
30 'condition': 'dawn_standalone',
39 'condition': 'dawn_standalone and host_os == "linux"',
47 'condition': 'dawn_standalone and host_os == "mac"',
55 'condition': 'dawn_standalone and host_os == "win"',
60 'condition': 'dawn_standalone',
65 'condition': 'dawn_standalone',
70 'condition': 'dawn_standalone',
77 'condition': 'dawn_standalone and (checkout_mac or checkout_ios)',
[all …]
/third_party/python/PCbuild/
Dpython.props5 <Platform Condition="'$(Platform)' == ''">Win32</Platform>
6 <Configuration Condition="'$(Configuration)' == ''">Release</Configuration>
14 …<BasePlatformToolset Condition="'$(BasePlatformToolset)' == '' and ('$(MSBuildToolsVersion)' == '1…
15 …<BasePlatformToolset Condition="'$(BasePlatformToolset)' == '' and ('$(MSBuildToolsVersion)' == '1…
16 …<BasePlatformToolset Condition="'$(BasePlatformToolset)' == '' and '$(VCTargetsPath14)' != ''">v14…
17 …<BasePlatformToolset Condition="'$(BasePlatformToolset)' == '' and '$(VCTargetsPath12)' != ''">v12…
18 …<BasePlatformToolset Condition="'$(BasePlatformToolset)' == '' and '$(VCTargetsPath11)' != ''">v11…
19 …<BasePlatformToolset Condition="'$(BasePlatformToolset)' == '' and '$(VCTargetsPath10)' != ''">v10…
21 <PlatformToolset Condition="'$(PlatformToolset)' == ''">$(BasePlatformToolset)</PlatformToolset>
23 <ICCBuild Condition="$(PlatformToolset.StartsWith(`Intel C++ Compiler`))">true</ICCBuild>
[all …]
/third_party/flutter/skia/third_party/externals/sdl/VisualC/tests/testrendertarget/
Dtestrendertarget.vcxproj26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
29 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
41 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
42 …<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRoo…
45 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
46 …<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRoo…
49 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
50 …<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRoo…
[all …]

12345678910>>...209