HomeSort by relevance Sort by last modified time
    Searched refs:parentheses (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/clang/test/Sema/
parentheses.cpp 8 // expected-note {{place parentheses around the '+' expression to silence this warning}} \
9 // expected-note {{place parentheses around the '?:' expression to evaluate it first}}
16 // expected-note {{place parentheses around the '-' expression to silence this warning}} \
17 // expected-note {{place parentheses around the '?:' expression to evaluate it first}}
24 // expected-note {{place parentheses around the '*' expression to silence this warning}} \
25 // expected-note {{place parentheses around the '?:' expression to evaluate it first}}
43 // expected-note {{place parentheses around the '<<' expression to silence this warning}} \
44 // expected-note {{place parentheses around the '?:' expression to evaluate it first}}
51 // expected-note {{place parentheses around the '<<' expression to silence this warning}} \
52 // expected-note {{place parentheses around comparison expression to evaluate it first}
    [all...]
  /external/libutf/
Android.mk 25 utf_cflags := -Wall -Wno-missing-braces -Wno-parentheses -Wno-switch
  /external/chromium_org/v8/test/mjsunit/harmony/
arrow-functions.js 29 // Single parameter case needs no parentheses around parameter list
33 // No need for parentheses even for lower-precedence expression body
  /frameworks/opt/net/wifi/service/
Android.mk 27 LOCAL_CFLAGS += -Wno-maybe-uninitialized -Wno-parentheses
68 LOCAL_CFLAGS += -Wno-maybe-uninitialized -Wno-parentheses
98 LOCAL_CFLAGS += -Wno-maybe-uninitialized -Wno-parentheses
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
Android.mk 24 LOCAL_CFLAGS += -Wno-maybe-uninitialized -Wno-parentheses
  /external/clang/test/SemaCXX/
warn-bool-conversion.cpp 58 expected-note {{suffix with parentheses to turn this into a function call}}
  /external/chromium_org/v8/test/webkit/fast/regex/
non-capturing-backtracking.js 25 "This page tests for proper backtracking with greedy quantifiers and non-capturing parentheses."
parentheses.js 24 description("This page tests handling of parentheses subexpressions.");
272 // Tests that non-greedy repeat quantified parentheses will backtrack through multiple frames of subpattern matches.
  /hardware/qcom/wlan/qcwcn/wifi_hal/
Android.mk 24 LOCAL_CFLAGS += -Wno-maybe-uninitialized -Wno-parentheses
  /external/chromium_org/v8/test/webkit/fast/js/
function-toString-parentheses.js 25 "This test checks that parentheses are preserved when significant, and not added where inappropriate. " +
26 "We need this test because the JavaScriptCore parser removes all parentheses and the serializer then adds them back."
  /external/chromium_org/v8/test/webkit/
regexp-alternatives.js 33 // Force YARR to use Interpreter by using iterative parentheses
date-parse-comments-test.js 25 "test of JavaScript date parsing (comments in parentheses)"
  /ndk/sources/android/support/
Android.mk 185 -Wno-shift-op-parentheses \
188 -Wno-bitwise-op-parentheses
  /hardware/qcom/media/mm-video-v4l2/vidc/
vdec.mk 27 libOmxVdec-def += -Wno-parentheses
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
util.js 42 * obtain their value. It wraps the expression in parentheses such
58 // The alternative of using parentheses does not work when evaluating
  /external/chromium_org/third_party/icu/
icui18n.host.darwin-arm.mk 214 -Wno-logical-op-parentheses \
304 -Wno-logical-op-parentheses \
icui18n.host.darwin-arm64.mk 214 -Wno-logical-op-parentheses \
303 -Wno-logical-op-parentheses \
icui18n.host.darwin-mips.mk 215 -Wno-logical-op-parentheses \
306 -Wno-logical-op-parentheses \
icui18n.host.darwin-mips64.mk 214 -Wno-logical-op-parentheses \
304 -Wno-logical-op-parentheses \
icui18n.host.darwin-x86.mk 214 -Wno-logical-op-parentheses \
304 -Wno-logical-op-parentheses \
icui18n.host.darwin-x86_64.mk 214 -Wno-logical-op-parentheses \
304 -Wno-logical-op-parentheses \
icui18n.host.linux-arm.mk 214 -Wno-logical-op-parentheses \
304 -Wno-logical-op-parentheses \
icui18n.host.linux-arm64.mk 214 -Wno-logical-op-parentheses \
303 -Wno-logical-op-parentheses \
icui18n.host.linux-mips.mk 215 -Wno-logical-op-parentheses \
306 -Wno-logical-op-parentheses \
icui18n.host.linux-mips64.mk 214 -Wno-logical-op-parentheses \
304 -Wno-logical-op-parentheses \

Completed in 1084 milliseconds

1 2 3