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

  /frameworks/base/media/libdrm/mobile2/src/dcf/
DrmDcfCommon.cpp 25 * Class: Box
27 Box::Box(const uint8_t* box):mLargeSize(0),mUserType(NULL)
29 if(!box)
34 const uint8_t* p = box;
57 mBoxLength = p - box;
60 Box::Box(const Box& other
    [all...]
  /frameworks/base/media/libdrm/mobile2/include/dcf/
DrmDcfCommon.h 27 ////DCF box type list
35 * The basic box class.
37 class Box
41 * constructor for Box, used to parse Box
42 * \param box Box data
44 Box(const uint8_t* box);
47 * copy constructor for Box
    [all...]
  /external/opencore/protocols/sdp/common/include/
common_info.h 113 Box[ii] = NULL;
166 OSCL_HeapString<SDPParserAlloc> Box[ASSET_NAME_SIZE];
192 Box[ii] = a.Box[ii];
  /external/skia/src/animator/
SkAnimatorScript.cpp 60 boxCallBack(Box, (void*) this);
99 bool SkAnimatorScript::Box(void* user, SkScriptValue* scriptValue) {
  /external/proguard/src/proguard/gui/
ClassSpecificationDialog.java 193 accessPanel.add(Box.createGlue(), labelConstraints);
197 accessPanel.add(Box.createGlue(), constraintsLastStretch);
337 panel.add(Box.createGlue(), lastGlueConstraints);
MemberSpecificationDialog.java 158 accessPanel.add(Box.createGlue(), labelConstraints);
162 accessPanel.add(Box.createGlue(), constraintsLastStretch);
306 panel.add(Box.createGlue(), lastGlueConstraints);
ProGuardGUI.java     [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java 18 import javax.swing.Box;
168 panel.add(Box.createVerticalGlue(),
434 add(Box.createHorizontalGlue(), new GridBagConstraints(5, 0, 1, 1, 1.0f, 0.0f,
  /sdk/draw9patch/src/com/android/draw9patch/ui/
ImageEditorPanel.java 28 import javax.swing.Box;
269 status.add(Box.createHorizontalGlue(), new GridBagConstraints(6, 0, 1, 1, 1.0f, 1.0f,
    [all...]

Completed in 614 milliseconds