HomeSort by relevance Sort by last modified time
    Searched refs:condition (Results 276 - 300 of 591) sorted by null

<<11121314151617181920>>

  /external/clang/test/SemaCXX/
explicit.cpp 107 switch (b) {} // expected-warning {{switch condition has boolean value}}
108 switch (n) {} // expected-error {{switch condition type 'Conversion::NotBool' requires explicit conversion to 'bool'}} \
109 expected-warning {{switch condition has boolean value}}
  /external/dbus/dbus/
dbus-connection-internal.h 67 unsigned int condition,
dbus-transport.h 49 unsigned int condition);
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 503 // ASSERT_*(condition) << "Some message";
580 // A helper for suppressing warnings on constant condition. It just
581 // returns 'condition'.
582 bool IsTrue(bool condition);
    [all...]
  /external/v8/src/
debug-debugger.js 170 BreakPoint.prototype.condition = function() {
171 if (this.script_break_point() && this.script_break_point().condition()) {
172 return this.script_break_point().condition();
198 BreakPoint.prototype.setCondition = function(condition) {
199 this.condition_ = condition;
213 if (this.condition()) {
214 // If break point has condition try to evaluate it in the top frame.
216 var mirror = exec_state.frame(0).evaluate(this.condition());
222 // Exception evaluating condition counts as not triggered.
357 ScriptBreakPoint.prototype.condition = function()
    [all...]
  /external/webkit/Source/WebCore/page/
Console.h 100 void assertCondition(bool condition, PassRefPtr<ScriptArguments>, PassRefPtr<ScriptCallStack>);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM.h 82 #define armRetArgErrIf(condition, code) if(condition) { return (code); }
83 #define armRetDataErrIf(condition, code) if(condition) { return (code); }
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM.h 82 #define armRetArgErrIf(condition, code) if(condition) { return (code); }
83 #define armRetDataErrIf(condition, code) if(condition) { return (code); }
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
armCOMM.h 82 #define armRetArgErrIf(condition, code) if(condition) { return (code); }
83 #define armRetDataErrIf(condition, code) if(condition) { return (code); }
  /external/bluetooth/glib/glib/
giochannel.c 494 * @condition: conditions to watch for
496 * Creates a #GSource that's dispatched when @condition is met for the
497 * given @channel. For example, if condition is #G_IO_IN, the source will
512 GIOCondition condition)
516 return channel->funcs->io_create_watch (channel, condition);
523 * @condition: the condition to watch for
524 * @func: the function to call when the condition is satisfied
540 GIOCondition condition,
550 source = g_io_create_watch (channel, condition);
596 GIOCondition condition = 0; local
    [all...]
  /external/bluetooth/bluez/test/
ipctest.c 121 static gboolean input_cb(GIOChannel *gin, GIOCondition condition, gpointer data);
195 ERR("Received error condition: %s",
801 static gboolean stream_cb(GIOChannel *gin, GIOCondition condition, gpointer data)
807 if (condition & G_IO_IN) {
810 } else if (condition & G_IO_OUT) {
814 DBG("Got %d", condition);
941 static gboolean input_cb(GIOChannel *gin, GIOCondition condition, gpointer data)
950 if (!(condition & G_IO_IN)) {
951 DBG("Got %d", condition);
  /external/chromium/base/third_party/nspr/
prtypes.h 544 ** Compile-time assert. "condition" must be a constant expression.
548 #define PR_STATIC_ASSERT(condition) \
549 extern void pr_static_assert(int arg[(condition) ? 1 : -1])
  /external/chromium-trace/src/shared/js/
util.js 134 * @param {*} condition The condition to test. Note that this may be used to
139 function assert(condition, opt_message) {
141 if (!condition) {
  /external/dbus/bus/
dir-watch-inotify.c 53 _inotify_watch_callback (DBusWatch *watch, unsigned int condition, void *data)
55 return dbus_watch_handle (watch, condition);
test.c 41 unsigned int condition,
49 return dbus_watch_handle (watch, condition);
  /external/kernel-headers/original/linux/
kernel.h 43 #define KERN_NOTICE "<5>" /* normal but significant condition */
339 /* Force a compilation error if condition is true */
340 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)]))
342 /* Force a compilation error if condition is true, but also produce a
  /external/mesa3d/src/glsl/
loop_controls.cpp 70 return (assign->condition != NULL) ? NULL : assign->rhs;
115 * condition. This is needed to catch off-by-one errors and some types of
203 ir_expression *cond = if_stmt->condition->as_expression();
262 * controls are now set such that the exit condition will be
opt_tree_grafting.cpp 155 do_graft(&ir->condition))
225 if (do_graft(&ir->condition))
  /external/v8/test/mjsunit/regress/
regress-260.js 29 // conditions twice, even in cases where the loop condition is
  /external/webkit/Source/ThirdParty/ANGLE/include/EGL/
eglext.h 203 EGLSyncNV eglCreateFenceSyncNV (EGLDisplay dpy, EGLenum condition, const EGLint *attrib_list);
210 typedef EGLSyncNV (EGLAPIENTRYP PFNEGLCREATEFENCESYNCNVPROC) (EGLDisplay dpy, EGLenum condition, const EGLint *attrib_list);
  /external/webkit/Source/WebCore/inspector/front-end/
TextEditorHighlighter.js 161 this._tokenizer.condition = JSON.parse(postConditionStringified);
174 postConditionStringified = JSON.stringify(this._tokenizer.condition);
  /external/webkit/Tools/WebKitTestRunner/win/
TestControllerWin.cpp 144 static RunLoopResult runRunLoopUntil(bool& condition, HANDLE object, double timeout)
147 while (!condition) {
  /frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
VariableSpeed.java 385 private void check(boolean condition, String exception) {
386 if (!condition) {
  /hardware/invensense/mlsdk/platform/include/
log.h 140 #ifndef CONDITION
141 #define CONDITION(cond) ((cond) != 0)
150 ((CONDITION(cond)) \
165 ((CONDITION(cond)) \
179 ((CONDITION(cond)) \
197 ((CONDITION(cond)) \
215 ((CONDITION(cond)) \
223 * Log a fatal error. If the given condition fails, this stops program
225 * It is NOT stripped from release builds. Note that the condition test
229 ((CONDITION(cond))
    [all...]
  /ndk/sources/host-tools/make-3.81/
makefile.com 8 $! one macro intentionally causes an error condition)

Completed in 2997 milliseconds

<<11121314151617181920>>