HomeSort by relevance Sort by last modified time
    Searched refs:order (Results 276 - 300 of 1317) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/history/
visit_filter.h 20 // It also stores sorting order of the returned resilts.
27 // functions produce vectors that are sorted in order from most recent to
54 // How the filter width is used depends on the sorting order. For
72 // Sorting order that results after applying this filter are sorted by.
90 void set_sorting_order(SortingOrder order) {
91 sorting_order_ = order;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTUnicodeSort.cpp 95 if ((comp->order == NULL) && (comp->has_order != 0)) {
96 comp->order = xsltEvalAttrValueTemplate(ctxt, sorts[j],
97 (const xmlChar *) "order",
99 if (comp->order != NULL) {
101 if (xmlStrEqual(comp->order, (const xmlChar *) "ascending"))
103 else if (xmlStrEqual(comp->order,
108 "xsltDoSortFunction: invalid value %s for order\n",
109 comp->order);
279 /* The order needs to be recomputed each time */
280 xmlFree((void *)(comp->order));
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
coleitr.cpp 254 int32_t CollationElementIterator::strengthOrder(int32_t order) const
259 order &= RuleBasedCollator::PRIMARYDIFFERENCEONLY;
262 order &= RuleBasedCollator::SECONDARYDIFFERENCEONLY;
265 return order;
276 const RuleBasedCollator* order,
309 m_data_ = ucol_openElements(order->ucollator, string, length, &status);
324 const RuleBasedCollator* order,
342 Normalizer::EMode decomp = order->getStrength() == Collator::IDENTICAL
343 ? Normalizer::NO_OP : order->getDecomposition();
377 m_data_ = ucol_openElements(order->ucollator, buffer, length, &status)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
eck_prn.c 155 *order=NULL, *cofactor=NULL; local
204 (b = BN_new()) == NULL || (order = BN_new()) == NULL ||
234 if (!EC_GROUP_get_order(x, order, NULL) ||
257 if (buf_len < (i = (size_t)BN_num_bytes(order)))
326 if ((order != NULL) && !ASN1_bn_print(bp, "Order: ", order,
345 if (order)
346 BN_free(order);
  /external/chromium_org/third_party/skia/include/core/
SkDeviceProperties.h 71 static Layout fromOldLayout(SkFontLCDConfig::LCDOrder order) {
72 switch (order) {
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
OneSizeGenerator.java 86 public Iterable<E> order(List<E> insertionOrder) { method in class:OneSizeGenerator
87 return generator.order(insertionOrder);
  /external/icu4c/i18n/
coleitr.cpp 255 int32_t CollationElementIterator::strengthOrder(int32_t order) const
260 order &= RuleBasedCollator::PRIMARYDIFFERENCEONLY;
263 order &= RuleBasedCollator::SECONDARYDIFFERENCEONLY;
266 return order;
277 const RuleBasedCollator* order,
310 m_data_ = ucol_openElements(order->ucollator, string, length, &status);
325 const RuleBasedCollator* order,
343 Normalizer::EMode decomp = order->getStrength() == Collator::IDENTICAL
344 ? Normalizer::NO_OP : order->getDecomposition();
378 m_data_ = ucol_openElements(order->ucollator, buffer, length, &status)
    [all...]
  /external/openssl/crypto/ec/
eck_prn.c 155 *order=NULL, *cofactor=NULL; local
204 (b = BN_new()) == NULL || (order = BN_new()) == NULL ||
234 if (!EC_GROUP_get_order(x, order, NULL) ||
257 if (buf_len < (i = (size_t)BN_num_bytes(order)))
326 if ((order != NULL) && !ASN1_bn_print(bp, "Order: ", order,
345 if (order)
346 BN_free(order);
  /external/skia/include/core/
SkDeviceProperties.h 71 static Layout fromOldLayout(SkFontLCDConfig::LCDOrder order) {
72 switch (order) {
  /external/valgrind/main/helgrind/tests/
tc14_laog_dinphils.stderr.exp 12 Thread #x: lock order "0x........ before 0x........" violated
14 Observed (incorrect) order is: acquisition of lock at 0x........
  /external/wpa_supplicant_8/
Android.mk 7 # The order of the 2 Android.mks does matter!
  /frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
Cube.java 70 // must have their byte order set to native order
73 vbb.order(ByteOrder.nativeOrder());
79 cbb.order(ByteOrder.nativeOrder());
  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
ChunkHandler.java 66 out.order(ChunkHandler.CHUNK_ORDER);
81 in.order(CHUNK_ORDER);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
tree_policy.hpp 89 // entry with the __order order, or a const_iterator to the
90 // container object's end if order is at least the size of the
93 find_by_order(size_type order) const;
96 // with the __order order, or an iterator to the container
97 // object's end if order is at least the size of the container
100 find_by_order(size_type order);
102 // Returns the order of a key within a sequence. For exapmle, if
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/
tree_policy.hpp 90 // entry with the __order order, or a const_iterator to the
91 // container object's end if order is at least the size of the
94 find_by_order(size_type order) const;
97 // with the __order order, or an iterator to the container
98 // object's end if order is at least the size of the container
101 find_by_order(size_type order);
103 // Returns the order of a key within a sequence. For exapmle, if
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/
tree_policy.hpp 90 // entry with the __order order, or a const_iterator to the
91 // container object's end if order is at least the size of the
94 find_by_order(size_type order) const;
97 // with the __order order, or an iterator to the container
98 // object's end if order is at least the size of the container
101 find_by_order(size_type order);
103 // Returns the order of a key within a sequence. For exapmle, if
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
tree_policy.hpp 89 // entry with the __order order, or a const_iterator to the
90 // container object's end if order is at least the size of the
93 find_by_order(size_type order) const;
96 // with the __order order, or an iterator to the container
97 // object's end if order is at least the size of the container
100 find_by_order(size_type order);
102 // Returns the order of a key within a sequence. For exapmle, if
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
tree_policy.hpp 89 // entry with the __order order, or a const_iterator to the
90 // container object's end if order is at least the size of the
93 find_by_order(size_type order) const;
96 // with the __order order, or an iterator to the container
97 // object's end if order is at least the size of the container
100 find_by_order(size_type order);
102 // Returns the order of a key within a sequence. For exapmle, if
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
tree_policy.hpp 89 // entry with the __order order, or a const_iterator to the
90 // container object's end if order is at least the size of the
93 find_by_order(size_type order) const;
96 // with the __order order, or an iterator to the container
97 // object's end if order is at least the size of the container
100 find_by_order(size_type order);
102 // Returns the order of a key within a sequence. For exapmle, if
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/
tree_policy.hpp 89 // entry with the __order order, or a const_iterator to the
90 // container object's end if order is at least the size of the
93 find_by_order(size_type order) const;
96 // with the __order order, or an iterator to the container
97 // object's end if order is at least the size of the container
100 find_by_order(size_type order);
102 // Returns the order of a key within a sequence. For exapmle, if
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
tree_policy.hpp 90 // entry with the __order order, or a const_iterator to the
91 // container object's end if order is at least the size of the
94 find_by_order(size_type order) const;
97 // with the __order order, or an iterator to the container
98 // object's end if order is at least the size of the container
101 find_by_order(size_type order);
103 // Returns the order of a key within a sequence. For exapmle, if
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
tree_policy.hpp 90 // entry with the __order order, or a const_iterator to the
91 // container object's end if order is at least the size of the
94 find_by_order(size_type order) const;
97 // with the __order order, or an iterator to the container
98 // object's end if order is at least the size of the container
101 find_by_order(size_type order);
103 // Returns the order of a key within a sequence. For exapmle, if
  /cts/tests/tests/opengl/src/android/opengl/cts/
RendererOneColorBufferTest.java 59 // The order we like to connect them.
67 .order(ByteOrder.nativeOrder()).asFloatBuffer();
71 ibb.order(ByteOrder.nativeOrder());
77 order(ByteOrder.nativeOrder()).asFloatBuffer();
85 .order(ByteOrder.nativeOrder()).asFloatBuffer();
89 ibb.order(ByteOrder.nativeOrder());
95 order(ByteOrder.nativeOrder()).asFloatBuffer();
  /external/chromium_org/components/browser_context_keyed_service/
dependency_graph.cc 48 std::vector<DependencyNode*>* order) {
52 *order = construction_order_;
57 std::vector<DependencyNode*>* order) {
61 *order = construction_order_;
63 // Destroy nodes in reverse order.
64 std::reverse(order->begin(), order->end());
  /external/chromium_org/third_party/openssl/openssl/crypto/ecdsa/
ecs_lib.c 231 BIGNUM *order=NULL; local
241 if ((order = BN_new()) == NULL) return 0;
242 if (!EC_GROUP_get_order(group,order,NULL))
244 BN_clear_free(order);
247 i=BN_num_bits(order);
257 BN_clear_free(order);

Completed in 2666 milliseconds

<<11121314151617181920>>