HomeSort by relevance Sort by last modified time
    Searched full:structure (Results 251 - 275 of 12041) sorted by null

<<11121314151617181920>>

  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_IVCommon.h 145 OMX_U32 nSize; /**< Size of the structure in bytes */
154 * Structure defining percent to scale each frame dimension. For example:
159 OMX_U32 nSize; /**< Size of the structure in bytes */
192 * nSize : Size of the structure in bytes
194 * nPortIndex : Port that this structure applies to
209 * nSize : Size of the structure in bytes
211 * nPortIndex : Port that this structure applies to
232 * nSize : Size of the structure in bytes
234 * nPortIndex : Port that this structure applies to
278 * nSize : Size of the structure in bytes
    [all...]
  /external/clang/test/SemaCXX/
reinterpret-cast.cpp 6 struct structure { int m; }; struct
25 const int structure::*psi = 0;
26 (void)reinterpret_cast<const int structure::*>(psi);
28 structure s;
29 (void)reinterpret_cast<structure>(s); // expected-error {{reinterpret_cast from 'structure' to 'structure' is not allowed}}
50 structure *p3 = reinterpret_cast<structure*>(p2);
92 const int structure::*psi = 0
    [all...]
  /external/libhevc/common/
ivd.h 24 * This file contains all the necessary structure and enumeration
234 /* Structure */
236 /* structure for passing output buffers to codec during get display buffer */
266 * u4_size of the structure
300 * u4_size of the structure
321 * u4_size of the structure
355 * u4_size of the structure
446 * u4_size of the structure
466 * u4_size of the structure
526 * u4_size of the structure
    [all...]
iv.h 24 * This file contains all the necessary structure and enumeration
159 /* Structure */
162 /* IV_OBJ_T: This structure defines the handle for the codec instance */
166 * u4_size of the structure
181 /* iv_mem_rec_t: This structure defines the memory record holder which will */
187 * u4_size of the structure
211 /* IV_YUV_BUF_T: This structure defines attributes for the yuv buffer */
215 * u4_size of the structure
289 * u4_size of the structure
302 * u4_size of the structure
    [all...]
  /external/chromium_org/gpu/config/
gpu_control_list_format.txt 23 // "version" is a VERSION structure (defined below).
35 // 7. "driver_vendor" is a STRING structure (defined below).
36 // 8. "driver_version" is a VERSION structure (defined below).
37 // 9. "driver_date" is a VERSION structure (defined below).
43 // 11. "gl_version" is a VERSION structure (defined below).
44 // 12. "gl_vendor" is a STRING structure (defined below).
45 // 13. "gl_renderer" is a STRING structure (defined below).
46 // 14. "gl_extensions" is a STRING structure (defined below).
47 // 15. "perf_graphics" is a FLOAT structure (defined below).
48 // 16. "perf_gaming" is a FLOAT structure (defined below)
    [all...]
  /external/chromium_org/tools/grit/grit/testdata/
simple-input.xml 20 <structure type="menu" name="IDM_FOO" file="rc_files/menus.rc" />
21 <structure type="dialog" name="IDD_BLAT" file="rc_files/dialogs.rc" />
22 <structure type="tr_html" name="IDR_HTML_TEMPLATE" file="templates/homepage.html" />
23 <structure type="dialog" name="IDD_NARROW_DIALOG" file="rc_files/dialogs.rc">
36 </structure>
37 <structure type="version" name="VS_VERSION_INFO" file="rc_files/version.rc"/>
  /external/kernel-headers/original/uapi/linux/
