/external/webrtc/webrtc/base/ |
firewallsocketserver.cc | 142 Rule r; 161 const Rule& r = rules_[i];
|
/frameworks/support/v7/gridlayout/tests/src/android/support/v7/widget/ |
GridLayoutTest.java | 23 import android.support.test.rule.ActivityTestRule; 31 import org.junit.Rule; 41 @Rule public final ActivityTestRule<GridLayoutTestActivity> mActivityTestRule;
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/test/ |
RecyclerViewTest.java | 19 import org.junit.Rule; 27 import android.support.test.rule.ActivityTestRule; 48 @Rule
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
TreeToNFAConverter.g | 87 Rule r = grammar.getLocallyDefinedRule( currentRuleName ); 121 //System.Console.Out.WriteLine( "adding follow link to rule " + ruleName ); 122 // find last link in FOLLOW chain emanating from rule 123 Rule r = grammar.getRule( ruleName ); 212 : (rule | ^(PREC_RULE .*))+ 215 rule 216 : ^( RULE id=ID 239 if (Rule.getRuleType(currentRuleName) == Grammar.PARSER || grammar.type==Grammar.LEXER) 241 // attach start node to block for this rule 242 Rule thisR = grammar.getLocallyDefinedRule(currentRuleName) [all...] |
/prebuilts/tools/common/m2/repository/com/googlecode/jarjar/jarjar/1.4/ |
jarjar-1.4.jar | |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
GrammarReport.java | 117 Rule r = (Rule) it.next(); 147 Rule r = d.dfa.decisionNFAStartState.enclosingRule; 301 buf.append("Rule ");
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/ |
test_bucket.py | 39 from boto.s3.lifecycle import Rule 221 rule = Rule('myid', prefix='', status='Enabled', expiration=None, 223 lifecycle.append(rule) 246 for rule in readlifecycle: 247 if rule.id == "1": 248 self.assertEqual(rule.prefix, "1/") 249 self.assertEqual(rule.expiration.days, 1) 250 elif rule.id == "2": 251 self.assertEqual(rule.prefix, "2/" [all...] |
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/ |
WifiNanManagerTest.java | 30 import org.junit.Rule; 40 @Rule 43 @Rule
|
/external/jarjar/src/main/com/tonicsystems/jarjar/ |
PackageRemapper.java | 37 public PackageRemapper(List<Rule> ruleList, boolean verbose) {
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/ |
asm-debug-all-4.0.jar | |
/prebuilts/tools/common/asm-tools/ |
asm-debug-all-4.0.jar | |
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/ |
AgentTest.java | 43 import org.junit.Rule; 52 @Rule
|
/external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/ws/ |
WebSocketCallTest.java | 36 import org.junit.Rule; 42 @Rule public final MockWebServer server = new MockWebServer();
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
PasspointManagementObjectManagerTest.java | 36 import org.junit.Rule; 63 @Rule
|
/frameworks/support/graphics/drawable/animated/tests/src/android/support/graphics/drawable/tests/ |
AnimatedVectorDrawableTest.java | 28 import android.support.test.rule.ActivityTestRule; 36 import org.junit.Rule; 52 @Rule public final ActivityTestRule<DrawableStubActivity> mActivityTestRule;
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
FocusSearchNavigationTest.java | 28 import android.support.test.rule.ActivityTestRule; 46 import org.junit.Rule; 61 @Rule
|
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
ecmalintrules.py | 59 Rule = error_check.Rule 102 """Initialize this lint rule object.""" 108 """Initialize this lint rule object before parsing a new file.""" 317 if not self._is_html and error_check.ShouldCheck(Rule.INDENTATION): 523 elif (error_check.ShouldCheck(Rule.WELL_FORMED_AUTHOR) and 584 if error_check.ShouldCheck(Rule.BRACES_AROUND_TYPE) and ( 598 if (error_check.ShouldCheck(Rule.NO_BRACES_AROUND_INHERIT_DOC) and [all...] |
/external/parameter-framework/upstream/tools/xmlGenerator/ |
EddParser.py | 281 # extract all children rule and operator 282 childRules = self.extractChildrenByClass([Operator, Rule]) 369 class Rule (Element) : 370 """class implementing the rule concept 372 A rule is composed of a criterion, a rule type and an criterion state. 376 tag = "rule" 391 class Operator (Rule) : 402 childWhiteList = ["Rule", "Operator"] 407 """ return a pfw rule (ex : "Any{criterion1 is state1}") generated from "self" and its children options"" [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
ObjC.stg | 250 #pragma mark Rule return scopes Interface start 251 <rules:{rule | 252 <rule.ruleDescriptor:{ruleDescriptor | <returnScopeInterface(scope=ruleDescriptor.returnScope)>}>}> 253 #pragma mark Rule return scopes Interface end 272 <rules:{rule | 273 - (<rule.ruleDescriptor:{ruleDescriptor|<returnType()>}>) <if(!rule.ruleDescriptor.isSynPred)>m<rule.ruleName><else><rule.ruleName>_fragment<endif> <if(rule.ruleDescriptor.parameterScope)><rule.ruleDescriptor.parameterScope:parameterScope()><endif>; }; se (…) [all...] |
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/ |
TestCaseEditController.java | 94 private Rule currentRule = null; 123 public void OnLoadRule(Rule rule) { 124 if(rule == null) throw new IllegalArgumentException("Null"); 125 this.currentRule = rule; 127 this.listModel = rule; 137 public Rule getCurrentRule() {
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/ |
HttpOverSpdyTest.java | 55 import org.junit.Rule; 67 @Rule public final TemporaryFolder tempDir = new TemporaryFolder(); 68 @Rule public final MockWebServer server = new MockWebServer();
|
/external/jacoco/ |
asm-debug-all-5.0.1.jar | |
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.1/ |
asm-debug-all-5.0.1.jar | |
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/ |
asm-debug-all-5.0.2.jar | |
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.4/ |
asm-debug-all-5.0.4.jar | |