Searched defs:create (Results 1 - 6 of 6) sorted by relevance

/system/extras/tests/bionic/libc/other/
H A Dtest_timer_create.c49 create(int seconds, int id) function
81 if (create (3, 1) < 0) return 1;
82 if (create (5, 2) < 0) return 1;
H A Dtest_timer_create2.c49 create(int seconds, int id) function
93 if (create (3, 1) < 0) return 1;
94 if (create (5, 2) < 0) return 1;
H A Dtest_timer_create3.c66 create(int seconds, int id) function
97 if (create (1, 1) < 0) return 1;
/system/media/mca/filterfw/java/android/filterfw/format/
H A DImageFormat.java36 public static MutableFrameFormat create(int width, method in class:ImageFormat
51 public static MutableFrameFormat create(int width, method in class:ImageFormat
55 return create(width,
62 public static MutableFrameFormat create(int colorspace, int target) { method in class:ImageFormat
63 return create(FrameFormat.SIZE_UNSPECIFIED,
70 public static MutableFrameFormat create(int colorspace) { method in class:ImageFormat
71 return create(FrameFormat.SIZE_UNSPECIFIED,
/system/vold/
H A DLoop.cpp125 int Loop::create(const char *id, const char *loopFile, char *loopDeviceBuffer, size_t len) { function in class:Loop
H A DDevmapper.cpp166 int Devmapper::create(const char *name, const char *loopFile, const char *key, function in class:Devmapper

Completed in 144 milliseconds