HomeSort by relevance Sort by last modified time
    Searched full:ordered (Results 151 - 175 of 1823) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/clang/include/clang/Basic/
ExceptionSpecificationType.h 52 // CanThrowResult constants are ordered so that the maximum is the correct
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/
results.html 20 The lines are ordered in descending order (from the most recent to the oldest build).
  /external/libvpx/libvpx/tools/
wrap-commit-msg.py 17 * This won't handle the case of a bulleted (or ordered) list specially, so
  /external/markdown/MarkdownTest/Tests_2004/
Ordered and unordered lists.html 55 <h2>Ordered</h2>
Ordered and unordered lists.text-out 66 <h2>Ordered</h2>
Ordered and unordered lists.text-res 66 <h2>Ordered</h2>
  /external/markdown/MarkdownTest/Tests_2007/
Ordered and unordered lists.html 55 <h2>Ordered</h2>
  /external/markdown/tests/markdown-test/
ordered-and-unordered-list.html 58 <h2>Ordered</h2>
  /external/regex-re2/re2/testing/
string_generator_test.cc 59 // Check that string is properly ordered w.r.t. previous string.
  /external/sfntly/cpp/src/sfntly/tools/subsetter/
subsetter.h 43 // This will use the list of cmap ids as an ordered priority and look for
  /external/skia/src/gpu/
GrBinHashKey.h 19 * Keys are computed from ENTRY objects. ENTRY must be fully ordered by a member:
  /external/smack/src/org/jivesoftware/smackx/
XHTMLText.java 270 * Appends a tag that creates an ordered list. "Ordered" means that the order of the items
273 * @param style the style of the ordered list
287 * Appends a tag that indicates that an ordered list section ends.
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/properties/
XMPAliasInfo.java 42 * (ARRAY), a simple property to an ordered array
  /frameworks/base/core/res/res/layout/
date_picker.xml 22 <!-- Warning: everything within the "pickers" layout is removed and re-ordered
date_picker_holo.xml 22 <!-- Warning: everything within the "pickers" layout is removed and re-ordered
  /frameworks/base/tests/HwAccelerationTest/res/layout/
date_picker.xml 40 <!-- Warning: everything within the parent is removed and re-ordered depending
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CellBroadcastHandler.java 58 * @return true if an ordered broadcast was sent; false on failure
  /libcore/luni/src/main/java/java/lang/
CharSequence.java 22 * This interface represents an ordered set of characters and defines the
  /libcore/luni/src/main/java/org/w3c/dom/
NameList.java 16 * The <code>NameList</code> interface provides the abstraction of an ordered
  /packages/apps/Camera2/src/com/android/camera/data/
LocalDataList.java 27 * Fast access data structure for an ordered LocalData list.
  /packages/apps/Contacts/res/menu-sw600dp/
people_options.xml 36 Buttons will be added in the order added/inflated. Ordered buttons will be added
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
EventLogTags.logtags 21 # @param enabled_sources A pipe-separated list of source names, ordered by source ranking.
  /external/ceres-solver/include/ceres/
ordered_groups.h 40 // A class for storing and manipulating an ordered collection of
49 // Groups are ordered by their group id.
  /external/chromium_org/courgette/
adjustment_method.cc 51 // LabelInfos are in a doubly linked list ordered by address (label_->rva_) so
619 typedef std::set<LabelInfo*, OrderLabelInfoByAddressAscending> Ordered;
620 Ordered ordered; local
622 ordered.insert(*p);
624 for (Ordered::iterator p = ordered.begin(); p != ordered.end(); ++p) {
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCDataChannel.cpp 83 bool RTCDataChannel::ordered() const function in class:WebCore::RTCDataChannel
85 return m_handler->ordered();

Completed in 532 milliseconds

1 2 3 4 5 67 8 91011>>