HomeSort by relevance Sort by last modified time
    Searched full:condition (Results 351 - 375 of 11431) sorted by null

<<11121314151617181920>>

  /cts/common/device-side/util/src/com/android/compatibility/common/util/
PollingCheck.java 63 public static void check(CharSequence message, long timeout, Callable<Boolean> condition)
66 if (condition.call()) {
77 public static void waitFor(final PollingCheckCondition condition) {
81 return condition.canProceed();
86 public static void waitFor(long timeout, final PollingCheckCondition condition) {
90 return condition.canProceed();
  /external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/
com_github_javaparser_ast_expr_ConditionalExpr.txt 7 Line 42) setCondition(condition) ==> void
14 Line 49) setCondition(condition) ==> void
19 Line 65) condition ==> com.github.javaparser.ast.expr.Expression
22 Line 77) this.condition = condition ==> com.github.javaparser.ast.expr.Expression
23 Line 78) setAsParentNodeOf(this.condition) ==> void
com_github_javaparser_ast_stmt_IfStmt.txt 7 Line 43) setCondition(condition) ==> void
14 Line 51) setCondition(condition) ==> void
19 Line 65) condition ==> com.github.javaparser.ast.expr.Expression
22 Line 77) this.condition = condition ==> com.github.javaparser.ast.expr.Expression
23 Line 78) setAsParentNodeOf(this.condition) ==> void
  /external/python/cpython2/PCbuild/
python.props 4 <Platform Condition="'$(Platform)' == ''">Win32</Platform>
5 <Configuration Condition="'$(Configuration)' == ''">Release</Configuration>
9 <PlatformToolset Condition="'$(PlatformToolset)' == ''">v90</PlatformToolset>
13 <BasePlatformToolset Condition="'$(BasePlatformToolset)' == '' and '$(PlatformToolset)' != 'v90'">v90</BasePlatformToolset>
15 <ICCBuild Condition="$(PlatformToolset.StartsWith('Intel C++ Compiler'))">true</ICCBuild>
20 <ArchName Condition="'$(ArchName)' == '' and $(Platform) == 'x64'">amd64</ArchName>
21 <ArchName Condition="'$(ArchName)' == ''">win32</ArchName>
22 <ArchName Condition="$(Configuration) == 'PGInstrument' or $(Configuration) == 'PGUpdate'">$(ArchName)-pgo</ArchName>
25 <PySourcePath Condition="'$(PySourcePath)' == ''">$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)\..\))</PySourcePath>
26 <PySourcePath Condition="!HasTrailingSlash($(PySourcePath))">$(PySourcePath)\</PySourcePath
    [all...]
  /frameworks/base/cmds/statsd/src/metrics/
MetricProducer.cpp 34 bool condition; local
46 condition = (conditionState == ConditionState::kTrue);
48 condition = mCondition;
51 if (mDimensionsInCondition.empty() && condition) {
61 matcherIndex, metricKey, conditionKey, condition, event);
65 matcherIndex, metricKey, conditionKey, condition, event);
  /frameworks/base/tests/testables/src/android/testing/
