Searched refs:condition (Results 101 - 125 of 685) sorted by relevance

1234567891011>>

/external/llvm/test/MC/ARM/
H A Dinvalid-neon-v8.s8 @ 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
H A Dudf-thumb-2-diagnostics.s10 @ CHECK: error: instruction 'udf' is not predicable, but condition code specified
/external/v8/src/compiler/
H A Dcontrol-builders.h48 void If(Node* condition, BranchHint hint = BranchHint::kNone);
83 void BreakUnless(Node* condition);
84 void BreakWhen(Node* condition);
106 void BeginLabel(int index, Node* condition);
121 Environment* label_environment_; // Environment for next label condition.
141 void BreakWhen(Node* condition, BranchHint = BranchHint::kNone);
142 void BreakUnless(Node* condition, BranchHint hint = BranchHint::kNone);
H A Dinstruction-selector-impl.h324 // Creates a new flags continuation from the given condition and true/false
326 FlagsContinuation(FlagsCondition condition, BasicBlock* true_block, argument
329 condition_(condition),
337 static FlagsContinuation ForDeoptimize(FlagsCondition condition, argument
340 return FlagsContinuation(condition, reason, frame_state);
344 static FlagsContinuation ForSet(FlagsCondition condition, Node* result) { argument
345 return FlagsContinuation(condition, result);
352 FlagsCondition condition() const { function in class:v8::internal::compiler::final
387 void Overwrite(FlagsCondition condition) { condition_ = condition; } argument
389 OverwriteAndNegateIfEqual(FlagsCondition condition) argument
425 FlagsContinuation(FlagsCondition condition, DeoptimizeReason reason, Node* frame_state) argument
433 FlagsContinuation(FlagsCondition condition, Node* result) argument
[all...]
/external/autotest/client/common_lib/cros/
H A Darc_common.py38 utils.poll_for_condition(condition=_is_android_booted,
/external/clang/test/Preprocessor/
H A Dmacro_fn.c51 #define NSAssert(condition, desc, ...) /* expected-warning {{variadic macros are a C99 feature}} */ \
/external/proguard/src/proguard/classfile/util/
H A DInstructionSequenceMatcher.java229 boolean condition =
235 checkMatch(condition,
249 boolean condition =
257 checkMatch(condition,
271 boolean condition =
280 checkMatch(condition,
295 boolean condition =
302 checkMatch(condition,
316 boolean condition =
330 checkMatch(condition,
697 checkMatch(boolean condition, Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) argument
[all...]
/external/autotest/client/site_tests/desktopui_CrashyReboot/
H A Ddesktopui_CrashyReboot.py41 condition=self._nuke_browser_with_prejudice_and_check_for_ui_stop,
65 utils.poll_for_condition(condition=cros_ui.is_up,
/external/clang/test/Analysis/
H A Dunreachable-code-path.c143 void inlined(int condition) { argument
144 if (condition) {
/external/clang/test/SemaCXX/
H A Dwarn-missing-noreturn.cpp32 bool condition();
36 while (condition()) {}
/external/dng_sdk/source/
H A Ddng_mutex.h163 dng_condition (const dng_condition &condition);
165 dng_condition & operator= (const dng_condition &condition);
/external/guava/guava-tests/test/com/google/common/io/
H A DTestOutputStream.java78 private static void throwIf(boolean condition) throws IOException { argument
79 if (condition) {
/external/junit/src/main/java/junit/framework/
H A DAssert.java17 * Asserts that a condition is true. If it isn't it throws
20 static public void assertTrue(String message, boolean condition) { argument
21 if (!condition) {
27 * Asserts that a condition is true. If it isn't it throws
30 static public void assertTrue(boolean condition) { argument
31 assertTrue(null, condition);
35 * Asserts that a condition is false. If it isn't it throws
38 static public void assertFalse(String message, boolean condition) { argument
39 assertTrue(message, !condition);
43 * Asserts that a condition i
46 assertFalse(boolean condition) argument
[all...]
H A DTestCase.java187 * Asserts that a condition is true. If it isn't it throws
191 public static void assertTrue(String message, boolean condition) { argument
192 Assert.assertTrue(message, condition);
196 * Asserts that a condition is true. If it isn't it throws
200 public static void assertTrue(boolean condition) { argument
201 Assert.assertTrue(condition);
205 * Asserts that a condition is false. If it isn't it throws
209 public static void assertFalse(String message, boolean condition) { argument
210 Assert.assertFalse(message, condition);
214 * Asserts that a condition i
218 assertFalse(boolean condition) argument
[all...]
/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dvalidation_errors.h123 // In debug build, logs a serialization warning if |condition| evaluates to
131 // In non-debug build, does nothing (not even compiling |condition|).
132 #define MOJO_INTERNAL_DLOG_SERIALIZATION_WARNING(condition, error, \
134 DLOG_IF(FATAL, (condition) && !ReportSerializationWarning(error)) \
/external/mesa3d/src/mesa/main/
H A Dsyncobj.c91 GLenum condition, GLbitfield flags)
94 (void) condition;
252 _mesa_FenceSync(GLenum condition, GLbitfield flags) argument
258 if (condition != GL_SYNC_GPU_COMMANDS_COMPLETE) {
259 _mesa_error(ctx, GL_INVALID_ENUM, "glFenceSync(condition=0x%x)",
260 condition);
266 condition);
281 syncObj->SyncCondition = condition;
285 ctx->Driver.FenceSync(ctx, syncObj, condition, flags);
90 _mesa_fence_sync(struct gl_context *ctx, struct gl_sync_object *syncObj, GLenum condition, GLbitfield flags) argument
/external/protobuf/gtest/test/
H A Dgtest_environment_test.cc110 // Prints the message and aborts the program if condition is false.
111 void Check(bool condition, const char* msg) { argument
112 if (!condition) {
/external/swiftshader/src/Shader/
H A DSetupRoutine.hpp38 void conditionalRotate1(Bool condition, Pointer<Byte> &v0, Pointer<Byte> &v1, Pointer<Byte> &v2);
39 void conditionalRotate2(Bool condition, Pointer<Byte> &v0, Pointer<Byte> &v1, Pointer<Byte> &v2);
/external/testng/src/main/java/org/testng/
H A DAssertJUnit.java19 * Asserts that a condition is true. If it isn't it throws
22 static public void assertTrue(String message, boolean condition) { argument
23 if(!condition) {
29 * Asserts that a condition is true. If it isn't it throws
32 static public void assertTrue(boolean condition) { argument
33 assertTrue(null, condition);
37 * Asserts that a condition is false. If it isn't it throws
40 static public void assertFalse(String message, boolean condition) { argument
41 assertTrue(message, !condition);
45 * Asserts that a condition i
48 assertFalse(boolean condition) argument
[all...]
/external/v8/include/
H A Dv8config.h357 # define V8_UNLIKELY(condition) (__builtin_expect(!!(condition), 0))
358 # define V8_LIKELY(condition) (__builtin_expect(!!(condition), 1))
360 # define V8_UNLIKELY(condition) (condition)
361 # define V8_LIKELY(condition) (condition)
/external/valgrind/drd/tests/
H A Dpth_cond_destroy_busy.stderr.exp2 destruction of condition variable being waited upon: cond 0x........
/external/vboot_reference/utility/
H A Dtpm-nvsize39 echo please correct this condition and try again
/external/autotest/frontend/client/src/autotest/tko/
H A DTkoUtils.java48 protected static JSONObject getConditionParams(String condition) { argument
50 params.put("extra_where", new JSONString(condition));
59 final JSONValue condition = args.get("extra_where");
60 if (condition == null) {
63 return condition.isString().stringValue();
/external/google-breakpad/src/processor/
H A Daddress_map_unittest.cc41 #define ASSERT_TRUE(condition) \
42 if (!(condition)) { \
43 fprintf(stderr, "FAIL: %s @ %s:%d\n", #condition, __FILE__, __LINE__); \
47 #define ASSERT_FALSE(condition) ASSERT_TRUE(!(condition))
/external/libbrillo/brillo/message_loops/
H A Dglib_message_loop.cc63 GIOCondition condition = G_IO_NVAL;
66 condition = static_cast<GIOCondition>(G_IO_IN | G_IO_HUP | G_IO_NVAL);
69 condition = static_cast<GIOCondition>(G_IO_OUT | G_IO_HUP | G_IO_NVAL);
100 condition,
174 GIOCondition condition,
173 OnWatchedFdReady(GIOChannel *source, GIOCondition condition, gpointer user_data) argument

Completed in 1614 milliseconds

1234567891011>>