HomeSort by relevance Sort by last modified time
    Searched full:strlen (Results 376 - 400 of 5643) sorted by null

<<11121314151617181920>>

  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_vsync.cpp 63 if (!strncmp(data, "VSYNC=", strlen("VSYNC="))) {
64 timestamp = strtoull(data + strlen("VSYNC="), NULL, 0);
74 if (!strncmp(data, PANEL_ON_STR, strlen(PANEL_ON_STR))) {
75 unsigned long int poweron = strtoul(data + strlen(PANEL_ON_STR), NULL, 0);
87 if (!strncmp(data, "thermal_level=", strlen("thermal_level="))) {
88 thermalLevel = strtoull(data + strlen("thermal_level="), NULL, 0);
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_vsync.cpp 63 if (!strncmp(data, "VSYNC=", strlen("VSYNC="))) {
64 timestamp = strtoull(data + strlen("VSYNC="), NULL, 0);
74 if (!strncmp(data, PANEL_ON_STR, strlen(PANEL_ON_STR))) {
75 unsigned long int poweron = strtoul(data + strlen(PANEL_ON_STR), NULL, 0);
87 if (!strncmp(data, "thermal_level=", strlen("thermal_level="))) {
88 thermalLevel = strtoull(data + strlen("thermal_level="), NULL, 0);
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_swvdec_utils.cpp 315 (char *) malloc((strlen(property_value) + 1) * sizeof(char));
321 (strlen(property_value) + 1) * sizeof(char));
325 strncpy(m_filename_ip, property_value, strlen(property_value) + 1);
336 (char *) malloc((strlen(property_value) + 1) * sizeof(char));
342 (strlen(property_value) + 1) * sizeof(char));
346 strncpy(m_filename_op, property_value, strlen(property_value) + 1);
  /system/core/crash_reporter/
crash_collector_test.cc 77 EXPECT_EQ(strlen(kBuffer),
80 strlen(kBuffer)));
83 strlen(kBuffer)), 0);
187 ASSERT_TRUE(base::WriteFile(payload_file, kPayload, strlen(kPayload)));
202 ASSERT_TRUE(base::WriteFile(payload_file, kPayload, strlen(kPayload)));
234 base::WriteFile(config_file, kConfigContents, strlen(kConfigContents)));
  /system/core/logd/
LogAudit.cpp 97 memmove(cp, cp + 1, strlen(cp + 1) + 1);
110 iov[1].iov_len = strlen(str);
128 memmove(timeptr + sizeof(audit_str) - 1 + 3, cp, strlen(cp) + 1);
157 memmove(pidptr, cp, strlen(cp) + 1);
190 const char *estr = str + strlen(str);
212 l = strlen(comm) + 1;
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
perror.c 49 v->iov_len = strlen(s);
57 v->iov_len = strlen(v->iov_base);
  /bootable/recovery/minadbd/
fuse_adb_provider_test.cpp 45 strlen(expected_data)));
57 ASSERT_EQ(8U, strlen(block_req));
  /cts/tests/tests/security/jni/
