HomeSort by relevance Sort by last modified time
    Searched defs:Box (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/lcov/contrib/galaxy/
conglomerate_functions.pl 5 # others around it. Each one gets a box about its area.
42 # Draw box with file name
43 my @Output = Box ('normal', 'Helvetica-Bold', 32, $CFile, $LastLine);
48 #add a duplicate box to test if this works
65 # Box (type, font, fontsize, Label, BBoxLine)
66 sub Box
75 # print (STDERR "Box ('$Type', '$Font', '$Fontsize', '$Label', '$BBoxLine')\n");
76 push (@Output, "% start of box\n");
87 # Put black box around it
95 # fill bounding box
    [all...]
  /external/chromium_org/net/quic/crypto/
crypto_secret_boxer.cc 22 // kBoxNonceSize contains the number of bytes of nonce that we use in each box.
43 string CryptoSecretBoxer::Box(QuicRandom* rand, StringPiece plaintext) const {
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
Box.java 28 * Defines basic interaction possibilities for any ISO box. Each box has a parent box and a type.
30 public interface Box {
38 * The box's 4-cc type.
39 * @return the 4 character type of the box
44 * Writes the complete box - size | 4-cc | content - to the given <code>writableByteChannel</code>.
45 * @param writableByteChannel the box's sink
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
ShapeValue.h 46 Box,
106 : m_type(Box)
126 case Box:
  /external/clang/test/SemaCXX/
warn-unused-value.cpp 5 class Box {
13 Box* box = new Box; local
14 box->i; // expected-warning {{expression result unused}}
15 box->j; // expected-warning {{expression result unused}}
  /external/chromium_org/media/formats/mp4/
box_reader.cc 20 Box::~Box() {}
96 DVLOG(1) << "Skipping unknown box: " << FourCCToString(itr->first);
163 MEDIA_LOG(log_cb) << "Unrecognized top-level box type "
186 bool BoxReader::HasChild(Box* child) {
192 bool BoxReader::ReadChild(Box* child) {
198 DVLOG(2) << "Found a " << FourCCToString(child_type) << " box.";
204 bool BoxReader::MaybeReadChild(Box* child) {
box_reader.h 23 struct MEDIA_EXPORT Box {
24 virtual ~Box();
78 // if an intact, complete box was not available in the buffer. If |*err| is
79 // set, there was a stream-level error when creating the box; otherwise, NULL
88 // Read the box header from the current buffer. This function returns true if
90 // does not check to ensure the entire box is in the buffer before returning
101 // Returns true if |type| is recognized to be a top-level box, false
107 // Scan through all boxes within the current box, starting at the current
112 bool HasChild(Box* child) WARN_UNUSED_RESULT;
114 // Read exactly one child box from the set of children. The type of the chil
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
test_rtree.c 27 struct Box {
56 double xmin, xmax; /* X dimensions of box being tested */
57 double ymin, ymax; /* X dimensions of box being tested */
80 ** is by testing if each corner of the bounding box lies within radius
86 /* Define two bounding box regions. The first, aBox[0], extends to
92 ** Then imagine each box is split in half along its short axis by a line
93 ** that intersects the center of the circular region. A bounding box
113 /* Check if any of the 4 corners of the bounding-box being tested lie
114 ** inside the circular region. If they do, then the bounding-box does
130 /* Check if the bounding box covers any other part of the circular region
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/
bitmaptools.cc 30 struct Box {
31 Box() : left(), top(), right(), bottom() {}
40 fprintf(stderr, "Could not parse Box.\n");
44 fprintf(stderr, "Box dimensions must be non-negative.\n");
69 // Represents a bitmap buffer with a crop box.
79 // bpp, width, height, box, pixels
100 if (!box.Read()) {
101 fprintf(stderr, "Expected crop box argument not found.\n");
105 if (box.bottom * row_stride > total_size ||
106 box.right * pixel_stride > row_size)
140 Box box; member in struct:Bitmap
206 Box box; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xregion.h 54 } Box, BOX, BoxRec, *BoxPtr;
79 BOX *rects;
80 BOX extents;
116 (firstrect) = (BOX *) Xrealloc \
117 ((char *)(firstrect), (unsigned) (2 * (sizeof(BOX)) * ((reg)->size)));\
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xregion.h 54 } Box, BOX, BoxRec, *BoxPtr;
79 BOX *rects;
80 BOX extents;
116 (firstrect) = (BOX *) Xrealloc \
117 ((char *)(firstrect), (unsigned) (2 * (sizeof(BOX)) * ((reg)->size)));\
  /external/chromium_org/third_party/skia/src/animator/
SkAnimatorScript.cpp 52 boxCallBack(Box, (void*) this);
91 bool SkAnimatorScript::Box(void* user, SkScriptValue* scriptValue) {
  /external/skia/src/animator/
SkAnimatorScript.cpp 52 boxCallBack(Box, (void*) this);
91 bool SkAnimatorScript::Box(void* user, SkScriptValue* scriptValue) {
  /external/chromium_org/third_party/angle/src/libGLESv2/
angletypes.h 57 struct Box
66 Box() : x(0), y(0), z(0), width(0), height(0), depth(0) { }
67 Box(int x_in, int y_in, int z_in, int width_in, int height_in, int depth_in) : x(x_in), y(y_in), z(z_in), width(width_in), height(height_in), depth(depth_in) { }
  /external/proguard/src/proguard/gui/
ClassSpecificationDialog.java 194 accessPanel.add(Box.createGlue(), labelConstraints);
198 accessPanel.add(Box.createGlue(), constraintsLastStretch);
339 panel.add(Box.createGlue(), lastGlueConstraints);
MemberSpecificationDialog.java 161 accessPanel.add(Box.createGlue(), labelConstraints);
165 accessPanel.add(Box.createGlue(), constraintsLastStretch);
312 panel.add(Box.createGlue(), lastGlueConstraints);
ProGuardGUI.java     [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java 37 import javax.swing.Box;
167 panel.add(Box.createVerticalGlue(),
433 add(Box.createHorizontalGlue(), new GridBagConstraints(5, 0, 1, 1, 1.0f, 0.0f,
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PositionController.java 99 // In addition to the focused box (index == 0). We also keep information
133 // The bound of the stable region that the focused box can stay, see the
137 // Constrained frame is a rectangle that the focused box should fit into if
140 // (1) In page mode, if the focused box is constrained, scaling for the
141 // focused box is adjusted to fit into the constrained frame, instead of the
144 // (2) In page mode, if the focused box is constrained, the mPlatform's
150 // Whether the focused box is constrained.
161 // | | Box | | Box | | Box*| | Box | | Box |
    [all...]
  /external/chromium_org/v8/src/
objects.h 125 // - Box
516 V(BOX, Box, box) \
    [all...]

Completed in 379 milliseconds