HomeSort by relevance Sort by last modified time
    Searched refs:Rule (Results 1026 - 1050 of 1306) sorted by null

<<41424344454647484950>>

  /frameworks/support/work/workmanager/src/androidTest/java/androidx/work/impl/
WorkContinuationImplTest.java 56 import org.junit.Rule;
80 @Rule
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
ServerSocketTest.java 23 import org.junit.Rule;
51 @Rule
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
SocketTest.java 49 import org.junit.Rule;
54 @Rule
  /libcore/luni/src/test/java/libcore/java/util/zip/
AbstractZipFileTest.java 39 import org.junit.Rule;
44 @Rule
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/
HidDeviceTest.java 34 import android.support.test.rule.ServiceTestRule;
45 import org.junit.Rule;
87 @Rule public final ServiceTestRule mServiceRule = new ServiceTestRule();
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/provisioning/
ProvisioningActivityTest.java 64 import android.support.test.espresso.intent.rule.IntentsTestRule;
81 import org.junit.Rule;
147 @Rule
  /prebuilts/build-tools/common/bison/
glr.c 132 # b4_rhs_value(RULE-LENGTH, NUM, [TYPE])
134 # Expansion of $<TYPE>NUM, where the current rule has RULE-LENGTH
152 # b4_rhs_location(RULE-LENGTH, NUM)
154 # Expansion of @NUM, where the current rule has RULE-LENGTH symbols
323 /* YYMAXRHS -- Maximum number of symbols on right-hand side of rule. */
326 accessed by $0, $-1, etc., in any rule. */
343 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
356 /* YYRLINE[YYN] -- source line where rule number YYN was defined. *
    [all...]
yacc.c 145 # b4_rhs_value(RULE-LENGTH, NUM, [TYPE])
147 # Expansion of $<TYPE>NUM, where the current rule has RULE-LENGTH
165 # b4_rhs_location(RULE-LENGTH, NUM)
167 # Expansion of @NUM, where the current rule has RULE-LENGTH symbols
631 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
644 /* YYRLINE[YYN] -- source line where rule number YYN was defined. */
669 /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
675 /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. *
    [all...]
  /test/vts-testcase/hal/build/soong/
hal2vts.go 105 Rule: hal2vtsRule,
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
FdfClass.py 128 self.Rule = None
202 ## Rule section data in FDF
285 ## Rule data in FDF
306 ## Complex rule data in FDF
318 ## Simple rule data in FDF
332 ## File extension rule data in FDF
  /external/google-breakpad/src/common/dwarf/
dwarf2reader.h 471 // For example, the rule for recovering the return address (the "ra"
748 class Rule
    [all...]
  /external/junit/src/main/java/org/junit/runners/
ParentRunner.java 20 import org.junit.Rule;
240 * @return a RunRules statement if any class-level {@link Rule}s are
  /cts/tests/tests/view/src/android/view/cts/
TooltipTest.java 28 import android.support.test.rule.ActivityTestRule;
45 import org.junit.Rule;
69 @Rule
73 @Rule
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
Tool.java 699 Rule r = (Rule) itr.next();
711 protected void writeDOTFile(Grammar g, Rule r, String dot) throws IOException {
736 System.err.println(" -trace generate a recognizer that traces rule entry/exit");
737 System.err.println(" -nfa generate an NFA for each rule");
761 System.err.println(" -Xm m max number of rule invocations during conversion [" + NFAContext.MAX_SAME_RULE_INVOCATIONS_PER_NFA_CONFIG_STACK + "]");
    [all...]
  /external/fonttools/Lib/fontTools/
merge.py 542 self.Rule = ChainTyp+'Rule'
545 self.Rule = ChainTyp+'ClassRule'
568 for r in getattr(rs, c.Rule):
subset.py 528 self.Rule = ChainTyp+'Rule'
534 self.Rule = ChainTyp+'ClassRule'
570 for r in getattr(rss[i], c.Rule):
596 for r in getattr(rss[i], c.Rule):
649 ss = getattr(rs, c.Rule)
653 setattr(rs, c.Rule, ss)
656 rss = [rs for rs in rss if rs and getattr(rs, c.Rule)]
680 ss = getattr(rs, c.Rule)
684 setattr(rs, c.Rule, ss
    [all...]
  /frameworks/support/dynamic-animation/src/androidTest/java/androidx/dynamicanimation/tests/
SpringTests.java 38 import android.support.test.rule.ActivityTestRule;
52 import org.junit.Rule;
60 @Rule public final ActivityTestRule<AnimationActivity> mActivityTestRule;
64 @Rule
  /frameworks/support/leanback/src/androidTest/java/androidx/leanback/app/
BackgroundManagerTest.java 37 import org.junit.Rule;
46 @Rule
49 @Rule
  /build/soong/cc/
cc_test.go 250 ld := ctx.ModuleForTests("libTest", vendorVariant).Rule("ld")
1385 cc := ctx.ModuleForTests("libvendor", "android_arm_armv7-a-neon_vendor_static").Rule("cc")
    [all...]
  /external/toybox/kconfig/
zconf.tab.c_shipped 429 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
485 /* YYRLINE[YYN] -- source line where rule number YYN was defined. */
539 /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
556 /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
573 /* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
646 positive, shift that token. If negative, reduce the rule which
    [all...]
  /cts/tests/autofillservice/src/android/autofillservice/cts/
SimpleSaveActivityTest.java 57 import org.junit.Rule;
64 @Rule
68 @Rule
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestDFAConversion.java 552 Set<Rule> leftRecursive = g.getLeftRecursiveRules();
753 "a : A a | X;"); // single rule 'a' refers to itself; no start rule
828 // forever inside of a rule if there was an epsilon loop.
962 checkDecision(g, 3, expecting, null, null, null, null, 0); // rule block
984 checkDecision(g, 3, expecting, null, null, null, null, 0); // rule block
1007 checkDecision(g, 3, expecting, null, null, null, null, 0); // rule
    [all...]
  /external/libpcap/
grammar.c 934 /* YYRLINE[YYN] -- Source line where rule number YYN was defined. */
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DiskLruCacheTest.java 35 import org.junit.Rule;
52 @Rule public final TemporaryFolder tempDir = new TemporaryFolder();
53 @Rule public final Timeout timeout = new Timeout(30 * 1000);
    [all...]
  /build/kati/
eval.cc 28 #include "rule.h"
175 Error("*** missing rule before commands.");
179 Rule* rule; local
184 ParseRule(loc_, expr, stmt->term, after_term_fn, &rule, &rule_var);
186 if (rule) {
188 rule->cmds.push_back(stmt->after_term);
191 for (Symbol o : rule->outputs) {
196 LOG("Rule: %s", rule->DebugString().c_str())
    [all...]

Completed in 1640 milliseconds

<<41424344454647484950>>