HomeSort by relevance Sort by last modified time
    Searched refs:condition (Results 176 - 200 of 2167) sorted by null

1 2 3 4 5 6 78 91011>>

  /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/llvm/test/MC/ARM/
invalid-neon-v8.s 8 @ CHECK: error: instruction 'vmaxnm' is not predicable, but condition code specified
17 @ CHECK: error: instruction 'vcvtp' is not predicable, but condition code specified
26 @ CHECK: error: instruction 'vrintm' is not predicable, but condition code specified
37 @ CHECK: error: instruction 'aesd' is not predicable, but condition code specified
46 @ CHECK: error: instruction 'sha1h' is not predicable, but condition code specified
63 @ CHECK: error: instruction 'sha256su1' is not predicable, but condition code specified
70 @ CHECK: error: instruction 'vmull' is not predicable, but condition code specified
udf-thumb-2-diagnostics.s 10 @ CHECK: error: instruction 'udf' is not predicable, but condition code specified
  /external/v8/src/compiler/
instruction-selector-impl.h 339 // Creates a new flags continuation from the given condition and true/false
341 FlagsContinuation(FlagsCondition condition, BasicBlock* true_block,
344 condition_(condition),
352 static FlagsContinuation ForDeoptimize(FlagsCondition condition,
356 return FlagsContinuation(condition, kind, reason, frame_state);
360 static FlagsContinuation ForSet(FlagsCondition condition, Node* result) {
361 return FlagsContinuation(condition, result);
365 static FlagsContinuation ForTrap(FlagsCondition condition,
367 return FlagsContinuation(condition, trap_id, result);
375 FlagsCondition condition() const function in class:v8::internal::compiler::final
    [all...]
  /prebuilts/tools/common/fest/
fest-assert-1.2.jar 
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
while_transformer_test.cc 43 auto builder = HloComputation::Builder(TestName() + ".Condition");
87 HloInstruction* BuildWhileInstruction(HloComputation* condition,
104 condition, body, loop_state_init));
147 auto condition = local
150 auto while_hlo = BuildWhileInstruction(condition, body, 0, 0);
167 auto condition = local
170 auto while_hlo = BuildWhileInstruction(condition, body, 1, 0);
187 auto condition = local
190 auto while_hlo = BuildWhileInstruction(condition, body, 0, 10);
206 auto condition local
    [all...]
  /external/v8/
genmakefiles.py 101 for condition in target['conditions']:
102 if condition[0] == 'v8_target_arch=="arm"':
103 arm_src = [x for x in condition[1]['sources'] if x.endswith('.cc')]
104 elif condition[0] == 'v8_target_arch=="arm64"':
105 arm64_src = [x for x in condition[1]['sources'] if x.endswith('.cc')]
106 elif condition[0] == 'v8_target_arch=="ia32"':
107 x86_src = [x for x in condition[1]['sources'] if x.endswith('.cc')]
108 elif condition[0] \
110 mips_src = [x for x in condition[1]['sources'] if x.endswith('.cc')]
111 elif condition[0]
    [all...]
  /art/compiler/optimizing/
scheduler_arm.cc 173 void SchedulingLatencyVisitorARM::HandleGenerateConditionWithZero(IfCondition condition) {
174 switch (condition) {
201 LOG(FATAL) << "Unexpected condition " << condition;
206 void SchedulingLatencyVisitorARM::HandleGenerateLongTestConstant(HCondition* condition) {
207 DCHECK_EQ(condition->GetLeft()->GetType(), DataType::Type::kInt64);
209 IfCondition cond = condition->GetCondition();
211 HInstruction* right = condition->InputAt(1);
272 void SchedulingLatencyVisitorARM::HandleGenerateLongTest(HCondition* condition) {
273 DCHECK_EQ(condition->GetLeft()->GetType(), DataType::Type::kInt64)
360 IfCondition condition = cond->GetCondition(); local
381 IfCondition condition = cond->GetCondition(); local
438 IfCondition condition = cond->GetCondition(); local
496 const IfCondition condition = cond->GetCondition(); local
    [all...]
  /external/chromium-trace/catapult/common/py_utils/py_utils/
__init__.py 112 def WaitFor(condition, timeout):
113 """Waits for up to |timeout| secs for the function |condition| to return True.
118 Result of |condition| function (if present).
121 if condition.__name__ == '<lambda>':
123 return inspect.getsource(condition).strip()
126 return condition.__name__
129 res = condition()
136 res = condition()
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/concretesyntaxmodel/
CsmElement.java 75 static CsmElement conditional(ObservableProperty property, CsmConditional.Condition condition, CsmElement thenElement) {
76 return new CsmConditional(property, condition, thenElement);
79 static CsmElement conditional(ObservableProperty property, CsmConditional.Condition condition, CsmElement thenElement, CsmElement elseElement) {
80 return new CsmConditional(property, condition, thenElement, elseElement);
83 static CsmElement conditional(List<ObservableProperty> properties, CsmConditional.Condition condition, CsmElement thenElement, CsmElement elseElement) {
84 return new CsmConditional(properties, condition, thenElement, elseElement);
  /frameworks/base/telephony/java/android/telephony/ims/stub/
ImsUtImplBase.java 50 public int queryCallForward(int condition, String number) throws RemoteException {
51 return ImsUtImplBase.this.queryCallForward(condition, number);
91 public int updateCallForward(int action, int condition, String number, int serviceClass,
93 return ImsUtImplBase.this.updateCallForward(action, condition, number, serviceClass,
167 public int queryCallForward(int condition, String number) {
263 public int updateCallForward(int action, int condition, String number, int serviceClass,
  /packages/apps/Settings/src/com/android/settings/notification/
ZenModeVoiceActivity.java 26 import android.service.notification.Condition;
51 Condition condition = null; local
56 condition = ZenModeConfig.toTimeCondition(this, minutes, UserHandle.myUserId());
60 setZenModeConfig(mode, condition);
77 private void setZenModeConfig(int mode, Condition condition) {
78 if (condition != null) {
79 NotificationManager.from(this).setZenMode(mode, condition.id, TAG);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
bgenGenerator.py 18 def __init__(self, name, condition=None, callname=None, modifiers=None):
27 self.condition = condition
40 if self.condition:
42 Output(self.condition)
46 if self.condition:
68 if self.condition:
70 Output(self.condition)
73 if self.condition:
100 def __init__(self, name, body, condition=None):
    [all...]
  /external/mesa3d/src/compiler/glsl/
lower_discard_flow.cpp 93 if (ir->condition) {
94 /* discarded <- condition, use (var_ref discarded) as the condition */
95 rhs = ir->condition;
96 ir->condition = new(mem_ctx) ir_dereference_variable(discarded);
  /external/python/cpython2/Tools/bgen/bgen/
bgenGenerator.py 18 def __init__(self, name, condition=None, callname=None, modifiers=None):
27 self.condition = condition
40 if self.condition:
42 Output(self.condition)
46 if self.condition:
68 if self.condition:
70 Output(self.condition)
73 if self.condition:
100 def __init__(self, name, body, condition=None)
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/race/testdata/
sync_test.go 16 condition := 0
22 condition = 1
27 for condition != 1 {
40 condition := 0
45 condition = 1
55 for condition != 1 {
  /prebuilts/go/darwin-x86/src/sync/
cond.go 12 // Cond implements a condition variable, a rendezvous point
17 // which must be held when changing the condition and
24 // L is held while observing or changing the condition
42 // typically cannot assume that the condition is true when
46 // for !condition() {
49 // ... make use of condition ...
  /prebuilts/go/linux-x86/src/runtime/race/testdata/
sync_test.go 16 condition := 0
22 condition = 1
27 for condition != 1 {
40 condition := 0
45 condition = 1
55 for condition != 1 {
  /prebuilts/go/linux-x86/src/sync/
cond.go 12 // Cond implements a condition variable, a rendezvous point
17 // which must be held when changing the condition and
24 // L is held while observing or changing the condition
42 // typically cannot assume that the condition is true when
46 // for !condition() {
49 // ... make use of condition ...
  /external/clang/test/Preprocessor/
macro_fn.c 51 #define NSAssert(condition, desc, ...) /* expected-warning {{variadic macros are a C99 feature}} */ \
  /external/icu/icu4c/source/test/intltest/
apicoll.h 27 void doAssert(UBool condition, const char *message);
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_context.h 67 bool condition; member in struct:ilo_context::__anon29557
  /packages/apps/Email/tests/src/com/android/email/
TestUtils.java 38 public interface Condition {
107 * Wait until a {@code Condition} is met.
109 public static void waitUntil(Condition condition, int timeoutSeconds) {
110 waitUntil("", condition, timeoutSeconds);
114 * Wait until a {@code Condition} is met.
116 public static void waitUntil(String message, Condition condition, int timeoutSeconds) {
120 if (condition.isMet()) {
133 waitUntil("message", new Condition() {
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
scc.s 25 ; Add new condition names here, not above.
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_nir_lower_if_else.c 56 * + When if-condition is const (or uniform) or we have some way
160 nir_ssa_def *condition, bool invert)
173 condition = nir_inot(bld, condition);
178 discard_cond = condition;
182 discard_cond = nir_iand(bld, condition, intr->src[0].ssa);
240 /* condition should be ssa too, which simplifies flatten_block: */
241 if (!if_stmt->condition.is_ssa)
258 if_stmt->condition.ssa, false);
260 if_stmt->condition.ssa, true)
    [all...]

Completed in 1012 milliseconds

1 2 3 4 5 6 78 91011>>