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

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/OvmfPkg/
OvmfPkgIa32.fdf 421 [Rule.Common.SEC]
428 [Rule.Common.PEI_CORE]
435 [Rule.Common.PEIM]
443 [Rule.Common.DXE_CORE]
450 [Rule.Common.DXE_DRIVER]
458 [Rule.Common.DXE_RUNTIME_DRIVER]
466 [Rule.Common.UEFI_DRIVER]
474 [Rule.Common.UEFI_DRIVER.BINARY]
482 [Rule.Common.UEFI_APPLICATION]
489 [Rule.Common.UEFI_APPLICATION.BINARY]
    [all...]
OvmfPkgIa32X64.fdf 421 [Rule.Common.SEC]
428 [Rule.Common.PEI_CORE]
435 [Rule.Common.PEIM]
443 [Rule.Common.DXE_CORE]
450 [Rule.Common.DXE_DRIVER]
458 [Rule.Common.DXE_RUNTIME_DRIVER]
466 [Rule.Common.UEFI_DRIVER]
474 [Rule.Common.UEFI_DRIVER.BINARY]
482 [Rule.Common.UEFI_APPLICATION]
489 [Rule.Common.UEFI_APPLICATION.BINARY]
    [all...]
OvmfPkgX64.fdf 421 [Rule.Common.SEC]
428 [Rule.Common.PEI_CORE]
435 [Rule.Common.PEIM]
443 [Rule.Common.DXE_CORE]
450 [Rule.Common.DXE_DRIVER]
458 [Rule.Common.DXE_RUNTIME_DRIVER]
466 [Rule.Common.UEFI_DRIVER]
474 [Rule.Common.UEFI_DRIVER.BINARY]
482 [Rule.Common.UEFI_APPLICATION]
489 [Rule.Common.UEFI_APPLICATION.BINARY]
    [all...]
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.9/
commons-codec-1.9.jar 
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarReport2.java 65 Rule enclosingRule = d.dfa.decisionNFAStartState.enclosingRule;
Grammar.java 70 {"<invalid>", "rule", "token", "rule-list", "token-list", "wildcard-tree", "wildcard-tree-list"};
167 * Currently only set for rule labels.
176 public Rule getReferencedRule() {
325 /** The unique set of all rule references in any rule; set of tree node
326 * objects so two refs to same rule can exist but at different line/position.
332 /** The unique set of all token ID references in any rule */
342 * rules. This is stuff we couldn't refactor to precedence rule.
344 protected Set<Rule> leftRecursiveRules
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/rules/
log_url.py 19 from rules import rule
22 class LogUrl(rule.Rule):
36 """Returns True if the name matches this rule."""
43 return_value: the prior log_url rule's return_value (if any).
  /packages/apps/Settings/tests/app/src/com/android/settings/tests/
PrivateVolumeSettingsTest.java 24 import org.junit.Rule;
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/
Quark.fdf 643 # how an FFS file is created for a given INF file. The following Rule are the default
648 [Rule.Common.SEC]
654 [Rule.Common.PEI_CORE]
661 [Rule.Common.PEIM.NORELOC]
669 [Rule.Common.PEIM]
677 [Rule.Common.DXE_CORE]
684 [Rule.Common.UEFI_DRIVER]
692 [Rule.Common.DXE_DRIVER]
700 [Rule.Common.DXE_RUNTIME_DRIVER]
708 [Rule.Common.DXE_SMM_DRIVER]
    [all...]
  /external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
ReportTask.java 50 import org.jacoco.report.check.Rule;
350 private final List<Rule> rules = new ArrayList<Rule>();
356 * Creates and adds a new rule.
358 * @return new rule
360 public Rule createRule() {
361 final Rule rule = new Rule(); local
362 rules.add(rule);
    [all...]
  /build/blueprint/
live_tracker.go 25 config interface{} // Used to evaluate variable, rule, and pool values.
29 rules map[Rule]*ruleDef
37 rules: make(map[Rule]*ruleDef),
45 ruleDef, err := l.addRule(def.Rule)
81 func (l *liveTracker) addRule(r Rule) (def *ruleDef, err error) {
142 // to a rule. It has no value and thus doesn't reference any other
192 func (l *liveTracker) RemoveRuleIfLive(r Rule) bool {
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.
82 Rule Rule // The rule to invoke.
126 // A ruleDef describes a rule definition. It does not include the name of th
    [all...]
  /build/soong/cc/
builder.go 333 Rule: yasm,
391 Rule: cc,
407 Rule: clangTidy,
425 Rule: sAbiDump,
446 // Generate a rule for compiling multiple .o files to a static library (.a)
462 Rule: ar,
473 // Generate a rule for compiling multiple .o files to a static library (.a) on
487 Rule: emptyFile,
493 Rule: darwinAr,
502 Rule: darwinAppendAr
    [all...]
  /external/compiler-rt/make/
AppleBI.mk 57 # Rule to make each dylib slice
74 # Rule to make fat dylib
95 # Rule to make fat archive
100 # rule to make each archive slice for dyld (which removes a few archive members)
110 # rule to make make archive for dyld
127 # Rule to make fat dylib
133 # Rule to make each dylib slice
  /device/linaro/bootloader/edk2/Nt32Pkg/
Nt32Pkg.fdf 288 # how an FFS file is created for a given INF file. The following Rule are the default
299 #[Rule.Common.DXE_DRIVER]
313 [Rule.Common.PEI_CORE]
320 [Rule.Common.PEIM]
328 [Rule.Common.DXE_CORE]
337 [Rule.Common.UEFI_DRIVER]
349 [Rule.Common.UEFI_DRIVER.TIANOCOMPRESSED]
359 [Rule.Common.DXE_DRIVER]
371 [Rule.Common.DXE_RUNTIME_DRIVER]
383 [Rule.Common.UEFI_APPLICATION]
    [all...]
  /external/junit/src/main/java/org/junit/runners/
BlockJUnit4ClassRunner.java 13 import org.junit.Rule;
51 * In turn, in 2009 we introduced {@link Rule}s. In many cases where extending
52 * BlockJUnit4ClassRunner was necessary to add new behavior, {@link Rule}s can
251 * <li>ALWAYS allow {@code @Rule} fields to modify the execution of the
252 * above steps. A {@code Rule} may prevent all execution of the above steps,
382 Rule.class, MethodRule.class);
385 Rule.class, MethodRule.class));
392 * annotated with {@link Rule}.
395 * @return a RunRules statement if any class-level {@link Rule}s are
411 Rule.class, TestRule.class)
    [all...]
  /frameworks/base/tools/split-select/
