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

<<11121314151617181920>>

  /development/host/windows/usb/api/
adb_io_completion.h 21 a generic wrapper around OVERLAPPED Win32 structure returned from
28 structure returned from asynchronous I/O requests.
47 used to initialize OVERLAPPED structure for this object.
69 structure. Can be NULL.
101 /// Gets overlapped structure for this I/O
123 /// Overlapped structure for this I/O
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
ver4_dict_buffers.h 21 * suggest/policyimpl/dictionary/structure/v4/ver4_dict_buffers.h
31 #include "suggest/policyimpl/dictionary/structure/backward/v402/content/bigram_dict_content.h"
32 #include "suggest/policyimpl/dictionary/structure/backward/v402/content/probability_dict_content.h"
33 #include "suggest/policyimpl/dictionary/structure/backward/v402/content/shortcut_dict_content.h"
34 #include "suggest/policyimpl/dictionary/structure/backward/v402/content/terminal_position_lookup_table.h"
35 #include "suggest/policyimpl/dictionary/structure/backward/v402/ver4_dict_constants.h"
ver4_patricia_trie_node_reader.h 21 * suggest/policyimpl/dictionary/structure/v4/ver4_patricia_trie_node_reader.h
28 #include "suggest/policyimpl/dictionary/structure/pt_common/pt_node_params.h"
29 #include "suggest/policyimpl/dictionary/structure/pt_common/pt_node_reader.h"
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
ver4_patricia_trie_node_reader.cpp 17 #include "suggest/policyimpl/dictionary/structure/v4/ver4_patricia_trie_node_reader.h"
19 #include "suggest/policyimpl/dictionary/structure/pt_common/dynamic_pt_reading_utils.h"
20 #include "suggest/policyimpl/dictionary/structure/pt_common/patricia_trie_reading_utils.h"
21 #include "suggest/policyimpl/dictionary/structure/v4/content/language_model_dict_content.h"
22 #include "suggest/policyimpl/dictionary/structure/v4/content/probability_entry.h"
23 #include "suggest/policyimpl/dictionary/structure/v4/ver4_patricia_trie_reading_utils.h"
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_QCOMExtns.h 57 * This structure describes the data pointer corresponding to
62 * structure.
66 OMX_U32 nSize; /** Size of the structure in bytes */
68 OMX_U32 nPortIndex; /**< Port number the structure applies to */
150 OMX_U32 nSize; /** Size of the structure in bytes */
152 OMX_U32 nPortIndex; /** Portindex which is extended by this structure */
173 /** IL client will set the following structure. A failure
179 OMX_U32 nSize; /** Size of the structure in bytes */
338 * This structure is used to set the video encoder mode.
341 * nSize : Size of the structure in byte
    [all...]
  /external/chromium_org/chrome/browser/resources/
about_conflicts.js 6 * This variable structure is here to document the structure that the template
32 * with that data. It expects an object structure like the above.
  /external/chromium_org/components/os_crypt/
ie7_password_win.h 35 // Parses a data structure to find passwords and usernames.
37 // structure. IE saves the login information as a binary dump of this structure.
  /external/chromium_org/ppapi/api/
pp_point.idl 12 * The PP_Point structure defines the integer x and y coordinates of a point.
30 * The PP_FloatPoint structure defines the floating-point x and y coordinates
54 * @return A <code>PP_Point</code> structure.
  /external/chromium_org/ppapi/c/
pp_point.h 26 * The PP_Point structure defines the integer x and y coordinates of a point.
43 * The PP_FloatPoint structure defines the floating-point x and y coordinates
69 * @return A <code>PP_Point</code> structure.
  /external/chromium_org/third_party/freetype/include/freetype/internal/services/
svttcmap.h 43 /* A structure used to store TrueType/sfnt specific cmap information */
44 /* which is not covered by the generic @FT_CharMap structure. This */
45 /* structure can be accessed with the @FT_Get_TT_CMap_Info function. */
  /external/chromium_org/third_party/sqlite/src/src/
