/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
token.py | 111 tokens[val] = name # reverse so we can sort them... 113 keys.sort()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
Cookie.py | 501 items.sort() 599 items.sort() 610 items.sort() 619 items.sort()
|
token.py | 111 tokens[val] = name # reverse so we can sort them... 113 keys.sort()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
WindowList.py | 30 list.sort()
|
configDialog.py | 36 #The second value is the display name list sort index. 676 customKeyList.sort() [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
list_tests.py | 428 u.sort() 432 u.sort() 435 self.assertRaises(TypeError, u.sort, 42, 42) 439 u.sort(revcmp) 446 z.sort(myComparison) 448 self.assertRaises(TypeError, z.sort, 2) 453 self.assertRaises(ValueError, z.sort, selfmodifyingComparison) 455 self.assertRaises(TypeError, z.sort, lambda x, y: 's') 457 self.assertRaises(TypeError, z.sort, 42, 42, 42, 42)
|
test_mimetypes.py | 61 all.sort()
|
/system/media/camera/docs/ |
metadata-generate | 103 printf %s\\n "${git_directories[@]}" | sort | uniq
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
configDialog.py | 36 #The second value is the display name list sort index. 676 customKeyList.sort() [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/ |
eval.pass.cpp | 53 std::sort(u.begin(), u.end()); 113 std::sort(u.begin(), u.end()); 173 std::sort(u.begin(), u.end()); 233 std::sort(u.begin(), u.end()); 293 std::sort(u.begin(), u.end()); 353 std::sort(u.begin(), u.end()); 413 std::sort(u.begin(), u.end()); 473 std::sort(u.begin(), u.end()); 533 std::sort(u.begin(), u.end()); 593 std::sort(u.begin(), u.end()) [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
ManifestTestListAdapter.java | 104 Collections.sort(testCategories); 111 Collections.sort(tests, new Comparator<TestListItem>() {
|
/external/chromium/testing/gtest/test/ |
gtest_shuffle_test.py | 318 sorted_sharded_tests.sort() 321 sorted_active_tests.sort()
|
/external/chromium-trace/trace-viewer/ |
run_dev_server.py | 52 test_filenames.sort() 68 data_files.sort()
|
/external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/ |
publish.js | 51 var classes = symbols.filter(isaClass).sort(makeSortby("alias")); 119 allFiles = allFiles.sort(makeSortby("name"));
|
/external/chromium_org/cc/base/ |
scoped_ptr_vector.h | 158 inline void sort(Compare comp) { 159 std::sort(data_.begin(), data_.end(), comp);
|
/external/chromium_org/chrome/browser/profile_resetter/ |
resettable_settings_snapshot.cc | 35 std::sort(startup_.urls.begin(), startup_.urls.end()); 59 std::sort(enabled_extensions_.begin(), enabled_extensions_.end());
|
/external/chromium_org/chrome/browser/spellchecker/ |
spellcheck_message_filter_mac.cc | 142 std::sort(remote_results_.begin(), remote_results_.end(), CompareLocation); 143 std::sort(local_results_.begin(), local_results_.end(), CompareLocation);
|
/external/chromium_org/chrome/browser/ui/app_list/search/ |
mixer.cc | 151 std::sort(results_.begin(), results_.end()); 215 std::sort(results.begin(), results.end());
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/permissions/extension-questions/ |
popup.js | 6 var URL = 'http://api.stackoverflow.com/1.1/questions?max=10&sort=votes&tagged=google-chrome-extension';
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/ |
options.js | 38 keys.sort();
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
verify_filelist.py | 169 lines.sort(compare) 179 parser.add_option('-s', '--sort', action='store_true', 180 help='Sort the file list in place, rather than verifying the contents.') 183 if options.sort:
|
/external/chromium_org/testing/gtest/test/ |
gtest_shuffle_test.py | 318 sorted_sharded_tests.sort() 321 sorted_active_tests.sort()
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XPathNodeSet.cpp | 49 ASSERT(from + 1 < to); // Should not call this function with less that two nodes to sort. 110 // Sort it according to this subdivision, and recursively sort each group. 138 void NodeSet::sort() const function in class:WebCore::XPath::NodeSet 252 sort(); // FIXME: fully sorting the node-set just to find its first node is wasteful.
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
ApplicationCacheItemsView.js | 196 {title: WebInspector.UIString("Resource"), sort: WebInspector.DataGrid.Order.Ascending, sortable: true}, 227 this._resources.sort(comparator);
|
/external/chromium_org/third_party/icu/source/test/perf/perldriver/ |
PerfFramework.pm | 69 foreach $locale (sort keys %datafiles ) { 108 foreach $i ( sort keys %tests ) {
|