/external/autotest/client/site_tests/power_LoadTest/extension/ |
D | test.js | 40 function get_active_url(cycle) { argument 90 function cycle_navigate(cycle) { argument 119 function record_error_codes(cycle) { argument 135 function cycle_check_timeout(cycle) { argument 177 var cycle = { variable 191 setTimeout(function(cycle, win_id) { argument
|
/external/v8/src/compiler/ |
D | instruction-scheduler.cc | 29 InstructionScheduler::CriticalPathFirstQueue::PopBestCandidate(int cycle) { in PopBestCandidate() 51 InstructionScheduler::StressSchedulerQueue::PopBestCandidate(int cycle) { in PopBestCandidate() 222 int cycle = 0; in ScheduleBlock() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | ScoreboardHazardRecognizer.cpp | 118 int cycle = Stalls; in getHazardType() local 186 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/lib/CodeGen/ |
D | ScoreboardHazardRecognizer.cpp | 113 int cycle = Stalls; in getHazardType() local 183 unsigned cycle = 0; in EmitInstruction() local
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | IteratorsTest.java | 470 Iterator<String> cycle = Iterators.<String>cycle(); in testCycleOfEmpty() local 475 Iterator<String> cycle = Iterators.cycle("a"); in testCycleOfOne() local 484 Iterator<String> cycle = Iterators.cycle(iterable); in testCycleOfOneWithRemove() local 493 Iterator<String> cycle = Iterators.cycle("a", "b"); in testCycleOfTwo() local 504 Iterator<String> cycle = Iterators.cycle(iterable); in testCycleOfTwoWithRemove() local 523 Iterator<String> cycle = Iterators.cycle("a", "b"); in testCycleRemoveWithoutNext() local 533 Iterator<String> cycle = Iterators.cycle("a", "b"); in testCycleRemoveSameElementTwice() local 545 Iterator<String> cycle = Iterators.cycle(iterable); in testCycleWhenRemoveIsNotSupported() local 556 Iterator<String> cycle = Iterators.cycle(iterable); in testCycleRemoveAfterHasNext() local 567 Iterator<String> cycle = Iterators.cycle(iterable); in testCycleNoSuchElementException() local
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | IteratorsTest.java | 534 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 631 Iterator<String> cycle = Iterators.cycle(iterable); in testCycleNoSuchElementException() local
|
/external/u-boot/arch/mips/mach-ath79/ar934x/ |
D | ddr.c | 42 u32 reg, cycle, ctl; in ar934x_ddr_init() 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 | 174 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/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/u-boot/arch/arm/mach-at91/include/mach/ |
D | at91sam9_smc.h | 31 u32 cycle; /* 0x08 SMC Cycle Register */ member
|
D | sama5d2_smc.h | 22 u32 cycle; /* 0x608 SMC Cycle Register */ member
|
D | sama5d3_smc.h | 22 u32 cycle; /* 0x608 SMC Cycle Register */ member
|
/external/tensorflow/tensorflow/python/training/ |
D | learning_rate_decay.py | 164 cycle=False, argument
|
/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/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | Iterables.java | 373 public static <T> Iterable<T> cycle(final Iterable<T> iterable) { in cycle() method in Iterables
|
/external/guava/guava/src/com/google/common/collect/ |
D | Iterables.java | 390 public static <T> Iterable<T> cycle(final Iterable<T> iterable) { in cycle() method in Iterables
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | CharSourceTest.java | 226 Iterable<CharSource> cycle = Iterables.cycle(ImmutableList.of(source)); in testConcat_infiniteIterable() local
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | ChineseCalendar.java | 449 int cycle = internalGet(ERA, 1) - 1; // 0-based cycle in handleGetExtendedYear() local 909 int cycle = floorDivide(cycle_year-1, 60, yearOfCycle); in computeChineseFields() local
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
D | BindingGraphValidator.java | 918 ImmutableList<DependencyRequest> cycle = in reportCycle() local 953 private boolean cycleHasProviderOrLazy(ImmutableList<DependencyRequest> cycle) { in cycleHasProviderOrLazy()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | ChineseCalendar.java | 437 int cycle = internalGet(ERA, 1) - 1; // 0-based cycle in handleGetExtendedYear() local 890 int cycle = floorDivide(cycle_year-1, 60, yearOfCycle); in computeChineseFields() local
|
/external/icu/icu4c/source/i18n/ |
D | chnsecal.cpp | 226 int32_t cycle = internalGet(UCAL_ERA, 1) - 1; // 0-based cycle in handleGetExtendedYear() local 730 int32_t cycle = ClockMath::floorDivide(cycle_year - 1, 60, yearOfCycle); in computeChineseFields() local
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
D | DataUsageController.java | 171 final Pair<ZonedDateTime, ZonedDateTime> cycle = NetworkPolicyManager in getDataUsageInfo() local
|