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

1 2 3 4 5 6 7

  /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;
  /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/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/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/libedit/
Android.mk 15 # Light wrapper rules around ./configure-based build.
  /external/llvm/lib/Target/AArch64/AsmParser/
Android.mk 37 # Override the default optimization level to work around taking forever (~50m)
  /external/llvm/lib/Target/ARM/AsmParser/
Android.mk 37 # Override the default optimization level to work around taking forever (~50m)
  /external/chromium_org/tools/emacs/
flymake-chromium.el 79 (defadvice next-error (around cr-flymake-next-error activate)
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
expanding_braille_translator.js 18 * A wrapper around one or two braille translators that uses contracted
23 * around the selection end-points and the contracted translator is used
25 * translation for around a position, a region surrounding that position
62 * Expand text around the selection end-points if any. If the selection is
158 * either whitespace or non whitespace characters around it.
225 * Finds ranges to expand around selection end points inside the value of
  /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/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/chromium_org/chrome/common/extensions/docs/server2/
path_canonicalizer.py 27 paths lying around the webs. We try to redirect those to where they are now.
  /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_org/chrome/browser/resources/chromeos/chromevox/common/
chromevox_json.js 9 * @fileoverview A simple wrapper around the JSON APIs.
86 // no backslash characters, then we can safely slap some quotes around it.
337 // around crippling inefficiencies in IE's and Safari's regexp engines.

Completed in 675 milliseconds

1 2 3 4 5 6 7