x25.h 58 * Linux X.25 Address structure, used for bind, and connect mostly.
69 * changes of this structure in 2.5.x which might break compatibilty.
91 * Routing table control structure.
100 * Facilities structure.
130 * Call User Data structure.
138 * Call clearing Cause and Diagnostic structure.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
x25.h 56 * Linux X.25 Address structure, used for bind, and connect mostly.
67 * changes of this structure in 2.5.x which might break compatibilty.
89 * Routing table control structure.
98 * Facilities structure.
128 * Call User Data structure.
136 * Call clearing Cause and Diagnostic structure.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
x25.h 56 * Linux X.25 Address structure, used for bind, and connect mostly.
67 * changes of this structure in 2.5.x which might break compatibilty.
89 * Routing table control structure.
98 * Facilities structure.
128 * Call User Data structure.
136 * Call clearing Cause and Diagnostic structure.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_internals.py 39 class X(Structure):
51 class X(Structure):
54 class Y(Structure):
67 class X(Structure):
70 class Y(Structure):
89 class X(Structure):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_internals.py 39 class X(Structure):
51 class X(Structure):
54 class Y(Structure):
67 class X(Structure):
70 class Y(Structure):
89 class X(Structure):
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
ft_hash.h 24 /* A complete hash table is an instance of the following structure.
25 ** The internals of this structure are intended to be opaque -- client
26 ** code should not attempt to access or modify the fields of this structure
27 ** directly. Change this structure only by using the routines below.
29 ** accessing this structure are really macros, so we can't really make
30 ** this structure opaque.
47 ** structure. All elements are stored on a single doubly-linked list.
49 ** Again, this structure is intended to be opaque, but it can't really
fts1_hash.h 24 /* A complete hash table is an instance of the following structure.
25 ** The internals of this structure are intended to be opaque -- client
26 ** code should not attempt to access or modify the fields of this structure
27 ** directly. Change this structure only by using the routines below.
29 ** accessing this structure are really macros, so we can't really make
30 ** this structure opaque.
47 ** structure. All elements are stored on a single doubly-linked list.
49 ** Again, this structure is intended to be opaque, but it can't really
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2_hash.h 24 /* A complete hash table is an instance of the following structure.
25 ** The internals of this structure are intended to be opaque -- client
26 ** code should not attempt to access or modify the fields of this structure
27 ** directly. Change this structure only by using the routines below.
29 ** accessing this structure are really macros, so we can't really make
30 ** this structure opaque.
45 ** structure. All elements are stored on a single doubly-linked list.
47 ** Again, this structure is intended to be opaque, but it can't really
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_hash.h 24 /* A complete hash table is an instance of the following structure.
25 ** The internals of this structure are intended to be opaque -- client
26 ** code should not attempt to access or modify the fields of this structure
27 ** directly. Change this structure only by using the routines below.
29 ** accessing this structure are really macros, so we can't really make
30 ** this structure opaque.
45 ** structure. All elements are stored on a single doubly-linked list.
47 ** Again, this structure is intended to be opaque, but it can't really
  /external/chromium_org/third_party/sqlite/src/src/
hash.h 22 /* A complete hash table is an instance of the following structure.
23 ** The internals of this structure are intended to be opaque -- client
24 ** code should not attempt to access or modify the fields of this structure
25 ** directly. Change this structure only by using the routines below.
27 ** accessing this structure are really macros, so we can't really make
28 ** this structure opaque.
54 ** structure. All elements are stored on a single doubly-linked list.
56 ** Again, this structure is intended to be opaque, but it can't really
  /external/chromium_org/tools/grit/grit/tool/
diff_structures.py 13 from grit.node import structure namespace
22 Allows you to view the differences in the structure of two files,
30 for structure types like 'dialog' to identify the part of the file to look at.
34 for gatherer in structure._GATHERERS:
88 """Given the name of the structure type (self.structure_type), the filename
89 of the file holding the original structure, and optionally the "section" key
91 temporary file holding a "static" translation of the original structure
102 original = structure._GATHERERS[self.structure_type](original_filename,
  /external/e2fsprogs/misc/
fsck.h 37 * Internal structure for mount tabel entries.
55 * Structure to allow exit codes to be stored
  /external/iptables/libiptc/
linux_stddef.h 16 * container_of - cast a member of a structure out to the containing structure
  /external/kernel-headers/original/uapi/asm-generic/
ipcbuf.h 5 * The generic ipc64_perm structure:
6 * Note extra padding because this structure is passed back and forth
  /external/kernel-headers/original/uapi/asm-mips/asm/
shmbuf.h 5 * The shmid64_ds structure for the MIPS architecture.
6 * Note extra padding because this structure is passed back and forth
  /external/libsepol/src/
context.h 10 /* Create a context structure from high level representation */
21 /* Create a context structure from string representation */
  /external/llvm/test/CodeGen/Generic/
stop-after.ll 1 ; RUN: llc < %s -debug-pass=Structure -stop-after=loop-reduce -o /dev/null 2>&1 | FileCheck %s -check-prefix=STOP
2 ; RUN: llc < %s -debug-pass=Structure -start-after=loop-reduce -o /dev/null 2>&1 | FileCheck %s -check-prefix=START
  /external/mp4parser/
README.android 11 the MP4 file structure. It is a low level tool dealing with the so called boxes
12 but it is as well as dealing with structure like tracks and movies.
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
DC_2I_D16_TRC_WRA_01_Private.h 24 /* The internal state variables are implemented in a (for the user) hidden structure */
25 /* In this (private) file, the internal structure is declared fro private use.*/

Completed in 384 milliseconds

<<11121314151617181920>>