Home
last modified time | relevance | path

Searched defs:cluster (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2containerservice/
Dlayer1.py97 def delete_cluster(self, cluster): argument
115 def deregister_container_instance(self, container_instance, cluster=None, argument
193 def describe_container_instances(self, container_instances, cluster=None): argument
237 def describe_tasks(self, tasks, cluster=None): argument
323 def list_container_instances(self, cluster=None, next_token=None, argument
410 def list_tasks(self, cluster=None, container_instance=None, family=None, argument
469 def register_container_instance(self, cluster=None, argument
539 def run_task(self, task_definition, cluster=None, overrides=None, argument
577 def start_task(self, task_definition, container_instances, cluster=None, argument
617 def stop_task(self, task, cluster=None): argument
[all …]
/external/libvpx/libvpx/
Dwebmdec.cc50 const mkvparser::Cluster *const cluster = segment->GetFirst(); in get_first_cluster() local
134 const mkvparser::Cluster* cluster = in webm_read_frame() local
Dwebmdec.h25 const void *cluster; member
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/clustering/
DKMeansPlusPlusClusterer.java92 public List<Cluster<T>> cluster(final Collection<T> points, in cluster() method in KMeansPlusPlusClusterer
147 Cluster<T> cluster = getNearestCluster(clusters, p); in assignPointsToClusters() local
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
DbtSoftClusterCollisionShape.java72 public btSoftClusterCollisionShape(btSoftBody.Cluster cluster) { in btSoftClusterCollisionShape()
DbtSoftBody.java4076 public static Vector3 clusterCom(btSoftBody.Cluster cluster) { in clusterCom()
4080 public Vector3 clusterCom(int cluster) { in clusterCom()
4084 public static Vector3 clusterVelocity(btSoftBody.Cluster cluster, Vector3 rpos) { in clusterVelocity()
4088 public static void clusterVImpulse(btSoftBody.Cluster cluster, Vector3 rpos, Vector3 impulse) { in clusterVImpulse()
4089 …SoftbodyJNI.btSoftBody_clusterVImpulse(btSoftBody.Cluster.getCPtr(cluster), cluster, rpos, impulse… in clusterVImpulse() local
4092 public static void clusterDImpulse(btSoftBody.Cluster cluster, Vector3 rpos, Vector3 impulse) { in clusterDImpulse()
4093 …SoftbodyJNI.btSoftBody_clusterDImpulse(btSoftBody.Cluster.getCPtr(cluster), cluster, rpos, impulse… in clusterDImpulse() local
4096 …public static void clusterImpulse(btSoftBody.Cluster cluster, Vector3 rpos, btSoftBody.Impulse imp… in clusterImpulse()
4097 …SoftbodyJNI.btSoftBody_clusterImpulse(btSoftBody.Cluster.getCPtr(cluster), cluster, rpos, btSoftBo… in clusterImpulse() local
4100 public static void clusterVAImpulse(btSoftBody.Cluster cluster, Vector3 impulse) { in clusterVAImpulse()
[all …]
/external/harfbuzz_ng/src/
Dsample.py53 cluster = info.cluster variable
Dhb-buffer.cc254 unsigned int cluster) in add()
547 unsigned int cluster = info[start].cluster; in merge_clusters_impl() local
578 unsigned int cluster = out_info[start].cluster; in merge_out_clusters() local
602 unsigned int cluster = info[idx].cluster; in delete_glyph() local
1257 unsigned int cluster) in hb_buffer_add()
Dhb-buffer.h67 uint32_t cluster; member
Dhb-coretext.cc707 unsigned int cluster = buffer->info[i].cluster; in _hb_coretext_shape() local
1146 unsigned int cluster = info[count - 1].cluster; in _hb_coretext_shape() local
1155 unsigned int cluster = info[0].cluster; in _hb_coretext_shape() local
Dhb-graphite2.cc218 unsigned int cluster; member
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixFunction.h296 …for (typename ListOfClusters::const_iterator cluster = m_clusters.begin(); cluster != m_clusters.e… in computeClusterSize() local
325 Index cluster = m_eivalToCluster[i]; in constructPermutation() local
/external/e2fsprogs/e2fsck/
Dpass1b.c57 blk64_t cluster; member
119 static void add_dupe(e2fsck_t ctx, ext2_ino_t ino, blk64_t cluster, in add_dupe()
917 static int check_if_fs_cluster(e2fsck_t ctx, blk64_t cluster) in check_if_fs_cluster()
/external/ImageMagick/MagickCore/
Dsegment.c257 *cluster, in Classify() local
542 *cluster; in Classify() local
935 *cluster, in GetImageDynamicThreshold() local
/external/libvpx/libvpx/third_party/libwebm/
Dmkvmuxer.cpp2264 Cluster* const cluster = cluster_list_[i]; in ~Segment() local
2531 const Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; in AddCuePoint() local
2667 Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; in AddGenericFrame() local
3007 Cluster*& cluster = cluster_list_[cluster_list_size_]; in MakeNewCluster() local
3138 Cluster* const cluster = cluster_list_[i]; in MaxOffset() local
3184 Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; in WriteFramesAll() local
3226 Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; in WriteFramesLessThan() local
Dmkvmuxerutil.cpp531 Cluster* cluster) { in WriteFrame()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftBody.cpp951 btVector3 btSoftBody::clusterCom(const Cluster* cluster) in clusterCom()
968 btVector3 btSoftBody::clusterVelocity(const Cluster* cluster,const btVector3& rpos) in clusterVelocity()
974 void btSoftBody::clusterVImpulse(Cluster* cluster,const btVector3& rpos,const btVector3& impulse) in clusterVImpulse()
984 void btSoftBody::clusterDImpulse(Cluster* cluster,const btVector3& rpos,const btVector3& impulse) in clusterDImpulse()
994 void btSoftBody::clusterImpulse(Cluster* cluster,const btVector3& rpos,const Impulse& impulse) in clusterImpulse()
1001 void btSoftBody::clusterVAImpulse(Cluster* cluster,const btVector3& impulse) in clusterVAImpulse()
1009 void btSoftBody::clusterDAImpulse(Cluster* cluster,const btVector3& impulse) in clusterDAImpulse()
1017 void btSoftBody::clusterAImpulse(Cluster* cluster,const Impulse& impulse) in clusterAImpulse()
1024 void btSoftBody::clusterDCImpulse(Cluster* cluster,const btVector3& impulse) in clusterDCImpulse()
DbtSoftBodyInternals.h123 …btSoftClusterCollisionShape (const btSoftBody::Cluster* cluster) : m_cluster(cluster) { setMargin(… in btSoftClusterCollisionShape()
701 btSoftBody::Cluster* cluster=(btSoftBody::Cluster*)leaf->data; in Process() local
/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417.cpp507 int32_t cluster = y % 3; in encodeLowLevel() local
/external/harfbuzz_ng/util/
Dhelper-cairo.cc498 unsigned int cluster = 0; in helper_cairo_line_from_buffer() local
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_abs_send_time.cc90 Cluster* cluster) { in AddCluster()
/external/kernel-headers/original/uapi/linux/
Dtipc.h64 unsigned int cluster, in tipc_addr()
/external/iproute2/include/linux/
Dtipc.h64 unsigned int cluster, in tipc_addr()
/external/fio/engines/
Drbd.c20 rados_t cluster; member
/external/harfbuzz_ng/test/api/
Dtest-buffer.c205 unsigned int cluster; in test_buffer_contents() local

12