android_security_cts_CharDeviceTest.cpp 94 for (i = 0; i < (length - strlen(MAGIC_STRING)); i++) {
95 if (strncmp(&addr[i], MAGIC_STRING, strlen(MAGIC_STRING)) == 0) {
  /external/avahi/avahi-sharp/
Utility.cs 34 private static extern int strlen (IntPtr ptr); method in class:Avahi.Utility
47 int len = strlen (ptr);
  /external/bison/lib/
basename-lgpl.c 54 value returned by base_name or last_component. Act like strlen
63 for (len = strlen (name); 1 < len && ISSLASH (name[len - 1]); len--)
  /external/chromium-trace/catapult/telemetry/telemetry/util/mac/
determine_if_keychain_entry_is_decryptable.c 34 OSStatus status = SecKeychainFindGenericPassword(NULL, strlen(service_name),
35 service_name, strlen(account_name), account_name, NULL, NULL, &item);
  /external/compiler-rt/test/asan/TestCases/
suppressions-exec-relative-location.cc 36 size_t len = strlen(a); // BOOM
37 fprintf(stderr, "strlen ignored, len = %zu\n", len);
  /external/curl/packages/vms/
report_openssl_version.c 84 symbol_dsc.dsc$w_length = strlen(argv[2]);
89 value_dsc.dsc$w_length = strlen(version);
  /external/e2fsprogs/intl/
relocatable.c 117 orig_prefix_len = strlen (orig_prefix_arg);
118 curr_prefix_len = strlen (curr_prefix_arg);
184 if (strncmp (orig_installprefix, orig_installdir, strlen (orig_installprefix))
188 rel_installdir = orig_installdir + strlen (orig_installprefix);
193 const char *p = curr_pathname + strlen (curr_pathname);
216 const char *rp = rel_installdir + strlen (rel_installdir);
217 const char *cp = curr_installdir + strlen (curr_installdir);
433 (char *) xmalloc (curr_prefix_len + strlen (pathname_tail) + 1);
  /external/e2fsprogs/resize/
sim_progress.c 33 width = prog->labelwidth - strlen(prog->label);
90 retval = ext2fs_get_mem(strlen(label)+1, &prog->label);
  /external/expat/tests/
chardata.c 44 len = strlen(s);
88 len = strlen(expected);
  /external/harfbuzz_ng/src/
hb-shaper.cc 81 end = p + strlen (p);
84 if (end - p == (int) strlen (shapers[j].name) &&
  /external/libavc/encoder/
ih264e_version.c 132 if (u4_version_bufsize >= (strlen(ac_version_tmp) + 1))
134 memcpy(pc_version, ac_version_tmp, (strlen(ac_version_tmp) + 1));
  /external/libcap/libcap/
cap_alloc.c 70 raw_data = malloc( sizeof(__u32) + strlen(old) + 1 );
128 size_t length = strlen(data_p) + sizeof(__u32);
  /external/libcxx/include/ext/
__hash 30 return __do_string_hash(__c, __c + strlen(__c));
40 return __do_string_hash<const char *>(__c, __c + strlen(__c));
  /external/libmicrohttpd/src/examples/
authorization_example.c 73 response = MHD_create_response_from_buffer (strlen (DENIED),
80 response = MHD_create_response_from_buffer (strlen (me),
refuse_post_example.c 59 response = MHD_create_response_from_buffer (strlen (BUSYPAGE),
71 response = MHD_create_response_from_buffer (strlen (me),
  /external/libmicrohttpd/src/microhttpd/
test_postprocessor.c 114 if (off + size == strlen (want[idx + 4]))
141 size = strlen (URL_DATA);
162 size_t size = strlen (FORM_DATA);
173 size = strlen (FORM_DATA);
206 size = strlen (FORM_DATA);
250 size = strlen (FORM_DATA);
285 size = strlen (FORM_NESTED_DATA);
319 size = strlen (URL_EMPTY_VALUE_DATA);
  /external/libmicrohttpd/src/testcurl/https/
tls_test_common.c 43 if (fwrite (ca_cert_pem, sizeof (char), strlen (ca_cert_pem) + 1, cert_fd)
44 != strlen (ca_cert_pem) + 1)
77 len = strlen (test_data);
182 response = MHD_create_response_from_buffer (strlen (test_data),
323 len = strlen (test_data);
345 if ( (len != strlen (test_data)) ||
397 key->size = strlen (srv_key_pem) + 1;
405 cert->size = strlen (srv_self_signed_cert_pem) + 1;
  /external/libnfc-nci/src/nfc/ndef/
ndef_cho_utils.c 147 id_len = (UINT8)strlen (p_id_str);
176 payload_len = 3 + (UINT8)strlen (p_carrier_data_ref_str);
180 payload_len += 1 + (UINT8)strlen (p_aux_data_ref_str[xx]);
200 ref_str_len = (UINT8)strlen (p_carrier_data_ref_str);
213 ref_str_len = (UINT8)strlen (p_aux_data_ref_str[xx]);
312 id_len = (UINT8)strlen (p_id_str);
542 id_len = (UINT8)strlen (p_id_str);
571 id_len = (UINT8)strlen (p_id_str);

Completed in 1696 milliseconds

<<11121314151617181920>>