Home
last modified time | relevance | path

Searched defs:cycles (Results 1 – 25 of 487) sorted by relevance

12345678910>>...20

/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/
H A Dload_test.py79 def cycle(obj, cycles, signatures=None, options=None): argument
103 def test_structure_import(self, cycles): argument
114 def test_variables(self, cycles): argument
133 def test_variables_name(self, cycles): argument
149 def test_partially_defined_variable_shape(self, cycles): argument
169 def test_capture_variables(self, cycles): argument
184 def test_capture_constant(self, cycles): argument
193 def test_control_outputs(self, cycles): argument
220 def test_assets(self, cycles): argument
242 def test_cond_prune(self, cycles): argument
[all …]
/aosp_15_r20/external/igt-gpu-tools/tests/i915/
H A Dgem_sync.c109 unsigned long cycles; in sync_ring() local
148 unsigned long cycles; in idle_ring() local
211 unsigned long cycles; in wakeup_ring() local
320 unsigned long cycles; in active_ring() local
390 unsigned long cycles; in active_wakeup_ring() local
527 unsigned long cycles; in store_ring() local
645 unsigned long cycles; in switch_ring() local
806 __store_many(int fd, unsigned ring, int timeout, unsigned long *cycles) in __store_many()
993 unsigned long cycles; in sync_all() local
1050 unsigned long cycles; in store_all() local
[all …]
/aosp_15_r20/packages/apps/Settings/tests/spa_unit/src/com/android/settings/datausage/lib/
DNetworkCycleBucketRepositoryTest.kt73 val cycles = repository.loadCycles() in createRepository() constant
103 val cycles = repository.loadCycles() in loadCycles_policyHasNoCycle_asFourWeeks() constant
130 val cycles = repository.loadCycles() in loadCycles_noPolicy_asFourWeeks() constant
/aosp_15_r20/out/soong/.intermediates/packages/apps/Settings/Settings-core/android_common/kapt/gen/stubs/com/android/settings/datausage/lib/
DAppDataUsageDetailsRepository.java13 private final java.util.List<java.lang.Long> cycles = null; field in AppDataUsageDetailsRepository
25 java.util.List<java.lang.Long> cycles, @org.jetbrains.annotations.NotNull() in AppDataUsageDetailsRepository()
51 java.util.List<java.lang.Long> cycles, @org.jetbrains.annotations.NotNull() in AppDataUsageDetailsRepository()
60 java.util.List<java.lang.Long> cycles, @org.jetbrains.annotations.NotNull() in AppDataUsageDetailsRepository()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhuman_readable_profile_builder.h49 absl::string_view category, int64_t cycles, int64_t flop_count, in AddOp()
66 int64_t cycles; member
73 double CyclesToSeconds(int64_t cycles) const { in CyclesToSeconds()
76 double CyclesToMicroseconds(int64_t cycles) const { in CyclesToMicroseconds()
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/registration/
H A Dregistration_saving_test.py118 def cycle(obj, cycles, signatures=None, options=None): argument
139 def test_registered_serializable(self, cycles): argument
169 def test_none_proto(self, cycles): argument
192 def test_deserialization_dependencies(self, cycles): argument
214 def test_registered_saver(self, cycles): argument
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/
H A DCameraServiceWatchdog.h44 #define WATCH_CUSTOM_TIMER(toMonitor, cycles, cycleLength) \ argument
56 uint32_t cycles; member
84 auto watchThread(T func, uint32_t tid, const char* functionName, uint32_t cycles, in watchThread()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/test/static_mutex/
Dstatic_mutex_test.cpp114 int cycles = 0; in thread1_proc() local
126 int cycles = 0; in thread2_proc() local
138 int cycles = 0; in thread3_proc() local
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmprof.go165 cycles int64 member
519 func blocksampled(cycles, rate int64) bool { argument
533 func saveblockevent(cycles, rate int64, skip int, which bucketType) { argument
719 cycles int64 // cycles attributable to "pending" (if set), otherwise to "stack" member
853 func saveBlockEventStack(cycles, rate int64, stk []uintptr, which bucketType) { argument
/aosp_15_r20/external/antlr/tool/src/main/java/org/antlr/tool/
H A DLeftRecursionCyclesMessage.java39 public Collection<? extends Collection<? extends Rule>> cycles; field in LeftRecursionCyclesMessage
41 public LeftRecursionCyclesMessage(Collection<? extends Collection<? extends Rule>> cycles) { in LeftRecursionCyclesMessage()
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/
H A DSleep.cu9 __global__ void spin_kernel(int64_t cycles) { in spin_kernel()
29 void sleep(int64_t cycles) { in sleep()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dxla_cluster_util_test.cc51 GraphCycles cycles; in TEST() local
70 GraphCycles cycles; in TEST() local
92 GraphCycles cycles; in TEST() local
/aosp_15_r20/hardware/google/pixel/power-libperfmgr/aidl/tests/
DUClampVoterTest.cpp263 Cycles const cycles(100); in TEST() local
280 Cycles const cycles(100); in TEST() local
301 Cycles const cycles(100); in TEST() local
/aosp_15_r20/external/perfetto/src/trace_processor/importers/perf/
H A Daux_stream_manager.h135 std::optional<uint64_t> ConvertTscToPerfTime(uint64_t cycles) { in ConvertTscToPerfTime()
157 uint64_t cycles) { in ConvertTscToPerfTime()
/aosp_15_r20/external/ow2-asm/asm-analysis/src/test/resources/
HDIssue316204.class ... [][]) Object[][] cycles StringBuffer cycleText int i int j String message org. ...
/aosp_15_r20/bionic/libc/bionic/
H A Dtime64.c201 int cycles = 0; in timegm64() local
464 int cycles; in seconds_between_years() local
529 int cycles = 0; in gmtime64_r() local
/aosp_15_r20/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/net/
H A DNetworkCycleDataLoaderTest.java107 final ArrayList<Long> cycles = new ArrayList<>(); in loadInBackground_hasCyclePeriod_shouldLoadDataForSpecificCycles() local
167 final ArrayList<Long> cycles = new ArrayList<>(); in loadDataForSpecificCycles_shouldRecordUsageForSpecifiedTime() local
/aosp_15_r20/external/grpc-grpc/src/core/lib/gpr/
H A Dtime_precise.cc116 gpr_timespec gpr_cycle_counter_to_time(gpr_cycle_counter cycles) { in gpr_cycle_counter_to_time()
149 gpr_timespec gpr_cycle_counter_to_time(gpr_cycle_counter cycles) { in gpr_cycle_counter_to_time()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gpr/
Dtime_precise.cc116 gpr_timespec gpr_cycle_counter_to_time(gpr_cycle_counter cycles) { in gpr_cycle_counter_to_time()
149 gpr_timespec gpr_cycle_counter_to_time(gpr_cycle_counter cycles) { in gpr_cycle_counter_to_time()
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/examples/armv4t/
Demu.rs148 let mut cycles = 0; in run() localVariable
165 let mut cycles = 0; in run() localVariable
/aosp_15_r20/external/autotest/client/cros/
H A Dstorage.py292 def wait_for_devices(self, storage_filter, time_to_sleep=1, cycles=10, argument
343 def wait_for_device(self, storage_filter, time_to_sleep=1, cycles=10, argument
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/datausage/
DDataUsageListAppsController.kt105 val cycles = ArrayList<Long>().apply { in <lambda>() constant
/aosp_15_r20/external/libdav1d/tests/checkasm/
H A Dcheckasm.c140 uint64_t cycles; member
429 const double cycles = (double)v->cycles / v->iterations - state.nop_time; in avg_cycles_per_call() local
448 const double cycles = avg_cycles_per_call(v); in print_benchs() local
982 void checkasm_update_bench(const int iterations, const uint64_t cycles) { in checkasm_update_bench()
/aosp_15_r20/libcore/ojluni/src/test/java/util/concurrent/tck/
H A DScheduledExecutorTest.java220 final int cycles = 8; in testFixedRateSequence() local
260 final int cycles = 8; in testFixedRateSequenceSkipMultipleMissedFixedRateTasksEnabled() local
313 final int cycles = 8; in testFixedRateSequenceSkipMultipleMissedFixedRateTasksDisabled() local
360 final int cycles = 8; in testFixedDelaySequence() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_conv.c66 double cycles, in write_tsv_row()
166 int64_t cycles[LP_TEST_NUM_SAMPLES]; in test_one() local

12345678910>>...20