| /external/dagger2/java/dagger/internal/codegen/bindinggraphvalidation/ |
| D | DependencyCycleValidator.java | 111 Cycle<Node> cycle = Cycle.fromPath(cycleNodes); in cycleContainingEndpointPair() local 133 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/sdv/vsomeip/third_party/boost/thread/example/ |
| D | perf_shared_mutex.cpp | 27 int cycle(0); in shared() local 36 int cycle(0); in unique() 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/rappor/client/python/ |
| D | rappor_test.py | 101 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/ |
| D | ScoreboardHazardRecognizer.cpp | 117 int cycle = Stalls; in getHazardType() local 184 unsigned cycle = 0; in EmitInstruction() 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-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 | 529 Iterator<String> cycle = Iterators.<String>cycle(); in testCycleOfEmpty() local 534 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 …]
|
| /external/guava/guava-tests/test/com/google/common/collect/ |
| D | IteratorsTest.java | 529 Iterator<String> cycle = Iterators.<String>cycle(); in testCycleOfEmpty() local 534 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 …]
|
| /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/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/trusty/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0/src/ |
| D | stopwatch.c | 32 unsigned int cycle; in stopwatch_set_usecs() local
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math3/genetics/ |
| D | CycleCrossover.java | 143 int cycle = 1; in mate() local
|
| /external/mesa3d/src/gallium/drivers/r600/sfn/ |
| D | sfn_alu_readport_validation.cpp | 46 int cycle = -1; member in r600::ReserveReadport 184 AluReadportReservation::reserve_gpr(int sel, int chan, int cycle) in reserve_gpr()
|
| /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 | 29 def _assert_cycle(self, graph, cycle): argument
|
| /external/sdv/vsomeip/examples/ |
| D | request-sample.cpp | 200 uint32_t cycle = 1000; // Default: 1s in main() local
|