Home
last modified time | relevance | path

Searched defs:cycle (Results 1 – 25 of 61) sorted by relevance

123

/external/dagger2/java/dagger/internal/codegen/
DDependencyCycleValidator.java101 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/
Dtest.js43 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/
Dinstruction-scheduler.cc28 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/
DScoreboardHazardRecognizer.cpp115 int cycle = Stalls; in getHazardType() local
183 unsigned cycle = 0; in EmitInstruction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DScoreboardHazardRecognizer.cpp118 int cycle = Stalls; in getHazardType() local
186 unsigned cycle = 0; in EmitInstruction() local
/external/guava/guava-tests/test/com/google/common/collect/
DIteratorsTest.java527 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 …]
DFluentIterableTest.java279 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/
DIteratorsTest.java527 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 …]
DFluentIterableTest.java275 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/
Dxhci_abi.rs125 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/
Dstopwatch.c32 unsigned int cycle; in stopwatch_set_usecs() local
/external/u-boot/arch/mips/mach-ath79/ar934x/
Dddr.c42 u32 reg, cycle, ctl; in ar934x_ddr_init() local
/external/guice/core/test/com/google/inject/internal/
DCycleDetectingLockTest.java208 ListMultimap<Thread, String> cycle = null; in testCycleReporting() local
/external/turbine/javatests/com/google/turbine/binder/
DBinderTest.java174 public void cycle() throws Exception { in cycle() method in BinderTest
/external/antlr/tool/src/main/java/org/antlr/tool/
DGrammarSanity.java181 Set<Rule> cycle = new HashSet<Rule>(); in addRulesToCycle() local
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
DFragmentedMp4Builder.java85 …protected List<Track> sortTracksInSequence(List<Track> tracks, final int cycle, final Map<Track, l… in sortTracksInSequence()
/external/dagger2/javatests/dagger/functional/jdk8/
DOptionalBindingComponents.java109 static Value value(Optional<Provider<Value>> cycle) { in value()
/external/dagger2/javatests/dagger/functional/guava/
DOptionalBindingComponents.java109 static Value value(Optional<Provider<Value>> cycle) { in value()
/external/igt-gpu-tools/benchmarks/
Dgem_exec_reloc.c74 uint32_t cycle[16]; in run() local
/external/u-boot/arch/arm/mach-at91/include/mach/
Dat91sam9_smc.h31 u32 cycle; /* 0x08 SMC Cycle Register */ member
Dsama5d2_smc.h22 u32 cycle; /* 0x608 SMC Cycle Register */ member
/external/igt-gpu-tools/tests/i915/
Dgem_exec_lut_handle.c87 uint32_t cycle[16]; variable
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/array/
DPrimitiveArrayTest.java144 private static Object cycle(Object in) { in cycle() method in PrimitiveArrayTest
/external/tensorflow/tensorflow/python/training/
Dlearning_rate_decay.py188 cycle=False, argument
/external/guava/guava/src/com/google/common/collect/
DIterables.java361 public static <T> Iterable<T> cycle(final Iterable<T> iterable) { in cycle() method in Iterables

123