/external/proguard/src/proguard/classfile/editor/ |
InterfaceSorter.java | 30 * This ClassVisitor sorts the interfaces of the program classes that it visits.
|
AttributeSorter.java | 32 * This ClassVisitor sorts the attributes of the classes that it visits.
|
/external/chromium_org/third_party/libxslt/libxslt/ |
xsltutils.c | 1075 * @sorts: array of sort nodes 1076 * @nbsorts: the number of sorts in the array 1082 xsltDefaultSortFunction(xsltTransformContextPtr ctxt, xmlNodePtr *sorts, 1101 if ((ctxt == NULL) || (sorts == NULL) || (nbsorts <= 0) || 1104 if (sorts[0] == NULL) 1106 comp = sorts[0]->psvi; 1115 comp = sorts[j]->psvi; 1119 xsltEvalAttrValueTemplate(ctxt, sorts[j], 1129 xsltTransformError(ctxt, NULL, sorts[j], 1138 comp->order = xsltEvalAttrValueTemplate(ctxt, sorts[j] [all...] |
xsltutils.h | 186 xmlNodePtr *sorts, 190 xmlNodePtr * sorts,
|
/external/libxslt/libxslt/ |
xsltutils.c | 1075 * @sorts: array of sort nodes 1076 * @nbsorts: the number of sorts in the array 1082 xsltDefaultSortFunction(xsltTransformContextPtr ctxt, xmlNodePtr *sorts, 1101 if ((ctxt == NULL) || (sorts == NULL) || (nbsorts <= 0) || 1104 if (sorts[0] == NULL) 1106 comp = sorts[0]->psvi; 1115 comp = sorts[j]->psvi; 1119 xsltEvalAttrValueTemplate(ctxt, sorts[j], 1129 xsltTransformError(ctxt, NULL, sorts[j], 1138 comp->order = xsltEvalAttrValueTemplate(ctxt, sorts[j] [all...] |
/external/skia/tools/ |
skdiff.h | 182 /// Comparison routine for qsort; sorts by fFractionDifference 210 /// Comparison routine for qsort; sorts by max(fAverageMismatch{RGB}) 231 /// Comparison routine for qsort; sorts by max(fMaxMismatch{RGB})
|
/frameworks/base/packages/DocumentsUI/res/values/ |
strings.xml | 51 <!-- Mode that sorts documents by their display name alphabetically [CHAR LIMIT=24] --> 53 <!-- Mode that sorts documents by their last modified time in descending order; most recent first [CHAR LIMIT=24] --> 55 <!-- Mode that sorts documents by their file size in descending order; largest first [CHAR LIMIT=24] -->
|
/external/chromium_org/base/memory/ |
memory_pressure_listener.h | 10 // Refer to memory_pressure_level_list.h for information about what sorts of
|
/external/chromium_org/content/test/plugin/ |
plugin_javascript_open_popup.cc | 79 // This code blindly follows the same sorts of verifications done on
|
/external/chromium_org/sync/notifier/ |
invalidator_registrar.h | 56 // Sorts incoming invalidations into a bucket for each handler and then
|
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/queue/ |
RenderQueue.java | 178 * <li>Bucket.Opaque: {@link com.jme3.renderer.queue.OpaqueComparator} which sorts 181 * sorts purely back to front by leading bounding edge with no material sort. 183 * sorts purely back to front by leading bounding edge with no material sort. this bucket is rendered after post processors. 186 * <li>Bucket.Gui: {@link com.jme3.renderer.queue.GuiComparator} sorts geometries back to
|
/external/openfst/src/include/fst/ |
statesort.h | 33 // Sorts the input states of an FST, modifying it. ORDER[i] gives the
|
topsort.h | 82 // Topologically sorts its input if acyclic, modifying it. Otherwise,
|
/external/replicaisland/src/com/replica/replicaisland/ |
PhasedObjectManager.java | 23 * A derivation of ObjectManager that sorts its children if they are of type PhasedObject.
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
statesort.h | 28 // Sorts the input states of an FST, modifying it. ORDER[i] gives the
|
topsort.h | 77 // Topologically sorts its input if acyclic, modifying it. Otherwise,
|
/libcore/luni/src/main/java/libcore/util/ |
CollectionUtils.java | 82 * Sorts and removes duplicate elements from {@code list}. This method does
|
/packages/apps/Exchange/src/com/android/exchange/eas/ |
EasSettings.java | 32 * While the settings command can be used for all sorts of things, we currently only use it to
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_sundry.py | 90 # can screw up all sorts of things (esp. if it prints!).
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_sundry.py | 90 # can screw up all sorts of things (esp. if it prints!).
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
AnnotationItem.java | 68 * Comparator that sorts (outer) instances by type id index. 87 * Sorts an array of instances, in place, by type id index,
|
/dalvik/dx/src/com/android/dx/dex/file/ |
AnnotationItem.java | 65 * Comparator that sorts (outer) instances by type id index. 84 * Sorts an array of instances, in place, by type id index,
|
/external/chromium_org/chrome/browser/download/ |
download_query.h | 22 // DownloadItem*s whose start time is 0 and whose id is odd, sorts primarily by 123 // Filters DownloadItem*s from |iter| to |last| into |results|, sorts
|
/external/chromium_org/tools/ |
sort-headers.py | 49 # The win32 api has all sorts of implicit include order dependencies :-/ 75 """Sorts the headers in infile, writing the sorted file to outfile."""
|
/external/chromium_org/v8/tools/ |
profile_view.js | 118 * Sorts the profile view using the specified sort function. 210 * Sorts all the node's children recursively.
|