HomeSort by relevance Sort by last modified time
    Searched refs:underscores (Results 1 - 25 of 32) sorted by null

1 2

  /frameworks/av/media/libstagefright/codec2/vndk/include/util/
C2ParamUtils.h 174 // std::cout << "prefix:" << prefix << ", underscores:" << extraUnderscores << std::endl;
177 // calculate prefix and minimum leading underscores
180 size_t underscores = countLeadingUnderscores(s); local
182 extraUnderscores = underscores;
183 prefix = s + underscores;
187 s + underscores,
190 extraUnderscores = std::min(underscores, extraUnderscores);
192 // std::cout << "prefix:" << prefix << ", underscores:" << extraUnderscores << std::endl;
208 size_t underscores = countLeadingUnderscores(s); local
209 C2String sanitized = C2String(s, underscores - extraUnderscores)
    [all...]
  /external/clang/test/Preprocessor/
feature_tests.c 27 #error Feature name in double underscores does not work
  /external/kmod/shared/
util.h 25 int underscores(char *s) _must_check_;
util.c 120 * Replace dashes with underscores.
125 int underscores(char *s) function
  /external/kmod/libkmod/
libkmod-config.c 487 if (underscores(modname) < 0) {
604 if (underscores(alias) < 0 || underscores(modname) < 0)
611 if (underscores(modname) < 0)
619 if (underscores(modname) < 0 || options == NULL)
627 if (underscores(modname) < 0 || installcmd == NULL)
636 if (underscores(modname) < 0 || removecmd == NULL)
645 if (underscores(modname) < 0 || softdeps == NULL)
  /external/kmod/testsuite/
test-util.c 136 underscores(val);
143 .description = "check implementation of underscores()",
  /frameworks/av/media/libnbaio/
PerformanceAnalysis.cpp 283 // underscores and spaces length corresponds to maximum width of histogram
285 std::string underscores(kLen, '_');
329 body->appendFormat("%.*s", (columns + 1) * colWidth, underscores.c_str());
  /external/chromium-trace/catapult/common/eslint/rules/
catapult-camelcase.js 84 * Leading and trailing underscores are commonly used to flag
  /prebuilts/go/darwin-x86/src/encoding/json/
fold.go 130 // use when s is all ASCII letters (no underscores, etc) and also
  /prebuilts/go/linux-x86/src/encoding/json/
fold.go 130 // use when s is all ASCII letters (no underscores, etc) and also
  /prebuilts/go/darwin-x86/src/cmd/go/
tool.go 79 // The tool name must be lower-case letters, numbers or underscores.
  /prebuilts/go/linux-x86/src/cmd/go/
tool.go 79 // The tool name must be lower-case letters, numbers or underscores.
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
DescriptorPool.cs 189 /// only letters, digits and underscores, and does not start with a digit).
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
compile.go 177 // If the phase name begins a '~' then the rest of the underscores-replaced-with-blanks
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
compile.go 177 // If the phase name begins a '~' then the rest of the underscores-replaced-with-blanks
  /external/curl/packages/vms/
config_h.com 905 $! Process extra underscores
    [all...]
  /prebuilts/go/darwin-x86/test/
run.go 398 // Tags must be letters, digits, underscores or dots.
  /prebuilts/go/linux-x86/test/
run.go 398 // Tags must be letters, digits, underscores or dots.
  /prebuilts/go/darwin-x86/src/regexp/
regexp.go 782 // digits, and underscores. A purely numeric name like $1 refers to
    [all...]
  /prebuilts/go/linux-x86/src/regexp/
regexp.go 782 // digits, and underscores. A purely numeric name like $1 refers to
    [all...]
  /external/blktrace/btt/doc/
btt.tex 702 the following fields separated by underscores (\texttt{\_}):
    [all...]
  /prebuilts/go/darwin-x86/src/go/build/
build.go     [all...]
  /prebuilts/go/linux-x86/src/go/build/
build.go     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
configure     [all...]
  /external/e2fsprogs/doc/
texinfo.tex     [all...]

Completed in 1101 milliseconds

1 2