Home
last modified time | relevance | path

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

12

/external/autotest/client/site_tests/power_LoadTest/extension/
Dtest.js43 function cycle_navigate(cycle) { argument
55 function cycle_check_timeout(cycle) { argument
82 var cycle = { variable
96 setTimeout(function(cycle, win_id) { argument
/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/llvm/lib/CodeGen/
DScoreboardHazardRecognizer.cpp124 int cycle = Stalls; in getHazardType() local
192 unsigned cycle = 0; in EmitInstruction() 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
DFluentIterableTest.java142 FluentIterable<String> cycle = FluentIterable.from(asList("a", "b")).cycle(); in testCycle() local
159 FluentIterable<Integer> cycle = fluent(1, 2).cycle(); in testCycle_removingAllElementsStopsCycle() local
/external/jetty/src/java/org/eclipse/jetty/util/
DScanner.java137 public void scanStarted(int cycle) throws Exception; in scanStarted()
138 public void scanEnded(int cycle) throws Exception; in scanEnded()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DGrammarSanity.java181 Set cycle = new HashSet(); in addRulesToCycle() local
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_emit_nvc0.cpp1961 int cycle; member in nv50_ir::SchedDataCalculator
2042 int cycle = 0; in visit() local
2157 SchedDataCalculator::commitInsn(const Instruction *insn, int cycle) in commitInsn()
2202 SchedDataCalculator::checkRd(const Value *v, int cycle, int& delay) const in checkRd()
2240 SchedDataCalculator::checkWr(const Value *v, int cycle, int& delay) const in checkWr()
/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/v8/src/compiler/
Dinstruction-scheduler.cc133 int cycle = 0; in ScheduleBlock() local
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/array/
DPrimitiveArrayTest.java144 private static Object cycle(Object in) { in cycle() method in PrimitiveArrayTest
/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.c670 int i, cycle, component; in init_bank_swizzle() local
681 static int reserve_gpr(struct alu_bank_swizzle *bs, unsigned sel, unsigned chan, unsigned cycle) in reserve_gpr()
737 int r, src, num_src, sel, elem, cycle; in check_vector() local
767 int r, src, num_src, const_count, sel, elem, cycle; in check_scalar() local
/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/icu/icu4c/source/i18n/
Dchnsecal.cpp224 int32_t cycle = internalGet(UCAL_ERA, 1) - 1; // 0-based cycle in handleGetExtendedYear() local
728 int32_t cycle = ClockMath::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.java435 int cycle = internalGet(ERA, 1) - 1; // 0-based cycle in handleGetExtendedYear() local
888 int cycle = floorDivide(cycle_year-1, 60, yearOfCycle); in computeChineseFields() local
DCalendar.java2083 int cycle, offset, shift = 0; in gregoYearFromIslamicStart() local
2159 int cycle, offset, shift = 0; in firstIslamicStartYearFromGrego() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DChineseCalendar.java447 int cycle = internalGet(ERA, 1) - 1; // 0-based cycle in handleGetExtendedYear() local
907 int cycle = floorDivide(cycle_year-1, 60, yearOfCycle); in computeChineseFields() local
/external/guava/guava-tests/test/com/google/common/io/
DCharSourceTest.java226 Iterable<CharSource> cycle = Iterables.cycle(ImmutableList.of(source)); in testConcat_infiniteIterable() local
DByteSourceTest.java304 Iterable<ByteSource> cycle = Iterables.cycle(ImmutableList.of(source)); in testConcat_infiniteIterable() local
/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/testng/src/main/java/org/testng/internal/
DGraph.java137 List<T> cycle = new Tarjan<>(this, nodes2.get(0).getObject()).getCycle(); in topologicalSort() local
/external/kernel-headers/original/uapi/linux/
Dfirewire-cdev.h260 __u32 cycle; member
849 __s32 cycle; member
/external/opencv3/3rdparty/jinja2/
Druntime.py299 def cycle(self, *args): member in LoopContext
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3collections.h432 pANTLR3_UINT32 cycle; member

12