/external/dagger2/java/dagger/internal/codegen/ |
D | DependencyCycleValidator.java | 101 Cycle<Node> cycle = Cycle.fromPath(cycleNodes); in cycleContainingEndpointPair() local 123 Cycle<Node> cycle, BindingGraph bindingGraph, DiagnosticReporter diagnosticReporter) { in reportCycle() 142 Cycle<Node> cycle, BindingGraph bindingGraph) { in shortestPathToCycleFromAnEntryPoint() 155 private ImmutableList<Node> subpathToCycle(ImmutableList<Node> path, Cycle<Node> cycle) { in subpathToCycle() 167 private String errorMessage(Cycle<Node> cycle, BindingGraph graph) { in errorMessage() 311 ImmutableSet.Builder<EndpointPair<N>> cycle = ImmutableSet.builder(); in fromPath() local
|
/external/autotest/client/site_tests/power_LoadTest/extension/ |
D | test.js | 43 function get_active_url(cycle) { argument 93 function cycle_navigate(cycle) { argument 122 function record_error_codes(cycle) { argument 138 function cycle_check_timeout(cycle) { argument 180 var cycle = { variable 194 setTimeout(function(cycle, win_id) { argument
|
/external/v8/src/compiler/backend/ |
D | instruction-scheduler.cc | 28 InstructionScheduler::CriticalPathFirstQueue::PopBestCandidate(int cycle) { in PopBestCandidate() 49 InstructionScheduler::StressSchedulerQueue::PopBestCandidate(int cycle) { in PopBestCandidate() 223 int cycle = 0; in Schedule() local
|
/external/llvm/lib/CodeGen/ |
D | ScoreboardHazardRecognizer.cpp | 115 int cycle = Stalls; in getHazardType() local 183 unsigned cycle = 0; in EmitInstruction() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | ScoreboardHazardRecognizer.cpp | 118 int cycle = Stalls; in getHazardType() local 186 unsigned cycle = 0; in EmitInstruction() local
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | IteratorsTest.java | 527 Iterator<String> cycle = Iterators.<String>cycle(); in testCycleOfEmpty() local 532 Iterator<String> cycle = Iterators.cycle("a"); in testCycleOfOne() local 541 Iterator<String> cycle = Iterators.cycle(iterable); in testCycleOfOneWithRemove() local 550 Iterator<String> cycle = Iterators.cycle("a", "b"); in testCycleOfTwo() local 561 Iterator<String> cycle = Iterators.cycle(iterable); in testCycleOfTwoWithRemove() local 580 Iterator<String> cycle = Iterators.cycle("a", "b"); in testCycleRemoveWithoutNext() local 590 Iterator<String> cycle = Iterators.cycle("a", "b"); in testCycleRemoveSameElementTwice() local 602 Iterator<String> cycle = Iterators.cycle(iterable); in testCycleWhenRemoveIsNotSupported() local 613 Iterator<String> cycle = Iterators.cycle(iterable); in testCycleRemoveAfterHasNext() local 676 Iterator<String> cycle = Iterators.cycle(iterable); in testCycleRemoveAfterHasNextExtraPicky() local [all …]
|
D | FluentIterableTest.java | 279 FluentIterable<String> cycle = FluentIterable.from(asList("a", "b")).cycle(); in testCycle() local 296 FluentIterable<Integer> cycle = FluentIterable.<Integer>of().cycle(); in testCycle_emptyIterable() local 301 FluentIterable<Integer> cycle = fluent(1, 2).cycle(); in testCycle_removingAllElementsStopsCycle() local
|
/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | IteratorsTest.java | 527 Iterator<String> cycle = Iterators.<String>cycle(); in testCycleOfEmpty() local 532 Iterator<String> cycle = Iterators.cycle("a"); in testCycleOfOne() local 541 Iterator<String> cycle = Iterators.cycle(iterable); in testCycleOfOneWithRemove() local 550 Iterator<String> cycle = Iterators.cycle("a", "b"); in testCycleOfTwo() local 561 Iterator<String> cycle = Iterators.cycle(iterable); in testCycleOfTwoWithRemove() local 580 Iterator<String> cycle = Iterators.cycle("a", "b"); in testCycleRemoveWithoutNext() local 590 Iterator<String> cycle = Iterators.cycle("a", "b"); in testCycleRemoveSameElementTwice() local 602 Iterator<String> cycle = Iterators.cycle(iterable); in testCycleWhenRemoveIsNotSupported() local 613 Iterator<String> cycle = Iterators.cycle(iterable); in testCycleRemoveAfterHasNext() local 676 Iterator<String> cycle = Iterators.cycle(iterable); in testCycleRemoveAfterHasNextExtraPicky() local [all …]
|
D | FluentIterableTest.java | 275 FluentIterable<String> cycle = FluentIterable.from(asList("a", "b")).cycle(); in testCycle() local 292 FluentIterable<Integer> cycle = FluentIterable.<Integer>of().cycle(); in testCycle_emptyIterable() local 297 FluentIterable<Integer> cycle = fluent(1, 2).cycle(); in testCycle_removingAllElementsStopsCycle() local
|
/external/crosvm/devices/src/usb/xhci/ |
D | xhci_abi.rs | 125 cycle: bool, field 304 cycle: bool, field 328 cycle: bool, field 345 cycle: bool, field 364 cycle: bool, field 382 cycle: bool, field 403 cycle: bool, field 419 cycle: bool, field 436 cycle: bool, field 452 cycle: bool, field [all …]
|
/external/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0/src/ |
D | stopwatch.c | 32 unsigned int cycle; in stopwatch_set_usecs() local
|
/external/u-boot/arch/mips/mach-ath79/ar934x/ |
D | ddr.c | 42 u32 reg, cycle, ctl; in ar934x_ddr_init() local
|
/external/guice/core/test/com/google/inject/internal/ |
D | CycleDetectingLockTest.java | 208 ListMultimap<Thread, String> cycle = null; in testCycleReporting() local
|
/external/turbine/javatests/com/google/turbine/binder/ |
D | BinderTest.java | 174 public void cycle() throws Exception { in cycle() method in BinderTest
|
/external/antlr/tool/src/main/java/org/antlr/tool/ |
D | GrammarSanity.java | 181 Set<Rule> cycle = new HashSet<Rule>(); in addRulesToCycle() local
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/ |
D | FragmentedMp4Builder.java | 85 …protected List<Track> sortTracksInSequence(List<Track> tracks, final int cycle, final Map<Track, l… in sortTracksInSequence()
|
/external/dagger2/javatests/dagger/functional/jdk8/ |
D | OptionalBindingComponents.java | 109 static Value value(Optional<Provider<Value>> cycle) { in value()
|
/external/dagger2/javatests/dagger/functional/guava/ |
D | OptionalBindingComponents.java | 109 static Value value(Optional<Provider<Value>> cycle) { in value()
|
/external/igt-gpu-tools/benchmarks/ |
D | gem_exec_reloc.c | 74 uint32_t cycle[16]; in run() local
|
/external/u-boot/arch/arm/mach-at91/include/mach/ |
D | at91sam9_smc.h | 31 u32 cycle; /* 0x08 SMC Cycle Register */ member
|
D | sama5d2_smc.h | 22 u32 cycle; /* 0x608 SMC Cycle Register */ member
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_exec_lut_handle.c | 87 uint32_t cycle[16]; variable
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/array/ |
D | PrimitiveArrayTest.java | 144 private static Object cycle(Object in) { in cycle() method in PrimitiveArrayTest
|
/external/tensorflow/tensorflow/python/training/ |
D | learning_rate_decay.py | 188 cycle=False, argument
|
/external/guava/guava/src/com/google/common/collect/ |
D | Iterables.java | 361 public static <T> Iterable<T> cycle(final Iterable<T> iterable) { in cycle() method in Iterables
|