Home
last modified time | relevance | path

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

12

/external/autotest/client/site_tests/power_LoadTest/extension/
Dtest.js40 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/
Dinstruction-scheduler.cc29 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/
DScoreboardHazardRecognizer.cpp118 int cycle = Stalls; in getHazardType() local
186 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/lib/CodeGen/
DScoreboardHazardRecognizer.cpp113 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/
DIteratorsTest.java470 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/
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
631 Iterator<String> cycle = Iterators.cycle(iterable); in testCycleNoSuchElementException() local
/external/u-boot/arch/mips/mach-ath79/ar934x/
Dddr.c42 u32 reg, cycle, ctl; in ar934x_ddr_init() local
/external/guice/core/test/com/google/inject/internal/
DCycleDetectingLockTest.java208 ListMultimap<Thread, String> cycle = null; in testCycleReporting() local
/external/turbine/javatests/com/google/turbine/binder/
DBinderTest.java174 public void cycle() throws Exception { in cycle() method in BinderTest
/external/antlr/tool/src/main/java/org/antlr/tool/
DGrammarSanity.java181 Set<Rule> cycle = new HashSet<Rule>(); in addRulesToCycle() local
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
DFragmentedMp4Builder.java85 …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/
Dat91sam9_smc.h31 u32 cycle; /* 0x08 SMC Cycle Register */ member
Dsama5d2_smc.h22 u32 cycle; /* 0x608 SMC Cycle Register */ member
Dsama5d3_smc.h22 u32 cycle; /* 0x608 SMC Cycle Register */ member
/external/tensorflow/tensorflow/python/training/
Dlearning_rate_decay.py164 cycle=False, argument
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/array/
DPrimitiveArrayTest.java144 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/
DIterables.java373 public static <T> Iterable<T> cycle(final Iterable<T> iterable) { in cycle() method in Iterables
/external/guava/guava/src/com/google/common/collect/
DIterables.java390 public static <T> Iterable<T> cycle(final Iterable<T> iterable) { in cycle() method in Iterables
/external/guava/guava-tests/test/com/google/common/io/
DCharSourceTest.java226 Iterable<CharSource> cycle = Iterables.cycle(ImmutableList.of(source)); in testConcat_infiniteIterable() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DChineseCalendar.java449 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/
DBindingGraphValidator.java918 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/
DChineseCalendar.java437 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/
Dchnsecal.cpp226 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/
DDataUsageController.java171 final Pair<ZonedDateTime, ZonedDateTime> cycle = NetworkPolicyManager in getDataUsageInfo() local

12