Home
last modified time | relevance | path

Searched refs:ext2 (Results 1 – 25 of 114) sorted by relevance

12345

/external/e2fsprogs/misc/
Dfindsuper.c124 struct ext2_super_block ext2; in main() local
191 read(fd, &ext2, 512) == 512; sk += skiprate) { in main()
216 if (ext2.s_magic != EXT2_SUPER_MAGIC) in main()
218 if (ext2.s_log_block_size > 6) in main()
219 WHY("log block size > 6 (%u)\n", ext2.s_log_block_size); in main()
220 if (ext2fs_r_blocks_count(&ext2) > ext2fs_blocks_count(&ext2)) in main()
222 ext2fs_r_blocks_count(&ext2), in main()
223 ext2fs_blocks_count(&ext2)); in main()
224 if (ext2fs_free_blocks_count(&ext2) > ext2fs_blocks_count(&ext2)) in main()
226 ext2fs_free_blocks_count(&ext2), in main()
[all …]
/external/llvm/test/CodeGen/AArch64/
Ddp-3source.ll38 %ext2 = sext i32 %val2 to i64
39 %prod = mul i64 %ext1, %ext2
48 %ext2 = sext i32 %val2 to i64
49 %prod = mul i64 %ext1, %ext2
58 %ext2 = zext i32 %val2 to i64
59 %prod = mul i64 %ext1, %ext2
68 %ext2 = zext i32 %val2 to i64
69 %prod = mul i64 %ext1, %ext2
78 %ext2 = sext i64 %rhs to i128
79 %res = mul i128 %ext1, %ext2
[all …]
Darm64-vsub.ll167 %ext2 = sext <8 x i8> %high2 to <8 x i16>
169 %res = sub <8 x i16> %ext1, %ext2
182 %ext2 = sext <4 x i16> %high2 to <4 x i32>
184 %res = sub <4 x i32> %ext1, %ext2
197 %ext2 = sext <2 x i32> %high2 to <2 x i64>
199 %res = sub <2 x i64> %ext1, %ext2
245 %ext2 = zext <8 x i8> %high2 to <8 x i16>
247 %res = sub <8 x i16> %ext1, %ext2
260 %ext2 = zext <4 x i16> %high2 to <4 x i32>
262 %res = sub <4 x i32> %ext1, %ext2
[all …]
/external/nanopb-c/tests/extensions/
Ddecode_extensions.c26 pb_extension_t ext2; in main() local
38 ext1.next = &ext2; in main()
40 ext2.type = &ExtensionMessage_AllTypes_extensionfield2; in main()
41 ext2.dest = &extensionfield2; in main()
42 ext2.next = NULL; in main()
54 TEST(ext2.found) in main()
Dencode_extensions.c21 pb_extension_t ext2; in main() local
28 ext1.next = &ext2; in main()
30 ext2.type = &ExtensionMessage_AllTypes_extensionfield2; in main()
31 ext2.dest = &extensionfield2; in main()
32 ext2.next = NULL; in main()
/external/e2fsprogs/tests/progs/test_data/
Dexpect.icount4 store: Invalid argument passed to ext2 library while calling ext2fs_icount_store
6 fetch: Invalid argument passed to ext2 library while calling ext2fs_icount_fetch
8 increment: Invalid argument passed to ext2 library while calling ext2fs_icount_increment
10 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement
12 store: Invalid argument passed to ext2 library while calling ext2fs_icount_store
14 fetch: Invalid argument passed to ext2 library while calling ext2fs_icount_fetch
16 increment: Invalid argument passed to ext2 library while calling ext2fs_icount_increment
18 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement
61 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement
93 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement
[all …]
/external/chromium_org/extensions/common/
Dextension_set_unittest.cc55 scoped_refptr<Extension> ext2(CreateTestExtension( in TEST() local
65 ASSERT_TRUE(ext1.get() && ext2.get() && ext3.get() && ext4.get()); in TEST()
75 EXPECT_FALSE(extensions.Insert(ext2)); in TEST()
77 EXPECT_EQ(ext2.get(), extensions.GetByID(ext1->id())); in TEST()
86 ext2.get(), in TEST()
87 extensions.GetExtensionOrAppByURL(ext2->GetResourceURL("test.html"))); in TEST()
96 EXPECT_EQ(ext2.get(), in TEST()
122 EXPECT_TRUE(extensions.Remove(ext2->id())); in TEST()
124 EXPECT_FALSE(extensions.GetByID(ext2->id())); in TEST()
/external/genext2fs/
Dtest-mount.sh39 /sbin/e2fsck -fn ext2.img || fail
41 mount -t ext2 -o ro,loop ext2.img mnt || fail
59 /sbin/e2fsck -fn ext2.img || fail
61 mount -t ext2 -o ro,loop ext2.img mnt || fail
DTODO3 - support fancy ext2 options
/external/e2fsprogs/tests/f_crashdisk/
Dexpect.11 ext2fs_open2: The ext2 superblock is corrupt
3 ../e2fsck/e2fsck: The ext2 superblock is corrupt while trying to open test.img
5 The superblock could not be read or does not describe a correct ext2
6 filesystem. If the device is valid and it really contains an ext2
/external/chromium_org/chromeos/ime/
Dcomponent_extension_ime_manager_unittest.cc53 ComponentExtensionIME ext2; in SetUp() local
54 ext2.id = "ext2_id_xxxxxxxxxxxxxxxxxxxxxxxx"; in SetUp()
55 ext2.description = "ext2_description"; in SetUp()
56 ext2.path = base::FilePath("ext2_file_path"); in SetUp()
63 ext2.engines.push_back(ext2_engine1); in SetUp()
70 ext2.engines.push_back(ext2_engine2); in SetUp()
77 ext2.engines.push_back(ext2_engine3); in SetUp()
79 ime_list_.push_back(ext2); in SetUp()
/external/e2fsprogs/
De2fsprogs.spec.in6 Summary: Utilities for managing ext2/ext3/ext4 filesystems
19 checking, modifying, and correcting any inconsistencies in ext2, ext3,
22 initialize a partition to contain an empty ext2 filesystem), debugfs
26 shrink unmounted ext2 filesystems, and most of the other core ext2fs
29 You should install the e2fsprogs package if you are using any ext2,
32 don't use ext2/ext3/ext4) for the libuuid and libblkid libraries and
43 develop ext2, ext3, or ext4 filesystem-specific programs.
46 ext2. ext3. or ext4 filesystem-specific programs. If you install
122 %{_root_sbindir}/fsck.ext2
129 %{_root_sbindir}/mkfs.ext2
[all …]
DREADME.subset3 other non-ext2-related applications.
6 libraries for GNOME, but who do not need the ext2/ext3 filesystem
/external/e2fsprogs/ext2ed/
Dext2ed.conf.in7 # Ext2Descriptors is the location of the ext2 filesystem structure
11 Ext2Descriptors @datadir@/ext2.descriptors
53 # When ForceExt2 is set to on, the filesystem is assumed to be ext2
55 # All the ext2 specific commands will be aviable despite the possible
62 # total number of blocks are gathered from the ext2 filesystem itself.
/external/e2fsprogs/lib/blkid/tests/
Dext2.results1 TYPE='ext2'
2 LABEL='test-ext2'
/external/e2fsprogs/tests/r_1024_small_bg/
Dscript3 test_description="ext2 1024 blocksize with small block groups"
4 FEATURES="-t ext2 -O ^resize_inode -b 1024 -g 1024"
/external/chromium_org/chrome/browser/background/
Dbackground_application_list_model_unittest.cc198 scoped_refptr<Extension> ext2 = CreateExtension("bravo", false); in TEST_F() local
215 ASSERT_FALSE(IsBackgroundApp(*ext2.get())); in TEST_F()
216 service->AddExtension(ext2.get()); in TEST_F()
243 ASSERT_FALSE(IsBackgroundApp(*ext2.get())); in TEST_F()
244 service->UninstallExtension(ext2->id(), in TEST_F()
281 scoped_refptr<Extension> ext2 = in TEST_F() local
302 ASSERT_FALSE(IsBackgroundApp(*ext2.get())); in TEST_F()
303 service->AddExtension(ext2.get()); in TEST_F()
311 ASSERT_FALSE(IsBackgroundApp(*ext2.get())); in TEST_F()
312 service->UninstallExtension(ext2->id(), in TEST_F()
/external/e2fsprogs/lib/ext2fs/
Dext2_err.et.in9 error_table ext2
57 "Wrong magic number for ext2 file structure"
192 "The ext2 superblock is corrupt"
225 "Invalid argument passed to ext2 library"
228 "Could not allocate block in ext2 filesystem"
231 "Could not allocate inode in ext2 filesystem"
252 "Unimplemented ext2 library function"
/external/llvm/test/CodeGen/SystemZ/
Dbranch-06.ll163 %ext2 = zext i8 %byte2 to i32
164 %cond = icmp ult i32 %ext1, %ext2
185 %ext2 = zext i16 %half2 to i32
186 %cond = icmp ult i32 %ext1, %ext2
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
Dtext_format_test.py84 ext2 = unittest_mset_pb2.TestMessageSetExtension2.message_set_extension
86 message.message_set.Extensions[ext2].str = 'foo'
169 ext2 = unittest_mset_pb2.TestMessageSetExtension2.message_set_extension
171 message.message_set.Extensions[ext2].str = 'foo'
309 ext2 = unittest_mset_pb2.TestMessageSetExtension2.message_set_extension
311 self.assertEquals('foo', message.message_set.Extensions[ext2].str)
/external/e2fsprogs/debian/attic/
De2fslibsg-dev.info1 DESCR="Library of routines to manipulate an ext2 filesystem."
De2fslibsg-dev.menu3 longtitle="A library to handle low-level structures in an ext2 filesystem"\
/external/llvm/test/Transforms/LoopStrengthReduce/
D2011-10-06-ReusePhi.ll32 %idx.ext2 = sext i32 %IB to i64
45 %add.ptr3 = getelementptr inbounds float* %B.addr.04, i64 %idx.ext2
/external/e2fsprogs/debian/
Dcontrol.in22 Description: statically-linked version of the ext2/ext3/ext4 filesystem checker
212 Description: ext2/ext3/ext4 file system libraries
213 The ext2, ext3 and ext4 file systems are successors of the original ext
230 Description: ext2/ext3/ext4 file system libraries - headers and static libraries
231 The ext2, ext3 and ext4 file systems are successors of the original ext
250 Description: ext2/ext3/ext4 file system utilities
251 The ext2, ext3 and ext4 file systems are successors of the original ext
256 ext2/3/4-based file systems.
/external/protobuf/python/google/protobuf/internal/
Dtext_format_test.py83 ext2 = unittest_mset_pb2.TestMessageSetExtension2.message_set_extension
85 message.message_set.Extensions[ext2].str = 'foo'
182 ext2 = unittest_mset_pb2.TestMessageSetExtension2.message_set_extension
184 self.assertEquals('foo', message.message_set.Extensions[ext2].str)

12345