/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
D | Spline.java | 30 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/ |
D | ScoreboardHazardRecognizer.cpp | 123 int cycle = Stalls; in getHazardType() local 191 unsigned cycle = 0; in EmitInstruction() local
|
/external/smack/src/org/xbill/DNS/ |
D | RRset.java | 113 iterator(boolean data, boolean cycle) { in iterator() 155 rrs(boolean cycle) { in rrs()
|
/external/chromium_org/tools/page_cycler/indexed_db/ |
D | head.js | 10 var cycle; variable
|
/external/chromium_org/tools/page_cycler/database/ |
D | head.js | 10 var cycle; variable
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | IteratorsTest.java | 486 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/ |
D | summary-mock.js | 59 cycle: function() method in Cycler
|
/external/qemu/distrib/sdl-1.2.15/src/audio/ |
D | SDL_audiodev.c | 151 int cycle; in SDL_OpenAudioPath() local
|
/external/chromium_org/content/public/test/ |
D | download_test_observer.cc | 397 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/ |
D | GrammarSanity.java | 181 Set cycle = new HashSet(); in addRulesToCycle() local
|
/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/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/chromium_org/third_party/mesa/src/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/chromium_org/ui/views/focus/ |
D | focus_search.cc | 12 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/ |
D | Iterables.java | 351 public static <T> Iterable<T> cycle(final Iterable<T> iterable) { in cycle() method in Iterables
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | chnsecal.cpp | 190 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/ |
D | Iterables.java | 369 public static <T> Iterable<T> cycle(final Iterable<T> iterable) { in cycle() method in Iterables
|
/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/chromium_org/third_party/mesa/src/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/jmonkeyengine/engine/src/core/com/jme3/cinematic/ |
D | MotionPath.java | 347 public void setCycle(boolean cycle) { in setCycle()
|
/external/icu4c/i18n/ |
D | chnsecal.cpp | 228 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/ |
D | sober128.c | 72 static void cycle(ulong32 *R) in cycle() function
|
/external/chromium_org/tools/gn/ |
D | builder.cc | 458 std::vector<const BuilderRecord*> cycle; in CheckForCircularDependencies() local
|
/external/chromium/chrome/browser/download/ |
D | download_browsertest.cc | 315 void PingFileThread(int cycle) { in PingFileThread() 322 void PingIOThread(int cycle) { in PingIOThread()
|
/external/chromium_org/third_party/smhasher/src/ |
D | KeysetTest.h | 261 uint8_t * cycle = new uint8_t[cycleLen + 16]; in CyclicKeyTest() local
|