OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:condition
(Results
251 - 275
of
7248
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/ant-glob/
README.txt
20
org.apache.tools.ant.taskdefs.
condition
.
Condition
,
21
org.apache.tools.ant.taskdefs.
condition
.OS,
25
brought
Condition
). In turn this brought in BuildException which was trimmed
/external/icu/icu4c/source/test/perf/DateFmtPerf/
DateFmtPerf.vcxproj
19
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
24
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
31
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
32
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
34
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
35
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
40
<OutDir
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)\x86\$(Configuration)\</OutDir>
41
<IntDir
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)\x86\$(Configuration)\</IntDir>
42
<LinkIncremental
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
43
<OutDir
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\x86\$(Configuration)\</OutDir
[
all
...]
/external/iptables/include/linux/netfilter/
xt_iprange.h
9
IPRANGE_SRC_INV = 1 << 4, /* negate the
condition
*/
/external/jsoncpp/makefiles/msvc2010/
lib_json.vcxproj
37
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
42
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
47
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
53
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
62
<ImportGroup Label="PropertySheets"
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'">
63
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
66
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68
<ImportGroup Label="PropertySheets"
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'">
69
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /
[
all
...]
/external/kernel-headers/original/uapi/linux/netfilter/
xt_iprange.h
10
IPRANGE_SRC_INV = 1 << 4, /* negate the
condition
*/
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/
build-android32.xml
26
<
condition
property="ndk-build-found">
28
</
condition
>
29
<
condition
property="has-ndk-build">
31
</
condition
>
/external/libgdx/extensions/gdx-bullet/jni/
build-android32.xml
26
<
condition
property="ndk-build-found">
28
</
condition
>
29
<
condition
property="has-ndk-build">
31
</
condition
>
/external/libgdx/extensions/gdx-freetype/jni/
build-android32.xml
26
<
condition
property="ndk-build-found">
28
</
condition
>
29
<
condition
property="has-ndk-build">
31
</
condition
>
/external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/resources/scripts/
build-android.xml.template
26
<
condition
property="ndk-build-found">
28
</
condition
>
29
<
condition
property="has-ndk-build">
31
</
condition
>
/external/libgdx/gdx/jni/
build-android32.xml
26
<
condition
property="ndk-build-found">
28
</
condition
>
29
<
condition
property="has-ndk-build">
31
</
condition
>
/frameworks/base/libs/hwui/thread/
Signal.h
29
Signal(
Condition
::WakeUpType type =
Condition
::WAKE_UP_ALL) : mType(type), mSignaled(false) { }
49
Condition
::WakeUpType mType;
52
mutable
Condition
mCondition;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/
xt_iprange.h
9
IPRANGE_SRC_INV = 1 << 4, /* negate the
condition
*/
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_iprange.h
10
IPRANGE_SRC_INV = 1 << 4, /* negate the
condition
*/
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_mutex.h
161
* \name
Condition
variable functions
165
/* The SDL
condition
variable structure, defined in SDL_syscond.c */
170
* Create a
condition
variable.
172
* Typical use of
condition
variables:
176
* while ( !
condition
) {
184
*
condition
= true;
189
* There is some discussion whether to signal the
condition
variable
194
* In general it's safer to signal the
condition
variable while the
200
* Destroy a
condition
variable.
205
* Restart one of the threads that are waiting on the
condition
variable
[
all
...]
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_mutex.h
161
* \name
Condition
variable functions
165
/* The SDL
condition
variable structure, defined in SDL_syscond.c */
170
* Create a
condition
variable.
172
* Typical use of
condition
variables:
176
* while ( !
condition
) {
184
*
condition
= true;
189
* There is some discussion whether to signal the
condition
variable
194
* In general it's safer to signal the
condition
variable while the
200
* Destroy a
condition
variable.
205
* Restart one of the threads that are waiting on the
condition
variable
[
all
...]
/prebuilts/misc/windows/sdl2/include/
SDL_mutex.h
161
* \name
Condition
variable functions
165
/* The SDL
condition
variable structure, defined in SDL_syscond.c */
170
* Create a
condition
variable.
172
* Typical use of
condition
variables:
176
* while ( !
condition
) {
184
*
condition
= true;
189
* There is some discussion whether to signal the
condition
variable
194
* In general it's safer to signal the
condition
variable while the
200
* Destroy a
condition
variable.
205
* Restart one of the threads that are waiting on the
condition
variable
[
all
...]
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_mutex.h
161
* \name
Condition
variable functions
165
/* The SDL
condition
variable structure, defined in SDL_syscond.c */
170
* Create a
condition
variable.
172
* Typical use of
condition
variables:
176
* while ( !
condition
) {
184
*
condition
= true;
189
* There is some discussion whether to signal the
condition
variable
194
* In general it's safer to signal the
condition
variable while the
200
* Destroy a
condition
variable.
205
* Restart one of the threads that are waiting on the
condition
variable
[
all
...]
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
scc.s
25
; Add new
condition
names here, not above.
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
util.py
57
def WaitFor(
condition
, timeout):
58
"""Waits for up to |timeout| secs for the function |
condition
| to return True.
63
Result of |
condition
| function (if present).
70
if
condition
.__name__ == '<lambda>':
72
return inspect.getsource(
condition
).strip()
75
return
condition
.__name__
80
res =
condition
()
/external/icu/icu4c/source/samples/break/
break.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/samples/cal/
cal.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/samples/date/
date.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/samples/layout/
layout.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/samples/uresb/
uresb.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/letest/
cletest.vcxproj
27
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
32
<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">
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)'=='Debug|Win32'" 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)'=='Release|x64'" Label="PropertySheets">
55
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /
[
all
...]
Completed in 927 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>