HomeSort by relevance Sort by last modified time
    Searched refs:condition (Results 501 - 525 of 1405) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_flow.h 46 * the execution mask becomes zero or when there is an error condition.
168 LLVMValueRef condition; member in struct:lp_build_if_state
179 LLVMValueRef condition);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_syncobj.c 69 GLenum condition, GLbitfield flags)
74 assert(condition == GL_SYNC_GPU_COMMANDS_COMPLETE);
  /external/gtest/test/
gtest_environment_test.cc 115 // Prints the message and aborts the program if condition is false.
116 void Check(bool condition, const char* msg) {
117 if (!condition) {
  /external/junit/src/org/junit/
Assert.java 32 * Asserts that a condition is true. If it isn't it throws an
38 * @param condition
39 * condition to be checked
41 static public void assertTrue(String message, boolean condition) {
42 if (!condition)
47 * Asserts that a condition is true. If it isn't it throws an
50 * @param condition
51 * condition to be checked
53 static public void assertTrue(boolean condition) {
54 assertTrue(null, condition);
    [all...]
  /external/lldb/include/lldb/Breakpoint/
BreakpointOptions.h 35 /// Default constructor. The breakpoint is enabled, and has no condition,
46 /// @param[in] condition
64 BreakpointOptions(void *condition,
93 // c) If the condition says we shouldn't stop, then ditto.
96 // callback does. We will relax this condition at some point, but it will take a bit of plumbing to get
169 // Condition
172 /// Set the breakpoint option's condition.
174 /// @param[in] condition
175 /// The condition expression to evaluate when the breakpoint is hit.
177 void SetCondition (const char *condition);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_flow.h 46 * the execution mask becomes zero or when there is an error condition.
168 LLVMValueRef condition; member in struct:lp_build_if_state
179 LLVMValueRef condition);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_syncobj.c 69 GLenum condition, GLbitfield flags)
74 assert(condition == GL_SYNC_GPU_COMMANDS_COMPLETE);
  /external/regex-re2/util/
logging.h 14 #define DCHECK(condition) assert(condition)
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
IfElseFilter.java 47 .addInputPort("condition", Signature.PORT_REQUIRED, FrameType.single(boolean.class))
57 FrameValue boolFrameValue = getConnectedInputPort("condition").pullFrame().asFrameValue();
58 boolean condition = (Boolean) boolFrameValue.getValue();
60 // If the condition is true, then we want to use the camera, else use the gallery
61 if (condition) {
  /ndk/sources/third_party/googletest/googletest/test/
gtest_environment_test.cc 115 // Prints the message and aborts the program if condition is false.
116 void Check(bool condition, const char* msg) {
117 if (!condition) {
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
JJTAddressListParserState.java 101 /* A conditional node is constructed if its condition is true. All
104 on to the stack. If the condition is false the node is not
106 void closeNodeScope(Node n, boolean condition) {
107 if (condition) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
ResourceUtils.java 106 * Find the condition that fulfills specified key value pairs from an array of
107 * "condition,constant", and return the corresponding string constant. A condition is
109 * "key=regexp_value" string. The condition matches only if all patterns of the condition
112 * For example, "condition,constant" has the following format.
118 * @param keyValuePairs attributes to be used to look for a matched condition.
119 * @param conditionConstantArray an array of "condition,constant" elements to be searched.
120 * @return the constant part of the matched "condition,constant" element. Returns null if no
121 * condition matches
136 final String condition = conditionConstant.substring(0, posComma); local
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/common/js/
error_util.js 32 * @param {boolean} condition If false, log a message and stack trace.
37 return function(condition) {
38 if (!condition)
  /external/llvm/examples/ParallelJIT/
ParallelJIT.cpp 14 // 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 );
168 result = pthread_cond_wait( &condition, &mutex );
193 pthread_cond_wait( &condition, &mutex );
214 int result = pthread_cond_broadcast( &condition );
221 pthread_cond_t condition; member in class:WaitForThreads
  /hardware/ti/omap4-aah/domx/mm_osal/src/
timm_osal_events.c 70 pthread_cond_t condition; member in struct:__anon42514
104 if (SUCCESS != pthread_cond_init(&(plEvent->condition), NULL))
147 if (SUCCESS != pthread_cond_destroy(&(plEvent->condition)))
216 if (SUCCESS != pthread_cond_signal(&plEvent->condition))
219 ("Event Set: Condition Variable Signal failed !");
244 *A representative sequence for using condition variables is shown below
248 *1) Do work up to the point where a certain condition |1)Do work
254 * for signal from Thread-B. Note that a call to | condition, signal Thread-A.
333 pthread_cond_wait(&(plEvent->condition),
370 condition), &(plEvent->mutex)
    [all...]
  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_events.c 70 pthread_cond_t condition; member in struct:__anon42634
104 if (SUCCESS != pthread_cond_init(&(plEvent->condition), NULL))
147 if (SUCCESS != pthread_cond_destroy(&(plEvent->condition)))
216 if (SUCCESS != pthread_cond_signal(&plEvent->condition))
219 ("Event Set: Condition Variable Signal failed !");
244 *A representative sequence for using condition variables is shown below
248 *1) Do work up to the point where a certain condition |1)Do work
254 * for signal from Thread-B. Note that a call to | condition, signal Thread-A.
333 pthread_cond_wait(&(plEvent->condition),
370 condition), &(plEvent->mutex)
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndfdic.c 73 static NJ_UINT16 search_data(NJ_SEARCH_CONDITION *condition, NJ_SEARCH_LOCATION_SET *loctset);
77 static NJ_UINT16 search_data(NJ_SEARCH_CONDITION *condition, NJ_SEARCH_LOCATION_SET *loctset)
103 tmp_hinsi = condition->hinsi.fore;
104 condition->hinsi.fore = condition->hinsi.yominasi_fore;
109 if (njd_connect_test(condition, DATA_FHINSI(data), DATA_BHINSI(data))) {
113 if (condition->operation == NJ_CUR_OP_LINK) {
120 if (yomi_strcmp_forward(loctset->loct.handle, data, condition->yomi)) {
136 condition->hinsi.fore = tmp_hinsi;
147 condition->hinsi.fore = tmp_hinsi
    [all...]
ndbdic.c 90 static NJ_INT16 search_node(NJ_SEARCH_CONDITION *condition, NJ_SEARCH_LOCATION_SET *loctset);
91 static NJ_INT16 bdic_search_data(NJ_SEARCH_CONDITION *condition, NJ_SEARCH_LOCATION_SET *loctset);
92 static NJ_INT16 bdic_search_fore_data(NJ_SEARCH_CONDITION *condition, NJ_SEARCH_LOCATION_SET *loctset);
96 static NJ_INT16 search_node2(NJ_SEARCH_CONDITION *condition, NJ_SEARCH_LOCATION_SET *loctset,
98 static NJ_INT16 bdic_search_fore_data2(NJ_SEARCH_CONDITION *condition,
550 static NJ_INT16 search_node(NJ_SEARCH_CONDITION *condition, NJ_SEARCH_LOCATION_SET *loctset)
564 NJ_UINT16 ysize = (condition->ylen * sizeof(NJ_CHAR));
582 byomi = (NJ_UINT8*)(condition->yomi);
605 if ((condition->operation == NJ_CUR_OP_FORE) &&
606 NJ_CHAR_STRLEN_IS_0(condition->yomi))
    [all...]
  /external/chromium_org/tools/gyp/test/lib/
TestCmd.py 63 test.preserve(condition, ...)
65 test.cleanup(condition)
86 test.pass_test(condition)
87 test.pass_test(condition, function)
90 test.fail_test(condition)
91 test.fail_test(condition, function)
92 test.fail_test(condition, function, skip)
95 test.no_result(condition)
96 test.no_result(condition, function)
97 test.no_result(condition, function, skip
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
glsl_parser_extras.cpp 808 condition->print();
821 ast_selection_statement::ast_selection_statement(ast_expression *condition,
825 this->condition = condition;
941 if (condition)
942 condition->print();
954 if (condition)
955 condition->print();
964 if (condition)
965 condition->print()
    [all...]
  /external/mesa3d/src/glsl/
glsl_parser_extras.cpp 808 condition->print();
821 ast_selection_statement::ast_selection_statement(ast_expression *condition,
825 this->condition = condition;
941 if (condition)
942 condition->print();
954 if (condition)
955 condition->print();
964 if (condition)
965 condition->print()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
BreakpointManager.js 124 this._innerSetBreakpoint(uiSourceCode, breakpointItem.lineNumber, breakpointItem.columnNumber, breakpointItem.condition, breakpointItem.enabled);
186 * @param {string} condition
190 setBreakpoint: function(uiSourceCode, lineNumber, columnNumber, condition, enabled)
195 return this._innerSetBreakpoint(uiSourceCode, lineNumber, columnNumber, condition, enabled);
202 * @param {string} condition
206 _innerSetBreakpoint: function(uiSourceCode, lineNumber, columnNumber, condition, enabled)
210 breakpoint._updateState(condition, enabled);
216 breakpoint = new WebInspector.BreakpointManager.Breakpoint(this, projectId, path, sourceFileId, lineNumber, columnNumber, condition, enabled);
418 * @param {string} condition
421 WebInspector.BreakpointManager.Breakpoint = function(breakpointManager, projectId, path, sourceFileId, lineNumber, columnNumber, condition, enabled
    [all...]
  /external/chromium_org/v8/test/mjsunit/
debug-changebreakpoint.js 71 testArguments(dcp, '{"breakpoint":0,"condition":"false"}', false);
72 testArguments(dcp, '{"breakpoint":' + (breakpoint + 1) + ',"condition":"false"}', false);
73 testArguments(dcp, '{"breakpoint":"xx","condition":"false"}', false);
80 testArguments(dcp, '{' + bp_str + ',"condition":"1==2"}', true);
81 testArguments(dcp, '{' + bp_str + ',"condition":"false"}', true);
86 '{' + bp_str + ',"enabled":"true","condition":"false","ignoreCount":0}',
  /external/qemu/distrib/mini-glib/include/
glib.h 65 #define g_assert(condition) do { \
66 if (!(condition)) { \
70 #condition); \
  /hardware/qcom/audio/hal/
audio_hw.h 258 #define CHECK(condition) LOG_ALWAYS_FATAL_IF(!(condition), "%s",\
260 " ASSERT_FATAL(" #condition ") failed.")

Completed in 1377 milliseconds

<<21222324252627282930>>