/cts/tests/tests/content/src/android/content/cts/ |
DeferSyncTest.java | 42 import android.support.test.rule.ActivityTestRule; 53 import org.junit.Rule; 61 @Rule 64 @Rule
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/ |
WorkSpaceController.java | 158 private void OnSelectRule(Rule rule) { 159 if(rule == null) throw new IllegalArgumentException("Null"); 160 this.view.paneEditor.OnLoadRule(rule); 161 this.view.paneStatus.setRule(rule.getName()); 164 this.runner.OnShowRuleResult(rule); 217 /** Event handler for rule list selection. */ 222 final Rule rule = (Rule) list.getSelectedValue() local [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
SimpleCParser.h | 46 #pragma mark Dynamic Rule Scopes 47 #pragma mark Rule Return Scopes start 259 #pragma mark Rule return scopes end
|
/external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/ |
CaptureDeprecatedElements.java | 27 import com.google.currysrc.api.process.Rule; 100 public List<Rule> getRuleList(File file) { 101 return Lists.<Rule>newArrayList(
|
/external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/checker/ |
RecordPublicApiRules.java | 25 import com.google.currysrc.api.process.Rule; 70 @Override public List<Rule> getRuleList(File file) { 71 return Collections.<Rule>singletonList(createOptionalRule(recordPublicApi));
|
/external/mockito/src/test/java/org/mockito/internal/verification/checkers/ |
NumberOfInvocationsCheckerTest.java | 16 import org.junit.Rule; 41 @Rule 44 @Rule
|
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/android/ |
HttpResponseCacheTest.java | 36 import org.junit.Rule; 52 @Rule public TemporaryFolder cacheRule = new TemporaryFolder(); 53 @Rule public MockWebServer server = new MockWebServer();
|
/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/ |
OkUrlFactoryTest.java | 23 import org.junit.Rule; 33 @Rule public MockWebServer server = new MockWebServer(); 34 @Rule public InMemoryFileSystem fileSystem = new InMemoryFileSystem();
|
/frameworks/base/apct-tests/perftests/core/src/android/view/ |
ViewShowHidePerfTest.java | 29 import android.support.test.rule.ActivityTestRule; 35 import org.junit.Rule; 47 @Rule 50 @Rule
|
/frameworks/support/dynamic-animation/src/androidTest/java/androidx/dynamicanimation/tests/ |
FlingTests.java | 29 import android.support.test.rule.ActivityTestRule; 40 import org.junit.Rule; 50 @Rule 55 @Rule
|
/frameworks/support/wear/src/androidTest/java/androidx/wear/widget/ |
ConfirmationOverlayTest.java | 27 import android.support.test.rule.ActivityTestRule; 38 import org.junit.Rule; 51 @Rule 54 @Rule
|
ScrollManagerTest.java | 27 import android.support.test.rule.ActivityTestRule; 34 import org.junit.Rule; 50 @Rule 53 @Rule
|
WearableRecyclerViewTest.java | 40 import android.support.test.rule.ActivityTestRule; 50 import org.junit.Rule; 64 @Rule 67 @Rule
|
/libcore/metrictests/memory/host/src/libcore/heapmetrics/ |
LibcoreHeapMetricsTest.java | 31 import org.junit.Rule; 46 @Rule public TestMetrics metrics = new TestMetrics(); 47 @Rule public TestLogData logs = new TestLogData();
|
/build/blueprint/bootstrap/ |
bootstrap.go | 451 Rule: link, 459 Rule: cp, 479 Rule: pluginGenSrc, 518 Rule: compile, 546 Rule: goTestMain, 566 Rule: compile, 578 Rule: link, 588 Rule: test, 678 Rule: generateBuildNinja, 689 Rule: generateBuildNinja [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
GenericTaintChecker.cpp | 142 /// Get the propagation rule for a given function. 167 /// taint rule. 206 TaintPropagationRule Rule = llvm::StringSwitch<TaintPropagationRule>(Name) 227 if (!Rule.isNull()) 228 return Rule; 251 if (Rule.isNull()) { 303 // First, try generating a propagation rule for this function. 304 TaintPropagationRule Rule = 306 if (!Rule.isNull()) { 307 State = Rule.process(CE, C) [all...] |
/build/blueprint/ |
scope.go | 45 // A Rule represents a Ninja build rule that will be written to the output 47 type Rule interface { 61 rules map[string]Rule 70 rules: make(map[string]Rule), 147 func (s *basicScope) IsRuleVisible(rule Rule) bool { 148 _, isBuiltin := rule.(*builtinRule) 153 name := rule.name() 156 if s.rules[name] == rule { [all...] |
ninja_defs.go | 55 // A RuleParams object contains the set of parameters that make up a Ninja rule 59 Command string // The command that Ninja will run for the rule. 62 Description string // The description that Ninja will print for the rule. 63 Generator bool // Whether the rule generates the Ninja manifest file. 64 Pool Pool // The Ninja pool to which the rule belongs. 65 Restat bool // Whether Ninja should re-stat the rule's outputs. 84 Rule Rule // The rule to invoke. 128 // A ruleDef describes a rule definition. It does not include the name of th [all...] |
/build/soong/android/ |
module.go | 38 Rule blueprint.Rule 151 Rule(pctx PackageContext, name string, params blueprint.RuleParams, argNames ...string) blueprint.Rule 564 Rule: blueprint.Phony, 576 Rule: blueprint.Phony, 592 Rule: blueprint.Phony, 717 Rule: ErrorRule, 738 Rule: params.Rule, [all...] |
singleton.go | 37 Rule(pctx PackageContext, name string, params blueprint.RuleParams, argNames ...string) blueprint.Rule 97 func (s singletonContextAdaptor) Rule(pctx PackageContext, name string, params blueprint.RuleParams, argNames ...string) blueprint.Rule { 98 return s.SingletonContext.Rule(pctx.PackageContext, name, params, argNames...)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
FdfParserLite.py | [all...] |
/build/soong/python/ |
builder.go | 91 Rule: android.WriteFile, 144 Rule: host_par, 173 Rule: embedded_par,
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
NFAFactory.java | 52 public Rule getCurrentRule() { 56 public void setCurrentRule(Rule currentRule) { 60 Rule currentRule = null; 218 /** For reference to rule r, build 222 * where (r) is the start of rule r and the trailing o is not linked 223 * to from rule ref state directly (it's done thru the transition(0) 226 * If the rule r is just a list of tokens, it's block will be just 228 * the rule reference, but i'm not doing this yet as I'm not sure 233 public StateCluster build_RuleRef(Rule refDef, NFAState ruleStart) { 234 //System.out.println("building ref to rule "+nfa.grammar.name+"."+refDef.name) [all...] |
/cts/tests/tests/opengl/src/android/opengl/cts/ |
OpenGlEsVersionTest.java | 30 import android.support.test.rule.ActivityTestRule; 37 import org.junit.Rule; 65 @Rule 69 @Rule
|
/external/mockito/src/test/java/org/mockitousage/matchers/ |
VarargsTest.java | 20 import org.junit.Rule; 33 @Rule 34 public MockitoRule mockitoRule = MockitoJUnit.rule(); 35 @Rule
|