HomeSort by relevance Sort by last modified time
    Searched refs:sort (Results 951 - 975 of 1632) sorted by null

<<31323334353637383940>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
ComponentResults.java 71 Arrays.sort(sortedNames, new Comparator() {
ScenarioResults.java 58 Arrays.sort(builds, comparator);
  /external/eigen/Eigen/src/SparseCore/
ConservativeSparseSparseProduct.h 83 // FIXME implement fast sort algorithms for very small nnz
84 // if the result is sparse enough => use a quick sort
92 if(nnz>1) std::sort(indices.data(),indices.data()+nnz);
141 // sort the non zeros:
235 // sort the non zeros:
  /external/emma/core/java12/com/vladium/emma/report/lcov/
ReportGenerator.java 261 java.util.Arrays.sort(lineCoverageKeys);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
MapNavigationTester.java 56 Collections.sort(entries, Helpers.<K, V>entryComparator(navigableMap.comparator()));
  /external/icu/icu4c/source/i18n/
identifier_info.cpp 300 sorted.sort(uhash_compareScriptSet, status);
  /external/icu/icu4c/source/test/perf/perldriver/
Output.pm 266 for $key (sort keys %raw) {
  /external/llvm/lib/Support/
Timer.cpp 315 // Sort the timers in descending order by amount of time taken.
316 std::sort(TimersToPrint.begin(), TimersToPrint.end());
  /external/llvm/tools/llvm-readobj/
StreamWriter.h 117 std::sort(SetFlags.begin(), SetFlags.end(), &flagName<TFlag>);
  /external/llvm/utils/Misc/
zkill 206 items.sort()
  /external/markdown/
test-markdown.py 205 tests.sort()
  /external/oauth/core/src/main/java/net/oauth/signature/
OAuthSignatureMethod.java 192 Collections.sort(p);
  /external/oprofile/libpp/
profile_container.cpp 213 // Give a sort order on filename for the selected pclass.
228 // now sort the file_by_samples entry.
229 sort(file_by_samples.begin(), file_by_samples.end());
  /external/owasp/sanitizer/empiricism/
html-containment.js 366 v.sort();
370 props.sort(
  /external/ceres-solver/internal/ceres/
problem_impl.cc 257 sort(sorted_parameter_blocks.begin(), sorted_parameter_blocks.end());
657 sort(all_parameter_blocks.begin(), all_parameter_blocks.end());
658 sort(included_parameter_blocks.begin(), included_parameter_blocks.end());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
ObjectPropertiesSection.js 520 properties.sort(comparator);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
HeapSnapshotGridNodes.js 453 sort: function()
475 child.sort();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
TabbedPane.js 584 tabsToShow.sort(compareFunction);
661 measuredWidths.sort(function(x, y) { return x - y });
706 tabsToShowIndexes.sort(function(x, y) { return x - y });
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
display-profiler-output 176 @bytecode.values.sort{|a, b| a.bytecodeIndex <=> b.bytecodeIndex}.each {
556 $bytecodes.sort {
736 myOrigins.sort! {
  /external/chromium_org/third_party/libvpx/source/libvpx/
libs.mk 208 @echo $(CODEC_SRCS) | xargs -n1 echo | sort -u > $@
405 @echo $(LIBVPX_TEST_SRCS) | xargs -n1 echo | sort -u > $@
483 LIBVPX_TEST_OBJS=$(sort $(call objs,$(LIBVPX_TEST_SRCS)))
535 @echo "ENABLED_SECTIONS += $(sort $(CODEC_DOC_SECTIONS))" >> $@
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
python_message.py 579 all_fields.sort(key = lambda item: item[0].number)
680 # Sort unknown fields because their order shouldn't affect equality test.
682 unknown_fields.sort()
684 other_unknown_fields.sort()
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-table.cc 57 #include <algorithm> // for sort(), equal(), and copy()
71 using std::sort;
347 sort(list, list + num_buckets_, ByAllocatedSpace);
687 // Sort buckets by decreasing leaked size
696 sort(entries, entries + n);
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
forward_error_correction.cc 498 // position, and then just insert the new packet. Would get rid of the sort.
500 recovered_packet_list->sort(SortablePacket::LessThan);
565 // position, and then just insert the new packet. Would get rid of the sort.
567 fec_packet_list_.sort(SortablePacket::LessThan);
736 // the sort.
738 recovered_packet_list->sort(SortablePacket::LessThan);
    [all...]
  /external/chromium_org/tools/
bisect-builds.py 399 revlist.sort()
412 revlist_all.sort()
    [all...]
  /external/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 210 // Sort the implicit groups, so we can warn about them deterministically.
217 std::sort(GroupDiags.begin(), GroupDiags.end(), beforeThanCompare);
219 std::sort(SortedGroups.begin(), SortedGroups.end(), beforeThanCompareGroups);
    [all...]

Completed in 927 milliseconds

<<31323334353637383940>>