/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
type_traits | 370 /// rank 372 struct rank 376 struct rank<_Tp[_Size]> 377 : public integral_constant<std::size_t, 1 + rank<_Tp>::value> { }; 380 struct rank<_Tp[]> 381 : public integral_constant<std::size_t, 1 + rank<_Tp>::value> { }; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
type_traits | 370 /// rank 372 struct rank 376 struct rank<_Tp[_Size]> 377 : public integral_constant<std::size_t, 1 + rank<_Tp>::value> { }; 380 struct rank<_Tp[]> 381 : public integral_constant<std::size_t, 1 + rank<_Tp>::value> { }; [all...] |
/external/openfst/src/include/fst/ |
random-weight.h | 262 // of rank n of the weights for the generator G. 322 // of rank n of the weights for the generator G.
|
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
|
/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;
|
/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',
|
/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/5/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/6/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/7/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/8/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;
|