/external/autotest/client/site_tests/power_LoadTest/extension/ |
D | test.js | 43 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/ |
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/llvm/lib/CodeGen/ |
D | ScoreboardHazardRecognizer.cpp | 124 int cycle = Stalls; in getHazardType() local 192 unsigned cycle = 0; in EmitInstruction() 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
|
D | FluentIterableTest.java | 142 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/ |
D | Scanner.java | 137 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/ |
D | GrammarSanity.java | 181 Set cycle = new HashSet(); in addRulesToCycle() local
|
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
D | nv50_ir_emit_nvc0.cpp | 1961 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/ |
D | FragmentedMp4Builder.java | 85 …protected List<Track> sortTracksInSequence(List<Track> tracks, final int cycle, final Map<Track, l… in sortTracksInSequence()
|
/external/v8/src/compiler/ |
D | instruction-scheduler.cc | 133 int cycle = 0; in ScheduleBlock() local
|
/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/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.c | 670 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/ |
D | Iterables.java | 373 public static <T> Iterable<T> cycle(final Iterable<T> iterable) { in cycle() method in Iterables
|
/external/icu/icu4c/source/i18n/ |
D | chnsecal.cpp | 224 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/ |
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 | 435 int cycle = internalGet(ERA, 1) - 1; // 0-based cycle in handleGetExtendedYear() local 888 int cycle = floorDivide(cycle_year-1, 60, yearOfCycle); in computeChineseFields() local
|
D | Calendar.java | 2083 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/ |
D | ChineseCalendar.java | 447 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/ |
D | CharSourceTest.java | 226 Iterable<CharSource> cycle = Iterables.cycle(ImmutableList.of(source)); in testConcat_infiniteIterable() local
|
D | ByteSourceTest.java | 304 Iterable<ByteSource> cycle = Iterables.cycle(ImmutableList.of(source)); in testConcat_infiniteIterable() local
|
/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/testng/src/main/java/org/testng/internal/ |
D | Graph.java | 137 List<T> cycle = new Tarjan<>(this, nodes2.get(0).getObject()).getCycle(); in topologicalSort() local
|
/external/kernel-headers/original/uapi/linux/ |
D | firewire-cdev.h | 260 __u32 cycle; member 849 __s32 cycle; member
|
/external/opencv3/3rdparty/jinja2/ |
D | runtime.py | 299 def cycle(self, *args): member in LoopContext
|
/external/antlr/antlr-3.4/runtime/C/include/ |
D | antlr3collections.h | 432 pANTLR3_UINT32 cycle; member
|