/external/ceres-solver/internal/ceres/ |
single_linkage_clustering_test.cc | 60 HashMap<int, int> membership; local 61 ComputeSingleLinkageClustering(options, graph, &membership); 62 EXPECT_EQ(membership.size(), kNumVertices); 64 EXPECT_EQ(membership[1], membership[0]); 65 EXPECT_EQ(membership[2], membership[0]); 66 EXPECT_EQ(membership[3], membership[0]); 67 EXPECT_NE(membership[4], membership[0]) 89 HashMap<int, int> membership; local 119 HashMap<int, int> membership; local [all...] |
single_linkage_clustering.cc | 48 HashMap<int, int>* membership) { 49 CHECK_NOTNULL(membership)->clear(); 56 (*membership)[*it] = *it; 77 const int c1 = FindConnectedComponent(vertex1, membership); 78 const int c2 = FindConnectedComponent(vertex2, membership); 85 (*membership)[c2] = c1; 87 (*membership)[c1] = c2; 95 for (HashMap<int, int>::iterator it = membership->begin(); 96 it != membership->end(); 98 it->second = FindConnectedComponent(it->first, membership); [all...] |
canonical_views_clustering.cc | 57 // as the canonical views/cluster centers, and membership is a map 66 IntMap* membership); 74 IntMap* membership) const; 90 IntMap* membership) { 93 cv.ComputeClustering(options, graph, centers, membership); 103 IntMap* membership) { 106 CHECK_NOTNULL(membership)->clear(); 142 ComputeClusterMembership(*centers, membership); 216 IntMap* membership) const { 217 CHECK_NOTNULL(membership)->clear() [all...] |
single_linkage_clustering.h | 59 // membership upon return will contain a mapping from the vertices of 68 HashMap<int, int>* membership);
|
canonical_views_clustering.h | 95 // as the canonical views/cluster centers, and membership is a map 106 HashMap<int, int>* membership);
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds/ |
vpcsecuritygroupmembership.py | 47 membership = VPCSecurityGroupMembership() 48 membership.vpc_group = pri 49 memberships.append(membership) 55 membership = VPCSecurityGroupMembership() 56 membership.vpc_group = sec 57 memberships.append(membership) 64 :ivar status: Status of the VPC security group membership
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
fuzzy.py | 44 """The base class of membership functions.""" 51 """A class provides fuzzy Singleton Membership Function. 53 Singleton Membership Function: 77 """The grading method of the fuzzy membership function.""" 91 """A class provides fuzzy S Membership Function. 93 S Membership Function: 116 """The grading method of the fuzzy membership function.""" 126 """A class provides fuzzy Z Membership Function. 128 Z Membership Function: 151 """The grading method of the fuzzy membership function."" [all...] |
/external/icu/icu4j/perf-tests/data/conversion/ |
english.txt | 18 The Unicode Consortium is a non-profit organization founded to develop, extend and promote use of the Unicode Standard, which specifies the representation of text in modern software products and standards. The membership of the consortium represents a broad spectrum of corporations and organizations in the computer and information processing industry. The consortium is supported financially solely through membership dues. Membership in the Unicode Consortium is open to organizations and individuals anywhere in the world who support the Unicode Standard and wish to assist in its extension and implementation.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/ |
igmp.h | 79 #define IGMP_MEMBERSHIP_QUERY 0x11 /* membership query */ 80 #define IGMP_V1_MEMBERSHIP_REPORT 0x12 /* Ver. 1 membership report */ 81 #define IGMP_V2_MEMBERSHIP_REPORT 0x16 /* Ver. 2 membership report */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/ |
igmp.h | 79 #define IGMP_MEMBERSHIP_QUERY 0x11 /* membership query */ 80 #define IGMP_V1_MEMBERSHIP_REPORT 0x12 /* Ver. 1 membership report */ 81 #define IGMP_V2_MEMBERSHIP_REPORT 0x16 /* Ver. 2 membership report */
|
/toolchain/binutils/binutils-2.25/gprof/ |
bsd_callg_bl.m | 31 its membership in a cycle, if any. 58 parent's membership in a cycle, if any. 84 membership in a cycle, if any.
|
/external/libvorbis/vq/ |
bookutil.c | 340 long *membership=_ogg_malloc(vals*sizeof(long)); local 344 for(i=0;i<vals;i++)membership[i]=i; 358 first=membership[j]; 362 if((least==-1 || hist[j]<=least) && membership[j]!=first){ 364 second=membership[j]; 374 if(membership[j]==first || membership[j]==second){ 375 membership[j]=first; 381 if(membership[i]!=membership[i+1]) [all...] |
/cts/tests/camera/src/android/hardware/camera2/cts/helpers/ |
AssertHelpers.java | 129 * @param checkVals value to check for array membership. 141 * @param checkVals value to check for array membership. 152 * @param checkVals values to check for array membership. 164 * @param checkVals values to check for array membership. 176 * @param checkVals a {@link Collection} of values to check for membership.
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
AssertHelpers.java | 135 * @param checkVals value to check for array membership. 147 * @param checkVals value to check for array membership. 158 * @param checkVals values to check for array membership. 170 * @param checkVals values to check for array membership. 182 * @param checkVals a {@link Collection} of values to check for membership.
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/ |
projects.py | 46 <B>HOW PROJECT MEMBERSHIP IS REFLECTED IN BUCKET ACLS</B> 74 membership via the
|
/external/wpa_supplicant_8/src/drivers/ |
driver_wired.c | 58 int membership, multi, iff_allmulti, iff_up; member in struct:wpa_driver_wired_data 246 "membership"); 587 wpa_printf(MSG_DEBUG, "%s: Added multicast membership with " 589 drv->membership = 1; 591 wpa_printf(MSG_DEBUG, "%s: Added multicast membership with " 633 if (drv->membership &&
|
/external/libnl/src/ |
nf-monitor.c | 77 "Unable to add membership: %s",
|
/external/skia/site/user/api/ |
skrect.md | 73 membership, and which uses SkIRect.
|
/external/tpm2/ |
LICENSE | 32 specification licensing rights available through TCG membership agreements.
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
GroupMembershipView.java | 53 * An editor for group membership. Displays the current group membership list and 92 * the group membership popup. Note that this is highly specific to the fact that the 212 * Return true if the account has groups to edit group membership for contacts
|
/system/core/adb/ |
diagnose_usb.cpp | 53 return "udev requires plugdev group membership";
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
in.h | 39 #define IP_ADD_MEMBERSHIP 35 /* ip_mreq; add an IP group membership */ 40 #define IP_DROP_MEMBERSHIP 36 /* ip_mreq; drop an IP group membership */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
in.h | 39 #define IP_ADD_MEMBERSHIP 35 /* ip_mreq; add an IP group membership */ 40 #define IP_DROP_MEMBERSHIP 36 /* ip_mreq; drop an IP group membership */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
in.h | 39 #define IP_ADD_MEMBERSHIP 35 /* ip_mreq; add an IP group membership */ 40 #define IP_DROP_MEMBERSHIP 36 /* ip_mreq; drop an IP group membership */
|
/external/autotest/client/tests/cgroup/ |
cgroup_common.py | 119 Sets cgroup membership 138 Resets the cgroup membership (sets to root) 280 "membership", part)
|