PollingCheck.java 62 public static void check(CharSequence message, long timeout, Callable<Boolean> condition)
65 if (condition.call()) {
76 public static void waitFor(final PollingCheckCondition condition) {
80 return condition.canProceed();
85 public static void waitFor(long timeout, final PollingCheckCondition condition) {
89 return condition.canProceed();
  /system/chre/platform/linux/include/chre/target_platform/
assert.h 73 #define CHRE_ASSERT(condition) \
75 if (gMockAssert != nullptr && !(condition)) { \
76 LOGI("Mocked assertion " #condition " triggered"); \
79 assert(condition); \
85 #define CHRE_ASSERT(condition) assert(condition)
  /external/libvpx/libvpx/vpx_util/
vpx_thread.h 131 // Condition
132 static INLINE int pthread_cond_destroy(pthread_cond_t *const condition) {
135 (void)condition;
137 ok &= (CloseHandle(condition->waiting_sem_) != 0);
138 ok &= (CloseHandle(condition->received_sem_) != 0);
139 ok &= (CloseHandle(condition->signal_event_) != 0);
144 static INLINE int pthread_cond_init(pthread_cond_t *const condition,
148 InitializeConditionVariable(condition);
150 condition->waiting_sem_ = CreateSemaphore(NULL, 0, MAX_DECODE_THREADS, NULL);
151 condition->received_sem_ = CreateSemaphore(NULL, 0, MAX_DECODE_THREADS, NULL)
    [all...]
  /art/runtime/interpreter/mterp/mips/
zcmp.S 2 * Generic one-operand compare-and-branch operation. Provide a "condition"
11 b${condition} a0, zero, MterpCommonTakenBranchNoFlags
  /external/clang/test/Parser/
cxx-condition.cpp 8 while (int x) ; // expected-error {{variable declaration in condition must have an initializer}}
14 if (S a(42)) {} // expected-error {{variable declaration in condition cannot have a parenthesized initializer}}
  /external/icu/icu4c/source/samples/legacy/
legacy.vcxproj 26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
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|Win32'" Label="PropertySheets">
58 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
62 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /
    [all...]
  /external/icu/icu4c/source/test/iotest/
iotest.vcxproj 26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
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|Win32'" Label="PropertySheets">
58 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
62 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /
    [all...]
  /external/mesa3d/src/compiler/glsl/
opt_conditional_discard.cpp 33 * (discard <condition>)
73 /* Move the condition and replace the ir_if with the ir_discard. */
75 if (!discard->condition)
76 discard->condition = ir->condition;
79 discard->condition = new(ctx) ir_expression(ir_binop_logic_and,
80 ir->condition,
81 discard->condition);
  /external/python/cpython3/PCbuild/
pcbuild.proj 5 <Platform Condition="'$(Platform)' == ''">Win32</Platform>
6 <Configuration Condition="'$(Configuration)' == ''">Release</Configuration>
7 <IncludeExtensions Condition="'$(IncludeExtensions)' == ''">true</IncludeExtensions>
8 <IncludeExternals Condition="'$(IncludeExternals)' == ''">true</IncludeExternals>
9 <IncludeTests Condition="'$(IncludeTest)' == ''">true</IncludeTests>
10 <IncludeSSL Condition="'$(IncludeSSL)' == ''">true</IncludeSSL>
11 <IncludeTkinter Condition="'$(IncludeTkinter)' == ''">true</IncludeTkinter>
56 <ExtensionModules Include="_socket" Condition="!$(IncludeSSL) or !$(IncludeExternals)" />
57 <ExternalModules Include="_ssl;_hashlib" Condition="$(IncludeSSL)" />
58 <ExternalModules Include="_tkinter;tix" Condition="$(IncludeTkinter)" /
    [all...]
  /external/python/cpython3/Tools/msi/bundle/
snapshot.wixproj 12 <DefineConstants Condition="'$(Pack)' != 'true'">
15 <DefineConstants Condition="'$(Pack)' == 'true'">
  /external/python/cpython3/Tools/msi/launcher/
launcher_files.wxs 14 <Condition>NOT ALLUSERS=1</Condition>
20 <Condition>ALLUSERS=1</Condition>
25 <Condition>VersionNT64</Condition>
31 <Condition>NOT VersionNT64</Condition>
  /external/python/cpython3/Tools/nuget/
make_pkg.proj 6 <OutputName Condition="$(Platform) == 'x86'">$(OutputName)x86</OutputName>
9 <BuildForRelease Condition="$(BuildForRelease) == ''">true</BuildForRelease>
15 <Nuget Condition="$(Nuget) == ''">$(ExternalsDir)\windows-installer\nuget\nuget.exe</Nuget>
17 <NuspecVersion Condition="$(ReleaseLevelName) != ''">$(NuspecVersion)-$(ReleaseLevelName)</NuspecVersion>
29 <PackageArguments Condition="$(Packages) != ''">"$(IntermediateOutputPath)\python.exe" -B -m pip install -U $(Packages)</PackageArguments>
38 <Environment Condition="Exists($(CRTRedist))">$(Environment)%0D%0Aset VCREDIST_PATH=$(CRTRedist)\$(Platform)</Environment>
41 <Target Name="_NugetMissing" BeforeTargets="_Build" Condition="!Exists($(Nuget))">
49 <Exec Command="$(PackageArguments)" Condition="$(PackageArguments) != ''" />
  /external/swiftshader/src/D3D8/
D3D8.vcxproj 23 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
29 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'" Label="Configuration">
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
44 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
45 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
48 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Profile|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" />
59 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</OutDir>
    [all...]
  /external/vulkan-validation-layers/windowsRuntimeInstaller/
ConfigureRT.vcxproj 18 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
24 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
34 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
35 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
37 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
38 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
42 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
56 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  /frameworks/base/services/core/java/com/android/server/notification/
ZenModeConditions.java 21 import android.service.notification.Condition;
64 if (config.manualRule != null && config.manualRule.condition != null
109 public void onConditionChanged(Uri id, Condition condition) {
110 if (DEBUG) Log.d(TAG, "onConditionChanged " + id + " " + condition);
113 boolean updated = updateCondition(id, condition, config.manualRule);
115 updated |= updateCondition(id, condition, automaticRule);
155 rule.condition = null;
159 if (rule.condition == null) {
160 rule.condition = mConditionProviders.findCondition(rule.component, rule.conditionId)
    [all...]
  /external/expat/xmlwf/
xmlwf.vcxproj 24 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Template|Win32'" Label="Configuration">
28 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
41 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">
42 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
44 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
45 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
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" />
53 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"
    [all...]
  /external/icu/icu4c/source/samples/udata/
reader.vcxproj 26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
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|Win32'" Label="PropertySheets">
58 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
62 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /
    [all...]
  /frameworks/base/core/java/android/service/notification/
Condition.java 32 * The current condition of an {@link android.app.AutomaticZenRule}, provided by the
36 public final class Condition implements Parcelable {
39 public static final String SCHEME = "condition";
80 * if the state of the condition is {@link #STATE_TRUE}.
90 * The state of this condition. {@link #STATE_TRUE} will enable Do Not Disturb mode.
107 public Condition(Uri id, String summary, int state) {
112 public Condition(Uri id, String summary, String line1, String line2, int icon,
126 public Condition(Parcel source) {
127 this((Uri)source.readParcelable(Condition.class.getClassLoader()),
153 return new StringBuilder(Condition.class.getSimpleName()).append('['
    [all...]
  /cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
ImeEventStreamTestUtils.java 61 * Wait until an event that matches the given {@code condition} is found in the stream.
63 * <p>When this method succeeds to find an event that matches the given {@code condition}, the
73 * @param condition the event condition to be matched
76 * @throws TimeoutException when the no event is matched to the given condition within
81 @NonNull Predicate<ImeEvent> condition, long timeout) throws TimeoutException {
82 return expectEvent(stream, condition, EventFilterMode.CHECK_ENTER_EVENT_ONLY, timeout);
86 * Wait until an event that matches the given {@code condition} is found in the stream.
88 * <p>When this method succeeds to find an event that matches the given {@code condition}, the
93 * @param condition the event condition to be matche
    [all...]
  /external/libxml2/win32/VC10/
libxml2-focus.vcxproj 26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
31 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|Win32'" Label="Configuration">
36 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
42 <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release DLL|Win32'">
50 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
51 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
54 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|Win32'" Label="PropertySheets">
55 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
59 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    [all...]

Completed in 1255 milliseconds

<<11121314151617181920>>