Searched refs:version (Results 1 - 25 of 70) sorted by relevance

123

/development/ndk/platforms/android-3/include/linux/
H A Dutsname.h21 char version[9]; member in struct:oldold_utsname
31 char version[65]; member in struct:old_utsname
39 char version[65]; member in struct:new_utsname
H A Dkeychord.h21 __u16 version; member in struct:input_keychord
H A Dncp_mount.h30 int version; member in struct:ncp_mount_data
49 int version; member in struct:ncp_mount_data_v4
H A Dtaskstats.h19 __u16 version; member in struct:taskstats
H A Dcapability.h21 __u32 version; member in struct:__user_cap_header_struct
H A Dip.h78 version:4; member in struct:iphdr
80 __u8 version:4,
H A Dipv6.h83 version:4; member in struct:ipv6hdr
85 __u8 version:4,
H A Ddm-ioctl.h24 uint32_t version[3]; member in struct:dm_ioctl
67 uint32_t version[3]; member in struct:dm_target_versions
/development/ndk/platforms/android-3/include/asm-generic/
H A Dipc.h35 #define IPCCALL(version,op) ((version)<<16 | (op))
/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A DThreadInfo.h27 version = _version;
36 int version; member in struct:EGLWrapperContext
/development/samples/SpellChecker/HelloSpellChecker/
H A DAndroid.mk8 # TODO: Change sdk version to 16
/development/samples/SpellChecker/SampleSpellCheckerService/
H A DAndroid.mk8 # TODO: Change sdk version to 16
/development/ndk/platforms/android-3/include/sys/
H A Dutsname.h41 char version [SYS_NMLN]; member in struct:utsname
H A D_system_properties.h55 unsigned version; member in struct:prop_area
/development/samples/RenderScript/HelloCompute/src/com/example/android/rs/hellocompute/
H A Dmono.rs17 #pragma version(1)
/development/tools/emulator/opengl/system/egl/
H A DeglContext.h37 EGLint version; member in struct:EGLContext_t
H A DClientAPIExts.cpp88 // the current context version and calls to the correct client API
98 int idx = (int)thread->currentContext->version - 1; \
112 int idx = (int)thread->currentContext->version - 1; \
124 // Define a table to map function names to the local _egl_ version of
145 // returns the __egl_ version of the givven extension function name.
/development/tools/emulator/system/camera/
H A DEmulatedBaseCamera.cpp49 device->version = cameraVersion;
/development/tools/emulator/opengl/system/OpenglSystemCommon/
H A Dgralloc_cb.h53 version = sizeof(native_handle);
75 hnd->version == sizeof(native_handle) &&
/development/ndk/platforms/android-3/include/linux/mtd/
H A Dbbm.h22 uint8_t version[NAND_MAX_CHIPS]; member in struct:nand_bbt_descr
/development/samples/RenderScript/Levels/src/com/android/rs/levels/
H A Dlevels.rs17 #pragma version(1)
/development/tools/emulator/opengl/system/GLESv1/
H A Dgl.cpp61 if (native_buffer->common.version != sizeof(android_native_buffer_t)) {
87 if (native_buffer->common.version != sizeof(android_native_buffer_t)) {
/development/tools/emulator/opengl/system/GLESv2/
H A Dgl2.cpp61 if (native_buffer->common.version != sizeof(android_native_buffer_t)) {
85 if (native_buffer->common.version != sizeof(android_native_buffer_t)) {
/development/tools/mkstubs/src/com/android/mkstubs/stubber/
H A DClassStubber.java37 public void visit(int version, int access, argument
42 super.visit(version, access, name, signature, superName, interfaces);
/development/tools/mkstubs/src/com/android/mkstubs/
H A DFilterClassAdapter.java45 public void visit(int version, int access, String name, String signature, argument
49 super.visit(version, access, name, signature, superName, interfaces);

Completed in 214 milliseconds

123