/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2containerservice/ |
D | layer1.py | 97 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/ |
D | webmdec.cc | 50 const mkvparser::Cluster *const cluster = segment->GetFirst(); in get_first_cluster() local 134 const mkvparser::Cluster* cluster = in webm_read_frame() local
|
D | webmdec.h | 25 const void *cluster; member
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/clustering/ |
D | KMeansPlusPlusClusterer.java | 92 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/ |
D | btSoftClusterCollisionShape.java | 72 public btSoftClusterCollisionShape(btSoftBody.Cluster cluster) { in btSoftClusterCollisionShape()
|
D | btSoftBody.java | 4076 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/ |
D | sample.py | 53 cluster = info.cluster variable
|
D | hb-buffer.cc | 254 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()
|
D | hb-buffer.h | 67 uint32_t cluster; member
|
D | hb-coretext.cc | 707 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
|
D | hb-graphite2.cc | 218 unsigned int cluster; member
|
/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
D | MatrixFunction.h | 296 …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/ |
D | pass1b.c | 57 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/ |
D | segment.c | 257 *cluster, in Classify() local 542 *cluster; in Classify() local 935 *cluster, in GetImageDynamicThreshold() local
|
/external/libvpx/libvpx/third_party/libwebm/ |
D | mkvmuxer.cpp | 2264 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
|
D | mkvmuxerutil.cpp | 531 Cluster* cluster) { in WriteFrame()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/ |
D | btSoftBody.cpp | 951 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()
|
D | btSoftBodyInternals.h | 123 …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/ |
D | BC_PDF417.cpp | 507 int32_t cluster = y % 3; in encodeLowLevel() local
|
/external/harfbuzz_ng/util/ |
D | helper-cairo.cc | 498 unsigned int cluster = 0; in helper_cairo_line_from_buffer() local
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
D | remote_bitrate_estimator_abs_send_time.cc | 90 Cluster* cluster) { in AddCluster()
|
/external/kernel-headers/original/uapi/linux/ |
D | tipc.h | 64 unsigned int cluster, in tipc_addr()
|
/external/iproute2/include/linux/ |
D | tipc.h | 64 unsigned int cluster, in tipc_addr()
|
/external/fio/engines/ |
D | rbd.c | 20 rados_t cluster; member
|
/external/harfbuzz_ng/test/api/ |
D | test-buffer.c | 205 unsigned int cluster; in test_buffer_contents() local
|