HomeSort by relevance Sort by last modified time
    Searched full:condition (Results 576 - 600 of 7248) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/raid/
md_k.h 180 #define __wait_event_lock_irq(wq, condition, lock, cmd) do { wait_queue_t __wait; init_waitqueue_entry(&__wait, current); add_wait_queue(&wq, &__wait); for (;;) { set_current_state(TASK_UNINTERRUPTIBLE); if (condition) break; spin_unlock_irq(&lock); cmd; schedule(); spin_lock_irq(&lock); } current->state = TASK_RUNNING; remove_wait_queue(&wq, &__wait); } while (0)
182 #define wait_event_lock_irq(wq, condition, lock, cmd) do { if (condition) break; __wait_event_lock_irq(wq, condition, lock, cmd); } while (0)
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/raid/
md_k.h 180 #define __wait_event_lock_irq(wq, condition, lock, cmd) do { wait_queue_t __wait; init_waitqueue_entry(&__wait, current); add_wait_queue(&wq, &__wait); for (;;) { set_current_state(TASK_UNINTERRUPTIBLE); if (condition) break; spin_unlock_irq(&lock); cmd; schedule(); spin_lock_irq(&lock); } current->state = TASK_RUNNING; remove_wait_queue(&wq, &__wait); } while (0)
182 #define wait_event_lock_irq(wq, condition, lock, cmd) do { if (condition) break; __wait_event_lock_irq(wq, condition, lock, cmd); } while (0)
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/raid/
md_k.h 180 #define __wait_event_lock_irq(wq, condition, lock, cmd) do { wait_queue_t __wait; init_waitqueue_entry(&__wait, current); add_wait_queue(&wq, &__wait); for (;;) { set_current_state(TASK_UNINTERRUPTIBLE); if (condition) break; spin_unlock_irq(&lock); cmd; schedule(); spin_lock_irq(&lock); } current->state = TASK_RUNNING; remove_wait_queue(&wq, &__wait); } while (0)
182 #define wait_event_lock_irq(wq, condition, lock, cmd) do { if (condition) break; __wait_event_lock_irq(wq, condition, lock, cmd); } while (0)
  /frameworks/base/core/java/android/service/notification/
