Searched refs:suffix (Results 1 - 13 of 13) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
H A Dvpx-astyle.sh8 --suffix=none --quiet --max-instatement-indent=80 "$@"
H A Dcpplint.py3482 The filename with the common suffix removed.
3484 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]
3493 """Determines if the given filename has a suffix that identifies it as a test.
/hardware/intel/img/psb_video/src/
H A Dpsb_drv_debug.c59 unsigned int suffix; local
66 suffix = 0xffff & ((unsigned int)time(NULL));
69 ".%d.%d", getpid(), suffix);
88 unsigned int suffix = 0xffff & ((unsigned int)time(NULL)); local
93 sprintf(log_fn + strlen(log_fn), ".%d", suffix);
163 unsigned int suffix = 0xffff & ((unsigned int)time(NULL)); local
164 /* Make sure there is space left for suffix */
167 snprintf(log_fn + strlen(log_fn), 11, ".%d", suffix);
178 unsigned int suffix = 0xffff & ((unsigned int)time(NULL)); local
179 /* Make sure there is space left for suffix */
193 unsigned int suffix = 0xffff & ((unsigned int)time(NULL)); local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A 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/
H A Dalsa_mixer.c69 const char *suffix; member in struct:suf
83 while (p->suffix) {
84 size_t slen = strnlen(p->suffix, 44);
88 if (strncmp(name + l, p->suffix, slen) == 0 &&
/hardware/ti/omap4-aah/domx/omx_core/src/
H A DOMX_Core.c728 static OMX_STRING suffix = ".so"; local
757 /* if the file is an OMX component, trim the prefix and suffix */
761 /* copy only the name without the suffix */
764 strlen(suffix));
/hardware/ti/omap4xxx/domx/omx_core/src/
H A DOMX_Core.c715 static OMX_STRING suffix = ".so"; local
744 /* if the file is an OMX component, trim the prefix and suffix */
748 /* copy only the name without the suffix */
751 strlen(suffix));
/hardware/qcom/audio/hal/msm8974/
H A Dplatform.c830 const char * suffix = backend_table[snd_device]; local
832 if (suffix != NULL) {
834 strcat(mixer_path, suffix);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3108 // Returns true iff str ends with the given suffix, ignoring case.
3109 // Any string is considered to end with an empty suffix.
3111 const std::string& str, const std::string& suffix) {
3113 const size_t suffix_len = suffix.length();
3116 suffix.c_str());
3110 EndsWithCaseInsensitive( const std::string& str, const std::string& suffix) argument
/hardware/intel/common/libva/va/
H A Dva_trace.c150 suffix, \
157 unsigned short suffix = 0xffff & ((unsigned int)time(NULL)); local
/hardware/intel/img/libdrm/
H A 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
2743 # safe: cross compilers may not add the suffix if given an `-o'
2813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2814 $as_echo_n "checking for suffix of executables... " >&6; }
2842 as_fn_error "cannot compute suffix of executables: cannot compile and link
2852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix o
[all...]
H A Dltmain.sh1494 SOURCEFILE, then substituting the C source code suffix \`.c' with the
1495 library object suffix, \`.lo'."
1560 -avoid-version do not add a version suffix if possible
2532 func_fatal_error "unknown suffix for \`$my_dlsyms'"
7820 # a .exe suffix, so we strip it off here.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h3463 // Returns true iff the given string ends with the given suffix, ignoring
3464 // case. Any string is considered to end with an empty suffix.
3466 const std::string& str, const std::string& suffix);
8794 // for this fixture as you want. The _P suffix is for "parameterized"
17333 // (the _P suffix is for "parameterized" or "pattern", whichever you

Completed in 1391 milliseconds