Home
last modified time | relevance | path

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

12

/external/jmonkeyengine/engine/src/core/com/jme3/math/
DSpline.java30 private boolean cycle; field in Spline
55 …public Spline(SplineType splineType, Vector3f[] controlPoints, float curveTension, boolean cycle) { in Spline()
84 …ic Spline(SplineType splineType, List<Vector3f> controlPoints, float curveTension, boolean cycle) { in Spline()
308 public void setCycle(boolean cycle) { in setCycle()
/external/llvm/lib/CodeGen/
DScoreboardHazardRecognizer.cpp123 int cycle = Stalls; in getHazardType() local
191 unsigned cycle = 0; in EmitInstruction() local
/external/smack/src/org/xbill/DNS/
DRRset.java113 iterator(boolean data, boolean cycle) { in iterator()
155 rrs(boolean cycle) { in rrs()
/external/chromium_org/tools/page_cycler/indexed_db/
Dhead.js10 var cycle; variable
/external/chromium_org/tools/page_cycler/database/
Dhead.js10 var cycle; variable
/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/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/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/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/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/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/jmonkeyengine/engine/src/core/com/jme3/cinematic/
DMotionPath.java347 public void setCycle(boolean cycle) { in setCycle()
/external/icu4c/i18n/
Dchnsecal.cpp228 int32_t cycle = internalGet(UCAL_ERA, 1) - 1; // 0-based cycle in handleGetExtendedYear() local
732 int32_t cycle = ClockMath::floorDivide(cycle_year - 1, 60, yearOfCycle); in computeChineseFields() local
/external/dropbear/libtomcrypt/src/prngs/
Dsober128.c72 static void cycle(ulong32 *R) in cycle() function
/external/chromium_org/tools/gn/
Dbuilder.cc458 std::vector<const BuilderRecord*> cycle; in CheckForCircularDependencies() local
/external/chromium/chrome/browser/download/
Ddownload_browsertest.cc315 void PingFileThread(int cycle) { in PingFileThread()
322 void PingIOThread(int cycle) { in PingIOThread()
/external/chromium_org/third_party/smhasher/src/
DKeysetTest.h261 uint8_t * cycle = new uint8_t[cycleLen + 16]; in CyclicKeyTest() local

12