Home
last modified time | relevance | path

Searched refs:suffix (Results 1 – 16 of 16) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpsb_drv_debug.c59 unsigned int suffix; in psb__open_log() local
66 suffix = 0xffff & ((unsigned int)time(NULL)); in psb__open_log()
69 ".%d.%d", getpid(), suffix); in psb__open_log()
88 unsigned int suffix = 0xffff & ((unsigned int)time(NULL)); in psb__open_log() local
93 sprintf(log_fn + strlen(log_fn), ".%d", suffix); in psb__open_log()
163 unsigned int suffix = 0xffff & ((unsigned int)time(NULL)); in psb__open_log() local
167 snprintf(log_fn + strlen(log_fn), 11, ".%d", suffix); in psb__open_log()
178 unsigned int suffix = 0xffff & ((unsigned int)time(NULL)); in psb__open_log() local
182 snprintf(log_fn + strlen(log_fn), 11, ".%d", suffix); in psb__open_log()
193 unsigned int suffix = 0xffff & ((unsigned int)time(NULL)); in psb__open_log() local
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
Dvpx-astyle.sh8 --suffix=none --quiet --max-instatement-indent=80 "$@"
Dcpplint.py3484 for suffix in ('test.cc', 'regtest.cc', 'unittest.cc',
3486 if (filename.endswith(suffix) and len(filename) > len(suffix) and
3487 filename[-len(suffix) - 1] in ('-', '_')):
3488 return filename[:-len(suffix) - 1]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Dconfigure.sh1300 local suffix="$3"
1303 ${prefix} Copyright (c) 2011 The WebM project authors. All Rights Reserved.${suffix}
1304 ${prefix} ${suffix}
1305 ${prefix} Use of this source code is governed by a BSD-style license${suffix}
1306 ${prefix} that can be found in the LICENSE file in the root of the source${suffix}
1307 ${prefix} tree. An additional intellectual property rights grant can be found${suffix}
1308 ${prefix} in the file PATENTS. All contributing project authors may${suffix}
1309 ${prefix} be found in the AUTHORS file in the root of the source tree.${suffix}
/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_mixer.c69 const char *suffix; member
83 while (p->suffix) { in is_volume()
84 size_t slen = strnlen(p->suffix, 44); in is_volume()
88 if (strncmp(name + l, p->suffix, slen) == 0 && in is_volume()
/hardware/ti/omap4-aah/domx/omx_core/src/
DOMX_Core.c728 static OMX_STRING suffix = ".so"; in OMX_BuildComponentTable() local
764 strlen(suffix)); in OMX_BuildComponentTable()
/hardware/ti/omap4xxx/domx/omx_core/src/
DOMX_Core.c715 static OMX_STRING suffix = ".so"; in OMX_BuildComponentTable() local
751 strlen(suffix)); in OMX_BuildComponentTable()
/hardware/qcom/audio/hal/msm8974/
Dplatform.c830 const char * suffix = backend_table[snd_device]; in platform_add_backend_name() local
832 if (suffix != NULL) { in platform_add_backend_name()
834 strcat(mixer_path, suffix); in platform_add_backend_name()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dusage.dox84 named like the initialization methods, but without the _ver suffix.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/
DREADME202 option). Files without that suffix use static versions of the runtime
/hardware/intel/img/libdrm/
Dconfigure1150 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1153 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1499 --program-suffix=SUFFIX append SUFFIX to installed program names
Daclocal.m4179 _LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl
180 _LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl
5126 _LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl
5127 _LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl
7223 # func_stripname prefix suffix name
7301 # func_stripname prefix suffix name
Dltmain.sh1495 library object suffix, \`.lo'."
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc3111 const std::string& str, const std::string& suffix) { in EndsWithCaseInsensitive() argument
3113 const size_t suffix_len = suffix.length(); in EndsWithCaseInsensitive()
3116 suffix.c_str()); in EndsWithCaseInsensitive()
/hardware/intel/common/libva/va/
Dva_trace.c150 suffix, \
157 unsigned short suffix = 0xffff & ((unsigned int)time(NULL)); in va_TraceInit() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h3466 const std::string& str, const std::string& suffix);