Home
last modified time | relevance | path

Searched refs:anchors (Results 1 – 25 of 142) sorted by relevance

123456

/third_party/PyYAML/lib/yaml/
Dcomposer.py14 self.anchors = {}
60 self.anchors = {}
67 if anchor not in self.anchors:
70 return self.anchors[anchor]
74 if anchor in self.anchors:
76 % anchor, self.anchors[anchor].start_mark,
96 self.anchors[anchor] = node
108 self.anchors[anchor] = node
126 self.anchors[anchor] = node
Dserializer.py23 self.anchors = {}
57 self.anchors = {}
61 if node in self.anchors:
62 if self.anchors[node] is None:
63 self.anchors[node] = self.generate_anchor(node)
65 self.anchors[node] = None
79 alias = self.anchors[node]
/third_party/gstreamer/gstplugins_good/tests/examples/qt/qmlsink-dynamically-added/
Dmain.qml19 anchors.fill: parent
24 anchors.centerIn: parent
33 anchors.bottom: video.bottom
34 anchors.bottomMargin: 15
35 anchors.horizontalCenter: parent.horizontalCenter
42 anchors.fill: parent
/third_party/gstreamer/gstplugins_good/tests/examples/qt/qmlsink/
Dmain.qml19 anchors.fill: parent
24 anchors.centerIn: parent
33 anchors.bottom: video.bottom
34 anchors.bottomMargin: 15
35 anchors.horizontalCenter: parent.horizontalCenter
42 anchors.fill: parent
/third_party/gstreamer/gstplugins_good/tests/examples/qt/qmlsrc/
Dmain.qml17 anchors.fill: parent
23 anchors.bottomMargin: 15
24 anchors.horizontalCenter: parent.horizontalCenter
31 anchors.centerIn: parent
39 anchors.centerIn: parent
/third_party/gstreamer/gstplugins_good/tests/examples/qt/qmlsink-multisink/
Dmain.qml18 anchors.fill: parent
27 anchors.centerIn: parent
32 anchors.fill: parent
33 anchors.margins: 1
40 anchors.margins: 1
/third_party/gstreamer/gstplugins_good/tests/examples/qt/qmloverlay/
Dmain.qml19 anchors.fill: parent
24 anchors.centerIn: parent
30 anchors.bottom: parent.bottom
31 anchors.horizontalCenter: parent.horizontalCenter
Doverlay.qml12 anchors.centerIn: parent
19 anchors.centerIn: parent
40 anchors.top: rotatingText.bottom
41 anchors.horizontalCenter: rotatingText.horizontalCenter
Doverlay2.qml12 anchors.centerIn: parent
19 anchors.centerIn: parent
40 anchors.bottom: rotatingText.top
41 anchors.horizontalCenter: rotatingText.horizontalCenter
/third_party/curl/lib/vtls/
Dbearssl.c50 br_x509_trust_anchor *anchors; member
64 br_x509_trust_anchor *anchors; member
93 static CURLcode load_cafile(const char *path, br_x509_trust_anchor **anchors, in load_cafile() argument
114 ca.anchors = NULL; in load_cafile()
138 if(ca.anchors_len == SIZE_MAX / sizeof(ca.anchors[0])) { in load_cafile()
143 new_anchors = realloc(ca.anchors, in load_cafile()
144 new_anchors_len * sizeof(ca.anchors[0])); in load_cafile()
149 ca.anchors = new_anchors; in load_cafile()
153 ta = &ca.anchors[ca.anchors_len - 1]; in load_cafile()
221 *anchors = ca.anchors; in load_cafile()
[all …]
/third_party/mindspore/tests/st/model_zoo_tests/yolov3_darknet53/src/
Dtransforms.py135 def _preprocess_true_boxes(true_boxes, anchors, in_shape, num_classes, argument
138 anchors = np.array(anchors)
139 num_layers = anchors.shape[0] // 3
156 anchors = np.expand_dims(anchors, 0)
157 anchors_max = anchors / 2.
172 anchor_area = anchors[..., 0] * anchors[..., 1]
371 anchors, num_classes, max_trial=10, device_num=1): argument
436 anchors = np.array([list(x) for x in config_anchors])
445 num_classes=num_classes, anchors=anchors, device_num=device_num)
507 … _preprocess_true_boxes(true_boxes=anno, anchors=self.anchor_scales, in_shape=img.shape[0:2],
[all …]
/third_party/mindspore/tests/st/model_zoo_tests/yolov3/src/
Ddataset.py36 anchors = np.array([float(x) for x in config_anchors]).reshape(-1, 2)
44 def _preprocess_true_boxes(true_boxes, anchors, in_shape=None): argument
46 num_layers = anchors.shape[0] // 3
60 anchors = np.expand_dims(anchors, 0)
61 anchors_max = anchors / 2.
79 anchor_area = anchors[..., 0] * anchors[..., 1]
230 _preprocess_true_boxes(box_data, anchors, image_size)
/third_party/boost/tools/quickbook/test/
Danchor-1_1.quickbook5 [#a1] A paragraph containing several anchors. [#a2] We want to make sure
72 [section Nested anchors]
74 [table Table with anchors
Danchor-1_6.quickbook7 [#a1] A paragraph containing several anchors. [#a2] We want to make sure
74 [section Nested anchors]
76 [table Table with anchors
Danchor-1_7.quickbook7 [#a1] A paragraph containing several anchors. [#a2] We want to make sure
74 [section Nested anchors]
76 [table Table with anchors
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/infer/
Ddetection_post_process_infer.c29 const TensorC *anchors = inputs[2]; in DetectionPostProcessInferShape() local
30 if (boxes->shape_size_ < 2 || scores->shape_size_ < 3 || anchors->shape_size_ < 1) { in DetectionPostProcessInferShape()
44 if (boxes->shape_[1] != anchors->shape_[0]) { in DetectionPostProcessInferShape()
/third_party/flutter/skia/platform_tools/android/apps/arcore/src/main/cpp/
Dhello_ar_application.cc547 std::vector<ArAnchor*> anchors = planeAnchors->second; in OnTouchedFirst() local
549 LOGI("Size of anchor list: %d", (int) anchors.size()); in OnTouchedFirst()
550 for(ArAnchor* const& anchor: anchors) { in OnTouchedFirst()
643 std::vector<ArAnchor*> anchors = planeAnchors->second; in AddAnchor() local
644 anchors.push_back(anchor); in AddAnchor()
645 plane_anchors_map_[containingPlane] = anchors; in AddAnchor()
649 std::vector<ArAnchor*> anchors; in AddAnchor() local
650 anchors.push_back(anchor); in AddAnchor()
651 plane_anchors_map_.insert({containingPlane, anchors}); in AddAnchor()
805 std::vector<ArAnchor*> anchors = planeAnchors->second; in RemoveAnchor() local
[all …]
/third_party/glib/gio/
Dgtlsfiledatabase.c91 g_tls_file_database_new (const gchar *anchors, in g_tls_file_database_new() argument
100 "anchors", anchors, in g_tls_file_database_new()
/third_party/boost/tools/build/test/qt5/
Dqtquick.qml16 anchors.horizontalCenter: page.horizontalCenter
17 anchors.verticalCenter: page.verticalCenter
/third_party/glib/gio/tests/
Dgtesttlsbackend.c387 gchar *anchors; member
420 g_value_set_string (value, db->anchors);
439 g_free (db->anchors); in g_test_tls_database_set_property()
440 db->anchors = g_value_dup_string (value); in g_test_tls_database_set_property()
453 g_free (db->anchors); in g_test_tls_database_finalize()
/third_party/harfbuzz/src/
Dhb-aat-layout-ankr-table.hh70 const GlyphAnchors &anchors = &(this+anchorData) + *offset; in get_anchor() local
71 return anchors[i]; in get_anchor()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-aat-layout-ankr-table.hh70 const GlyphAnchors &anchors = &(this+anchorData) + *offset; in get_anchor() local
71 return anchors[i]; in get_anchor()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-aat-layout-ankr-table.hh70 const GlyphAnchors &anchors = &(this+anchorData) + *offset; in get_anchor() local
71 return anchors[i]; in get_anchor()
/third_party/flutter/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/app/
DHelloCanvasAR.java114 private final ArrayList<Anchor> anchors = new ArrayList<>(); field in HelloCanvasAR
424 if (anchors.size() >= MAX_NUMBER_DRAWABLES) { in handleSingleTaps()
425 anchors.get(0).detach(); in handleSingleTaps()
426 anchors.remove(0); in handleSingleTaps()
428 anchors.add(hit.createAnchor()); in handleSingleTaps()
488 for (Anchor anchor : anchors) { in drawModels()
/third_party/mindspore/tests/ut/cpp/ops/
Dtest_ops_detection_post_process.cc39 …auto anchors = TensorConstructUtils::CreateOnesTensor(kNumberTypeFloat16, std::vector<int64_t>{3, … in TEST_F() local
40 auto abstract = op->Infer({boxes->ToAbstract(), scores->ToAbstract(), anchors->ToAbstract()}); in TEST_F()

123456