Home
last modified time | relevance | path

Searched defs:sort_key (Results 1 – 25 of 40) sorted by relevance

12

/aosp_15_r20/external/toybox/toys/posix/
H A Dsort.c77 struct sort_key { struct
78 struct sort_key *next_key; // linked list argument
79 long range[4]; // start word, start char, end word, end char
80 int flags;
/aosp_15_r20/external/cronet/base/task/thread_pool/
H A Dpriority_queue.cc24 const TaskSourceSortKey& sort_key) in TaskSourceAndSortKey()
78 const TaskSourceSortKey& sort_key() const { return sort_key_; } in sort_key() function in base::internal::PriorityQueue::TaskSourceAndSortKey
163 TaskSourceSortKey sort_key) { in UpdateSortKey()
H A Dthread_group.cc295 auto sort_key = transaction_with_task_source.task_source->GetSortKey(); in ReEnqueueTaskSourceLockRequired() local
375 auto sort_key = transaction_with_task_source.task_source->GetSortKey(); in PushTaskSourceAndWakeUpWorkersImpl() local
424 bool ThreadGroup::ShouldYield(TaskSourceSortKey sort_key) { in ShouldYield()
H A Dpriority_queue_unittest.cc54 auto sort_key = task_source->GetSortKey(); in Push() local
/aosp_15_r20/external/pytorch/benchmarks/profiler_benchmark/
H A Dresnet_memory_profiler.py10 sort_key = "self_cpu_memory_usage" variable
14 sort_key = "self_cuda_memory_usage" variable
/aosp_15_r20/external/libchrome/base/task_scheduler/
H A Dpriority_queue.cc22 const SequenceSortKey& sort_key) in SequenceAndSortKey()
52 const SequenceSortKey& sort_key() const { return sort_key_; } in sort_key() function in base::internal::PriorityQueue::SequenceAndSortKey
/aosp_15_r20/external/libtracefs/src/
H A Dtracefs-hist.c499 add_sort_key(struct tracefs_hist *hist, const char *sort_key, char **list) in add_sort_key()
538 const char *sort_key) in tracefs_hist_add_sort_key()
566 const char *sort_key, ...) in tracefs_hist_set_sort_key()
601 static int end_match(const char *sort_key, const char *ending) in end_match()
627 char *sort_key; in tracefs_hist_sort_key_direction() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static_cfi/gen/proto/frameworks/base/core/proto/android/app/
Dnotification.pb.h725 inline const std::string& NotificationProto::sort_key() const { in sort_key() function
766 inline void NotificationProto::set_allocated_sort_key(std::string* sort_key) { in set_allocated_sort_key()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static/gen/proto/frameworks/base/core/proto/android/app/
Dnotification.pb.h725 inline const std::string& NotificationProto::sort_key() const { in sort_key() function
766 inline void NotificationProto::set_allocated_sort_key(std::string* sort_key) { in set_allocated_sort_key()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/linux/
Dsom.h111 unsigned int sort_key :8; /* for linker */ member
134 unsigned int sort_key :8; member
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/linux_glibc_x86_64_static/gen/proto/frameworks/base/core/proto/android/app/
Dnotification.pb.h754 inline const std::string& NotificationProto::sort_key() const { in sort_key() function
795 inline void NotificationProto::set_allocated_sort_key(std::string* sort_key) { in set_allocated_sort_key()
/aosp_15_r20/frameworks/base/core/proto/android/app/
H A Dnotification.proto37 optional string sort_key = 7 [ (.android.privacy).dest = DEST_EXPLICIT ]; field
/aosp_15_r20/external/rust/cxx/gen/build/src/
Ddeps.rs84 let sort_key = k[k.len() - counter_len..] in direct_dependencies() localVariable
/aosp_15_r20/device/google/cuttlefish_vmm/
Dgen_android_bp.py297 sort_key = lambda m: ( function
/aosp_15_r20/external/tensorflow/tensorflow/python/training/
H A Dcheckpoint_utils.py363 sort_key = lambda pair: pair[0] function
/aosp_15_r20/external/angle/build/android/gyp/
H A Dproguard.py595 def sort_key(path): function
/aosp_15_r20/external/cronet/build/android/gyp/
H A Dproguard.py552 def sort_key(path): function
/aosp_15_r20/external/angle/build/android/
H A Ddump_apk_resource_strings.py314 def ManagedPythonProfiling(enable_profiling, sort_key='tottime'): argument
/aosp_15_r20/external/cronet/build/android/
H A Ddump_apk_resource_strings.py314 def ManagedPythonProfiling(enable_profiling, sort_key='tottime'): argument
/aosp_15_r20/external/pigweed/pw_presubmit/py/pw_presubmit/
H A Dkeep_sorted.py201 def sort_key(line): function
/aosp_15_r20/external/rust/android-crates-io/crates/linkme-impl/src/
Delement.rs217 let sort_key = pos.into_iter().map(|pos| format!("{:04}", pos)); in do_expand() localVariable
/aosp_15_r20/external/python/cpython3/Tools/scripts/
Dstable_abi.py203 def sort_key(item): function
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_torchinductor_opinfo.py108 def sort_key(kv): function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dspecial_math_ops.py980 def sort_key(input_index, a): function
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/
H A Dnak_nir_lower_non_uniform_ldcx.c237 uint64_t sort_key; member

12