/external/dagger2/java/dagger/internal/codegen/bindinggraphvalidation/ |
D | DependencyCycleValidator.java | 109 Cycle<Node> cycle = Cycle.fromPath(cycleNodes); in cycleContainingEndpointPair() local 131 Cycle<Node> cycle, BindingGraph bindingGraph, DiagnosticReporter diagnosticReporter) { in reportCycle() 150 Cycle<Node> cycle, BindingGraph bindingGraph) { in shortestPathToCycleFromAnEntryPoint() 163 private ImmutableList<Node> subpathToCycle(ImmutableList<Node> path, Cycle<Node> cycle) { in subpathToCycle() 175 private String errorMessage(Cycle<Node> cycle, BindingGraph graph) { in errorMessage() 321 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/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-10.0/llvm/lib/CodeGen/ |
D | ScoreboardHazardRecognizer.cpp | 117 int cycle = Stalls; in getHazardType() local 184 unsigned cycle = 0; in EmitInstruction() 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/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/crosvm/devices/src/usb/xhci/ |
D | xhci_abi.rs | 117 cycle: bool, field 296 cycle: bool, field 320 cycle: bool, field 337 cycle: bool, field 356 cycle: bool, field 374 cycle: bool, field 395 cycle: bool, field 411 cycle: bool, field 428 cycle: bool, field 444 cycle: bool, field [all …]
|
/external/oss-fuzz/projects/nginx/fuzz/ |
D | http_request_fuzzer.cc | 96 static ngx_cycle_t *cycle; variable 162 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/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/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/dagger2/javatests/dagger/functional/guava/ |
D | OptionalBindingComponents.java | 109 static Value value(Optional<Provider<Value>> cycle) { in value()
|
/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/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/keras/optimizer_v2/ |
D | legacy_learning_rate_decay.py | 188 cycle=False, argument
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_emit_gm107.cpp | 3823 SchedDataCalculatorGM107::printSchedInfo(int cycle, in printSchedInfo() 3906 SchedDataCalculatorGM107::recordWr(const Value *v, int cycle, int ready) in recordWr() 3930 SchedDataCalculatorGM107::checkRd(const Value *v, int cycle, int &delay) const in checkRd() 3955 SchedDataCalculatorGM107::commitInsn(const Instruction *insn, int cycle) in commitInsn() 4318 int cycle = 0; in visit() local
|