Searched defs:Box (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/lcov/contrib/galaxy/
H A Dconglomerate_functions.pl43 my @Output = Box ('normal', 'Helvetica-Bold', 32, $CFile, $LastLine);
65 # Box (type, font, fontsize, Label, BBoxLine)
66 sub Box subroutine
75 # print (STDERR "Box ('$Type', '$Font', '$Fontsize', '$Label', '$BBoxLine')\n");
136 push (@Output, Box ('dashed', 'Helvetica', 24, $FuncName, $LastLine));
/external/chromium_org/net/quic/crypto/
H A Dcrypto_secret_boxer.cc43 string CryptoSecretBoxer::Box(QuicRandom* rand, StringPiece plaintext) const { function in class:net::CryptoSecretBoxer
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DBox.java30 public interface Box { interface
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DShapeValue.h46 Box, enumerator in enum:blink::ShapeValue::ShapeValueType
106 : m_type(Box)
126 case Box:
/external/clang/test/SemaCXX/
H A Dwarn-unused-value.cpp5 class Box { class in namespace:test0
13 Box* box = new Box;
/external/chromium_org/media/formats/mp4/
H A Dbox_reader.h23 struct MEDIA_EXPORT Box { struct in namespace:media::mp4
24 virtual ~Box();
112 bool HasChild(Box* child) WARN_UNUSED_RESULT;
116 bool ReadChild(Box* child) WARN_UNUSED_RESULT;
120 bool MaybeReadChild(Box* child) WARN_UNUSED_RESULT;
H A Dbox_reader.cc20 Box::~Box() {}
186 bool BoxReader::HasChild(Box* child) {
192 bool BoxReader::ReadChild(Box* child) {
204 bool BoxReader::MaybeReadChild(Box* child) {
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_rtree.c27 struct Box { struct in struct:Circle
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbitmaptools.cc30 struct Box { struct
31 Box() : left(), top(), right(), bottom() {} function in struct:Box
40 fprintf(stderr, "Could not parse Box.\n");
44 fprintf(stderr, "Box dimensions must be non-negative.\n");
140 Box box;
206 Box box;
/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimatorScript.cpp52 boxCallBack(Box, (void*) this);
91 bool SkAnimatorScript::Box(void* user, SkScriptValue* scriptValue) { function in class:SkAnimatorScript
/external/skia/src/animator/
H A DSkAnimatorScript.cpp52 boxCallBack(Box, (void*) this);
91 bool SkAnimatorScript::Box(void* user, SkScriptValue* scriptValue) { function in class:SkAnimatorScript
/external/chromium_org/third_party/angle/src/libGLESv2/
H A Dangletypes.h57 struct Box struct in namespace:gl
66 Box() : x(0), y(0), z(0), width(0), height(0), depth(0) { } function in struct:gl::Box
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) { } function in struct:gl::Box
/external/chromium_org/v8/src/
H A Dobjects.h125 // - Box
516 V(BOX, Box, box) \
6371 class Box : public Struct { class in namespace:v8::internal
6376 DECLARE_CAST(Box)
6379 DECLARE_PRINTER(Box)
6380 DECLARE_VERIFIER(Box)
6386 DISALLOW_IMPLICIT_CONSTRUCTORS(Box);

Completed in 6514 milliseconds