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

  /prebuilts/go/darwin-x86/test/fixedbugs/
bug058.go 9 type Box struct {};
10 var m map[string] *Box;
13 m := make(map[string] *Box);
15 var x *Box = nil;
21 (MAP[<string>*STRING]*<Box>{})
  /prebuilts/go/linux-x86/test/fixedbugs/
bug058.go 9 type Box struct {};
10 var m map[string] *Box;
13 m := make(map[string] *Box);
15 var x *Box = nil;
21 (MAP[<string>*STRING]*<Box>{})
  /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/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
Box.java 18 public class Box {
24 public Box(String id, String name) {
  /external/clang/test/SemaCXX/
warn-unused-value.cpp 7 class Box {
15 Box* box = new Box; local
16 box->i; // expected-warning {{expression result unused}}
17 box->j;
  /external/skia/tests/
GrMeshTest.cpp 65 struct Box {
93 SkTArray<Box> boxes;
94 SkTArray<std::array<Box, 4>> vertexData;
110 const Box box = boxes.push_back() = { local
116 std::array<Box, 4>& boxVertices = vertexData.push_back();
119 box.fX + (i/2) * kBoxSize,
120 box.fY + (i%2) * kBoxSize,
121 box.fColor
126 goldCanvas.drawRect(SkRect::MakeXYWH(box.fX, box.fY, kBoxSize, kBoxSize), paint)
    [all...]
  /external/skqp/tests/
GrMeshTest.cpp 65 struct Box {
93 SkTArray<Box> boxes;
94 SkTArray<std::array<Box, 4>> vertexData;
110 const Box box = boxes.push_back() = { local
116 std::array<Box, 4>& boxVertices = vertexData.push_back();
119 box.fX + (i/2) * kBoxSize,
120 box.fY + (i%2) * kBoxSize,
121 box.fColor
126 goldCanvas.drawRect(SkRect::MakeXYWH(box.fX, box.fY, kBoxSize, kBoxSize), paint)
    [all...]
  /external/snakeyaml/src/test/java/examples/collections/
TypeSafeSetImplementationsTest.java 195 Box box = new Box(); local
196 box.setId("id123");
197 box.setSet(set);
198 set.add(box);
206 assertTrue(output.contains("? !!examples.collections.TypeSafeSetImplementationsTest$Box"));
216 public static class Box {
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/lang/invoke/
SerializedLambdaTest.java 169 class Box {
172 Box(String s) { this.s = s; }
176 Predicate<String> foo(Box b) {
180 Predicate<String> pred = new Moo().foo(new Box("goo"));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xregion.h 53 } Box, BOX, BoxRec, *BoxPtr;
78 BOX *rects;
79 BOX extents;
115 (firstrect) = (BOX *) Xrealloc \
116 ((char *)(firstrect), (unsigned) (2 * (sizeof(BOX)) * ((reg)->size)));\
  /external/proguard/src/proguard/gui/
ClassSpecificationDialog.java 204 accessPanel.add(Box.createGlue(), labelConstraints);
208 accessPanel.add(Box.createGlue(), constraintsLastStretch);
351 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...]
  /frameworks/av/media/extractors/mp4/
ItemTable.cpp 93 struct Box {
95 Box(DataSourceBase *source, uint32_t type) :
98 virtual ~Box() {}
118 status_t Box::parseChunk(off64_t *offset) {
144 ALOGE("invalid chunk size 0 for non-top level box");
171 status_t Box::parseChunks(off64_t offset, size_t size) {
187 struct FullBox : public Box {
190 Box(source, type), mVersion(0), mFlags(0) {}
220 // PrimaryImage box
473 struct ItemReference : public Box, public RefBase
    [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,
  /external/ImageMagick/MagickCore/
resize.c 185 static double Box(const double magick_unused(x),
192 A Box filter is a equal weighting function (all weights equal).
551 % Box Triangle Quadratic
648 % If a "filter:window" operation has not been provided, a 'Box'
743 A 'Box' windowing function means its a simble non-windowed filter.
761 { UndefinedFilter, BoxFilter }, /* Undefined (default to Box) */
763 { BoxFilter, BoxFilter }, /* Box averaging filter */
    [all...]
  /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...]
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 1585 milliseconds