vdbe.h 23 ** A single VDBE is an opaque structure named "Vdbe". Only routines
25 ** of this structure.
40 ** as an instance of the following structure:
106 #define P4_COLLSEQ (-4) /* P4 is a pointer to a CollSeq structure */
107 #define P4_FUNCDEF (-5) /* P4 is a pointer to a FuncDef structure */
108 #define P4_KEYINFO (-6) /* P4 is a pointer to a KeyInfo structure */
109 #define P4_VDBEFUNC (-7) /* P4 is a pointer to a VdbeFunc structure */
110 #define P4_MEM (-8) /* P4 is a pointer to a Mem* structure */
112 #define P4_VTAB (-10) /* P4 is a pointer to an sqlite3_vtab structure */
118 #define P4_SUBPROGRAM (-18) /* P4 is a pointer to a SubProgram structure */
    [all...]
  /external/chromium_org/tools/grit/grit/node/
mapping.py 17 from grit.node import structure namespace
43 'structure' : structure.StructureNode,
  /external/chromium_org/ui/gfx/
gdi_util.h 17 // Creates a BITMAPINFOHEADER structure given the bitmap's size.
21 // Creates a BITMAPINFOHEADER structure given the bitmap's size and
26 // Creates a BITMAPV4HEADER structure given the bitmap's size. You probably
  /external/freetype/include/internal/services/
svttcmap.h 43 /* A structure used to store TrueType/sfnt specific cmap information */
44 /* which is not covered by the generic @FT_CharMap structure. This */
45 /* structure can be accessed with the @FT_Get_TT_CMap_Info function. */
  /external/libhevc/common/
ihevc_dpb_mgr.c 62 * Initialises the DPB manager structure
65 * Pointer to the DPB manager structure
103 * Pointer to the DPB manager structure
179 * Pointer to DPB Manager structure
182 * Pointer to buffer manager structure
260 * Pointer to DPB Manager structure
327 * Pointer to DPB Manager structure
379 * Pointer to DPB Manager structure
429 * Re-initialises the DPB manager structure
432 * Pointer to DPB Manager structure
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/services/
svttcmap.h 43 /* A structure used to store TrueType/sfnt specific cmap information */
44 /* which is not covered by the generic @FT_CharMap structure. This */
45 /* structure can be accessed with the @FT_Get_TT_CMap_Info function. */
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/services/
svttcmap.h 43 /* A structure used to store TrueType/sfnt specific cmap information */
44 /* which is not covered by the generic @FT_CharMap structure. This */
45 /* structure can be accessed with the @FT_Get_TT_CMap_Info function. */
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
packed_section_start.h 2 * Declare directives for structure packing. No padding will be provided
4 * guarantee that structure members will be aligned.
49 /* Declare compiler-specific directives for structure packing. */
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/content/
single_dict_content.h 21 * suggest/policyimpl/dictionary/structure/v4/content/single_dict_content.h
28 #include "suggest/policyimpl/dictionary/structure/backward/v402/content/dict_content.h"
29 #include "suggest/policyimpl/dictionary/structure/backward/v402/ver4_dict_constants.h"
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/content/
language_model_dict_content.h 23 #include "suggest/policyimpl/dictionary/structure/v4/content/probability_entry.h"
24 #include "suggest/policyimpl/dictionary/structure/v4/content/terminal_position_lookup_table.h"
25 #include "suggest/policyimpl/dictionary/structure/v4/ver4_dict_constants.h"
  /bionic/libc/dns/include/
resolv_static.h 6 /* this structure contains all the variables that were declared
  /cts/tools/dex-tools/src/dex/structure/
DexParameter.java 17 package dex.structure;
  /developers/build/prebuilts/gradle/BasicRenderScript/Application/
project.properties 8 # project structure.
  /developers/build/templates/base/_MODULE_/src/template/
project.properties.ftl 9 # project structure.
  /developers/samples/android/renderScript/BasicRenderScript/Application/
project.properties 8 # project structure.

Completed in 1764 milliseconds

<<11121314151617181920>>