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

1 2 3 4

  /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 evaluate it first}} \
9 // expected-note {{place parentheses around the '+' expression to silence this warning}}
12 // expected-note {{place parentheses around the '?:' expression to evaluate it first}} \
13 // expected-note {{place parentheses around the '-' expression to silence this warning}}
16 // expected-note {{place parentheses around the '?:' expression to evaluate it first}} \
17 // expected-note {{place parentheses around the '*' expression to silence this warning}}
31 // expected-note {{place parentheses around the '?:' expression to evaluate it first}} \
32 // expected-note {{place parentheses around the '<<' expression to silence this warning}}
42 // expected-note {{place parentheses around the '?:' expression to evaluate it first}} \
43 // expected-note {{place parentheses around the '+' expression to silence this warning}
    [all...]
  /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/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/stlport/
Android.mk 45 # 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/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/webkit/LayoutTests/dom/html/level2/html/
HTMLBRElement01.js 78 The clear attribute specifies control flow of text around floats.
HTMLImageElement04.js 78 The border attribute specifies the width of the border around the image.
HTMLObjectElement05.js 78 The border attribute specifies the widht of the border around the object.
HTMLTableElement12.js 78 The border attribute specifies the width of the border around the table.
object04.js 78 Width of border around the object.
table34.js 78 The width of the border around the table.
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLBRElement01.js 78 The clear attribute specifies control flow of text around floats.
HTMLImageElement04.js 78 The border attribute specifies the width of the border around the image.
HTMLObjectElement05.js 78 The border attribute specifies the widht of the border around the object.
HTMLTableElement12.js 78 The border attribute specifies the width of the border around the table.
object04.js 78 Width of border around the object.
table34.js 78 The width of the border around the table.

Completed in 1582 milliseconds

1 2 3 4