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

  /frameworks/base/media/libmedia/
IMediaRecorderClient.cpp 38 virtual void notify(int msg, int ext1, int ext2)
44 data.writeInt32(ext2);
61 int ext2 = data.readInt32(); local
62 notify(msg, ext1, ext2);
IMediaPlayerClient.cpp 38 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj)
44 data.writeInt32(ext2);
64 int ext2 = data.readInt32(); local
70 notify(msg, ext1, ext2, &obj);
  /frameworks/base/tools/aapt/
FileFinder.cpp 89 String8 ext2 = extensions[i].getPathExtension(); local
90 ext2.toLower();
92 if (ext == ext2) {
  /frameworks/base/libs/camera/
ICameraClient.cpp 42 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2)
49 data.writeInt32(ext2);
95 int32_t ext2 = data.readInt32(); local
96 notifyCallback(msgType, ext1, ext2);
  /external/e2fsprogs/misc/
findsuper.c 2 * findsuper --- quick hacked up program to find ext2 superblocks.
64 * copies of ext2 superblocks (by checking for the ext2 signature).
67 * offset in 1024-byte blocks, the size of the ext2 partition in fs
69 * (always 0 for older ext2 systems), and a timestamp (s_mtime).
123 struct ext2_super_block ext2; local
189 read(fd, &ext2, 512) == 512; sk += skiprate) {
214 if (ext2.s_magic != EXT2_SUPER_MAGIC)
216 if (ext2.s_log_block_size > 6)
217 WHY("log block size > 6 (%u)\n", ext2.s_log_block_size)
    [all...]
  /external/chromium/chrome/browser/
background_application_list_model_unittest.cc 114 scoped_refptr<Extension> ext2 = CreateExtension("bravo", false); local
130 ASSERT_FALSE(BackgroundApplicationListModel::IsBackgroundApp(*ext2));
131 service->AddExtension(ext2);
151 ASSERT_FALSE(BackgroundApplicationListModel::IsBackgroundApp(*ext2));
152 service->UninstallExtension(ext2->id(), false, NULL);

Completed in 976 milliseconds