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

1 23 4 5 6 7 8

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
set_operations.h 401 const difference_type rank = borders[iam + 1]; local
403 multiseq_partition(sequence, sequence + 2, rank, offset, op.comp);
quicksort.h 44 * @param pivot_rank Desired rank of the pivot.
  /sdk/traceview/src/com/android/traceview/
MethodData.java 106 public void setRank(int rank) {
107 mRank = rank;
ProfileProvider.java 126 int rank = Integer.valueOf(numstr); local
128 if (md.getRank() == rank)
  /external/chromium/net/http/
http_auth_handler.h 93 // Numeric rank based on the challenge's security level. Higher
  /external/libvpx/examples/includes/geshi/geshi/
dot.php 57 'pagedir', 'peripheries', 'port_label_distance', 'quantum', 'rank', 'rankdir',
oracle11.php 359 'RANK',
oracle8.php 302 'RANK',
  /external/openfst/src/include/fst/
power-weight.h 35 // the free semimodule of rank n over W
sparse-power-weight.h 75 // the free semimodule of rank n over W
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
RankAwarePromoter.java 116 * rank of the corpus the result is part of.
  /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 145 // 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/
tree_policy.hpp 146 // 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/
tree_policy.hpp 146 // 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/
tree_policy.hpp 145 // 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/
tree_policy.hpp 145 // 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/
tree_policy.hpp 145 // Updates the rank of a node through a node_iterator node_it;
  /external/chromium/chrome/common/extensions/
extension.cc 178 // Rank extension locations in a way that allows
181 // with the higher rank, as returned by this function. The actual
185 int rank = kInvalidRank; // Will CHECK that rank is not kInvalidRank. local
190 rank = 6;
196 rank = 5;
202 rank = 4;
208 rank = 3;
212 rank = 2;
216 rank = 1
    [all...]
  /external/quake/quake/src/QW/progs/
client.qc 401 local float rank, rankmin, rankmax;
421 // the users rank must be between those two values
423 s = masterinfo (e, "rank");
424 rank = stof (s);
430 if (rank < rankmin)
437 if (rankmax < rank)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java 1064 Integer rank = rankMap.get(node); local
1071 Integer rank = usedIndexes.get(i); local
    [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoderCommon.h 74 /* Class name Rank Rationale for rank assignment */
  /external/openssl/crypto/des/
des_opts.c 427 int rank[16]; local
437 rank[i]=0;
  /dalvik/dx/src/com/android/dx/ssa/
Dominators.java 41 * rank to keep the union-find tree balanced.
  /external/chromium/chrome/browser/autocomplete/
autocomplete_match.h 134 // returned by various providers. This is used to rank matches among all
  /external/clang/include/clang/Sema/
TypoCorrection.h 222 /// \brief Method used by Sema::CorrectTypo to assign an "edit distance" rank

Completed in 1111 milliseconds

1 23 4 5 6 7 8