Searched defs:prefix (Results 1 - 15 of 15) sorted by relevance

/hardware/ril/reference-ril/
H A Dmisc.c18 /** returns 1 if line starts with prefix, 0 if it does not */
19 int strStartsWith(const char *line, const char *prefix) argument
21 for ( ; *line != '\0' && *prefix != '\0' ; line++, prefix++) {
22 if (*line != *prefix) {
27 return *prefix == '\0';
H A Datchannel.c59 void AT_DUMP(const char* prefix, const char* buff, int len) argument
H A Dreference-ril.c1017 const char *prefix; local
1037 const char *prefix; local
1139 const char *prefix; local
1330 const char *prefix; local
1339 prefix = "+CREG:";
1343 prefix = "+CGREG:";
1350 err = at_send_command_singleline(cmd, prefix, &p_response);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_debugmodes.c33 char prefix = descriptor[0]; local
38 fprintf(file, "%c ", prefix);
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayUtils.cpp337 void getDump(char *buf, size_t len, const char *prefix, argument
343 prefix, ov.id, ov.z_order, ov.is_fg, ov.alpha,
351 void getDump(char *buf, size_t len, const char *prefix, argument
356 prefix, ov.width, ov.height, ov.format,
361 void getDump(char *buf, size_t len, const char *prefix, argument
366 prefix, ov.x, ov.y, ov.w, ov.h);
370 void getDump(char *buf, size_t len, const char *prefix, argument
375 prefix, ov.id);
380 void getDump(char *buf, size_t len, const char *prefix, argument
385 prefix, o
389 getDump(char *buf, size_t len, const char *prefix, const msm_rotator_img_info& rot) argument
401 getDump(char *buf, size_t len, const char *prefix, const msm_rotator_data_info& rot) argument
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_ETC.c225 void Exynos_OSAL_PerfPrint(OMX_STRING prefix, PERF_ID_TYPE id) argument
233 Exynos_OSAL_Log(EXYNOS_LOG_INFO, "%s Frame Count: %d", prefix, frameCount);
235 prefix, (float)perfTotal / (float)(frameCount * 1000),
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
H A DOMX_Core.c170 static const char prefix[] = "lib"; local
236 char buf[sizeof(prefix) + MAXNAMESIZE + sizeof(postfix)];
237 strcpy(buf, prefix);
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayUtils.cpp406 void getDump(char *buf, size_t len, const char *prefix, argument
412 prefix, ov.id, ov.z_order, ov.is_fg, ov.alpha,
420 void getDump(char *buf, size_t len, const char *prefix, argument
425 prefix, ov.width, ov.height, ov.format,
430 void getDump(char *buf, size_t len, const char *prefix, argument
435 prefix, ov.x, ov.y, ov.w, ov.h);
439 void getDump(char *buf, size_t len, const char *prefix, argument
444 prefix, ov.id);
449 void getDump(char *buf, size_t len, const char *prefix, argument
454 prefix, o
458 getDump(char *buf, size_t len, const char *prefix, const msm_rotator_img_info& rot) argument
470 getDump(char *buf, size_t len, const char *prefix, const msm_rotator_data_info& rot) argument
[all...]
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayUtils.cpp329 void getDump(char *buf, size_t len, const char *prefix, argument
334 prefix, ov.id, ov.z_order, ov.is_fg, ov.alpha,
342 void getDump(char *buf, size_t len, const char *prefix, argument
347 prefix, ov.width, ov.height, ov.format,
352 void getDump(char *buf, size_t len, const char *prefix, argument
357 prefix, ov.x, ov.y, ov.w, ov.h);
361 void getDump(char *buf, size_t len, const char *prefix, argument
366 prefix, ov.id);
371 void getDump(char *buf, size_t len, const char *prefix, argument
376 prefix, o
381 getDump(char *buf, size_t len, const char *prefix, const msm_rotator_img_info& rot) argument
393 getDump(char *buf, size_t len, const char *prefix, const msm_rotator_data_info& rot) argument
[all...]
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayUtils.cpp396 void getDump(char *buf, size_t len, const char *prefix, argument
402 prefix, ov.id, ov.z_order, ov.is_fg, ov.alpha,
410 void getDump(char *buf, size_t len, const char *prefix, argument
415 prefix, ov.width, ov.height, ov.format,
420 void getDump(char *buf, size_t len, const char *prefix, argument
425 prefix, ov.x, ov.y, ov.w, ov.h);
429 void getDump(char *buf, size_t len, const char *prefix, argument
434 prefix, ov.id);
439 void getDump(char *buf, size_t len, const char *prefix, argument
444 prefix, o
448 getDump(char *buf, size_t len, const char *prefix, const msm_rotator_img_info& rot) argument
460 getDump(char *buf, size_t len, const char *prefix, const msm_rotator_data_info& rot) argument
[all...]
/hardware/ti/omap4-aah/domx/omx_core/src/
H A DOMX_Core.c192 static const char prefix[] = "lib"; local
198 char buf[sizeof(prefix) + MAXNAMESIZE + sizeof(postfix)];
243 strcpy(buf, prefix); /* the lengths are defined herein or have been */
757 /* if the file is an OMX component, trim the prefix and suffix */
765 /* set a pointer to be after the lib prefix, i.e the beginning of the component name */
/hardware/ti/omap4xxx/domx/omx_core/src/
H A DOMX_Core.c185 static const char prefix[] = "lib"; local
191 char buf[sizeof(prefix) + MAXNAMESIZE + sizeof(postfix)];
236 strcpy(buf, prefix); /* the lengths are defined herein or have been */
744 /* if the file is an OMX component, trim the prefix and suffix */
752 /* set a pointer to be after the lib prefix, i.e the beginning of the component name */
/hardware/libhardware/modules/sensors/
H A Dmultihal.cpp453 static bool starts_with(const char* s, const char* prefix) { argument
454 if (s == NULL || prefix == NULL) {
458 size_t prefix_size = strlen(prefix);
459 return s_size >= prefix_size && strncmp(s, prefix, prefix_size) == 0;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc6144 // If *pstr starts with the given prefix, modifies *pstr to be right
6145 // past the prefix and returns true; otherwise leaves *pstr unchanged
6146 // and returns false. None of pstr, *pstr, and prefix can be NULL.
6147 bool SkipPrefix(const char* prefix, const char** pstr) { argument
6148 const size_t prefix_len = strlen(prefix);
6149 if (strncmp(*pstr, prefix, prefix_len) == 0) {
6245 // Determines whether a string has a prefix that Google Test uses for its
6247 // If Google Test detects that a command line flag has its prefix but is not
8554 // Returns true iff regex matches a prefix of str. regex must be a
8558 if (*regex == '\0') // An empty regex matches a prefix o
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7461 // If *pstr starts with the given prefix, modifies *pstr to be right
7462 // past the prefix and returns true; otherwise leaves *pstr unchanged
7463 // and returns false. None of pstr, *pstr, and prefix can be NULL.
7464 GTEST_API_ bool SkipPrefix(const char* prefix, const char** pstr);
7511 // Returns the prefix of 'str' before the first comma in it; returns
7532 static bool Register(const char* prefix, const char* case_name, argument
7541 (std::string(prefix) + (prefix[0] == '\0' ? "" : "/") + case_name + "/"
7553 ::Register(prefix, case_name, test_names, index + 1);
7561 static bool Register(const char* /*prefix*/, cons
7574 Register(const char* prefix, const char* case_name, const char* test_names) argument
[all...]

Completed in 631 milliseconds