HomeSort by relevance Sort by last modified time
    Searched refs:Rule (Results 626 - 650 of 909) sorted by null

<<21222324252627282930>>

  /libcore/luni/src/test/java/libcore/java/nio/channels/
FileChannelTest.java 43 import org.junit.Rule;
47 @Rule
SocketChannelTest.java 19 import org.junit.Rule;
47 @Rule
  /libcore/luni/src/test/java/libcore/java/nio/file/
WatchServiceTest.java 24 import org.junit.Rule;
59 @Rule
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/provisioning/
ProvisioningActivityTest.java 52 import android.support.test.rule.ActivityTestRule;
65 import org.junit.Rule;
92 @Rule
  /platform_testing/build/tasks/
continuous_instrumentation_tests.mk 64 # Rule to generate the coverage report
  /prebuilts/go/darwin-x86/src/hash/adler32/
adler32_test.go 45 {0x91dd304f, "The fugacity of a constituent in a mixture of gases at a given temperature is proportional to its mole fraction. Lewis-Randall Rule"},
  /prebuilts/go/darwin-x86/src/hash/crc64/
crc64_test.go 48 {0xd402559dfe9b70c, 0x73cef1666185c13f, "The fugacity of a constituent in a mixture of gases at a given temperature is proportional to its mole fraction. Lewis-Randall Rule"},
  /prebuilts/go/linux-x86/src/hash/adler32/
adler32_test.go 45 {0x91dd304f, "The fugacity of a constituent in a mixture of gases at a given temperature is proportional to its mole fraction. Lewis-Randall Rule"},
  /prebuilts/go/linux-x86/src/hash/crc64/
crc64_test.go 48 {0xd402559dfe9b70c, 0x73cef1666185c13f, "The fugacity of a constituent in a mixture of gases at a given temperature is proportional to its mole fraction. Lewis-Randall Rule"},
  /cts/tests/tests/media/src/android/media/cts/
DecodeAccuracyTest.java 42 import org.junit.Rule;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableParser.m 161 #pragma mark Dynamic Rule Scopes
163 #pragma mark Rule return scopes start
272 // token+rule list labels
338 // token+rule list labels
375 // token+rule list labels
470 // token+rule list labels
530 // token+rule list labels
563 // token+rule list labels
  /external/parameter-framework/upstream/tools/coverage/
coverage.py 38 - rule
370 class Rule(Element):
381 self.debug("Rule applicability: %s" % isApplicable)
388 """Return the rule applicability depending on children applicability.
395 class CriterionRule(FromDomElement, DomPopulatedElement, Rule):
420 class CompoundRule(FromDomElement, DomPopulatedElement, Rule):
448 class RootRule(DomPopulatedElement, Rule):
455 # A configuration can only have one or no rule
499 "rule:\n%s\n"
536 self.debug("Applied but rule does not match current
    [all...]
  /frameworks/base/wifi/tests/src/android/net/wifi/
WifiNetworkScoreCacheTest.java 37 import org.junit.Rule;
  /packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
HttpFetcher.java 232 final UrlRules.Rule rule = rules.matchRule(url); local
233 final String newUrl = rule.apply(url);
  /prebuilts/go/darwin-x86/src/crypto/sha256/
sha256_test.go 51 {"395585ce30617b62c80b93e8208ce866d4edc811a177fdb4b82d3911d8696423", "The fugacity of a constituent in a mixture of gases at a given temperature is proportional to its mole fraction. Lewis-Randall Rule"},
85 {"ec18e66e93afc4fb1604bc2baedbfd20b44c43d76e65c0996d7851c6", "The fugacity of a constituent in a mixture of gases at a given temperature is proportional to its mole fraction. Lewis-Randall Rule"},
  /prebuilts/go/linux-x86/src/crypto/sha256/
sha256_test.go 51 {"395585ce30617b62c80b93e8208ce866d4edc811a177fdb4b82d3911d8696423", "The fugacity of a constituent in a mixture of gases at a given temperature is proportional to its mole fraction. Lewis-Randall Rule"},
85 {"ec18e66e93afc4fb1604bc2baedbfd20b44c43d76e65c0996d7851c6", "The fugacity of a constituent in a mixture of gases at a given temperature is proportional to its mole fraction. Lewis-Randall Rule"},
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLR.g 74 RULE;
123 import org.antlr.tool.Rule;
330 // if they want backtracking and it's not a lexer rule in combined grammar
338 Rule.getRuleType(currentRuleName) == Grammar.LEXER) &&
388 * ^(RULE[block,"rule"] ID["name"] {modifier} ARG["ARG"] RET["RET"] SCOPE["scope"] {block} EOR[EOBAST,"<end-of-rule>"])
390 GrammarAST rule = (GrammarAST)adaptor.create( RULE, block.getToken(), "rule" );
    [all...]
  /external/bison/doc/
refcard.tex 384 Rule definition 1
386 Rule definition {\it n}
397 \section {Rule definitions}
  /build/blueprint/bootstrap/
glob.go 40 // in a build failure with a "missing and no known rule to make it" error.
45 // globRule rule traverses directories to produce a list of files that match $glob
65 // GlobFile creates a rule to write to fileListFile a list of the files that match the specified
73 Rule: GlobRule,
  /build/blueprint/
ninja_writer.go 100 func (n *ninjaWriter) Rule(name string) error {
102 _, err := fmt.Fprintf(n.writer, "rule %s\n", name)
106 func (n *ninjaWriter) Build(comment string, rule string, outputs, implicitOuts,
139 wrapper.WriteStringWithSpace(rule)
  /build/soong/cc/
proto.go 50 Rule: proto,
  /cts/tests/autofillservice/src/android/autofillservice/cts/
AutofillValueTest.java 29 import android.support.test.rule.ActivityTestRule;
41 import org.junit.Rule;
59 @Rule
  /cts/tests/fragment/src/android/fragment/cts/
FragmentAnimatorTest.java 33 import android.support.test.rule.ActivityTestRule;
40 import org.junit.Rule;
57 @Rule
FragmentReorderingTest.java 24 import android.support.test.rule.ActivityTestRule;
29 import org.junit.Rule;
36 @Rule
  /cts/tests/tests/preference2/src/android/preference2/cts/
PreferenceDataStoreTest.java 49 import android.support.test.rule.ActivityTestRule;
53 import org.junit.Rule;
76 @Rule

Completed in 1036 milliseconds

<<21222324252627282930>>