Searched refs:struct (Results 1 - 25 of 407) sorted by relevance

1234567891011>>

/external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/
H A DSerializationTest.java26 private static void assertThrowsSerializationException(Struct struct) { argument
28 struct.serialize(null);
29 fail("Serialization of invalid struct should have thrown an exception.");
36 * Verifies that serializing a struct with an invalid handle of a non-nullable type throws an
41 Struct2 struct = new Struct2();
42 assertFalse(struct.hdl.isValid());
43 assertThrowsSerializationException(struct);
45 // Make the struct valid and verify that it serializes without an exception.
46 struct.hdl = new HandleMock();
47 struct
[all...]
/external/chromium_org/ppapi/api/
H A Dpp_directory_entry.idl7 * This file defines the <code>PP_DirectoryEntry</code> struct.
11 struct PP_DirectoryEntry {
H A Dpp_touch_point.idl13 * The <code>PP_TouchPoint</code> struct represents all information about a
17 struct PP_TouchPoint {
66 PP_INLINE struct PP_TouchPoint PP_MakeTouchPoint(void) {
67 struct PP_TouchPoint result = { 0, {0, 0}, {0, 0}, 0, 0 };
H A Dpp_var.idl110 [union] struct PP_VarValue {
145 * The <code>PP_VAR</code> struct is a variant data type and can contain any
159 struct PP_Var {
164 * 8-byte boundary relative to the start of the struct. Some compilers
187 * <code>PP_Var</code> struct for passing to the browser.
191 PP_INLINE struct PP_Var PP_MakeUndefined(void) {
192 struct PP_Var result = { PP_VARTYPE_UNDEFINED, 0, {PP_FALSE} };
198 * <code>PP_Var</code> struct for passing to the browser.
202 PP_INLINE struct PP_Var PP_MakeNull(void) {
203 struct PP_Va
[all...]
H A Dpp_point.idl15 struct PP_Point {
34 struct PP_FloatPoint {
56 PP_INLINE struct PP_Point PP_MakePoint(int32_t x, int32_t y) {
57 struct PP_Point ret;
63 PP_INLINE struct PP_FloatPoint PP_MakeFloatPoint(float x, float y) {
64 struct PP_FloatPoint ret;
H A Dpp_size.idl11 * The <code>PP_Size</code> struct contains the size of a 2D rectangle.
14 struct PP_Size {
22 * The <code>PP_FloatSize</code> struct contains the size of a 2D rectangle.
24 struct PP_FloatSize {
46 PP_INLINE struct PP_Size PP_MakeSize(int32_t w, int32_t h) {
47 struct PP_Size ret;
62 PP_INLINE struct PP_FloatSize PP_MakeFloatSize(float w, float h) {
63 struct PP_FloatSize ret;
H A Dpp_completion_callback.idl113 [passByValue] struct PP_CompletionCallback {
145 * struct PP_CompletionCallback cc = PP_MakeCompletionCallback(Foo, NULL);
151 * struct PP_CompletionCallback cc = PP_MakeCompletionCallback(Foo, NULL);
163 PP_INLINE struct PP_CompletionCallback PP_MakeCompletionCallback(
166 struct PP_CompletionCallback cc;
184 PP_INLINE struct PP_CompletionCallback PP_MakeOptionalCompletionCallback(
187 struct PP_CompletionCallback cc = PP_MakeCompletionCallback(func, user_data);
211 PP_INLINE void PP_RunCompletionCallback(struct PP_CompletionCallback* cc,
233 PP_INLINE struct PP_CompletionCallback PP_BlockUntilComplete(void) {
251 struct PP_CompletionCallbac
[all...]
H A Dpp_rect.idl11 * The <code>PP_Rect</code> struct contains the size and location of a 2D
15 struct PP_Rect {
27 * The <code>PP_FloatRect</code> struct contains the size and location of a 2D
30 struct PP_FloatRect {
61 PP_INLINE struct PP_Rect PP_MakeRectFromXYWH(int32_t x, int32_t y,
63 struct PP_Rect ret;
84 PP_INLINE struct PP_FloatRect PP_MakeFloatRectFromXYWH(float x, float y,
86 struct PP_FloatRect ret;
/external/chromium_org/third_party/libevent/test/
H A Dregress.rpc3 struct msg {
6 optional struct[kill] attack = 3;
7 array struct[run] run = 4;
10 struct kill {
16 struct run {
/external/ltrace/testsuite/ltrace.main/
H A Dparameters-hfa.exp22 struct(double) func_dbl_eqv(struct(double), struct(struct(double)), struct(struct(struct(double))), struct(struct(struct(struc
[all...]
/external/chromium_org/ppapi/api/private/
H A Dpp_video_frame_private.idl7 * This file defines the struct used to hold a video frame.
11 * The <code>PP_VideoFrame_Private</code> struct represents a video frame.
16 struct PP_VideoFrame_Private {
28 * Ensure that this struct is 16-bytes wide by padding the end. In some
30 * struct on 8-byte boundaries as well and pad it to 8 bytes even without this
/external/chromium_org/tools/idl_parser/test_parser/
H A Dstruct_ppapi.idl48 [union] struct MyStruct {
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3dapi/
H A Dgalliumd3d10_1.idl35 HRESULT GalliumD3D10DeviceCreate1(struct pipe_screen* screen, struct pipe_context* context, BOOL owns_context, unsigned creation_flags, IDXGIAdapter* adapter, ID3D10Device1** ppDevice);
H A Dgalliumd3d11.idl35 HRESULT GalliumD3D11DeviceCreate(struct pipe_screen* screen, struct pipe_context* context, BOOL owns_context, unsigned creation_flags, IDXGIAdapter* adapter, ID3D11Device** ppDevice);
H A Dgalliumcom.idl35 struct pipe_screen* GetGalliumScreen();
36 struct pipe_screen* GetGalliumReferenceSoftwareScreen();
37 struct pipe_screen* GetGalliumFastSoftwareScreen();
45 [in] struct pipe_resource* resource,
53 struct pipe_context* GetGalliumContext();
74 struct pipe_resource* GetGalliumResource();
/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DResourceProcessor.java31 public boolean process(EntryStruct struct) throws IOException { argument
32 if (!struct.name.endsWith(".class"))
33 struct.name = pr.mapPath(struct.name);
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3dapi/
H A Dgalliumd3d10_1.idl35 HRESULT GalliumD3D10DeviceCreate1(struct pipe_screen* screen, struct pipe_context* context, BOOL owns_context, unsigned creation_flags, IDXGIAdapter* adapter, ID3D10Device1** ppDevice);
H A Dgalliumd3d11.idl35 HRESULT GalliumD3D11DeviceCreate(struct pipe_screen* screen, struct pipe_context* context, BOOL owns_context, unsigned creation_flags, IDXGIAdapter* adapter, ID3D11Device** ppDevice);
H A Dgalliumcom.idl35 struct pipe_screen* GetGalliumScreen();
36 struct pipe_screen* GetGalliumReferenceSoftwareScreen();
37 struct pipe_screen* GetGalliumFastSoftwareScreen();
45 [in] struct pipe_resource* resource,
53 struct pipe_context* GetGalliumContext();
74 struct pipe_resource* GetGalliumResource();
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
H A DStandaloneJarProcessor.java36 EntryStruct struct = new EntryStruct();
40 struct.name = entry.getName();
41 struct.time = entry.getTime();
44 struct.data = baos.toByteArray();
45 if (proc.process(struct)) {
46 if (entries.add(struct.name)) {
47 entry = new JarEntry(struct.name);
48 entry.setTime(struct.time);
51 out.write(struct.data);
52 } else if (struct
[all...]
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
H A Dgenerator.py15 """Converts a method's parameters into the fields of a struct."""
17 struct = mojom.Struct(params_class, module=method.interface.module)
19 struct.AddField(param.name, param.kind, param.ordinal)
20 struct.packed = pack.PackedStruct(struct)
21 return struct
24 """Converts a method's response_parameters into the fields of a struct."""
26 struct = mojom.Struct(params_class, module=method.interface.module)
28 struct.AddField(param.name, param.kind, param.ordinal)
29 struct
[all...]
/external/chromium_org/ppapi/generators/test_cgen/
H A Dstructs.idl24 /* struct st1 { int32_t i; senum j; }; */
25 struct st1 {
30 /* struct st2 { s_array pixels[640][480]; }; */
31 struct st2 {
42 * struct sfoo {
47 struct sfoo {
/external/chromium_org/ppapi/generators/test_parser/
H A Dstruct.idl9 struct S1 {
19 struct S2 {
31 struct {
/external/chromium_org/third_party/brotli/src/
H A Dwoff2_header_dump.py9 import struct namespace
13 header_values = struct.unpack('>IIIHHIHHIIIII', header[:44])
30 entry = struct.unpack('>IIIII', header[44+20*i:44+20*(i+1)])
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
H A Ddxgitype.idl26 typedef struct DXGI_SAMPLE_DESC {
52 typedef struct DXGI_RATIONAL {
57 typedef struct DXGI_MODE_DESC {
66 typedef struct DXGI_GAMMA_CONTROL_CAPABILITIES {
74 typedef struct DXGI_RGB {
80 typedef struct DXGI_GAMMA_CONTROL {

Completed in 517 milliseconds

1234567891011>>