/aosp_15_r20/external/toybox/toys/posix/ |
H A D | sort.c | 77 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 D | priority_queue.cc | 24 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 D | thread_group.cc | 295 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 D | priority_queue_unittest.cc | 54 auto sort_key = task_source->GetSortKey(); in Push() local
|
/aosp_15_r20/external/pytorch/benchmarks/profiler_benchmark/ |
H A D | resnet_memory_profiler.py | 10 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 D | priority_queue.cc | 22 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 D | tracefs-hist.c | 499 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/ |
D | notification.pb.h | 725 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/ |
D | notification.pb.h | 725 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/ |
D | som.h | 111 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/ |
D | notification.pb.h | 754 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 D | notification.proto | 37 optional string sort_key = 7 [ (.android.privacy).dest = DEST_EXPLICIT ]; field
|
/aosp_15_r20/external/rust/cxx/gen/build/src/ |
D | deps.rs | 84 let sort_key = k[k.len() - counter_len..] in direct_dependencies() localVariable
|
/aosp_15_r20/device/google/cuttlefish_vmm/ |
D | gen_android_bp.py | 297 sort_key = lambda m: ( function
|
/aosp_15_r20/external/tensorflow/tensorflow/python/training/ |
H A D | checkpoint_utils.py | 363 sort_key = lambda pair: pair[0] function
|
/aosp_15_r20/external/angle/build/android/gyp/ |
H A D | proguard.py | 595 def sort_key(path): function
|
/aosp_15_r20/external/cronet/build/android/gyp/ |
H A D | proguard.py | 552 def sort_key(path): function
|
/aosp_15_r20/external/angle/build/android/ |
H A D | dump_apk_resource_strings.py | 314 def ManagedPythonProfiling(enable_profiling, sort_key='tottime'): argument
|
/aosp_15_r20/external/cronet/build/android/ |
H A D | dump_apk_resource_strings.py | 314 def ManagedPythonProfiling(enable_profiling, sort_key='tottime'): argument
|
/aosp_15_r20/external/pigweed/pw_presubmit/py/pw_presubmit/ |
H A D | keep_sorted.py | 201 def sort_key(line): function
|
/aosp_15_r20/external/rust/android-crates-io/crates/linkme-impl/src/ |
D | element.rs | 217 let sort_key = pos.into_iter().map(|pos| format!("{:04}", pos)); in do_expand() localVariable
|
/aosp_15_r20/external/python/cpython3/Tools/scripts/ |
D | stable_abi.py | 203 def sort_key(item): function
|
/aosp_15_r20/external/pytorch/test/inductor/ |
H A D | test_torchinductor_opinfo.py | 108 def sort_key(kv): function
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | special_math_ops.py | 980 def sort_key(input_index, a): function
|
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/ |
H A D | nak_nir_lower_non_uniform_ldcx.c | 237 uint64_t sort_key; member
|