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

<<21222324252627282930>>

  /external/doclava/src/com/google/doclava/
TodoFile.java 72 Arrays.sort(classes);
  /external/emma/core/java12/com/vladium/jcd/cls/
ClassDef.java 320 Arrays.sort (ifcs);
349 Arrays.sort (fds, 0, fcount);
418 Arrays.sort (cds, 0, ccount);
432 Arrays.sort (mds, 0, mcount);
  /external/fonttools/Lib/fontTools/ttLib/tables/
_h_d_m_x.py 58 glyphNames.sort()
  /external/junit/src/org/junit/experimental/max/
MaxCore.java 29 * <li> Sort groups such that the most recent failure date is first, and never-failing tests are at the end.
98 Collections.sort(leaves, fHistory.testComparator());
  /external/libvpx/libvpx/build/make/
Android.mk 134 CODEC_SRCS_UNIQUE = $(sort $(CODEC_SRCS))
  /external/lldb/source/Core/
Timer.cpp 242 std::sort (sorted_iterators.begin(), sorted_iterators.end(), CategoryMapIteratorSortCriterion);
  /external/lldb/source/Interpreter/
OptionValueFileSpecLIst.cpp 151 // Sort and then erase in reverse so indexes are always valid
152 std::sort(remove_indexes.begin(), remove_indexes.end());
OptionValuePathMappings.cpp 152 // Sort and then erase in reverse so indexes are always valid
153 std::sort(remove_indexes.begin(), remove_indexes.end());
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 143 // Sort so edges to the same node are adjacent.
144 std::sort(Weights.begin(), Weights.end(),
621 std::sort(Headers.begin(), Headers.end());
655 std::sort(Headers.begin(), Headers.end());
656 std::sort(Others.begin(), Others.end());
  /external/llvm/tools/llvm-shlib/
Makefile 95 | sort -u) > $@
  /external/llvm/utils/TableGen/
CodeGenTarget.cpp 220 std::sort(RegAltNameIndices.begin(), RegAltNameIndices.end(), LessRecord());
260 std::sort(LegalValueTypes.begin(), LegalValueTypes.end());
324 // Sort them by name.
325 std::sort(InstrsByEnum.begin() + EndOfPredefines, InstrsByEnum.end(),
596 // Sort the argument attributes for later benefit.
597 std::sort(ArgumentAttributes.begin(), ArgumentAttributes.end());
DAGISelEmitter.cpp 94 // Otherwise, if the patterns might both match, sort based on complexity,
113 // Sort based on the UID of the pattern, giving us a deterministic ordering
138 // Add all the patterns to a temporary list so we can sort them.
144 // We want to process the matches in order of minimal cost. Sort the patterns
146 std::sort(Patterns.begin(), Patterns.end(), PatternSortingPredicate(CGP));
  /external/mesa3d/src/mapi/glapi/gen/
extension_helper.py 210 keys.sort()
gl_procs.py 161 keys.sort()
remap_helper.py 143 extensions.sort()
  /external/mockito/src/org/mockito/internal/configuration/injection/
PropertyAndSetterInjection.java 128 Collections.sort(declaredFields, superTypesLast);
  /external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
GetAndPostIntegrationTest.java 118 Collections.sort(p);
  /build/core/
Makefile 106 BUILD_VERSION_TAGS := $(subst $(space),$(comma),$(sort $(BUILD_VERSION_TAGS)))
297 $(sort $(filter $(TARGET_OUT)/% $(TARGET_OUT_DATA)/%, \
390 $(sort $(foreach m, $(ALL_MODULES), $(ALL_MODULES.$(m).EVENT_LOG_TAGS)))
405 $(sort $(foreach m,\
704 INTERNAL_USERIMAGES_BINARY_PATHS := $(sort $(dir $(INTERNAL_USERIMAGES_DEPS)))
    [all...]
install_jni_libs.mk 91 jni_shared_libraries_abis := $(sort $(jni_shared_libraries_abis))
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
ManifestTestListAdapter.java 135 Collections.sort(testCategories);
142 Collections.sort(tests, new Comparator<TestListItem>() {
  /cts/build/
test_package.mk 32 cts_src_dirs += $(sort $(dir $(LOCAL_GENERATED_SOURCES)))
  /external/antlr/antlr-3.4/runtime/Python/
setup.py 104 testFiles.sort()
238 testFiles.sort()
  /external/ceres-solver/internal/ceres/
graph_algorithms.h 121 sort(vertex_queue.begin(), vertex_queue.end(),
165 // degree. The input ordering is used to stabilize this sort, i.e., if
283 // Sort of the edges in the graph in decreasing order of their
311 sort(weighted_edges.rbegin(), weighted_edges.rend());
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_dispatch.py 96 paths.sort()
128 warnings.sort()
  /external/chromium_org/ash/display/
display_change_observer_chromeos.cc 97 std::sort(
149 std::sort(

Completed in 307 milliseconds

<<21222324252627282930>>