HomeSort by relevance Sort by last modified time
    Searched full:rank (Results 76 - 100 of 200) sorted by null

1 2 34 5 6 7 8

  /external/dexmaker/src/dx/java/com/android/dx/ssa/
Dominators.java 41 * rank to keep the union-find tree balanced.
  /external/libvpx/examples/includes/geshi/geshi/
matlab.php 123 'rank','rat','rats','rbbox','rcond','real','realmax','realmin',
plsql.php 95 'RATIO_TO_REPORT', 'RANK', 'POWER', 'PERCENTILE_DISC',
sas.php 91 'RANGAM','RANGE','RANK','RANNOR','RANPOI','RANTBL','RANTRI',
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Config.java 229 * The minimum number of clicks needed to rank a source.
  /packages/providers/ApplicationsProvider/tests/src/com/android/providers/applications/
ApplicationsProviderTest.java 194 * The ApplicationsProvider must only rank by launch count if the caller
  /external/valgrind/main/mpi/
libmpiwrap.c     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp 121 /// GetConversionRank - Retrieve the implicit conversion rank
125 Rank[(int)ICK_Num_Conversion_Kinds] = {
151 return Rank[(int)Kind];
204 /// getRank - Retrieve the rank of this standard conversion sequence
205 /// (C++ 13.3.3.1.1p3). The rank is the largest rank of each of the
208 ImplicitConversionRank Rank = ICR_Exact_Match;
209 if (GetConversionRank(First) > Rank)
210 Rank = GetConversionRank(First);
211 if (GetConversionRank(Second) > Rank)
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
trees.c 842 int rank; /* index in bl_order */ local
851 for (rank = 0; rank < blcodes; rank++) {
852 Tracev((stderr, "\nbl code %2d ", bl_order[rank]));
853 send_bits(s, s->bl_tree[bl_order[rank]].Len, 3);
    [all...]
  /external/zlib/
trees.c 840 int rank; /* index in bl_order */ local
849 for (rank = 0; rank < blcodes; rank++) {
850 Tracev((stderr, "\nbl code %2d ", bl_order[rank]));
851 send_bits(s, s->bl_tree[bl_order[rank]].Len, 3);
    [all...]
  /external/bison/src/
vcg.h 183 /* vertical order is the level position (rank) of the node. We can also
546 (rank) of the summary node of an inner subgraph, if this subgraph is
562 /* Vertical order is the level position (rank) of the summary node of an
802 level (rank) where nodes are spread. Nodes of levels upper than
    [all...]
  /external/chromium/chrome/browser/history/
top_sites_unittest.cc 462 ASSERT_EQ(1, delta.added[0].rank);
464 ASSERT_EQ(2, delta.added[1].rank);
471 ASSERT_EQ(3, delta.moved[0].rank);
655 // Add new thumbnail at rank 0 and shift the other result to 1.
    [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp 2586 int rank; member in struct:CvPTreeNode
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandler.java 297 * Returns the rank of a specific record type to be used in determining the primary
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
trie_policy.hpp 337 // Updates the rank of a node through a node_iterator node_it;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/
trie_policy.hpp 338 // Updates the rank of a node through a node_iterator node_it;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/
trie_policy.hpp 338 // Updates the rank of a node through a node_iterator node_it;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
trie_policy.hpp 337 // Updates the rank of a node through a node_iterator node_it;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
trie_policy.hpp 337 // Updates the rank of a node through a node_iterator node_it;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
trie_policy.hpp 337 // Updates the rank of a node through a node_iterator node_it;
  /external/clang/include/clang/Sema/
Overload.h 101 /// ImplicitConversionRank - The rank of an implicit conversion
481 /// sequences and ambiguous conversion sequences the same rank,
  /frameworks/base/docs/html/training/basics/network-ops/
xml.jd 88 &lt;re:rank scheme="http://stackoverflow.com"&gt;0&lt;/re:rank&gt;
  /sdk/attribute_stats/src/
Analyzer.java 365 System.out.println(" Rank Count Share Attribute");
379 System.out.println(" Rank Count Share Attribute");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java 424 /** Natural ordering rank */
468 /** The relative rank of the view for natural ordering */
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/
Shakespeare.java 98 "To rank our chosen truth with such a show" +

Completed in 1535 milliseconds

1 2 34 5 6 7 8