ZenModeConfig.java 103 private static final String CONDITION_TAG = "condition";
302 return rule.condition == null;
304 return rule.condition == null || rule.conditionId.equals(rule.condition.id);
510 rt.condition = readConditionXml(parser);
531 if (rule.condition != null) {
532 writeConditionXml(rule.condition, out);
536 public static Condition readConditionXml(XmlPullParser parser) {
546 return new Condition(id, summary, line1, line2, icon, state, flags);
548 Slog.w(TAG, "Unable to read condition xml", e)
1074 public Condition condition; \/\/ optional field in class:ZenModeConfig.ZenRule
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
ScheduleConditionProvider.java 30 import android.service.notification.Condition;
47 * Built-in zen condition provider for daily scheduled time-based conditions.
128 notifyCondition(conditionId, Condition.STATE_FALSE, "badCondition");
165 notifyCondition(conditionId, Condition.STATE_FALSE, "alarmCanceled");
168 notifyCondition(conditionId, Condition.STATE_TRUE, "meetsSchedule");
172 notifyCondition(conditionId, Condition.STATE_FALSE, "!meetsSchedule");
245 + " " + Condition.stateToString(state)
250 private Condition createCondition(Uri id, int state) {
254 return new Condition(id, summary, line1, line2, 0, state, Condition.FLAG_RELEVANT_ALWAYS)
    [all...]
  /external/dbus/dbus/
dbus-internals.h 132 #define _dbus_assert(condition) do { } while (0)
134 void _dbus_real_assert (dbus_bool_t condition,
139 #define _dbus_assert(condition) \
140 _dbus_real_assert ((condition) != 0, #condition, __FILE__, __LINE__, _DBUS_FUNCTION_NAME)
154 #define _dbus_return_if_fail(condition)
155 #define _dbus_return_val_if_fail(condition, val)
160 #define _dbus_return_if_fail(condition) do { \
162 if (!(condition)) { \
164 _DBUS_FUNCTION_NAME, #condition, __FILE__, __LINE__);
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.h 137 static Condition TokenToCondition(Token::Value op, bool is_unsigned);
150 void EmitBranch(InstrType instr, Condition condition);
154 Condition condition,
160 Condition condition,
195 // Returns the condition on which a final split to
197 Condition EmitIsString(Register input, Register temp1, Label* is_not_string,
211 void DeoptimizeIf(Condition cond, LInstruction* instr
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testhaptic.c 182 SDL_Log(" effect %d: Condition Spring\n", nefx);
184 efx[nefx].condition.length = 5000;
186 efx[nefx].condition.right_sat[i] = 0x7FFF;
187 efx[nefx].condition.left_sat[i] = 0x7FFF;
188 efx[nefx].condition.right_coeff[i] = 0x2000;
189 efx[nefx].condition.left_coeff[i] = 0x2000;
190 efx[nefx].condition.center[i] = 0x1000; /* Displace the center for it to move. */
201 SDL_Log(" effect %d: Condition Inertia\n", nefx);
203 efx[nefx].condition.length = 5000;
205 efx[nefx].condition.right_sat[i] = 0x7FFF
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/vs/gdxBullet/collision/
collision.vcxproj 26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
55 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
56 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
59 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
62 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /
    [all...]
  /external/autotest/cli/
query_results 3 Selects all rows and columns that satisfy the condition specified
19 parser.add_option('-w', '--where', action='store', dest='condition',
20 help=("The WHERE condition for the query witten in the 'new style' "
21 "condition syntax for new tko (see "
64 if not options.condition:
65 parser.error('You must specify a condition.')
67 where = options.condition.replace('%', '%%')
  /external/chromium-trace/catapult/telemetry/telemetry/core/
util.py 63 def WaitFor(condition, timeout):
64 """Waits for up to |timeout| secs for the function |condition| to return True.
69 Result of |condition| function (if present).
76 if condition.__name__ == '<lambda>':
78 return inspect.getsource(condition).strip()
81 return condition.__name__
86 res = condition()
  /external/clang/test/Index/
complete-super.m 8 + (void)select:(Bool)condition first:(int)x second:(int)y;
15 + (void)select:(Bool)condition first:(int)x second:(int)y;
23 + (void)select:(Bool)condition first:(int)a second:(int)b {
24 [super selector:condition first:a second:b];
25 super selector:condition first:a second:b];
47 // CHECK-SELECT-RECEIVER: ObjCClassMethodDecl:{ResultType void}{TypedText super}{HorizontalSpace }{Text select:}{Placeholder condition}{HorizontalSpace }{Text first:}{Placeholder a}{HorizontalSpace }{Text second:}{Placeholder b} (20)
57 // CHECK-SELECTOR-SELECTOR: ObjCClassMethodDecl:{ResultType void}{TypedText select:}{Placeholder condition}{HorizontalSpace }{Text first:}{Placeholder a}{HorizontalSpace }{Text second:}{Placeholder b} (20)
  /external/google-breakpad/src/testing/gtest/codegear/
gtest_main.cbproj 5 <Config Condition="'$(Config)'==''">Release</Config>
7 <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
10 <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
15 <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
20 <PropertyGroup Condition="'$(Base)'!=''">
36 <PropertyGroup Condition="'$(Cfg_1)'!=''">
55 <PropertyGroup Condition="'$(Cfg_2)'!=''">
  /external/protobuf/gtest/codegear/
gtest_main.cbproj 5 <Config Condition="'$(Config)'==''">Release</Config>
7 <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
10 <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
15 <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
20 <PropertyGroup Condition="'$(Base)'!=''">
36 <PropertyGroup Condition="'$(Cfg_1)'!=''">
55 <PropertyGroup Condition="'$(Cfg_2)'!=''">
  /external/v8/src/base/
logging.h 39 // CHECK dies with a fatal error if condition is not true. It is *not*
45 #define CHECK(condition) \
47 if (V8_UNLIKELY(!(condition))) { \
48 V8_Fatal(__FILE__, __LINE__, "Check failed: %s.", #condition); \
154 #define DCHECK(condition) CHECK(condition)
165 #define DCHECK(condition) ((void) 0)
  /external/v8/src/compiler/
control-builders.h 48 void If(Node* condition, BranchHint hint = BranchHint::kNone);
78 void BreakUnless(Node* condition);
79 void BreakWhen(Node* condition);
100 void BeginLabel(int index, Node* condition);
115 Environment* label_environment_; // Environment for next label condition.
135 void BreakWhen(Node* condition, BranchHint = BranchHint::kNone);
136 void BreakUnless(Node* condition, BranchHint hint = BranchHint::kNone);
instruction-selector-impl.h 294 // Creates a new flags continuation from the given condition and true/false
296 FlagsContinuation(FlagsCondition condition, BasicBlock* true_block,
299 condition_(condition),
306 // Creates a new flags continuation from the given condition and result node.
307 FlagsContinuation(FlagsCondition condition, Node* result)
308 : mode_(kFlags_set), condition_(condition), result_(result) {
315 FlagsCondition condition() const { function in class:v8::internal::compiler::final
342 void OverwriteAndNegateIfEqual(FlagsCondition condition) {
344 condition_ = condition;
  /external/vulkan-validation-layers/tests/gtest-1.7.0/codegear/
gtest_main.cbproj 5 <Config Condition="'$(Config)'==''">Release</Config>
7 <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
10 <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
15 <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
20 <PropertyGroup Condition="'$(Base)'!=''">
36 <PropertyGroup Condition="'$(Cfg_1)'!=''">
55 <PropertyGroup Condition="'$(Cfg_2)'!=''">
  /libcore/jsr166-tests/src/test/java/jsr166/
ReentrantLockTest.java 18 import java.util.concurrent.locks.Condition;
71 public Collection<Thread> getWaitingThreads(Condition c) {
130 * Checks that condition c has no waiters.
132 void assertHasNoWaiters(PublicReentrantLock lock, Condition c) {
137 * Checks that condition c has exactly the given waiter threads.
139 void assertHasWaiters(PublicReentrantLock lock, Condition c,
154 * Awaits condition "indefinitely" using the specified AwaitMethod.
156 void await(Condition c, AwaitMethod awaitMethod)
499 final Condition c = lock.newCondition();
518 final Condition c = lock.newCondition()
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
gold-threads.h 135 // The interface for the implementation of a condition variable.
157 // A simple condition variable class. It is always associated with a
166 // Wait for the condition variable to be signalled. This should
172 // Signal the condition variable--wake up at least one thread
173 // waiting on the condition variable. This should only be called
179 // Broadcast the condition variable--wake up all threads waiting on
180 // the condition variable. This should only be called when the lock
  /external/clang/tools/clang-format-vs/ClangFormat/
ClangFormat.csproj 3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
48 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
215 <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
216 <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
219 <Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
220 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\VSSDK\Microsoft.VsSDK.targets" Condition="false" />
  /external/skia/platform_tools/android/tests/
makefile_writer_tests.py 75 def generate_dummy_vars_dict_data(name, condition):
84 condition: condition used by the returned VarsDictData.
92 condition=condition)
107 deviations = [generate_dummy_vars_dict_data(name, condition)
108 for (name, condition) in deviation_params]
126 deviations = [generate_dummy_vars_dict_data(name, condition)
127 for (name, condition) in deviation_params]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
ZenModeControllerImpl.java 35 import android.service.notification.Condition;
58 private final LinkedHashMap<Uri, Condition> mConditions = new LinkedHashMap<Uri, Condition>();
192 private void fireConditionsChanged(Condition[] conditions) {
210 private void updateConditions(Condition[] conditions) {
212 for (Condition c : conditions) {
213 if ((c.flags & Condition.FLAG_RELEVANT_NOW) == 0) continue;
217 mConditions.values().toArray(new Condition[mConditions.values().size()]));
233 public void onConditionsReceived(Condition[] conditions) {
  /frameworks/ex/framesequence/jni/utils/
log.h 63 #define CONDITION(cond) (__builtin_expect((cond)!=0, 0))
70 ( (CONDITION(cond)) \
85 ( (CONDITION(cond)) \
99 ( (CONDITION(cond)) \
113 ( (CONDITION(cond)) \
127 ( (CONDITION(cond)) \
181 * Log a fatal error. If the given condition fails, this stops program
183 * It is NOT stripped from release builds. Note that the condition test
188 ( (CONDITION(cond)) \
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pdb.doc 79 b(reak) [ ([filename:]lineno | function) [, condition] ]
87 The condition argument, if present, is a string which must
90 tbreak [ ([filename:]lineno | function) [, condition] ]
115 condition evaluates to true.
117 condition bpnumber condition
118 condition is an expression which must evaluate to true before
119 the breakpoint is honored. If condition is absent, any
120 existing condition is removed; i.e., the breakpoint is made

Completed in 1122 milliseconds

<<21222324252627282930>>