OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:condition
(Results
101 - 125
of
7248
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libcxx/cmake/Modules/
HandleLibcxxFlags.cmake
38
# Add a macro definition if
condition
is true.
39
macro(define_if
condition
def)
40
if (${
condition
})
45
# Add a macro definition if
condition
is not true.
46
macro(define_if_not
condition
def)
47
if (NOT ${
condition
})
61
# If the specified '
condition
' is true then add a list of flags to both
63
macro(add_flags_if
condition
)
64
if (${
condition
})
86
# If '
condition
' is true then add the specified list of flags t
[
all
...]
/cts/tests/tests/location/src/android/location/cts/
SoftAssert.java
28
* without failing the test. Tests don?t stop running even if an assertion
condition
fails,
43
* Check if
condition
is true
46
* @param eventTimeInNs the time at which the
condition
occurred
49
* @param
condition
condition
for test
52
String actualResult, boolean
condition
) {
53
if (
condition
) {
66
* Check if a
condition
is true.
69
* @param message the message associated with the
condition
70
* @param eventTimeInNs the time at which the
condition
occurre
[
all
...]
/external/fio/compiler/
compiler.h
40
#define __compiletime_error_fallback(
condition
) do { } while (0)
43
#define __compiletime_assert(
condition
, msg, prefix, suffix) \
45
int __cond = !(
condition
); \
52
#define _compiletime_assert(
condition
, msg, prefix, suffix) \
53
__compiletime_assert(
condition
, msg, prefix, suffix)
55
#define compiletime_assert(
condition
, msg) \
56
_compiletime_assert(
condition
, msg, __compiletime_assert_, __LINE__)
/sdk/find_lock/
find_lock_exe.vcxproj
28
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
33
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
38
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
42
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
49
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
50
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
52
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
53
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
55
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
56
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
[
all
...]
/sdk/sdklauncher/
sdklauncher.vcxproj
27
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
32
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
37
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
41
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
48
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
49
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
51
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
52
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
54
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
55
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
[
all
...]
/external/zlib/src/contrib/vstudio/vc10/
miniunz.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('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
65
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
[
all
...]
testzlibdll.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('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
65
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
[
all
...]
testzlib.vcxproj
47
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
52
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Configuration">
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="Configuration">
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="Configuration">
83
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
89
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
[
all
...]
/external/zlib/src/contrib/vstudio/vc11/
miniunz.vcxproj
34
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
39
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
44
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration">
48
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration">
52
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
57
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
65
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
66
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
69
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
[
all
...]
testzlibdll.vcxproj
34
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
39
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
44
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration">
48
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration">
52
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
57
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
65
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
66
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
69
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
[
all
...]
testzlib.vcxproj
47
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
53
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Configuration">
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="Configuration">
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="Configuration">
88
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
95
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
[
all
...]
minizip.vcxproj
34
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
39
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
44
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration">
48
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration">
52
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
57
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
65
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
66
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
69
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
[
all
...]
/external/icu/icu4c/source/layoutex/
layoutex.vcxproj
26
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
31
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
36
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
41
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
49
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
50
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
53
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
54
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
57
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
58
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /
[
all
...]
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/
TestApplication.java
23
private static void canThrow1(boolean
condition
) throws ExceptionInMainDex {
24
if (
condition
) {
30
public static int get(boolean
condition
) {
32
canThrow1(
condition
);
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
arm-it-bad.l
2
[^:]*:8: Error: incorrect
condition
in IT block -- `moveq r0,r1'
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
emit-relocs-309.s
1
# R_AARCH64_GOT_LD_PREL19 must satisfy
condition
:
/external/icu/icu4c/source/test/perf/charperf/
charperf.vcxproj
25
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
30
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
35
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
40
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
48
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
49
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
52
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
53
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
56
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
57
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /
[
all
...]
/external/icu/icu4c/source/test/perf/collperf/
collperf.vcxproj
25
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
30
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
35
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
40
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
48
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
49
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
52
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
53
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
56
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
57
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /
[
all
...]
/external/icu/icu4c/source/test/perf/collperf2/
collperf2.vcxproj
25
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
30
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
35
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
40
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
48
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
49
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
52
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
53
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
56
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
57
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /
[
all
...]
/external/icu/icu4c/source/test/perf/convperf/
convperf.vcxproj
25
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
30
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
35
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
40
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
48
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
49
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
52
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
53
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
56
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
57
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /
[
all
...]
/external/icu/icu4c/source/test/perf/normperf/
dtfmtrtperf.vcxproj
26
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
31
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
36
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
41
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
49
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
50
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
53
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
54
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
57
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
58
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /
[
all
...]
normperf.vcxproj
25
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
30
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
35
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
40
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
48
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
49
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
52
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
53
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
56
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
57
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /
[
all
...]
/external/icu/icu4c/source/test/perf/strsrchperf/
strsrchperf.vcxproj
25
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
30
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
35
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
40
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
48
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
49
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
52
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
53
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
56
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
57
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /
[
all
...]
/external/icu/icu4c/source/test/perf/ubrkperf/
ubrkperf.vcxproj
25
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
30
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
35
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
40
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
48
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
49
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
52
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
53
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
56
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
57
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /
[
all
...]
/external/icu/icu4c/source/test/perf/ustrperf/
stringperf.vcxproj
25
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
30
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
35
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
40
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
48
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
49
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
52
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
53
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
56
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
57
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /
[
all
...]
Completed in 642 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>