| /external/smack/src/org/xbill/DNS/ |
| D | RRset.java | 113 iterator(boolean data, boolean cycle) { in iterator() 155 rrs(boolean cycle) { in rrs()
|
| /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 | 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/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/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/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/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/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/icu/icu4c/source/i18n/ |
| D | chnsecal.cpp | 221 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
|
| D | calendar.cpp | 1175 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/ |
| D | process-graph.py | 280 def is_ignored_cycle(cycle): argument
|
| /external/chromium_org/tools/gn/ |
| D | builder.cc | 466 std::vector<const BuilderRecord*> cycle; in CheckForCircularDependencies() local
|
| /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
| D | editable_text.js | 92 cvox.TypingEcho.cycle = function(cur) { function
|
| /external/chromium_org/third_party/smhasher/src/ |
| D | KeysetTest.h | 261 uint8_t * cycle = new uint8_t[cycleLen + 16]; in CyclicKeyTest() local
|
| /external/kernel-headers/original/uapi/linux/ |
| D | firewire-cdev.h | 260 __u32 cycle; member 849 __s32 cycle; member
|
| /external/chromium_org/third_party/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
|