Searched refs:condition (Results 151 - 175 of 685) sorted by relevance

1234567891011>>

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_syncobj.c69 GLenum condition, GLbitfield flags)
74 assert(condition == GL_SYNC_GPU_COMMANDS_COMPLETE);
68 intel_fence_sync(struct gl_context *ctx, struct gl_sync_object *s, GLenum condition, GLbitfield flags) argument
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_syncobj.c69 GLenum condition, GLbitfield flags)
74 assert(condition == GL_SYNC_GPU_COMMANDS_COMPLETE);
68 intel_fence_sync(struct gl_context *ctx, struct gl_sync_object *s, GLenum condition, GLbitfield flags) argument
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/command/
H A DAbstractFakeCommandHandler.groovy182 * Verify that the specified condition related to an existing file is true,
185 * @param condition - the condition that must be true
187 * error message if the condition is not true.
188 * @throws ExistingFileOperationException - if the condition is not true
190 protected void verifyForExistingFile(condition, path) {
191 if (!condition) {
197 * Verify that the specified condition related to a new file is true,
200 * @param condition - the condition tha
[all...]
/external/v8/testing/gmock/include/gmock/internal/
H A Dgmock-internal-utils.h183 // implementation-defined when the above pre-condition is violated.
251 // implementation-defined when the above pre-condition is violated.
276 // Asserts that condition is true; aborts the process with the given
277 // message if condition is false. We cannot use LOG(FATAL) or CHECK()
281 inline void Assert(bool condition, const char* file, int line,
283 if (!condition) {
288 inline void Assert(bool condition, const char* file, int line) {
289 Assert(condition, file, line, "Assertion failed.");
292 // Verifies that condition is true; generates a non-fatal failure if
293 // condition i
[all...]
/external/v8/testing/gtest/test/
H A Dgtest_environment_test.cc115 // Prints the message and aborts the program if condition is false.
116 void Check(bool condition, const char* msg) { argument
117 if (!condition) {
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_environment_test.cc115 // Prints the message and aborts the program if condition is false.
116 void Check(bool condition, const char* msg) { argument
117 if (!condition) {
/external/chromium-trace/catapult/devil/devil/android/perf/
H A Dperf_control.py119 self._ConditionallyWriteEachCpuFile(path, value, condition='true')
121 def _ConditionallyWriteEachCpuFile(self, path, value, condition):
123 '{condition} && test -e "$CPU/{path}" && echo {value} > "$CPU/{path}"')
125 template.format(path=path, value=value, condition=condition))
145 condition = 'test -e "{path}" && grep -q {value} {path}'.format(
149 'cpufreq/scaling_governor', value, condition)
/external/iw/
H A Dcoalesce.c28 enum nl80211_coalesce_condition condition; local
79 if (strncmp(buf, "condition=", 10) == 0) {
82 condition = strtoul(cond, &end, 10);
86 condition);
173 " condition=<condition>\n"
176 " condition=<condition>\n"
180 "condition: 1/0 i.e. 'not match'/'match' the patterns\n"
204 enum nl80211_coalesce_condition condition; local
[all...]
/external/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp14 // The three threads are created and then block waiting on a condition variable.
149 int result = pthread_cond_init( &condition, nullptr );
158 int result = pthread_cond_destroy( &condition );
185 result = pthread_cond_wait( &condition, &mutex );
210 pthread_cond_wait( &condition, &mutex );
231 int result = pthread_cond_broadcast( &condition );
238 pthread_cond_t condition; member in class:WaitForThreads
/external/swiftshader/third_party/LLVM/examples/ParallelJIT/
H A DParallelJIT.cpp14 // The three threads are created and then block waiting on a condition variable.
132 int result = pthread_cond_init( &condition, NULL );
141 int result = pthread_cond_destroy( &condition );
166 result = pthread_cond_wait( &condition, &mutex );
190 pthread_cond_wait( &condition, &mutex );
211 int result = pthread_cond_broadcast( &condition );
217 pthread_cond_t condition; member in class:WaitForThreads
/external/swiftshader/third_party/LLVM/test/MC/ARM/
H A Dthumb2-diagnostics.s13 @ CHECK-ERRORS: error: incorrect condition in IT block; got 'le', but expected 'eq'
16 @ CHECK-ERRORS: error: incorrect condition in IT block; got 'al', but expected 'ne'
25 @ CHECK-ERRORS: error: illegal IT block condition mask 'tfe'
/external/v8/src/base/
H A Dlogging.h40 // CHECK dies with a fatal error if condition is not true. It is *not*
46 #define CHECK(condition) \
48 if (V8_UNLIKELY(!(condition))) { \
49 V8_Fatal(__FILE__, __LINE__, "Check failed: %s.", #condition); \
156 #define DCHECK(condition) CHECK(condition)
167 #define DCHECK(condition) ((void) 0)
/external/swiftshader/src/Shader/
H A DPixelProgram.cpp1243 Int4 condition; local
1247 case Shader::CONTROL_GT: condition = CmpNLE(src0.x, src1.x); break;
1248 case Shader::CONTROL_EQ: condition = CmpEQ(src0.x, src1.x); break;
1249 case Shader::CONTROL_GE: condition = CmpNLT(src0.x, src1.x); break;
1250 case Shader::CONTROL_LT: condition = CmpLT(src0.x, src1.x); break;
1251 case Shader::CONTROL_NE: condition = CmpNEQ(src0.x, src1.x); break;
1252 case Shader::CONTROL_LE: condition = CmpLE(src0.x, src1.x); break;
1257 BREAK(condition);
1262 Int4 condition = As<Int4>(p0[predicateRegister.swizzle & 0x3]); local
1266 condition
1272 BREAK(Int4 &condition) argument
1334 Bool condition = (*Pointer<Byte>(data + OFFSET(DrawData, ps.b[boolRegister.index])) != Byte(0)); // FIXME local
1361 Int4 condition = As<Int4>(p0[predicateRegister.swizzle & 0x3]); local
1401 Int4 condition = ~enableStack[enableIndex] & enableStack[enableIndex - 1]; local
1505 Int4 condition = As<Int4>(fetchRegister(src).x); local
1675 Int4 condition = As<Int4>(src.x); local
[all...]
H A DVertexProgram.cpp1024 Int4 condition; local
1028 case Shader::CONTROL_GT: condition = CmpNLE(src0.x, src1.x); break;
1029 case Shader::CONTROL_EQ: condition = CmpEQ(src0.x, src1.x); break;
1030 case Shader::CONTROL_GE: condition = CmpNLT(src0.x, src1.x); break;
1031 case Shader::CONTROL_LT: condition = CmpLT(src0.x, src1.x); break;
1032 case Shader::CONTROL_NE: condition = CmpNEQ(src0.x, src1.x); break;
1033 case Shader::CONTROL_LE: condition = CmpLE(src0.x, src1.x); break;
1038 BREAK(condition);
1043 Int4 condition = As<Int4>(p0[predicateRegister.swizzle & 0x3]); local
1047 condition
1053 BREAK(Int4 &condition) argument
1115 Bool condition = (*Pointer<Byte>(data + OFFSET(DrawData,vs.b[boolRegister.index])) != Byte(0)); // FIXME local
1142 Int4 condition = As<Int4>(p0[predicateRegister.swizzle & 0x3]); local
1182 Int4 condition = ~enableStack[enableIndex] & enableStack[enableIndex - 1]; local
1286 Int4 condition = As<Int4>(fetchRegister(src).x); local
1457 Int4 condition = As<Int4>(src.x); local
[all...]
/external/mesa3d/src/glsl/
H A Dglsl_parser_extras.cpp808 condition->print();
821 ast_selection_statement::ast_selection_statement(ast_expression *condition, argument
825 this->condition = condition;
941 if (condition)
942 condition->print();
954 if (condition)
955 condition->print();
964 if (condition)
965 condition
972 ast_iteration_statement(int mode, ast_node *init, ast_node *condition, ast_expression *rest_expression, ast_node *body) argument
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DPluralRules.java42 * method examines each condition in order and returns the keyword for the first condition that matches the number. If
63 * This defines two rules, for 'one' and 'few'. The condition for 'one' is "n is 1" which means that the number must be
64 * equal to 1 for this condition to pass. The condition for 'few' is "n in 2..4" which means that the number must be
65 * between 2 and 4 inclusive - and be an integer - for this condition to pass. All other numbers are assigned the
74 * keyword whose condition passes is the one returned. Also notes that a modulus is applied to n in the last rule. Thus
75 * its condition holds for 119, 219, 319...
82 * This illustrates conjunction and negation. The condition for 'few' has two parts, both of which must be met:
92 * rule = keyword ':' condition
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DPluralRules.java41 * method examines each condition in order and returns the keyword for the first condition that matches the number. If
62 * This defines two rules, for 'one' and 'few'. The condition for 'one' is "n is 1" which means that the number must be
63 * equal to 1 for this condition to pass. The condition for 'few' is "n in 2..4" which means that the number must be
64 * between 2 and 4 inclusive - and be an integer - for this condition to pass. All other numbers are assigned the
73 * keyword whose condition passes is the one returned. Also notes that a modulus is applied to n in the last rule. Thus
74 * its condition holds for 119, 219, 319...
81 * This illustrates conjunction and negation. The condition for 'few' has two parts, both of which must be met:
91 * rule = keyword ':' condition
[all...]
/external/messageformat/java/com/ibm/icu/simple/
H A DPluralRules.java36 * method examines each condition in order and returns the keyword for the first condition that matches the number. If
57 * This defines two rules, for 'one' and 'few'. The condition for 'one' is "n is 1" which means that the number must be
58 * equal to 1 for this condition to pass. The condition for 'few' is "n in 2..4" which means that the number must be
59 * between 2 and 4 inclusive - and be an integer - for this condition to pass. All other numbers are assigned the
68 * keyword whose condition passes is the one returned. Also notes that a modulus is applied to n in the last rule. Thus
69 * its condition holds for 119, 219, 319...
76 * This illustrates conjunction and negation. The condition for 'few' has two parts, both of which must be met:
86 * rule = keyword ':' condition
[all...]
/external/v8/tools/gcmole/
H A Dgcmole.lua200 for condition, sources in
202 if result[condition] == nil then result[condition] = {} end
204 table.insert(result[condition], prefix .. file)
226 for condition, sources in
228 if result[condition] == nil then result[condition] = {} end
230 table.insert(result[condition], prefix .. file)
244 assert(p and v, "failed to parse condition: " .. cond)
252 for condition, file
[all...]
/external/autotest/client/common_lib/cros/
H A Darc_util.py224 for condition in js_code_did_start_conditions:
225 extension_main_page.WaitForJavaScriptCondition(condition,
228 raise error.TestError('Error waiting for "%s": "%s".' % (condition, e))
/external/curl/lib/
H A Dsystem_win32.c72 * condition [in] - The test condition used to specifier whether we are
82 const VersionCondition condition)
96 switch(condition) {
152 switch(condition) {
79 Curl_verify_windows_version(const unsigned int majorVersion, const unsigned int minorVersion, const PlatformIdentifier platform, const VersionCondition condition) argument
/external/ltp/utils/ffsb-6.0-rc2/
H A Dffsb_fs.c87 int i, fd, condition = 0, has_directio = 0; local
102 condition = num;
107 condition = 1;
109 condition = 0;
112 condition = 1;
114 condition = 0;
117 while (condition) {
138 condition--;
142 condition = 1;
144 condition
[all...]
/external/skia/src/pdf/
H A DSkPDFUtils.h27 #define NOT_IMPLEMENTED(condition, assert) \
29 if ((bool)(condition)) { \
30 PRINT_NOT_IMPL("NOT_IMPLEMENTED: " #condition "\n"); \
/external/v8/src/compiler/
H A Dinstruction-codes.h161 // The condition of flags continuation (see below).
189 inline FlagsCondition NegateFlagsCondition(FlagsCondition condition) { argument
190 return static_cast<FlagsCondition>(condition ^ 1);
193 FlagsCondition CommuteFlagsCondition(FlagsCondition condition);
/external/autotest/client/site_tests/audio_SeekAudioFeedback/
H A Daudio_SeekAudioFeedback.py81 condition=lambda: tab.EvaluateJavaScript('player.ended'),
102 condition=lambda: get_current_time() > old_time,

Completed in 1240 milliseconds

1234567891011>>