Home
last modified time | relevance | path

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

12

/external/smack/src/org/xbill/DNS/
DRRset.java113 iterator(boolean data, boolean cycle) { in iterator()
155 rrs(boolean cycle) { in rrs()
/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.java486 Iterator<String> cycle = Iterators.<String>cycle(); in testCycleOfEmpty() local
491 Iterator<String> cycle = Iterators.cycle("a"); in testCycleOfOne() local
500 Iterator<String> cycle = Iterators.cycle(iterable); in testCycleOfOneWithRemove() local
509 Iterator<String> cycle = Iterators.cycle("a", "b"); in testCycleOfTwo() local
520 Iterator<String> cycle = Iterators.cycle(iterable); in testCycleOfTwoWithRemove() local
539 Iterator<String> cycle = Iterators.cycle("a", "b"); in testCycleRemoveWithoutNext() local
549 Iterator<String> cycle = Iterators.cycle("a", "b"); in testCycleRemoveSameElementTwice() local
561 Iterator<String> cycle = Iterators.cycle(iterable); in testCycleWhenRemoveIsNotSupported() local
572 Iterator<String> cycle = Iterators.cycle(iterable); in testCycleRemoveAfterHasNext() local
583 Iterator<String> cycle = Iterators.cycle(iterable); in testCycleNoSuchElementException() local
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
Dsummary-mock.js59 cycle: function() method in Cycler
/external/qemu/distrib/sdl-1.2.15/src/audio/
DSDL_audiodev.c151 int cycle; in SDL_OpenAudioPath() local
/external/chromium_org/content/public/test/
Ddownload_test_observer.cc397 void DownloadTestFlushObserver::PingFileThread(int cycle) { in PingFileThread()
403 void DownloadTestFlushObserver::PingIOThread(int cycle) { in PingIOThread()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DGrammarSanity.java181 Set cycle = new HashSet(); 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/chromium_org/third_party/mesa/src/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/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/chromium_org/ui/views/focus/
Dfocus_search.cc12 FocusSearch::FocusSearch(View* root, bool cycle, bool accessibility_mode) in FocusSearch()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DIterables.java351 public static <T> Iterable<T> cycle(final Iterable<T> iterable) { in cycle() method in Iterables
/external/chromium_org/third_party/icu/source/i18n/
Dchnsecal.cpp190 int32_t cycle = internalGet(UCAL_ERA, 1) - 1; // 0-based cycle in handleGetExtendedYear() local
665 int32_t cycle = ClockMath::floorDivide(year - 1, 60, yearOfCycle); in computeChineseFields() local
/external/guava/guava/src/com/google/common/collect/
DIterables.java369 public static <T> Iterable<T> cycle(final Iterable<T> iterable) { in cycle() method in Iterables
/external/chromium_org/third_party/mesa/src/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/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/icu/icu4c/source/i18n/
Dchnsecal.cpp221 int32_t cycle = internalGet(UCAL_ERA, 1) - 1; // 0-based cycle in handleGetExtendedYear() local
725 int32_t cycle = ClockMath::floorDivide(cycle_year - 1, 60, yearOfCycle); in computeChineseFields() local
Dcalendar.cpp1175 int cycle, offset, shift = 0; in gregoYearFromIslamicStart() local
1243 int cycle, offset, shift = 0; in firstIslamicStartYearFromGrego() local
/external/chromium_org/tools/clang/blink_gc_plugin/
Dprocess-graph.py280 def is_ignored_cycle(cycle): argument
/external/chromium_org/tools/gn/
Dbuilder.cc466 std::vector<const BuilderRecord*> cycle; in CheckForCircularDependencies() local
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Deditable_text.js92 cvox.TypingEcho.cycle = function(cur) { function
/external/chromium_org/third_party/smhasher/src/
DKeysetTest.h261 uint8_t * cycle = new uint8_t[cycleLen + 16]; in CyclicKeyTest() local
/external/kernel-headers/original/uapi/linux/
Dfirewire-cdev.h260 __u32 cycle; member
849 __s32 cycle; member
/external/chromium_org/third_party/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