/prebuilts/python/linux-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...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/ |
test_anon.py | 11 class Y(Structure): 26 lambda: type(Structure)("Name", 27 (Structure,), 33 lambda: type(Structure)("Name", 34 (Structure,), 39 class ANON_S(Structure): 47 class Y(Structure):
|
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/ |
test_anon.py | 11 class Y(Structure): 26 lambda: type(Structure)("Name", 27 (Structure,), 33 lambda: type(Structure)("Name", 34 (Structure,), 39 class ANON_S(Structure): 47 class Y(Structure):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_anon.py | 11 class Y(Structure): 26 lambda: type(Structure)("Name", 27 (Structure,), 33 lambda: type(Structure)("Name", 34 (Structure,), 39 class ANON_S(Structure): 47 class Y(Structure):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_anon.py | 11 class Y(Structure): 26 lambda: type(Structure)("Name", 27 (Structure,), 33 lambda: type(Structure)("Name", 34 (Structure,), 39 class ANON_S(Structure): 47 class Y(Structure):
|
/external/libavc/encoder/ |
ive2.h | 26 * This file contains all the necessary structure and enumeration 246 /** Input structure : Initialize the encoder */ 249 /** size of the structure */ 322 /** Output structure : Initialize the encoder */ 325 /** Size of the structure */ 339 /** size of the structure */ 382 /** size of the structure */ 420 /** Input structure : Queue input buffer to the encoder */ 423 /** size of the structure */ 435 /** Flag to indicate the size of mb info structure */ [all...] |
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/ |
WiFiP2pService.java | 7 * A structure to hold service information.
|
/development/samples/browseable/BorderlessButtons/ |
_index.jd | 9 (OK and Cancel) and dividers to establish visual structure.
|
/external/libxml2/test/relaxng/ |
307377.rng | 1 <element name="number" xmlns="http://relaxng.org/ns/structure/1.0">
|
565219.rng | 1 <grammar xmlns="http://relaxng.org/ns/structure/1.0">
|
595792.rng | 2 <grammar ns="" xmlns="http://relaxng.org/ns/structure/1.0">
|
interleave1_0.rng | 1 <element name="doc" xmlns="http://relaxng.org/ns/structure/1.0">
|
tutor10_3.rng | 1 <element name="addressBook" xmlns="http://relaxng.org/ns/structure/1.0">
|
tutor10_7.rng | 2 xmlns="http://relaxng.org/ns/structure/1.0">
|
tutor11_1.rng | 1 <grammar xmlns="http://relaxng.org/ns/structure/1.0">
|
tutor11_1_1.xml | 1 <grammar xmlns="http://relaxng.org/ns/structure/1.0">
|
tutor11_2.rng | 2 xmlns="http://relaxng.org/ns/structure/1.0">
|
tutor11_3.rng | 1 <element name="example" xmlns="http://relaxng.org/ns/structure/1.0">
|
tutor1_1.rng | 1 <element name="addressBook" xmlns="http://relaxng.org/ns/structure/1.0">
|
tutor1_2.rng | 1 <element name="addressBook" xmlns="http://relaxng.org/ns/structure/1.0">
|
tutor3_1.rng | 1 <element name="addressBook" xmlns="http://relaxng.org/ns/structure/1.0">
|
tutor5_1.rng | 1 <element name="number" xmlns="http://relaxng.org/ns/structure/1.0">
|
tutor6_1.rng | 1 <element name="card" xmlns="http://relaxng.org/ns/structure/1.0">
|
tutor6_2.rng | 1 <element name="card" xmlns="http://relaxng.org/ns/structure/1.0">
|
tutor7_1.rng | 1 <element name="vector" xmlns="http://relaxng.org/ns/structure/1.0"
|