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

1 2 3 4

  /external/chromium_org/mojo/nacl/generator/
libmojo.cc.tmpl 14 static void DoMojoCall(uint32_t params[], int num_params) {
16 {params, num_params}
mojo_syscall.cc.tmpl 32 size_t num_params = msg->iov[0].length / sizeof(*params);
34 if (num_params < 1) {
generate_nacl_bindings.py 112 num_params = len(f.params) + 2
115 code << 'uint32_t params[%d];' % num_params
135 code << cast_template % (num_params - 1, '&' + f.result_param.name)
317 num_params = len(f.params) + 2
318 code << 'if (num_params != %d) {' % num_params
  /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/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/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:__anon15252::ServiceEntry
69 USHORT num_params; member in struct:__anon15252::ServiceEntryW8
103 USHORT add_esp2; // = C4 04 or num_params
105 USHORT num_params; member in struct:__anon15252::Wow64Entry
120 USHORT num_params; member in struct:__anon15252::Wow64EntryW8
  /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,
  /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/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/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/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/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/base/
ftbase.h 36 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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cffobjs.h 160 FT_Int num_params,

Completed in 438 milliseconds

1 2 3 4