/external/chromium_org/chrome/common/extensions/docs/server2/ |
manifest_data_source.py | 18 def sort_key(item): function in function:_ListifyAndSortDocs 58 return sorted(features.values(), key=sort_key)
|
/external/chromium_org/components/autofill/core/browser/ |
autofill_country.cc | 969 std::string sort_key = GetSortKey(*collator, local 992 std::string sort_key = GetSortKey(*collator, local [all...] |
/external/opencv/cvaux/src/ |
cvbgfg_gaussmix.cpp | 73 static void icvInsertionSortGaussians( CvGaussBGPoint* g_point, double* sort_key, CvGaussBGStatModelParams *bg_model_params ); 110 static void icvGetSortKey( const int nChannels, double* sort_key, const CvGaussBGPoint* g_point, 284 double sort_key[CV_BGFG_MOG_MAX_NGAUSSIANS]; local 310 icvGetSortKey( nChannels, sort_key, g_point, &bg_model_params ); 311 icvInsertionSortGaussians( g_point, sort_key, (CvGaussBGStatModelParams *)&bg_model_params ); 355 static void icvInsertionSortGaussians( CvGaussBGPoint* g_point, double* sort_key, CvGaussBGStatModelParams *bg_model_params ) 360 double index = sort_key[i]; 361 for( j = i; j > 0 && sort_key[j-1] < index; j-- ) //sort decending order 363 double temp_sort_key = sort_key[j]; 364 sort_key[j] = sort_key[j-1] [all...] |
/bionic/libc/kernel/uapi/linux/ |
som.h | 125 unsigned int sort_key :8; member in struct:space_dictionary_record 150 unsigned int sort_key :8; member in struct:subspace_dictionary_record
|
/development/ndk/platforms/android-L/include/linux/ |
som.h | 125 unsigned int sort_key :8; member in struct:space_dictionary_record 150 unsigned int sort_key :8; member in struct:subspace_dictionary_record
|
/external/kernel-headers/original/uapi/linux/ |
som.h | 111 unsigned int sort_key :8; /* for linker */ member in struct:space_dictionary_record 134 unsigned int sort_key :8; member in struct:subspace_dictionary_record
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
som.h | 111 unsigned int sort_key :8; /* for linker */ member in struct:space_dictionary_record 134 unsigned int sort_key :8; member in struct:subspace_dictionary_record
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
som.h | 111 unsigned int sort_key :8; /* for linker */ member in struct:space_dictionary_record 134 unsigned int sort_key :8; member in struct:subspace_dictionary_record
|
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/ |
som.h | 125 unsigned int sort_key :8; member in struct:space_dictionary_record 150 unsigned int sort_key :8; member in struct:subspace_dictionary_record
|
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/ |
som.h | 125 unsigned int sort_key :8; member in struct:space_dictionary_record 150 unsigned int sort_key :8; member in struct:subspace_dictionary_record
|
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/ |
som.h | 125 unsigned int sort_key :8; member in struct:space_dictionary_record 150 unsigned int sort_key :8; member in struct:subspace_dictionary_record
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/ |
som.h | 125 unsigned int sort_key :8; member in struct:space_dictionary_record 150 unsigned int sort_key :8; member in struct:subspace_dictionary_record
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/ |
som.h | 125 unsigned int sort_key :8; member in struct:space_dictionary_record 150 unsigned int sort_key :8; member in struct:subspace_dictionary_record
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/ |
som.h | 125 unsigned int sort_key :8; member in struct:space_dictionary_record 150 unsigned int sort_key :8; member in struct:subspace_dictionary_record
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
builtin-lock.c | 236 static const char *sort_key = "acquired"; variable 261 if (!strcmp(keys[i].name, sort_key)) { 267 pr_err("Unknown compare key: %s\n", sort_key); 936 OPT_STRING('k', "key", &sort_key, "acquired",
|
builtin-kvm.c | 95 const char *sort_key; member in struct:perf_kvm_stat 624 if (!strcmp(keys[i].name, kvm->sort_key)) { 630 pr_err("Unknown compare key:%s\n", kvm->sort_key); 1351 OPT_STRING('k', "key", &kvm->sort_key, "sort-key", [all...] |