/external/guava/src/com/google/common/collect/ |
D | ExplicitOrdering.java | 40 return rank(left) - rank(right); // safe because both are nonnegative in compare() 43 private int rank(T value) { in rank() method in ExplicitOrdering 44 Integer rank = rankMap.get(value); in rank() local 45 if (rank == null) { in rank() 48 return rank; in rank() 54 int rank = 0; in buildRankMap() local 56 builder.put(value, rank++); in buildRankMap()
|
/external/llvm/lib/CodeGen/ |
D | StrongPHIElimination.cpp | 81 Node(unsigned v) : value(v), rank(0) { parent.setPointer(this); } in Node() 87 unsigned rank; member 444 if (Node1->rank > Node2->rank) { in unionRegs() 446 } else if (Node1->rank < Node2->rank) { in unionRegs() 450 Node1->rank++; in unionRegs()
|
/external/chromium/chrome/browser/history/ |
D | top_sites_backend.cc | 125 db_->SetPageThumbnail(delta.added[i].url, delta.added[i].rank, Images()); in UpdateTopSitesOnDBThread() 128 db_->UpdatePageRank(delta.moved[i].url, delta.moved[i].rank); in UpdateTopSitesOnDBThread()
|
D | top_sites_database.cc | 149 int rank = GetURLRank(url); in SetPageThumbnail() local 150 if (rank == -1) { in SetPageThumbnail()
|
D | history_types.h | 617 int rank; member
|
D | top_sites_unittest.cc | 462 ASSERT_EQ(1, delta.added[0].rank); in TEST_F() 464 ASSERT_EQ(2, delta.added[1].rank); in TEST_F() 471 ASSERT_EQ(3, delta.moved[0].rank); in TEST_F()
|
D | top_sites.cc | 472 added.rank = i; in DiffMostVisited() 478 moved.rank = i; in DiffMostVisited()
|
/external/valgrind/main/mpi/ |
D | mpiwrap_type_test.c | 224 int rank, size; in main() local 244 MPI_Comm_rank( MPI_COMM_WORLD, &rank ); in main() 246 if (rank == 0) { in main()
|
D | libmpiwrap.c | 2130 int WRAPPER_FOR(PMPI_Comm_rank)(MPI_Comm comm, int *rank) in WRAPPER_FOR() 2136 check_mem_is_addressable_untyped(rank, sizeof(*rank)); in WRAPPER_FOR() 2137 CALL_FN_W_WW(err, fn, comm,rank); in WRAPPER_FOR() 2138 make_mem_defined_if_addressable_if_success_untyped(err, rank, sizeof(*rank)); in WRAPPER_FOR()
|
/external/qemu/distrib/zlib-1.2.3/ |
D | 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);
|
/external/zlib/ |
D | trees.c | 846 int rank; /* index in bl_order */ local 855 for (rank = 0; rank < blcodes; rank++) { 856 Tracev((stderr, "\nbl code %2d ", bl_order[rank])); 857 send_bits(s, s->bl_tree[bl_order[rank]].Len, 3);
|
/external/openssl/crypto/des/ |
D | des_opts.c | 427 int rank[16]; in main() local 437 rank[i]=0; in main()
|
/external/chromium/chrome/common/extensions/ |
D | extension.cc | 185 int rank = kInvalidRank; // Will CHECK that rank is not kInvalidRank. in GetLocationRank() local 190 rank = 6; in GetLocationRank() 196 rank = 5; in GetLocationRank() 202 rank = 4; in GetLocationRank() 208 rank = 3; in GetLocationRank() 212 rank = 2; in GetLocationRank() 216 rank = 1; in GetLocationRank() 221 rank = 0; in GetLocationRank() 228 CHECK(rank != kInvalidRank); in GetLocationRank() 229 return rank; in GetLocationRank()
|
/external/quake/quake/src/QW/progs/ |
D | 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)
|
/external/opencv/cxcore/src/ |
D | cxdatastructs.cpp | 2586 int rank; member 2685 if( root->rank > root2->rank ) in cvSeqPartition() 2690 root2->rank += root->rank == root2->rank; in cvSeqPartition() 2732 if( node->rank >= 0 ) in cvSeqPartition() 2733 node->rank = ~class_idx++; in cvSeqPartition() 2734 idx = ~node->rank; in cvSeqPartition()
|
/external/valgrind/main/memcheck/ |
D | mc_main.c | 493 static void insert_into_auxmap_L1_at ( Word rank, AuxMapEnt* ent ) in insert_into_auxmap_L1_at() argument 497 tl_assert(rank >= 0 && rank < N_AUXMAP_L1); in insert_into_auxmap_L1_at() 498 for (i = N_AUXMAP_L1-1; i > rank; i--) in insert_into_auxmap_L1_at() 500 auxmap_L1[rank].base = ent->base; in insert_into_auxmap_L1_at() 501 auxmap_L1[rank].ent = ent; in insert_into_auxmap_L1_at()
|
/external/webrtc/src/modules/audio_processing/aecm/main/matlab/ |
D | compsup.m | 42 mLim=10; % rank of matrix G
|
/external/valgrind/main/exp-ptrcheck/ |
D | h_main.c | 647 static void insert_into_primap_L1_at ( Word rank, PriMapEnt* ent ) in insert_into_primap_L1_at() argument 651 tl_assert(rank >= 0 && rank < N_PRIMAP_L1); in insert_into_primap_L1_at() 652 for (i = N_PRIMAP_L1-1; i > rank; i--) in insert_into_primap_L1_at() 654 primap_L1[rank].base = ent->base; in insert_into_primap_L1_at() 655 primap_L1[rank].ent = ent; in insert_into_primap_L1_at()
|
/external/stlport/stlport/ |
D | type_traits | 575 // rank
|
/external/clang/test/ |
D | cxx-sections.data | 110 4.13 [conv.rank] 278 13.3.3.2 [over.ics.rank]
|
/external/bluetooth/glib/gio/ |
D | ChangeLog | 5391 monitor with the highest rank that is supported on that machine.
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/ |
D | en-US_lexpos.utf | 900 ADJ^N "rank" :G2P
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/ |
D | en-GB_lexpos.utf | 1065 ADJ^N "rank" :G2P
|