Home
last modified time | relevance | path

Searched refs:box1 (Results 1 – 7 of 7) sorted by relevance

/external/python/google-api-python-client/docs/epy/
Depydoc.js212 var box1 = document.createElement("div");
213 box1.style.position = "relative";
214 box1.style.display = "inline";
215 box1.style.top = 0;
216 box1.style.left = 0;
250 elt.insertBefore(box1, elt.childNodes.item(0));
252 box1.appendChild(shadow);
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/apidoc/
Depydoc.js212 var box1 = document.createElement("div");
213 box1.style.position = "relative";
214 box1.style.display = "inline";
215 box1.style.top = 0;
216 box1.style.left = 0;
250 elt.insertBefore(box1, elt.childNodes.item(0));
252 box1.appendChild(shadow);
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/docs/apidoc/
Depydoc.js212 var box1 = document.createElement("div");
213 box1.style.position = "relative";
214 box1.style.display = "inline";
215 box1.style.top = 0;
216 box1.style.left = 0;
250 elt.insertBefore(box1, elt.childNodes.item(0));
252 box1.appendChild(shadow);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
DPath.java93 for (Box box1 : ((ContainerBox) box).getBoxes()) { in getPaths()
94 if (box1.getType().matches(type)) { in getPaths()
96 children.addAll(getPaths(box1, later)); in getPaths()
/external/eigen/test/
Dgeo_alignedbox.cpp60 BoxType box1(VectorType::Random(dim)); in alignedbox() local
61 box1.extend(VectorType::Random(dim)); in alignedbox()
65 VERIFY(box1.intersects(box2) == !box1.intersection(box2).isEmpty()); in alignedbox()
/external/autotest/client/site_tests/firmware_TouchMTB/
Dfirmware_window.py253 self.box1 = gtk.HBox(False, 0)
257 self.box0.pack_start(self.box1, True, True, 0)
259 self.box1.pack_start(self.image_frame.frame, True, True, 0)
260 self.box1.pack_start(self.result_frame.frame, True, True, 0)
/external/ImageMagick/coders/
Dpng.c1616 static MngBox mng_minimum_box(MngBox box1,MngBox box2) in mng_minimum_box() argument
1621 box=box1; in mng_minimum_box()