Home
last modified time | relevance | path

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

12345

/external/dagger2/java/dagger/internal/codegen/bindinggraphvalidation/
DDependencyCycleValidator.java110 Cycle<Node> cycle = Cycle.fromPath(cycleNodes); in cycleContainingEndpointPair() local
132 Cycle<Node> cycle, BindingGraph bindingGraph, DiagnosticReporter diagnosticReporter) { in reportCycle()
155 Cycle<Node> cycle, BindingGraph bindingGraph) { in shortestPathToCycleFromAnEntryPoint()
168 private ImmutableList<Node> subpathToCycle(ImmutableList<Node> path, Cycle<Node> cycle) { in subpathToCycle()
180 private String errorMessage(Cycle<Node> cycle, BindingGraph graph) { in errorMessage()
189 private ImmutableList<DependencyEdge> cycleEdges(Cycle<Node> cycle, BindingGraph graph) { in cycleEdges()
335 ImmutableSet.Builder<EndpointPair<N>> cycle = ImmutableSet.builder(); in fromPath() local
/external/sdv/vsomeip/third_party/boost/thread/example/
Dperf_shared_mutex.cpp27 int cycle(0); in shared() local
36 int cycle(0); in unique() 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/rappor/client/python/
Drappor_test.py101 def __init__(self, cycle, params): argument
106 def __init__(self, prob, cycle, num_bits): argument
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DScoreboardHazardRecognizer.cpp117 int cycle = Stalls; in getHazardType() local
184 unsigned cycle = 0; in EmitInstruction() 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-10.0/llvm/lib/CodeGen/
DScoreboardHazardRecognizer.cpp117 int cycle = Stalls; in getHazardType() local
184 unsigned cycle = 0; in EmitInstruction() local
/external/guava/android/guava-tests/test/com/google/common/collect/
DIteratorsTest.java534 Iterator<String> cycle = Iterators.<String>cycle(); in testCycleOfEmpty() local
539 Iterator<String> cycle = Iterators.cycle("a"); in testCycleOfOne() local
548 Iterator<String> cycle = Iterators.cycle(iterable); in testCycleOfOneWithRemove() local
557 Iterator<String> cycle = Iterators.cycle("a", "b"); in testCycleOfTwo() local
568 Iterator<String> cycle = Iterators.cycle(iterable); in testCycleOfTwoWithRemove() local
587 Iterator<String> cycle = Iterators.cycle("a", "b"); in testCycleRemoveWithoutNext() local
597 Iterator<String> cycle = Iterators.cycle("a", "b"); in testCycleRemoveSameElementTwice() local
609 Iterator<String> cycle = Iterators.cycle(iterable); in testCycleWhenRemoveIsNotSupported() local
620 Iterator<String> cycle = Iterators.cycle(iterable); in testCycleRemoveAfterHasNext() local
683 Iterator<String> cycle = Iterators.cycle(iterable); in testCycleRemoveAfterHasNextExtraPicky() local
[all …]
/external/guava/guava-tests/test/com/google/common/collect/
DIteratorsTest.java534 Iterator<String> cycle = Iterators.<String>cycle(); in testCycleOfEmpty() local
539 Iterator<String> cycle = Iterators.cycle("a"); in testCycleOfOne() local
548 Iterator<String> cycle = Iterators.cycle(iterable); in testCycleOfOneWithRemove() local
557 Iterator<String> cycle = Iterators.cycle("a", "b"); in testCycleOfTwo() local
568 Iterator<String> cycle = Iterators.cycle(iterable); in testCycleOfTwoWithRemove() local
587 Iterator<String> cycle = Iterators.cycle("a", "b"); in testCycleRemoveWithoutNext() local
597 Iterator<String> cycle = Iterators.cycle("a", "b"); in testCycleRemoveSameElementTwice() local
609 Iterator<String> cycle = Iterators.cycle(iterable); in testCycleWhenRemoveIsNotSupported() local
620 Iterator<String> cycle = Iterators.cycle(iterable); in testCycleRemoveAfterHasNext() local
683 Iterator<String> cycle = Iterators.cycle(iterable); in testCycleRemoveAfterHasNextExtraPicky() local
[all …]
/external/crosvm/devices/src/usb/xhci/
Dxhci_abi.rs126 cycle: bool, field
305 cycle: bool, field
329 cycle: bool, field
346 cycle: bool, field
365 cycle: bool, field
383 cycle: bool, field
404 cycle: bool, field
420 cycle: bool, field
437 cycle: bool, field
453 cycle: bool, field
[all …]
/external/rust/android-crates-io/crates/rustversion/src/
Dtime.rs36 let cycle = approx_days / CYCLE; in try_today() localVariable
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/rustversion-1.0.18/src/
Dtime.rs36 let cycle = approx_days / CYCLE; in try_today() localVariable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/rustversion-1.0.18/src/
Dtime.rs36 let cycle = approx_days / CYCLE; in try_today() localVariable
/external/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0/src/
Dstopwatch.c32 unsigned int cycle; in stopwatch_set_usecs() local
/external/trusty/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0/src/
Dstopwatch.c32 unsigned int cycle; in stopwatch_set_usecs() local
/external/apache-commons-math/src/main/java/org/apache/commons/math3/genetics/
DCycleCrossover.java143 int cycle = 1; in mate() local
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_alu_readport_validation.cpp26 int cycle = -1; member in r600::ReserveReadport
164 AluReadportReservation::reserve_gpr(int sel, int chan, int cycle) in reserve_gpr()
/external/coreboot/src/soc/intel/braswell/
Dlpc_init.c37 static void lpc_gpio_config(u32 cycle) in lpc_gpio_config()
/external/guice/core/test/com/google/inject/internal/
DCycleDetectingLockTest.java208 ListMultimap<Thread, String> cycle = null; in testCycleReporting() local
/external/rust/android-crates-io/crates/protobuf-support/src/
Dtoposort.rs115 fn cycle() { in cycle() function
/external/turbine/javatests/com/google/turbine/binder/
DBinderTest.java167 public void cycle() throws Exception { in cycle() method in BinderTest
/external/cronet/tot/third_party/llvm-libc/src/benchmarks/
DLibcBenchmark.h307 CircularArrayRef<T> cycle(llvm::ArrayRef<T> Array, size_t Size) { in cycle() function
318 CircularArrayRef<T> cycle(const std::array<T, N> &Container, size_t Size) { in cycle() function
/external/cronet/stable/third_party/llvm-libc/src/benchmarks/
DLibcBenchmark.h307 CircularArrayRef<T> cycle(llvm::ArrayRef<T> Array, size_t Size) { in cycle() function
318 CircularArrayRef<T> cycle(const std::array<T, N> &Container, size_t Size) { in cycle() function
/external/antlr/tool/src/main/java/org/antlr/tool/
DGrammarSanity.java181 Set<Rule> cycle = new HashSet<Rule>(); in addRulesToCycle() local
/external/dagger2/javatests/dagger/functional/jdk8/
DOptionalBindingComponents.java109 static Value value(Optional<Provider<Value>> cycle) { in value()

12345