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

1 2 3

  /external/freetype/src/sfnt/
sfobjs.h 35 FT_Int num_params,
42 FT_Int num_params,
  /external/pdfium/third_party/freetype/src/sfnt/
sfobjs.h 35 FT_Int num_params,
42 FT_Int num_params,
  /system/nfc/src/nfa/dm/
nfa_dm_discover.c 88 uint8_t num_params = 0; local
105 disc_params[num_params].type = NFC_DISCOVERY_TYPE_POLL_A;
106 disc_params[num_params].frequency = p_nfa_dm_rf_disc_freq_cfg->pa;
107 num_params++;
109 if (num_params >= max_params) return num_params;
114 disc_params[num_params].type = NFC_DISCOVERY_TYPE_POLL_B;
115 disc_params[num_params].frequency = p_nfa_dm_rf_disc_freq_cfg->pb;
116 num_params++;
118 if (num_params >= max_params) return num_params
874 uint8_t num_params, xx; local
    [all...]
  /external/freetype/src/base/
ftbase.h 41 FT_Int num_params,
  /external/pdfium/third_party/freetype/src/base/
ftbase.h 41 FT_Int num_params,
  /external/linux-kselftest/tools/testing/selftests/powerpc/
basic_asm.h 40 #define STACK_FRAME_LOCAL(num_params,var) __STACK_FRAME_LOCAL(num_params,var)
  /external/pdfium/core/fpdfapi/parser/
cpdf_simple_parser_unittest.cpp 67 int num_params; member in struct:FindTagTestStruct
92 parser.FindTagParamFromStart(data.token, data.num_params))
  /hardware/qcom/gps/msm8084/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);
340 uint32_t num_params = table_length - 1; local
345 LOC_LOGD("%s:%d]: num_params: %d\n", __func__, __LINE__, num_params);
346 while(num_params && input_buf) {
348 num_params -= loc_fill_conf_item(input_buf, config_table, table_length)
    [all...]
  /hardware/qcom/gps/msm8909/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);
340 uint32_t num_params = table_length - 1; local
345 LOC_LOGD("%s:%d]: num_params: %d\n", __func__, __LINE__, num_params);
346 while(num_params && input_buf) {
348 num_params -= loc_fill_conf_item(input_buf, config_table, table_length)
    [all...]
  /hardware/qcom/gps/msm8994/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);
340 uint32_t num_params = table_length - 1; local
345 LOC_LOGD("%s:%d]: num_params: %d\n", __func__, __LINE__, num_params);
346 while(num_params && input_buf) {
348 num_params -= loc_fill_conf_item(input_buf, config_table, table_length)
    [all...]
  /hardware/qcom/gps/msm8996/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);
340 uint32_t num_params = table_length - 1; local
345 LOC_LOGD("%s:%d]: num_params: %d\n", __func__, __LINE__, num_params);
346 while(num_params && input_buf) {
348 num_params -= loc_fill_conf_item(input_buf, config_table, table_length)
    [all...]
  /hardware/qcom/gps/msm8998/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);
340 uint32_t num_params = table_length - 1; local
345 LOC_LOGD("%s:%d]: num_params: %d\n", __func__, __LINE__, num_params);
346 while(num_params && input_buf) {
348 num_params -= loc_fill_conf_item(input_buf, config_table, table_length)
    [all...]
  /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);
340 uint32_t num_params = table_length - 1; local
345 LOC_LOGD("%s:%d]: num_params: %d\n", __func__, __LINE__, num_params);
346 while(num_params && input_buf) {
348 num_params -= loc_fill_conf_item(input_buf, config_table, table_length)
    [all...]
  /system/bt/stack/avrc/
avrc_sdp.cc 215 avrc_proto_desc_list[0].num_params = 1;
220 avrc_proto_desc_list[index].num_params = 1;
232 avrc_add_proto_desc_list.list_elem[0].num_params = 1;
236 avrc_add_proto_desc_list.list_elem[1].num_params = 1;
  /system/bt/btif/src/
btif_sdp_server.cc 400 protoList[0].num_params = 0;
402 protoList[1].num_params = 1;
405 protoList[2].num_params = 0;
487 protoList[0].num_params = 0;
489 protoList[1].num_params = 1;
492 protoList[2].num_params = 0;
564 protoList[0].num_params = 0;
566 protoList[1].num_params = 1;
569 protoList[2].num_params = 0;
652 protoList[0].num_params = 0
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
statement.c 218 int num_params; local
227 num_params = PyTuple_GET_SIZE(parameters);
229 num_params = PyList_GET_SIZE(parameters);
231 num_params = PySequence_Size(parameters);
233 if (num_params != num_params_needed) {
235 num_params_needed, num_params);
238 for (i = 0; i < num_params; i++) {
  /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/clang/test/CodeGenCXX/
microsoft-abi-vmemptr-conflicts.cpp 9 namespace num_params { namespace
22 // CHECK-LABEL: define void @"\01?f@num_params@@YAXPAUC@1@@Z"(%"struct.num_params::C"* %c)
23 // CHECK: call x86_thiscallcc void bitcast (void (%"struct.num_params::C"*, ...)* @"\01??_9C@num_params@@$BA@AE" to void (%"struct.num_params::C"*, i32)*)(%"struct.num_params::C"* %{{.*}}, i32 0)
24 // CHECK: call x86_thiscallcc void bitcast (void (%"struct.num_params::C"*, ...)* @"\01??_9C@num_params@@$BA@AE" to void (%"struct.num_params::C"*, i32, i32)*)(%"struct.num_params::C"* %{{.*}}, i32 0, i32 0
    [all...]
  /external/freetype/src/cff/
cffobjs.h 162 FT_Int num_params,
  /external/pdfium/third_party/freetype/src/cff/
cffobjs.h 162 FT_Int num_params,
  /external/pdfium/third_party/freetype/src/cid/
cidobjs.h 135 FT_Int num_params,
  /external/pdfium/third_party/freetype/src/type1/
t1objs.h 136 FT_Int num_params,
  /system/bt/bta/hl/
bta_hl_sdp.cc 204 proto_elem_list[0].num_params = 1;
207 proto_elem_list[1].num_params = 1;
219 add_proto_list.list_elem[0].num_params = 1;
222 add_proto_list.list_elem[1].num_params = 0;
394 proto_elem_list[0].num_params = 1;
397 proto_elem_list[1].num_params = 1;
409 add_proto_list.list_elem[0].num_params = 1;
412 add_proto_list.list_elem[1].num_params = 0;
  /external/freetype/include/freetype/
ftrender.h 203 /* num_params :: The number of additional parameters. */
222 FT_UInt num_params,
  /external/pdfium/third_party/freetype/include/freetype/
ftrender.h 202 /* num_params :: The number of additional parameters. */
221 FT_UInt num_params,

Completed in 1044 milliseconds

1 2 3