Home
last modified time | relevance | path

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

12345678910>>...33

/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/bindinggraphvalidation/
H A DDependencyCycleValidator.java111 Cycle<Node> cycle = Cycle.fromPath(cycleNodes); in cycleContainingEndpointPair() local
133 Cycle<Node> cycle, BindingGraph bindingGraph, DiagnosticReporter diagnosticReporter) { in reportCycle()
156 Cycle<Node> cycle, BindingGraph bindingGraph) { in shortestPathToCycleFromAnEntryPoint()
169 private ImmutableList<Node> subpathToCycle(ImmutableList<Node> path, Cycle<Node> cycle) { in subpathToCycle()
181 private String errorMessage(Cycle<Node> cycle, BindingGraph graph) { in errorMessage()
330 ImmutableSet.Builder<EndpointPair<N>> cycle = ImmutableSet.builder(); in fromPath() local
/aosp_15_r20/external/crosvm/devices/src/usb/xhci/
H A Dxhci_abi.rs125 cycle: bool, field
304 cycle: bool, field
328 cycle: bool, field
345 cycle: bool, field
364 cycle: bool, field
382 cycle: bool, field
403 cycle: bool, field
419 cycle: bool, field
436 cycle: bool, field
452 cycle: bool, field
[all …]
/aosp_15_r20/external/autotest/client/site_tests/power_LoadTest/extension/
H A Dtest.js43 function get_active_url(cycle) { argument
93 function cycle_navigate(cycle) { argument
122 function record_error_codes(cycle) { argument
138 function cycle_check_timeout(cycle) { argument
180 var cycle = { variable
194 setTimeout(function(cycle, win_id) { argument
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DIteratorsTest.java534 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
683 Iterator<String> cycle = Iterators.cycle(iterable); in testCycleRemoveAfterHasNextExtraPicky() local
[all …]
H A DFluentIterableTest.java273 FluentIterable<String> cycle = FluentIterable.from(asList("a", "b")).cycle(); in testCycle() local
290 FluentIterable<Integer> cycle = FluentIterable.<Integer>of().cycle(); in testCycle_emptyIterable() local
295 FluentIterable<Integer> cycle = fluent(1, 2).cycle(); in testCycle_removingAllElementsStopsCycle() local
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DIteratorsTest.java534 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
683 Iterator<String> cycle = Iterators.cycle(iterable); in testCycleRemoveAfterHasNextExtraPicky() local
[all …]
H A DFluentIterableTest.java273 FluentIterable<String> cycle = FluentIterable.from(asList("a", "b")).cycle(); in testCycle() local
290 FluentIterable<Integer> cycle = FluentIterable.<Integer>of().cycle(); in testCycle_emptyIterable() local
295 FluentIterable<Integer> cycle = fluent(1, 2).cycle(); in testCycle_removingAllElementsStopsCycle() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/example/
Dperf_shared_mutex.cpp27 int cycle(0); in shared() local
36 int cycle(0); in unique() local
/aosp_15_r20/external/rappor/client/python/
H A Drappor_test.py101 def __init__(self, cycle, params): argument
106 def __init__(self, prob, cycle, num_bits): argument
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/datausage/
DDataPlanRepository.kt51 val cycle = policy.getCycles().firstOrNull() in getDataPlanInfo() constant
/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settings/datausage/
DDataUsageCycleBasePreferenceController.java55 void onDataCyclePicked(String cycle, Map<CharSequence, T> usages); in onDataCyclePicked()
79 String cycle = getPreference().getValue(); in updateState() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp115 int cycle = Stalls; in getHazardType() local
183 unsigned cycle = 0; in EmitInstruction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp117 int cycle = Stalls; in getHazardType() local
184 unsigned cycle = 0; in EmitInstruction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp117 int cycle = Stalls; in getHazardType() local
184 unsigned cycle = 0; in EmitInstruction() local
/aosp_15_r20/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/datausage/
DAppDataUsageFragmentTest.java97 String cycle = "cycle_key"; in onActivityCreated_dataCyclePicked_showsDataCycle() local
152 public void onDataCyclePicked(String cycle, Map<CharSequence, in onDataCyclePicked()
/aosp_15_r20/packages/apps/Car/Settings/tests/multivalent/src/com/android/car/settings/datausage/
DAppDataUsageFragmentTest.java97 String cycle = "cycle_key"; in onActivityCreated_dataCyclePicked_showsDataCycle() local
152 public void onDataCyclePicked(String cycle, Map<CharSequence, in onDataCyclePicked()
/aosp_15_r20/art/compiler/optimizing/
H A Dinduction_var_analysis.cc496 ScopedArenaSafeMap<HInstruction*, InductionInfo*> cycle( in ClassifyNonTrivial() local
765 const ScopedArenaSafeMap<HInstruction*, InductionInfo*>& cycle) { in SolvePhi()
787 const ScopedArenaSafeMap<HInstruction*, InductionInfo*>& cycle, in SolvePhiAllInputs()
821 const ScopedArenaSafeMap<HInstruction*, InductionInfo*>& cycle, in SolveAddSub()
967 const ScopedArenaSafeMap<HInstruction*, InductionInfo*>& cycle, in SolveConversion()
/aosp_15_r20/frameworks/native/services/surfaceflinger/Scheduler/
H A DScheduler.cpp356 void Scheduler::createEventThread(Cycle cycle, frametimeline::TokenManager* tokenManager, in createEventThread()
372 Cycle cycle, EventRegistrationFlags eventRegistration, const sp<IBinder>& layerHandle) { in createDisplayEventConnection()
436 void Scheduler::onHdcpLevelsChanged(Cycle cycle, PhysicalDisplayId displayId, in onHdcpLevelsChanged()
499 void Scheduler::dump(Cycle cycle, std::string& result) const { in dump()
503 void Scheduler::setDuration(Cycle cycle, std::chrono::nanoseconds workDuration, in setDuration()
/aosp_15_r20/packages/apps/Settings/tests/spa_unit/src/com/android/settings/datausage/lib/
DNetworkCycleBucketRepositoryTest.kt143 val cycle = NetworkUsageData( in queryChartData() constant
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_emit_gm107.cpp3836 SchedDataCalculatorGM107::printSchedInfo(int cycle, in printSchedInfo()
3919 SchedDataCalculatorGM107::recordWr(const Value *v, int cycle, int ready) in recordWr()
3943 SchedDataCalculatorGM107::checkRd(const Value *v, int cycle, int &delay) const in checkRd()
3968 SchedDataCalculatorGM107::commitInsn(const Instruction *insn, int cycle) in commitInsn()
4331 int cycle = 0; in visit() local
H A Dnv50_ir_emit_nvc0.cpp3240 int cycle = 0; in visit() local
3356 SchedDataCalculator::commitInsn(const Instruction *insn, int cycle) in commitInsn()
3401 SchedDataCalculator::checkRd(const Value *v, int cycle, int& delay) const in checkRd()
3439 SchedDataCalculator::checkWr(const Value *v, int cycle, int& delay) const in checkWr()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_alu_readport_validation.cpp26 int cycle = -1; member in r600::ReserveReadport
164 AluReadportReservation::reserve_gpr(int sel, int chan, int cycle) in reserve_gpr()
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_legalize.c181 unsigned cycle) in delay_calc()
227 unsigned cycle, in delay_update()
422 unsigned cycle = 0; in legalize_block() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.c428 int i, cycle, component; in init_bank_swizzle() local
439 static int reserve_gpr(struct alu_bank_swizzle *bs, unsigned sel, unsigned chan, unsigned cycle) in reserve_gpr()
496 int r, src, num_src, sel, elem, cycle; in check_vector() local
526 int r, src, num_src, const_count, sel, elem, cycle; in check_scalar() local
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Dislamcal.cpp563 int cycle, offset, shift = 0; in gregoYearFromIslamicStart() local
589 int cycle, offset, shift = 0; in firstIslamicStartYearFromGrego() local

12345678910>>...33