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

<<616263646566

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
ParseTreeTransforms.py 409 """Sort items/subsequences so that all items and subsequences that
415 This implies a partial order, and the sort must be stable to
417 simple insertion sort (which is very fast for short sequences, the
    [all...]
PyrexTypes.py 915 Make sure we sort highest, as instance checking on py_type_name
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.cc 511 // use the offset in our pref table to determine the sort order.
540 std::sort(codecs_.begin(), codecs_.end(), &AudioCodec::Preferable);
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
gl_mangle.h 9 grep '^GLAPI' $files | sed -e 's/.*ENTRY gl\([^( ]*\).*$/#define gl\1 MANGLE(\1)/' | sort | uniq
    [all...]
  /external/chromium_org/third_party/polymer/components-chromium/core-component-page/
core-component-page-extracted.js     [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/src/
SkPdfRenderer.cpp     [all...]
  /external/clang/lib/Driver/
ToolChains.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 337 // Sort the values by-pointer so that they are efficient to look up with a
339 std::sort(ResolveConstants.begin(), ResolveConstants.end());
    [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 751 // Sort the uses. This arranges for the offsets to be in ascending order,
753 std::sort(Slices.begin(), Slices.end());
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 9 grep '^GLAPI' $files | sed -e 's/.*ENTRY gl\([^( ]*\).*$/#define gl\1 MANGLE(\1)/' | sort | uniq
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/
configure 447 # Don't try to exec as it changes $[0], causing all sort of problems
    [all...]
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/chromium_org/chrome/browser/resources/history/
history.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-tagcloud.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-tagcloud.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-tagcloud.js     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 237 std::sort(ExistingFeatures.begin(), ExistingFeatures.end());
238 std::sort(ReadFeatures.begin(), ReadFeatures.end());
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 475 // Primarily, sort the SCEVs by their getSCEVType().
488 // Sort SCEVUnknown values with some loose heuristics. TODO: This is
505 // Sort arguments by their position.
650 // Do the rough sort by complexity.
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/chromium_org/sync/engine/
syncer_unittest.cc 480 // If this test starts failing, be aware other sort orders could be valid.
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 772 }).sort(function(left, right) {
    [all...]

Completed in 957 milliseconds

<<616263646566