HomeSort by relevance Sort by last modified time
    Searched refs:num_params (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/chromium_org/third_party/freetype/src/sfnt/
sfobjs.h 35 FT_Int num_params,
42 FT_Int num_params,
  /external/freetype/src/sfnt/
sfobjs.h 35 FT_Int num_params,
42 FT_Int num_params,
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
sfobjs.h 35 FT_Int num_params,
42 FT_Int num_params,
  /external/chromium_org/sandbox/win/src/
interception.h 226 // Note that num_params is the number of bytes to pop out of the stack for
236 #define ADD_NT_INTERCEPTION(service, id, num_params) \
239 MAKE_SERVICE_NAME(service, num_params), id)
241 #define INTERCEPT_NT(manager, service, id, num_params) \
243 manager->ADD_NT_INTERCEPTION(service, id, num_params) : false)
249 #define INTERCEPT_EAT(manager, dll, function, id, num_params) \
252 MAKE_SERVICE_NAME(function, num_params), \
262 #define ADD_NT_INTERCEPTION(service, id, num_params) \
267 #define INTERCEPT_NT(manager, service, id, num_params) \
268 manager->ADD_NT_INTERCEPTION(service, id, num_params)
    [all...]
service_resolver_32.cc 50 USHORT num_params; member in struct:__anon14615::ServiceEntry
69 USHORT num_params; member in struct:__anon14615::ServiceEntryW8
103 USHORT add_esp2; // = C4 04 or num_params
105 USHORT num_params; member in struct:__anon14615::Wow64Entry
120 USHORT num_params; member in struct:__anon14615::Wow64EntryW8
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_discover.c 75 UINT8 num_params = 0; local
94 disc_params[num_params].type = NFC_DISCOVERY_TYPE_POLL_A;
95 disc_params[num_params].frequency = p_nfa_dm_rf_disc_freq_cfg->pa;
96 num_params++;
98 if (num_params >= max_params)
99 return num_params;
105 disc_params[num_params].type = NFC_DISCOVERY_TYPE_POLL_B;
106 disc_params[num_params].frequency = p_nfa_dm_rf_disc_freq_cfg->pb;
107 num_params++;
109 if (num_params >= max_params
951 UINT8 num_params, xx; local
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_sock_sdp.c 80 proto_elem_list[0].num_params = 0;
82 proto_elem_list[1].num_params = 1;
161 protoList[0].num_params = 0;
163 protoList[1].num_params = 1;
166 protoList[2].num_params = 0;
272 protoList[0].num_params = 0;
274 protoList[1].num_params = 1;
277 protoList[2].num_params = 0;
372 protoList[0].num_params = 0;
374 protoList[1].num_params = 1
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftbase.h 36 FT_Int num_params,
  /external/freetype/src/base/
ftbase.h 36 FT_Int num_params,
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftbase.h 36 FT_Int num_params,
  /hardware/qcom/gps/utils/
loc_cfg.cpp 265 unsigned int num_params=table_length; local
283 LOC_LOGD("%s:%d]: num_params: %d\n", __func__, __LINE__, num_params);
284 while(num_params)
291 num_params -= loc_fill_conf_item(input_buf, config_table, table_length);
336 uint32_t num_params = table_length - 1; local
341 LOC_LOGD("%s:%d]: num_params: %d\n", __func__, __LINE__, num_params);
342 while(num_params && input_buf) {
344 num_params -= loc_fill_conf_item(input_buf, config_table, table_length)
    [all...]
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p5-generic-lambda-1y.cpp 27 int num_params = O(O, 5, 3, "abc", 3.14, 'a'); member in namespace:overload_generic_lambda
45 int num_params = O(O, 5, 3, "abc", 3.14, 'a'); member in namespace:overload_generic_lambda_return_type_deduction
  /external/chromium_org/third_party/freetype/src/cff/
cffobjs.h 160 FT_Int num_params,
  /external/freetype/src/cff/
cffobjs.h 162 FT_Int num_params,
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cffobjs.h 160 FT_Int num_params,
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
cidobjs.h 135 FT_Int num_params,
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
t1objs.h 136 FT_Int num_params,
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_sdp.c 217 proto_elem_list[0].num_params = 1;
220 proto_elem_list[1].num_params = 1;
231 add_proto_list.list_elem[0].num_params = 1;
234 add_proto_list.list_elem[1].num_params = 0;
428 proto_elem_list[0].num_params = 1;
431 proto_elem_list[1].num_params = 1;
442 add_proto_list.list_elem[0].num_params = 1;
445 add_proto_list.list_elem[1].num_params = 0;
  /external/chromium_org/third_party/freetype/include/freetype/
ftrender.h 202 /* num_params :: The number of additional parameters. */
226 FT_UInt num_params,
  /external/freetype/include/
ftrender.h 202 /* num_params :: The number of additional parameters. */
226 FT_UInt num_params,
  /external/pdfium/core/include/thirdparties/freetype/freetype/
ftrender.h 202 /* num_params :: The number of additional parameters. */
226 FT_UInt num_params,
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
ftrender.h 202 /* num_params :: The number of additional parameters. */
226 FT_UInt num_params,
  /external/bluetooth/bluedroid/bta/hf_client/
bta_hf_client_sdp.c 107 proto_elem_list[0].num_params = 0;
109 proto_elem_list[1].num_params = 1;
  /external/bluetooth/bluedroid/stack/a2dp/
a2d_api.c 191 proto_list[0].num_params = 1;
194 proto_list[1].num_params = 1;
  /external/chromium_org/third_party/freetype/include/freetype/internal/
sfnt.h 49 /* num_params :: The number of additional parameters. */
70 FT_Int num_params,
92 /* num_params :: The number of additional parameters. */
106 FT_Int num_params,
    [all...]

Completed in 904 milliseconds

1 2 3