| /third_party/vixl/src/aarch32/ |
| D | disasm-aarch32.h | 43 Condition first_condition_; 44 Condition condition_; 50 condition_ = Condition((condition_.GetCondition() & 0xe) | (it_mask_ >> 3)); in Advance() 59 void Set(Condition first_condition, uint16_t mask) { in Set() 63 Condition GetFirstCondition() const { return first_condition_; } in GetFirstCondition() 64 Condition GetCurrentCondition() const { return condition_; } in GetCurrentCondition() 100 Condition cond_; 103 ConditionPrinter(const ITBlock& it_block, Condition cond) in ConditionPrinter() 106 Condition GetCond() const { return cond_; } in GetCond() 287 virtual DisassemblerStream& operator<<(Condition cond) { [all …]
|
| D | assembler-aarch32.h | 40 Condition first_condition_; 50 // Check that the condition of the current instruction is consistent with the 52 void CheckIT(Condition condition) { in CheckIT() argument 54 PerformCheckIT(condition); in CheckIT() 56 USE(condition); in CheckIT() 60 void PerformCheckIT(Condition condition); 64 Condition((first_condition_.GetCondition() & 0xe) | (it_mask_ >> 3)); in AdvanceIT() 182 void SetIT(Condition first_condition, uint16_t it_mask) { in SetIT() 190 bool OutsideITBlockAndAlOrLast(Condition cond) { in OutsideITBlockAndAlOrLast() 235 void it(Condition cond) { it(cond, 0x8); } in it() [all …]
|
| /third_party/jsframework/runtime/main/extend/mediaquery/ |
| D | mediaQuery.ts | 60 * 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/json/ |
| D | nlohmann_json.natvis | 8 <DisplayString Condition="m_type == nlohmann::detail::value_t::null">null</DisplayString> 9 …<DisplayString Condition="m_type == nlohmann::detail::value_t::object">{*(m_value.object)}</Displa… 10 …<DisplayString Condition="m_type == nlohmann::detail::value_t::array">{*(m_value.array)}</DisplayS… 11 …<DisplayString Condition="m_type == nlohmann::detail::value_t::string">{*(m_value.string)}</Displa… 12 …<DisplayString Condition="m_type == nlohmann::detail::value_t::boolean">{m_value.boolean}</Display… 13 …<DisplayString Condition="m_type == nlohmann::detail::value_t::number_integer">{m_value.number_int… 14 …<DisplayString Condition="m_type == nlohmann::detail::value_t::number_unsigned">{m_value.number_un… 15 …<DisplayString Condition="m_type == nlohmann::detail::value_t::number_float">{m_value.number_float… 16 …<DisplayString Condition="m_type == nlohmann::detail::value_t::discarded">discarded</DisplayString> 18 <ExpandedItem Condition="m_type == nlohmann::detail::value_t::object"> [all …]
|
| /third_party/lame/vc_solution/ |
| D | vs2019_libmp3lame.vcxproj | 44 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseSSE2|Win32'" Label="Configuratio… 49 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseSSE2|x64'" Label="Configuration"> 54 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 59 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 64 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 69 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 74 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseNASM|Win32'" Label="Configuratio… 79 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseNASM|x64'" Label="Configuration"> 88 …<ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseSSE2|Win32'" Label="PropertySheets… 89 …<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRoo… [all …]
|
| /third_party/skia/third_party/externals/angle2/ |
| D | DEPS | 123 '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/icu/icu4c/source/samples/uresb/ |
| D | resources.vcxproj | 19 …<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\resources_Win32_Debug\</OutDir> 20 …<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\resources_Win32_Debug\</IntDir> 21 …<NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">nmake /f "resourc… 22 …<NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">nmake /f "resou… 23 …<NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">nmake /f "resourc… 24 …<NMakeOutput Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">uresb_root.res</NMakeOutput> 25 …<NMakePreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(NMakePre… 26 …<NMakeIncludeSearchPath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(NMakeIncludeSe… 27 …<NMakeForcedIncludes Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(NMakeForcedInclud… 28 …<NMakeAssemblySearchPath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(NMakeAssembly… [all …]
|
| /third_party/zlib/contrib/vstudio/vc17/ |
| D | testzlib.vcxproj | 60 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 66 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Config… 72 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 77 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 82 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration"> 87 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> 92 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configur… 97 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'" Label="Config… 102 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'" Label="Configur… 107 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> [all …]
|
| D | zlibvc.vcxproj | 58 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 64 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Config… 70 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 82 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration"> 88 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> 94 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configur… 100 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'" Label="Config… 106 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'" Label="Configur… 112 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> [all …]
|
| D | testzlibdll.vcxproj | 43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 53 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 58 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration"> 63 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> 68 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 73 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> 78 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> 86 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 87 …<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRoo… [all …]
|
| D | miniunz.vcxproj | 43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 53 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 58 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration"> 63 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> 68 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 73 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> 78 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> 86 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 87 …<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRoo… [all …]
|
| /third_party/python/PCbuild/ |
| D | python.props | 5 <Platform Condition="'$(Platform)' == ''">Win32</Platform> 6 <Configuration Condition="'$(Configuration)' == ''">Release</Configuration> 14 …<BasePlatformToolset Condition="'$(BasePlatformToolset)' == '' and '$(VisualStudioVersion)' == '17… 15 …<BasePlatformToolset Condition="'$(BasePlatformToolset)' == '' and '$(VisualStudioVersion)' == '16… 16 …<BasePlatformToolset Condition="'$(BasePlatformToolset)' == '' and ('$(MSBuildToolsVersion)' == '1… 17 …<BasePlatformToolset Condition="'$(BasePlatformToolset)' == '' and '$(VCTargetsPath14)' != ''">v14… 18 …<BasePlatformToolset Condition="'$(BasePlatformToolset)' == '' and '$(VCTargetsPath12)' != ''">v12… 19 …<BasePlatformToolset Condition="'$(BasePlatformToolset)' == '' and '$(VCTargetsPath11)' != ''">v11… 20 …<BasePlatformToolset Condition="'$(BasePlatformToolset)' == '' and '$(VCTargetsPath10)' != ''">v10… 22 <PlatformToolset Condition="'$(PlatformToolset)' == ''">$(BasePlatformToolset)</PlatformToolset> [all …]
|
| D | pyproject.props | 3 <Import Project="python.props" Condition="$(__Python_Props_Imported) != 'true'" /> 7 <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> 9 <OutDir Condition="!HasTrailingSlash($(OutDir))">$(OutDir)\</OutDir> 10 <Py_IntDir Condition="'$(Py_IntDir)' == ''">$(MSBuildThisFileDirectory)obj\</Py_IntDir> 13 <TargetName Condition="'$(TargetName)' == ''">$(ProjectName)</TargetName> 17 <SupportPGO Condition="'$(SupportPGO)' == ''">true</SupportPGO> 18 <SupportSigning Condition="'$(SupportSigning)' == ''">true</SupportSigning> 19 <SupportSigning Condition="'$(Configuration)' == 'Debug'">false</SupportSigning> 20 <SupportSigning Condition="'$(ConfigurationType)' == 'StaticLibrary'">false</SupportSigning> 21 <LinkIncremental Condition="$(Configuration) != 'Debug'">false</LinkIncremental> [all …]
|
| /third_party/zlib/contrib/vstudio/vc10/ |
| D | testzlib.vcxproj | 47 <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 …]
|
| D | minizip.vcxproj | 34 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 42 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration"> 46 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration"> 50 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 54 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 61 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 62 …<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRoo… 64 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 65 …<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRoo… [all …]
|
| D | zlibstat.vcxproj | 45 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Config… 49 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 53 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 57 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="Conf… 61 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration"> 65 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration"> 69 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configur… 73 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 77 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 84 …<ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Property… [all …]
|
| D | zlibvc.vcxproj | 45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 50 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Config… 55 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 59 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration"> 64 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="Conf… 69 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration"> 73 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 78 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configur… 83 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 90 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> [all …]
|
| /third_party/zlib/contrib/vstudio/vc11/ |
| D | testzlib.vcxproj | 47 <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 …]
|
| D | zlibvc.vcxproj | 45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 51 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Config… 57 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 63 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration"> 68 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="Conf… 73 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration"> 77 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 83 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configur… 89 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 97 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> [all …]
|
| /third_party/zlib/contrib/vstudio/vc14/ |
| D | testzlib.vcxproj | 47 <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/vc12/ |
| D | testzlib.vcxproj | 47 <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/mbedtls/library/ |
| D | constant_time_internal.h | 254 * condition ? if1 : if0. 256 * \param condition Condition to test. 257 * \param if1 Value to use if \p condition == MBEDTLS_CT_TRUE. 258 * \param if0 Value to use if \p condition == MBEDTLS_CT_FALSE. 260 * \return \c if1 if \p condition == MBEDTLS_CT_TRUE, otherwise \c if0. 262 static inline size_t mbedtls_ct_size_if(mbedtls_ct_condition_t condition, 270 * condition ? if1 : if0. 272 * \param condition Condition to test. 273 * \param if1 Value to use if \p condition == MBEDTLS_CT_TRUE. 274 * \param if0 Value to use if \p condition == MBEDTLS_CT_FALSE. [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | conditionalEqualityOnLiteralObjects.errors.txt | 1 tests/cases/compiler/conditionalEqualityOnLiteralObjects.ts(4,5): error TS2839: This condition will… 2 tests/cases/compiler/conditionalEqualityOnLiteralObjects.ts(6,5): error TS2839: This condition will… 3 tests/cases/compiler/conditionalEqualityOnLiteralObjects.ts(8,5): error TS2839: This condition will… 4 tests/cases/compiler/conditionalEqualityOnLiteralObjects.ts(10,5): error TS2839: This condition wil… 5 tests/cases/compiler/conditionalEqualityOnLiteralObjects.ts(12,5): error TS2839: This condition wil… 6 tests/cases/compiler/conditionalEqualityOnLiteralObjects.ts(14,5): error TS2839: This condition wil… 7 tests/cases/compiler/conditionalEqualityOnLiteralObjects.ts(17,5): error TS2839: This condition wil… 8 tests/cases/compiler/conditionalEqualityOnLiteralObjects.ts(19,5): error TS2839: This condition wil… 9 tests/cases/compiler/conditionalEqualityOnLiteralObjects.ts(21,5): error TS2839: This condition wil… 10 tests/cases/compiler/conditionalEqualityOnLiteralObjects.ts(23,5): error TS2839: This condition wil… [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
| D | assembler_arm.h | 36 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/glslang/Test/baseResults/ |
| D | loops.frag.out | 13 0:58 Loop with condition tested first 14 0:58 Loop Condition 19 0:59 Test condition and select ( temp void) 20 0:59 Condition 38 0:63 Test condition and select ( temp void) 39 0:63 Condition 65 0:73 Loop with condition tested first 66 0:73 Loop Condition 78 0:78 Loop with condition tested first 79 0:78 Loop Condition [all …]
|