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

1 2 3 4 5 6 7 8 91011>>

  /external/curl/docs/cmdline-opts/
ssl-allow-beast.d 5 This option tells curl to not work around a security flaw in the SSL3 and
  /external/junit/src/main/java/org/junit/rules/
RuleChain.java 13 * {@link #around(TestRule)}:
20 * .around(new LoggingRule("middle rule")
21 * .around(new LoggingRule("inner rule");
67 return emptyRuleChain().around(outerRule);
81 public RuleChain around(TestRule enclosedRule) { method in class:RuleChain
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
loongson-2f-2.s 1 # Test the work around of the NOP issue of loongson2F
loongson-2f-3.s 1 # Test the work around of the Jump instruction Issue of Loongson2F
  /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...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
brokw-1.s 8 ; Short jump around secondary jump table inserted here :
brokw-2.s 9 ; Short jump around secondary jump table inserted here :
  /external/proguard/bin/
proguard.bat 7 REM you'll have to add escaped quotes around them, e.g.
proguardgui.bat 7 REM you'll have to add escaped quotes around them, e.g.
retrace.bat 7 REM you'll have to add escaped quotes around them, e.g.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4470.go 7 // Issue 4470: parens are not allowed around .(type) "expressions"
bug300.go 22 // illegal composite literals: parentheses not allowed around literal type
  /prebuilts/go/linux-x86/test/fixedbugs/
issue4470.go 7 // Issue 4470: parens are not allowed around .(type) "expressions"
bug300.go 22 // illegal composite literals: parentheses not allowed around literal type
  /prebuilts/ndk/r16/sources/android/native_app_glue/
Android.mk 10 # need to keep it around since it's the interface for JNI.
  /prebuilts/tools/common/proguard/proguard4.7/bin/
proguard.bat 7 REM you'll have to add escaped quotes around them, e.g.
proguardgui.bat 7 REM you'll have to add escaped quotes around them, e.g.
retrace.bat 7 REM you'll have to add escaped quotes around them, e.g.
  /toolchain/binutils/binutils-2.27/gas/config/
tc-rx.h 78 #define md_do_align(n, fill, len, max, around) \
86 goto around; \
  /external/iproute2/tc/
Android.mk 21 # This is a work around for b/18403920
  /external/smali/
README.md 11 - [#smali on freenode](http://webchat.freenode.net/?channels=smali) - Free free to drop by and ask a question. Don't expect an instant response, but if you hang around someone will respond.
  /external/valgrind/none/tests/solaris/
reserve_sysstat_addr.stderr.exp 8 www.valgrind.org and/or try to work around the problem, if you can.
reserve_sysstat_zone_addr.stderr.exp 8 www.valgrind.org and/or try to work around the problem, if you can.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
greg7.d 3 # GAS must know that .text and expressions around 0 can be equivalent for
greg5.d 3 # GAS must know that .data and expressions around #20 << 56 can be

Completed in 432 milliseconds

1 2 3 4 5 6 7 8 91011>>