Main.cpp 23 #include "Rule.h"
78 KeyedVector<SplitDescription, sp<Rule> > rules(selector.getRules());
93 sp<Rule> masterRule = new Rule();
94 masterRule->op = Rule::OR_SUBRULES;
100 masterRule = Rule::simplify(masterRule);
  /prebuilts/go/darwin-x86/src/net/
addrselect.go 109 // Rule 1: Avoid unusable destinations.
123 // Rule 2: Prefer matching scope.
134 // Rule 3: Avoid deprecated addresses.
141 // Rule 4: Prefer home addresses.
149 // Rule 5: Prefer matching label.
162 // Rule 6: Prefer higher precedence.
172 // Rule 7: Prefer native transport.
179 // Rule 8: Prefer smaller scope.
189 // Rule 9: Use longest matching prefix.
196 // However, applying this rule to IPv4 addresses cause
    [all...]
  /prebuilts/go/linux-x86/src/net/
addrselect.go 109 // Rule 1: Avoid unusable destinations.
123 // Rule 2: Prefer matching scope.
134 // Rule 3: Avoid deprecated addresses.
141 // Rule 4: Prefer home addresses.
149 // Rule 5: Prefer matching label.
162 // Rule 6: Prefer higher precedence.
172 // Rule 7: Prefer native transport.
179 // Rule 8: Prefer smaller scope.
189 // Rule 9: Use longest matching prefix.
196 // However, applying this rule to IPv4 addresses cause
    [all...]
  /build/blueprint/bootstrap/
bootstrap.go 450 Rule: link,
457 Rule: cp,
482 Rule: pluginGenSrc,
520 Rule: compile,
547 Rule: goTestMain,
566 Rule: compile,
577 Rule: link,
586 Rule: test,
683 Rule: generateBuildNinja,
694 Rule: generateBuildNinja
    [all...]
  /build/soong/java/
gen.go 64 Rule: aidl,
80 Rule: logtags,
125 Rule: mergeLogtags,
app_builder.go 90 Rule: aaptCreateResourceJavaFile,
109 Rule: aaptCreateAssetsPackage,
126 Rule: aaptAddResources,
142 Rule: signapk,
  /cts/hostsidetests/content/test-apps/CtsSyncAccountAccessSameCertTests/src/com/android/cts/content/
CtsSyncAccountAccessSameCertTestCases.java 41 import org.junit.Rule;
59 @Rule
  /cts/tests/app/src/android/app/cts/
FragmentTransactionTest.java 27 import android.support.test.rule.ActivityTestRule;
31 import org.junit.Rule;
41 @Rule
  /cts/tests/autofillservice/src/android/autofillservice/cts/
FatActivityTest.java 41 import android.support.test.rule.ActivityTestRule;
44 import org.junit.Rule;
52 @Rule

Completed in 430 milliseconds

<<11121314151617181920>>