/external/e2fsprogs/tests/e_icount_normal/ |
name | 1 inode counting structure optimized for low counts
|
/external/libxml2/test/relaxng/ |
tutor3_7.rng | 1 <element name="x" xmlns="http://relaxng.org/ns/structure/1.0"/>
|
tutor10_2.rng | 1 <element name="foo" ns="" xmlns="http://relaxng.org/ns/structure/1.0">
|
pattern1.rng | 1 <group xmlns="http://relaxng.org/ns/structure/1.0">
|
pattern2.rng | 1 <group xmlns="http://relaxng.org/ns/structure/1.0">
|
tutor10_1.rng | 2 xmlns="http://relaxng.org/ns/structure/1.0">
|
tutor3_2.rng | 1 <element name="card" xmlns="http://relaxng.org/ns/structure/1.0">
|
tutor3_6.rng | 1 <element name="addressBook" xmlns="http://relaxng.org/ns/structure/1.0">
|
tutor3_9.rng | 1 <element name="card" xmlns="http://relaxng.org/ns/structure/1.0">
|
tutor5_3.rng | 1 <element name="bad" xmlns="http://relaxng.org/ns/structure/1.0">
|
tutor5_4.rng | 1 <element name="ok" xmlns="http://relaxng.org/ns/structure/1.0">
|
tutor5_5.rng | 1 <element name="email" xmlns="http://relaxng.org/ns/structure/1.0">
|
tutor8_3.rng | 1 <element name="content" xmlns="http://relaxng.org/ns/structure/1.0">
|
/external/e2fsprogs/tests/progs/ |
test_icount_cmds.ct | 10 request do_create_icount, "Create an icount structure", 13 request do_free_icount, "Free an icount structure", 28 request do_get_size, "Get the size of the icount structure", 31 request do_dump, "Dump the icount structure", 34 request do_validate, "Validate the icount structure",
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/testpkg-regr2/pkg/ |
__init__.py | 2 Package structure simular to crcmod
|
/external/valgrind/helgrind/tests/ |
t2t_laog.vgtest | 2 # in the laog data structure.
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
PKCS7ProcessableObject.java | 16 private final ASN1Encodable structure; field in class:PKCS7ProcessableObject 20 ASN1Encodable structure) 23 this.structure = structure; 34 if (structure instanceof ASN1Sequence) 36 ASN1Sequence s = ASN1Sequence.getInstance(structure); 47 byte[] encoded = structure.toASN1Primitive().getEncoded(ASN1Encoding.DER); 63 return structure;
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
statfs.h | 5 * With EABI there is 4 bytes of padding added to this structure. 7 * Note that user space does NOT have to pack this structure.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/ |
test_struct_fields.py | 5 # Structure/Union classes must get 'finalized' sooner or 10 # 3. The type is used as field of another Structure/Union. 16 class X(Structure): 23 class X(Structure): 28 class X(Structure): 34 class X(Structure): 36 class Y(Structure): 41 class X(Structure):
|
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/ |
test_struct_fields.py | 5 # Structure/Union classes must get 'finalized' sooner or 10 # 3. The type is used as field of another Structure/Union. 16 class X(Structure): 23 class X(Structure): 28 class X(Structure): 34 class X(Structure): 36 class Y(Structure): 41 class X(Structure):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_struct_fields.py | 5 # Structure/Union classes must get 'finalized' sooner or 10 # 3. The type is used as field of another Structure/Union. 16 class X(Structure): 23 class X(Structure): 28 class X(Structure): 34 class X(Structure): 36 class Y(Structure): 41 class X(Structure):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_struct_fields.py | 5 # Structure/Union classes must get 'finalized' sooner or 10 # 3. The type is used as field of another Structure/Union. 16 class X(Structure): 23 class X(Structure): 28 class X(Structure): 34 class X(Structure): 36 class Y(Structure): 41 class X(Structure):
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/ |
_endian.py | 21 # if typ is structure 22 if issubclass(typ, Structure): 26 class _swapped_meta(type(Structure)): 40 # Note: The Structure metaclass checks for the *presence* (not the 47 LittleEndianStructure = Structure 49 class BigEndianStructure(Structure): 50 """Structure with big endian byte order""" 57 BigEndianStructure = Structure 58 class LittleEndianStructure(Structure): 59 """Structure with little endian byte order"" [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/ |
_endian.py | 21 # if typ is structure 22 if issubclass(typ, Structure): 26 class _swapped_meta(type(Structure)): 40 # Note: The Structure metaclass checks for the *presence* (not the 47 LittleEndianStructure = Structure 49 class BigEndianStructure(Structure): 50 """Structure with big endian byte order""" 57 BigEndianStructure = Structure 58 class LittleEndianStructure(Structure): 59 """Structure with little endian byte order"" [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/ |
_endian.py | 21 # if typ is structure 22 if issubclass(typ, Structure): 26 class _swapped_meta(type(Structure)): 40 # Note: The Structure metaclass checks for the *presence* (not the 47 LittleEndianStructure = Structure 49 class BigEndianStructure(Structure): 50 """Structure with big endian byte order""" 57 BigEndianStructure = Structure 58 class LittleEndianStructure(Structure): 59 """Structure with little endian byte order"" [all...] |