HomeSort by relevance Sort by last modified time
    Searched defs:Movie (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/flatbuffers/tests/union_vector/
union_vector_generated.js 219 function Movie() {
234 * @returns {Movie}
236 Movie.prototype.__init = function(i, bb) {
244 * @param {Movie=} obj
245 * @returns {Movie}
247 Movie.getRootAsMovie = function(bb, obj) {
248 return (obj || new Movie).__init(bb.readInt32(bb.position()) + bb.position(), bb);
255 Movie.bufferHasIdentifier = function(bb) {
262 Movie.prototype.mainCharacterType = function() {
271 Movie.prototype.mutate_main_character_type = function(value)
    [all...]
Movie.php 9 class Movie extends Table
13 * @return Movie
17 $obj = new Movie();
34 * @return Movie
110 * @return Movie
  /cts/tests/leanbackjank/app/src/android/leanbackjank/app/data/
VideoProvider.java 19 import android.leanbackjank.app.model.Movie;
26 * Provides synthesized movie data.
29 private static HashMap<String, List<Movie>> sMovieList;
30 private static HashMap<String, Movie> sMovieListById;
32 public static Movie getMovieById(String mediaId) {
36 public static HashMap<String, List<Movie>> getMovieList() {
40 public static HashMap<String, List<Movie>> buildMedia(int nCategories) {
51 List<Movie> categoryList = new ArrayList<Movie>();
53 String description = "This is description of a movie."
56 Movie movie = buildMovieInfo(category_name, title, description, studio); local
57 sMovieListById.put(movie.getId(), movie); local
69 Movie movie = new Movie(); local
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/
Movie.java 24 public class Movie {
37 // perhaps the movie needs to get longer!
48 String s = "Movie{ ";
  /frameworks/base/core/jni/android/graphics/
Movie.h 19 class Movie : public SkRefCnt {
21 /** Try to create a movie from the stream. If the stream format is not
24 static Movie* DecodeStream(SkStreamRewindable*);
25 /** Try to create a movie from the specified file path. If the file is not
26 found, or the format is not supported, return NULL. If a movie is
27 returned, the stream may be retained by the movie (via ref()) until
28 the movie is finished with it (by calling unref()).
30 static Movie* DecodeFile(const char path[]);
31 /** Try to create a movie from the specified memory.
32 If the format is not supported, return NULL. If a movie is returned
    [all...]
MovieImpl.cpp 7 #include "Movie.h"
15 Movie::Movie()
22 void Movie::ensureInfo()
28 SkMSec Movie::duration()
34 int Movie::width()
40 int Movie::height()
46 int Movie::isOpaque()
52 bool Movie::setTime(SkMSec time)
68 const SkBitmap& Movie::bitmap(
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_action.h 27 Movie,
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
VideoProvider.java 52 private static HashMap<String, List<Movie>> mMovieList;
94 public static HashMap<String, List<Movie>> getMovieList() {
98 public static HashMap<String, List<Movie>> buildMedia(Context ctx, String url)
103 mMovieList = new HashMap<String, List<Movie>>();
121 List<Movie> categoryList = new ArrayList<Movie>();
148 private static Movie buildMovieInfo(String category, String title,
151 Movie movie = new Movie(); local
    [all...]
Movie.java 24 * Movie class represents video entity with title, description, image thumbs and video url.
27 public class Movie implements Serializable {
39 public Movie() {
116 Log.d("BACK MOVIE: ", bgImageUrl);
134 return "Movie{" +
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/data/
VideoProvider.java 23 import com.example.android.tvleanback.model.Movie;
55 private static HashMap<String, List<Movie>> sMovieList;
64 public static HashMap<String, List<Movie>> getMovieList() {
68 public static HashMap<String, List<Movie>> buildMedia(Context ctx, String url)
73 sMovieList = new HashMap<String, List<Movie>>();
91 List<Movie> categoryList = new ArrayList<Movie>();
118 private static Movie buildMovieInfo(String category,
125 Movie movie = new Movie() local
    [all...]
  /cts/tests/leanbackjank/app/src/android/leanbackjank/app/model/
Movie.java 23 * Movie class represents video entity with title, description, image thumbs and video url.
25 public class Movie implements Parcelable {
34 public Movie() {
37 public Movie(Parcel in){
113 sb.append("Movie{");
121 public Movie createFromParcel(Parcel in) {
122 return new Movie(in);
125 public Movie[] newArray(int size) {
126 return new Movie[size];
  /developers/samples/android/tv/ChannelsPrograms/Application/src/main/java/com/example/android/tv/channelsprograms/model/
Movie.java 19 public class Movie implements Serializable {
21 private static final String TAG = "Movie";
36 public Movie() {}
120 return "Movie{"
  /frameworks/base/graphics/java/android/graphics/
Movie.java 27 public class Movie {
30 private Movie(long nativeMovie) {
32 throw new RuntimeException("native movie creation failed");
55 public static Movie decodeStream(InputStream is) {
67 private static native Movie nativeDecodeAsset(long asset);
68 private static native Movie nativeDecodeStream(InputStream is);
69 public static native Movie decodeByteArray(byte[] data, int offset,
74 public static Movie decodeFile(String pathName) {
95 private static Movie decodeTempStream(InputStream is) {
96 Movie moov = null
    [all...]
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/model/
Movie.java 27 * Movie class represents video entity with title, description, image thumbs and video url.
29 public class Movie implements Parcelable {
30 private static final String TAG = "Movie";
42 public Movie() {
46 public Movie(Parcel in){
159 sb.append("Movie{");
171 public Movie createFromParcel(Parcel in) {
172 return new Movie(in);
175 public Movie[] newArray(int size) {
176 return new Movie[size]
    [all...]
  /external/python/cpython2/Mac/Modules/qt/
qtsupport.py 13 OBJECTNAME = 'Movie' # The basic name of the objects used here
17 OBJECTTYPE = "Movie" # The C type used to represent them
33 extern PyObject *_MovieObj_New(Movie);
34 extern int _MovieObj_Convert(PyObject *, Movie *);
108 PyMac_INIT_TOOLBOX_OBJECT_NEW(Movie, MovieObj_New);
109 PyMac_INIT_TOOLBOX_OBJECT_CONVERT(Movie, MovieObj_Convert);
121 Movie = OpaqueByValueType('Movie', 'MovieObj')
122 NullMovie = FakeType("(Movie)0")
294 Movie_object = MovieObjectDefinition('Movie', 'MovieObj', 'Movie'
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/xml/
marshal_test.go 69 type Movie struct {
70 XMLName struct{} `xml:"movie"`
634 {Value: &Movie{Length: 13440}, ExpectXML: `<movie>13440</movie>`},
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
marshal_test.go 69 type Movie struct {
70 XMLName struct{} `xml:"movie"`
634 {Value: &Movie{Length: 13440}, ExpectXML: `<movie>13440</movie>`},
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/sdk/10/
android.jar 

Completed in 504 milliseconds

1 2 3