/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/objectivec/ |
objectivec_helpers.h | 202 size_t num_entries() const { return entries_.size(); } function in class:google::protobuf::compiler::objectivec::TextFormatDecodeData
|
/system/extras/tests/fstest/ |
recovery_test.cpp | 201 for (int i = 0; i < fstab->num_entries; ++i) {
|
/device/google/marlin/location/loc_api/ds_api/ |
ds_client.c | 160 uint32_t num_services = 0, num_entries = 0; local 238 num_entries = num_services; 242 &num_entries, &num_services);
|
/device/huawei/angler/location/loc_api/ds_api/ |
ds_client.c | 151 uint32_t num_services = 0, num_entries = 0; local 229 num_entries = num_services; 233 &num_entries, &num_services);
|
/device/lge/bullhead/location/loc_api/ds_api/ |
ds_client.c | 151 uint32_t num_services = 0, num_entries = 0; local 229 num_entries = num_services; 233 &num_entries, &num_services);
|
/device/moto/shamu/location/loc_api/ds_api/ |
ds_client.c | 155 uint32_t num_services = 0, num_entries = 0; local 233 num_entries = num_services; 237 &num_entries, &num_services);
|
/external/mesa3d/include/CL/ |
cl.h | 448 clGetPlatformIDs(cl_uint /* num_entries */, 463 cl_uint /* num_entries */, 589 cl_uint /* num_entries */, [all...] |
/external/opencv3/3rdparty/include/opencl/1.2/CL/ |
cl.h | 571 clGetPlatformIDs(cl_uint /* num_entries */, 586 cl_uint /* num_entries */, [all...] |
/external/wpa_supplicant_8/src/ap/ |
ap_config.c | 617 * @num_entries: Number of addresses in the list 624 int hostapd_maclist_found(struct mac_acl_entry *list, int num_entries, 630 end = num_entries - 1;
|
ap_config.h | 706 int hostapd_maclist_found(struct mac_acl_entry *list, int num_entries,
|
/external/e2fsprogs/debugfs/ |
extent_inode.c | 500 info.curr_entry, info.num_entries, info.max_entries,
|
/external/google-breakpad/src/common/ |
simple_string_dictionary_unittest.cc | 134 const int kDictionaryCapacity = SimpleStringDictionary::num_entries;
|
/external/libnfc-nci/src/nfc/nfc/ |
nfc_ncif.c | 1152 UINT8 more, num_entries, xx, yy, *pn, tl; local [all...] |
/art/tools/dmtracedump/ |
tracedump.cc | 1220 int32_t num_entries = 0; local [all...] |
/system/core/fs_mgr/ |
fs_mgr_verity.cpp | 766 for (i = 0; i < fstab->num_entries; i++) { 835 for (i = 0; i < fstab->num_entries; i++) {
|
/toolchain/binutils/binutils-2.25/bfd/ |
elf-eh-frame.c | 480 unsigned int num_entries; local 526 num_entries = 0; 529 num_entries++; 550 + (num_entries - 1) * sizeof (struct eh_cie_fde)); 911 BFD_ASSERT (sec_info->count == num_entries); [all...] |
peicode.h | 727 #ifndef NUM_ENTRIES 728 #define NUM_ENTRIES(a) (sizeof (a) / sizeof (a)[0]) 940 for (i = NUM_ENTRIES (jtab); i--;) [all...] |
/system/vold/ |
cryptfs.c | 3625 unsigned int num_entries; local [all...] |
/art/compiler/optimizing/ |
code_generator_arm64.cc | 74 // The compare/jump sequence will generate about (1.5 * num_entries + 3) instructions. While jump 75 // table version generates 7 instructions and num_entries literals. Compare/jump sequence will 76 // generates less code/data with a small num_entries. 555 uint32_t num_entries = switch_instr_->GetNumEntries(); local 556 DCHECK_GE(num_entries, kPackedSwitchCompareJumpThreshold); 560 CodeBufferCheckScope scope(codegen->GetVIXLAssembler(), num_entries * sizeof(int32_t), 565 for (uint32_t i = 0; i < num_entries; i++) { [all...] |
/external/libpng/ |
pngtest.c | 1280 int num_entries = (int) png_get_sPLT(read_ptr, read_info_ptr, &entries); local [all...] |
/bionic/libc/kernel/uapi/linux/ |
i2o-dev.h | 194 __u16 num_entries; member in struct:_i2o_hrt
|
/development/ndk/platforms/android-21/include/linux/ |
i2o-dev.h | 194 __u16 num_entries; member in struct:_i2o_hrt
|
/external/iptables/libiptc/ |
libip4tc.c | 460 >= h->info.num_entries * (sizeof(STRUCT_ENTRY)
|
libip6tc.c | 410 >= h->info.num_entries * (sizeof(STRUCT_ENTRY)
|
/external/libavc/test/decoder/ |
main.c | 1083 WORD32 num_entries = sizeof(argument_mapping) \/ sizeof(argument_t); local 1120 WORD32 num_entries = sizeof(argument_mapping) \/ sizeof(argument_t); local [all...] |