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

<<919293949596979899100>>

  /hardware/invensense/6515/libsensors_iio/
SensorBase.cpp 161 filename = devname + strlen(devname);
  /hardware/invensense/65xx/libsensors_iio/
SensorBase.cpp 158 filename = devname + strlen(devname);
  /hardware/libhardware/modules/thermal/
thermal.c 57 if (!strncmp(de->d_name, THERMAL_DIR, strlen(THERMAL_DIR))) {
  /hardware/libhardware_legacy/wifi/
wifi.c 207 len = strlen(state) + 1;
241 if (strncmp(line, DRIVER_MODULE_TAG, strlen(DRIVER_MODULE_TAG)) == 0) {
617 ret = wpa_ctrl_request(ctrl_conn, cmd, strlen(cmd), reply, reply_len, NULL);
827 len = strlen(fwpath) + 1;
  /hardware/qcom/audio/legacy/alsa_sound/
AudioStreamInALSA.cpp 92 if (!strncmp(handle->useCase, SND_USE_CASE_VERB_HIFI_REC, strlen(SND_USE_CASE_VERB_HIFI_REC))
93 || !strncmp(handle->useCase, SND_USE_CASE_MOD_CAPTURE_MUSIC, strlen(SND_USE_CASE_MOD_CAPTURE_MUSIC))) {
433 if((!strncmp(mHandle->useCase, SND_USE_CASE_VERB_IP_VOICECALL, strlen(SND_USE_CASE_VERB_IP_VOICECALL))) ||
434 (!strncmp(mHandle->useCase, SND_USE_CASE_MOD_PLAY_VOIP, strlen(SND_USE_CASE_MOD_PLAY_VOIP)))) {
    [all...]
  /hardware/qcom/camera/usbcamcore/inc/
QCameraUsbPriv.h 92 if (strlen(temp) < 1000) break;\
  /hardware/qcom/display/msm8084/libqdutils/
idle_invalidator.cpp 77 ssize_t len = pwrite(fd, strSleepTime, strlen(strSleepTime), 0);
  /hardware/qcom/display/msm8226/libqdutils/
idle_invalidator.cpp 77 ssize_t len = pwrite(fd, strSleepTime, strlen(strSleepTime), 0);
  /hardware/qcom/display/msm8909/libqdutils/
idle_invalidator.cpp 102 ssize_t len = pwrite(fd, strSleepTime, strlen(strSleepTime), 0);
  /hardware/qcom/display/msm8960/liboverlay/
overlayRotator.cpp 174 strncat(buf, str, strlen(str));
  /hardware/qcom/display/msm8994/libqdutils/
idle_invalidator.cpp 102 ssize_t len = pwrite(fd, strSleepTime, strlen(strSleepTime), 0);
  /hardware/qcom/display/msm8996/sdm/libs/core/
color_manager.cpp 212 if (strlen(panel_info.panel_name)) {
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_log.c 119 me->fOutFile = (char *) malloc (strlen(config->trace_file) + 34);
  /ndk/sources/android/support/tests/minitest/
minitest.cc 40 size_t len = ::strlen(str);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
cp_size_cp.pass.cpp 74 int s = std::strlen(buf);
scp_size_scp.pass.cpp 74 int s = std::strlen((char*)buf);
ucp_size_ucp.pass.cpp 74 int s = std::strlen((char*)buf);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
cstring.pass.cpp 52 static_assert((std::is_same<decltype(std::strlen(cpc)), std::size_t>::value), "");
  /ndk/sources/host-tools/make-3.81/
misc.c 173 len1 = *s1 != '\0' ? strlen (s1) : 0;
174 len2 = *s2 != '\0' ? strlen (s2) : 0;
175 len3 = *s3 != '\0' ? strlen (s3) : 0;
377 result = (char *) malloc (strlen (ptr) + 1);
strcache.c 152 return add_hash (str, strlen (str));
  /ndk/sources/host-tools/make-3.81/w32/compat/
dirent.c 56 nBufferLen = strlen(pDirName);
  /ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c 356 fname = malloc(strlen(exec_path) + 5);
358 ext = fname + strlen(fname);
971 = strlen(shell_name) + 1 + strlen(full_exec_path);
  /ndk/sources/host-tools/nawk-20071023/
maketab.c 152 names[tok-FIRSTTOKEN] = (char *) malloc(strlen(name)+1);
  /packages/apps/Test/connectivity/sl4n/rapidjson/example/tutorial/
tutorial.cpp 116 document["hello"] = "rapidjson"; // This will invoke strlen()
  /packages/inputmethods/LatinIME/native/dicttoolkit/tests/utils/
arguments_parser_test.cpp 75 const size_t length = strlen(mutableCommandLine);

Completed in 1559 milliseconds

<<919293949596979899100>>