| /external/dagger2/java/dagger/internal/codegen/bindinggraphvalidation/ | 
| D | DependencyCycleValidator.java | 111     Cycle<Node> cycle = Cycle.fromPath(cycleNodes);  in cycleContainingEndpointPair()  local133       Cycle<Node> cycle, BindingGraph bindingGraph, DiagnosticReporter diagnosticReporter) {  in reportCycle()
 156       Cycle<Node> cycle, BindingGraph bindingGraph) {  in shortestPathToCycleFromAnEntryPoint()
 169   private ImmutableList<Node> subpathToCycle(ImmutableList<Node> path, Cycle<Node> cycle) {  in subpathToCycle()
 181   private String errorMessage(Cycle<Node> cycle, BindingGraph graph) {  in errorMessage()
 330       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) {  argument93 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/ | 
| D | rappor_test.py | 101   def __init__(self, cycle, params):  argument106   def __init__(self, prob, cycle, num_bits):  argument
 
 | 
| /external/llvm/lib/CodeGen/ | 
| D | ScoreboardHazardRecognizer.cpp | 115   int cycle = Stalls;  in getHazardType()  local183   unsigned cycle = 0;  in EmitInstruction()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ | 
| D | ScoreboardHazardRecognizer.cpp | 117   int cycle = Stalls;  in getHazardType()  local184   unsigned cycle = 0;  in EmitInstruction()  local
 
 | 
| /external/guava/android/guava-tests/test/com/google/common/collect/ | 
| D | IteratorsTest.java | 529     Iterator<String> cycle = Iterators.<String>cycle();  in testCycleOfEmpty()  local534     Iterator<String> cycle = Iterators.cycle("a");  in testCycleOfOne()  local
 543     Iterator<String> cycle = Iterators.cycle(iterable);  in testCycleOfOneWithRemove()  local
 552     Iterator<String> cycle = Iterators.cycle("a", "b");  in testCycleOfTwo()  local
 563     Iterator<String> cycle = Iterators.cycle(iterable);  in testCycleOfTwoWithRemove()  local
 582     Iterator<String> cycle = Iterators.cycle("a", "b");  in testCycleRemoveWithoutNext()  local
 592     Iterator<String> cycle = Iterators.cycle("a", "b");  in testCycleRemoveSameElementTwice()  local
 604     Iterator<String> cycle = Iterators.cycle(iterable);  in testCycleWhenRemoveIsNotSupported()  local
 615     Iterator<String> cycle = Iterators.cycle(iterable);  in testCycleRemoveAfterHasNext()  local
 678     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()  local292     FluentIterable<Integer> cycle = FluentIterable.<Integer>of().cycle();  in testCycle_emptyIterable()  local
 297     FluentIterable<Integer> cycle = fluent(1, 2).cycle();  in testCycle_removingAllElementsStopsCycle()  local
 
 | 
| /external/guava/guava-tests/test/com/google/common/collect/ | 
| D | IteratorsTest.java | 529     Iterator<String> cycle = Iterators.<String>cycle();  in testCycleOfEmpty()  local534     Iterator<String> cycle = Iterators.cycle("a");  in testCycleOfOne()  local
 543     Iterator<String> cycle = Iterators.cycle(iterable);  in testCycleOfOneWithRemove()  local
 552     Iterator<String> cycle = Iterators.cycle("a", "b");  in testCycleOfTwo()  local
 563     Iterator<String> cycle = Iterators.cycle(iterable);  in testCycleOfTwoWithRemove()  local
 582     Iterator<String> cycle = Iterators.cycle("a", "b");  in testCycleRemoveWithoutNext()  local
 592     Iterator<String> cycle = Iterators.cycle("a", "b");  in testCycleRemoveSameElementTwice()  local
 604     Iterator<String> cycle = Iterators.cycle(iterable);  in testCycleWhenRemoveIsNotSupported()  local
 615     Iterator<String> cycle = Iterators.cycle(iterable);  in testCycleRemoveAfterHasNext()  local
 678     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()  local296     FluentIterable<Integer> cycle = FluentIterable.<Integer>of().cycle();  in testCycle_emptyIterable()  local
 301     FluentIterable<Integer> cycle = fluent(1, 2).cycle();  in testCycle_removingAllElementsStopsCycle()  local
 
 | 
| /external/crosvm/devices/src/usb/xhci/ | 
| D | xhci_abi.rs | 122     cycle: bool,  field301     cycle: bool,  field
 325     cycle: bool,  field
 342     cycle: bool,  field
 361     cycle: bool,  field
 379     cycle: bool,  field
 400     cycle: bool,  field
 416     cycle: bool,  field
 433     cycle: bool,  field
 449     cycle: bool,  field
 [all …]
 
 | 
| /external/oss-fuzz/projects/nginx/fuzz/ | 
| D | http_request_fuzzer.cc | 96 static ngx_cycle_t *cycle;  variable162 static ngx_int_t init_event(ngx_cycle_t *cycle, ngx_msec_t timer) {  in init_event()
 
 | 
| /external/rust/crates/rustversion/src/ | 
| D | time.rs | 36     let cycle = approx_days / CYCLE;  in try_today()  localVariable
 | 
| /external/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0/src/ | 
| D | stopwatch.c | 32 	unsigned int cycle;  in stopwatch_set_usecs()  local
 | 
| /external/guice/core/test/com/google/inject/internal/ | 
| D | CycleDetectingLockTest.java | 208     ListMultimap<Thread, String> cycle = null;  in testCycleReporting()  local
 | 
| /external/rust/crates/protobuf-support/src/ | 
| D | toposort.rs | 115     fn cycle() {  in cycle()  function
 | 
| /external/turbine/javatests/com/google/turbine/binder/ | 
| D | BinderTest.java | 167   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/dagger2/javatests/dagger/functional/guava/ | 
| D | OptionalBindingComponents.java | 109     static Value value(Optional<Provider<Value>> cycle) {  in value()
 | 
| /external/dagger2/javatests/dagger/functional/jdk8/ | 
| D | OptionalBindingComponents.java | 109     static Value value(Optional<Provider<Value>> cycle) {  in value()
 | 
| /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/python/cpython3/Lib/test/ | 
| D | test_graphlib.py | 30     def _assert_cycle(self, graph, cycle):  argument
 | 
| /external/igt-gpu-tools/benchmarks/ | 
| D | gem_exec_reloc.c | 74 	uint32_t cycle[16];  in run()  local
 | 
| /external/igt-gpu-tools/tests/i915/ | 
| D | gem_exec_lut_handle.c | 87 	uint32_t cycle[16];  variable
 | 
| /external/musl/src/stdlib/ | 
| D | qsort.c | 45 static void cycle(size_t width, unsigned char* ar[], int n)  in cycle()  function
 | 
| /external/tensorflow/tensorflow/python/keras/optimizer_v2/ | 
| D | legacy_learning_rate_decay.py | 188                      cycle=False,  argument
 |