/external/junit/src/org/junit/rules/ |
RuleChain.java | 16 * {@link #around(TestRule)}: 23 * .around(new LoggingRule("middle rule") 24 * .around(new LoggingRule("inner rule"); 69 return emptyRuleChain().around(outerRule); 84 public RuleChain around(TestRule enclosedRule) { method in class:RuleChain
|
/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/chromium_org/chrome/browser/resources/app_list/ |
recommended_apps.css | 7 -webkit-justify-content: space-around;
|
/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.
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
closebrackets.js | 32 var cur = cm.getCursor(), around = charsAround(cm, cur); 33 if (around && pairs.indexOf(around) % 2 == 0) 72 var cur = cm.getCursor(), around = charsAround(cm, cur); 73 if (!around || pairs.indexOf(around) % 2 != 0) return CodeMirror.Pass;
|
/external/llvm/lib/Target/ARM/AsmParser/ |
Android.mk | 37 # Override the default optimization level to work around taking forever (~50m)
|
/external/smali/ |
README.md | 9 - [#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. Think of it more in terms of.. multi-player notepad.
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
CPPTarget.java | 100 * around the incoming literal. 117 * around the incoming literal.
|
/external/llvm/lib/Transforms/Scalar/ |
Android.mk | 59 # Override the default optimization level to work around a SIGSEGV
|
/external/chromium_org/tools/emacs/ |
flymake-chromium.el | 79 (defadvice next-error (around cr-flymake-next-error activate)
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
path_canonicalizer.py | 26 paths lying around the webs. We try to redirect those to where they are now.
|
/external/chromium_org/tools/grit/grit/ |
pseudo.py | 14 by around 30-50% which is great for pseudotranslations, to stress test any
|
/external/chromium_org/chrome/test/functional/tracing/ |
timeline_model_shim.js | 17 // around the bad code, but note that the recieving python converts from
|
/external/chromium_org/v8/test/preparser/ |
nonstrict-with.js | 28 // The with statement is allowed in non-strict code, and even around
|
/external/chromium_org/v8/test/webkit/ |
dfg-uint32array-overflow-constant.js | 25 "Tests that storing a value that is outside of the int32 range into a Uint32Array results in correct wrap-around."
|
/external/stlport/ |
Android.mk | 50 # This is needed to work around the problem that libm.so in NDK does not
|
/external/v8/test/preparser/ |
nonstrict-with.js | 28 // The with statement is allowed in non-strict code, and even around
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/ |
win64-dataref.asm | 50 ; functions around within an object! 58 ; functions around within an object!
|
/external/chromium_org/v8/test/mjsunit/ |
unicodelctest-no-optimization.js | 76 // Increase the concentration of problematic values around the page 81 // Increase the concentration of problematic values around the ends. [all...] |
unicodelctest.js | 75 // Increase the concentration of problematic values around the page 80 // Increase the concentration of problematic values around the ends. [all...] |
/external/markdown/markdown/ |
inlinepatterns.py | 95 """Remove quotes from around a string."""
|
/external/chromium/chrome/browser/resources/net_internals/ |
loggrouper.js | 6 * LogGroupEntry is a wrapper around log entries, which makes it easier to
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
permissions_custom_bindings.js | 86 // around the problem that Permissions.permissions is supposed to be a list
|