HomeSort by relevance Sort by last modified time
    Searched full:container (Results 1076 - 1100 of 5699) sorted by null

<<41424344454647484950>>

  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
ProtectionSchemeInformationBox.java 26 * is a container box. It is mandatory in a sample entry that uses a code idicating a
SchemeInformationBox.java 22 * The Scheme Information Box is a container box that is only interpreted by the scheme beeing used.
TrackReferenceBox.java 24 * Container: {@link TrackBox} ('trak')<br>
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
AbstractContainerBox.java 36 * Abstract base class suitable for most boxes acting purely as container for other boxes.
89 * Add <code>b</code> to the container and sets the parent correctly.
91 * @param b will be added to the container
152 LOG.warning("Something's wrong with the sizes. There are dead bytes in a container box.");
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/container/mp4/
MovieCreator.java 16 package com.googlecode.mp4parser.authoring.container.mp4;
  /external/opencv3/samples/java/sbt/src/main/java/
DetectFaceDemo.java 26 // MatOfRect is a special container class for Rect.
  /external/opencv3/samples/java/sbt/src/main/scala/
ScalaDetectFaceDemo.scala 22 // MatOfRect is a special container class for Rect.
  /external/replicaisland/src/com/replica/replicaisland/
Texture.java 20 * Simple container class for textures. Serves as a mapping between Android resource ids and
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
FragmentActivityTest.java 64 ViewGroup container = (ViewGroup) activity.findViewById(R.id.fragment); local
65 assertNotNull(container);
70 ViewGroup container = (ViewGroup) activity.findViewById(R.id.fragment); local
71 View fragmentView = container.findViewById(TestFragment.FRAGMENT_VIEW_ID);
  /external/sfntly/cpp/src/sfntly/
font_factory.h 46 // stream contains valid font data. Some font container formats may have more
55 // stream contains valid font data. Some font container formats may have more
64 // font container formats may have more than one font and in this case
72 // font container formats may have more than one font and in this case
  /external/skia/debugger/QT/
SkInspectorWidget.h 42 @param parent The parent container of this widget
SkSettingsWidget.h 37 @param parent The parent container of this widget
  /external/webrtc/webrtc/base/
scopedptrcollection.h 11 // Stores a collection of pointers that are deleted when the container is
  /external/webrtc/webrtc/sound/
sounddevicelocator.h 20 // A simple container for holding the name of a device and any additional id
  /frameworks/av/media/mtp/
MtpPacket.h 42 // sets packet size to the default container size and sets buffer to zero
  /frameworks/base/core/res/res/anim/
window_move_from_decor.xml 22 container size is actually the amount the window has moved. Yes,
  /frameworks/base/core/res/res/layout/
auto_complete_list.xml 26 <LinearLayout android:id="@+id/container"
  /frameworks/base/core/tests/coretests/res/layout/
animator_set_squares.xml 8 android:id="@+id/container">
weight_sum.xml 21 <LinearLayout android:id="@+id/container" xmlns:android="http://schemas.android.com/apk/res/android"
  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
WeightSumTest.java 41 mContainer = activity.findViewById(R.id.container);
  /frameworks/base/packages/CaptivePortalLogin/res/layout/
activity_captive_portal_login.xml 3 android:id="@+id/container"
  /frameworks/base/packages/SystemUI/res/layout/
keyguard_user_switcher.xml 18 class="com.android.systemui.statusbar.policy.KeyguardUserSwitcher$Container"
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
ScrollContainer.java 22 * Interface for container layouts that scroll and listen for long presses. A child that
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiAnnotations.java 25 * Annotation container for Hdmi control service package.
  /frameworks/base/tests/HwAccelerationTest/res/layout/
projection.xml 5 android:id="@+id/container"

Completed in 1307 milliseconds

<<41424344454647484950>>