HomeSort by relevance Sort by last modified time
    Searched refs:format_type (Results 1 - 19 of 19) sorted by null

  /external/ltrace/
printf.c 122 enum arg_type format_type, enum arg_type elt_type,
138 if (format_type == ARGTYPE_ARRAY || format_type == ARGTYPE_POINTER)
140 else if (format_type == ARGTYPE_INT)
141 format_type = ints[2 + lng - hlf];
142 else if (format_type == ARGTYPE_UINT)
143 format_type = uints[2 + lng - hlf];
146 if (format_type == ARGTYPE_ARRAY) {
193 } else if (format_type == ARGTYPE_POINTER) {
197 *infop = *type_get_simple(format_type);
209 enum arg_type format_type = ARGTYPE_VOID; local
    [all...]
  /external/chromium_org/media/video/capture/win/
sink_input_pin_win.cc 91 GUID format_type = media_type->formattype;
92 if (format_type != FORMAT_VideoInfo)
  /external/libnfc-nci/src/hal/int/
nfc_hal_int_api.h 177 ** format_type patch format type
201 BOOLEAN HAL_NfcPrmDownloadStart (tNFC_HAL_PRM_FORMAT format_type,
  /external/chromium_org/gpu/command_buffer/tests/
gl_depth_texture_unittest.cc 138 const FormatType& format_type = format_types[ii]; local
139 GLenum format = format_type.format;
140 GLenum type = format_type.type;
  /external/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc 151 bool ContainsFormat(const Clipboard::FormatType& format_type) const;
177 const Clipboard::FormatType& format_type) const {
178 ::Atom atom = atom_cache_->GetAtom(format_type.ToString().c_str());
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_prm.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_blend.c 61 enum util_format_type format_type[PIPE_MAX_COLOR_BUFS]; member in struct:blend_quad_stage
989 if (bqs->format_type[cbuf] != UTIL_FORMAT_TYPE_FLOAT) {
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_blend.c 61 enum util_format_type format_type[PIPE_MAX_COLOR_BUFS]; member in struct:blend_quad_stage
989 if (bqs->format_type[cbuf] != UTIL_FORMAT_TYPE_FLOAT) {
    [all...]
  /external/strace/
vsprintf.c 250 enum format_type { enum
267 uint8_t type; /* format_type enum */
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 673 rpc_loc_predicted_orbits_data_format_e_type format_type;
loc_api_common_xdr.c 1144 if (!xdr_rpc_loc_predicted_orbits_data_format_e_type (xdrs, &objp->format_type))
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_common.xdr 634 rpc_loc_predicted_orbits_data_format_e_type format_type;
loc_api_common_xdr.c 1075 if (!xdr_rpc_loc_predicted_orbits_data_format_e_type (xdrs, &objp->format_type))
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api_common.xdr 737 rpc_loc_predicted_orbits_data_format_e_type format_type;
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
loc_api_common.h 702 rpc_loc_predicted_orbits_data_format_e_type format_type; member in struct:rpc_loc_predicted_orbits_data_s_type
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
loc_api_common.h 675 rpc_loc_predicted_orbits_data_format_e_type format_type; member in struct:rpc_loc_predicted_orbits_data_s_type
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp     [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_common_rpc.h 765 rpc_loc_predicted_orbits_data_format_e_type format_type; member in struct:rpc_loc_predicted_orbits_data_s_type
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/src/
loc_api_rpcgen_common_xdr.c     [all...]

Completed in 1670 milliseconds