HomeSort by relevance Sort by last modified time
    Searched refs:suffix (Results 351 - 375 of 2667) sorted by null

<<11121314151617181920>>

  /external/avb/boot_control/
boot_control_avb.c 60 avb_errorv("Unexpected slot suffix '", propbuf, "'.\n", NULL);
129 static const char* suffix[2] = {"_a", "_b"}; local
133 return suffix[slot];
  /external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
GifDecoder.java 120 private byte[] suffix; field in class:GifDecoder
539 if (suffix == null) {
540 suffix = new byte[MAX_STACK_SIZE];
557 suffix[code] = (byte) code;
605 pixelStack[top++] = suffix[code];
616 pixelStack[top++] = suffix[code];
619 first = ((int) suffix[code]) & 0xff;
625 suffix[available] = (byte) first;
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-string.h 260 // Returns true iff this String ends with the given suffix. *Any*
261 // String is considered to end with a NULL or empty suffix.
262 bool EndsWith(const char* suffix) const;
264 // Returns true iff this String ends with the given suffix, not considering
265 // case. Any String is considered to end with a NULL or empty suffix.
266 bool EndsWithCaseInsensitive(const char* suffix) const;
  /external/jsoncpp/test/
pyjsontestrunner.py 22 suffix = path[-1] != '.' and '.' or ''
26 valueTreeToString( fout, value[name], path + suffix + name )
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-string.h 260 // Returns true iff this String ends with the given suffix. *Any*
261 // String is considered to end with a NULL or empty suffix.
262 bool EndsWith(const char* suffix) const;
264 // Returns true iff this String ends with the given suffix, not considering
265 // case. Any String is considered to end with a NULL or empty suffix.
266 bool EndsWithCaseInsensitive(const char* suffix) const;
  /external/opencv/cv/src/
_cvipp.h 73 #define IPCV_MOMENTS( suffix, ipp_suffix, cn ) \
74 IPCVAPI_EX( CvStatus, icvMoments##suffix##_C##cn##R, \
382 #define IPCV_FILTER_SOBEL_BORDER( suffix, flavor, srctype ) \
383 IPCVAPI_EX( CvStatus, icvFilterSobel##suffix##GetBufSize_##flavor##_C1R, \
384 "ippiFilterSobel" #suffix "GetBufferSize_" #flavor "_C1R", \
386 IPCVAPI_EX( CvStatus, icvFilterSobel##suffix##Border_##flavor##_C1R, \
387 "ippiFilterSobel" #suffix "Border_" #flavor "_C1R", CV_PLUGINS1(CV_PLUGIN_IPPCV), \
405 #define IPCV_FILTER_SCHARR_BORDER( suffix, flavor, srctype ) \
406 IPCVAPI_EX( CvStatus, icvFilterScharr##suffix##GetBufSize_##flavor##_C1R, \
407 "ippiFilterScharr" #suffix "GetBufferSize_" #flavor "_C1R",
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-string.h 260 // Returns true iff this String ends with the given suffix. *Any*
261 // String is considered to end with a NULL or empty suffix.
262 bool EndsWith(const char* suffix) const;
264 // Returns true iff this String ends with the given suffix, not considering
265 // case. Any String is considered to end with a NULL or empty suffix.
266 bool EndsWithCaseInsensitive(const char* suffix) const;
  /external/skia/bench/
BitmapScaleBench.cpp 124 PixmapScalerBench(SkBitmapScaler::ResizeMethod method, const char suffix[]) : fMethod(method) {
125 fName.printf("pixmapscaler_%s", suffix);
  /external/skia/bin/
compare 53 for threshold, suffix in [(1e9, 's'), (1e6, 'ms'), (1e3, 'us'), (1e0, 'ns')]:
55 return "%.3g%s" % (ns/threshold, suffix)
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
PrefixConstructorTest.java 82 String suffix = node.getTag().getValue().substring(prefix.length()); local
83 return new Extra(suffix, con.constructScalar((ScalarNode) node).toString());
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-string.h 260 // Returns true iff this String ends with the given suffix. *Any*
261 // String is considered to end with a NULL or empty suffix.
262 bool EndsWith(const char* suffix) const;
264 // Returns true iff this String ends with the given suffix, not considering
265 // case. Any String is considered to end with a NULL or empty suffix.
266 bool EndsWithCaseInsensitive(const char* suffix) const;
  /frameworks/support/app-toolkit/runtime/
build.gradle 51 def suffix = name.capitalize()
52 def jarTask = project.tasks.create(name: "jar${suffix}", type: Jar){
  /frameworks/support/persistence/db/
build.gradle 50 def suffix = name.capitalize()
51 def jarTask = project.tasks.create(name: "jar${suffix}", type: Jar){
  /frameworks/support/persistence/db-framework/
build.gradle 51 def suffix = name.capitalize()
52 def jarTask = project.tasks.create(name: "jar${suffix}", type: Jar){
  /frameworks/support/room/rxjava2/
build.gradle 64 def suffix = name.capitalize()
65 project.tasks.create(name: "jar${suffix}", type: Jar){
  /frameworks/support/room/testing/
build.gradle 57 def suffix = name.capitalize()
58 project.tasks.create(name: "jar${suffix}", type: Jar){
  /libcore/support/src/test/java/tests/support/
Support_GetLocal.java 90 public static File createTempFile(String suffix) throws IOException {
91 return File.createTempFile("hyts_", suffix, null);
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
FileFilterUtils.java 59 * @param suffix the filename suffix
60 * @return a suffix checking filter
62 public static IOFileFilter suffixFileFilter(String suffix) {
63 return new SuffixFileFilter(suffix);
  /prebuilts/go/darwin-x86/src/net/
interface_linux_test.go 13 func (ti *testInterface) setBroadcast(suffix int) error {
14 ti.name = fmt.Sprintf("gotest%d", suffix)
38 func (ti *testInterface) setPointToPoint(suffix int) error {
39 ti.name = fmt.Sprintf("gotest%d", suffix)
  /prebuilts/go/linux-x86/src/net/
interface_linux_test.go 13 func (ti *testInterface) setBroadcast(suffix int) error {
14 ti.name = fmt.Sprintf("gotest%d", suffix)
38 func (ti *testInterface) setPointToPoint(suffix int) error {
39 ti.name = fmt.Sprintf("gotest%d", suffix)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-io-suffix.d 3 #name: x86-64 (ILP32) rex.W in/out w/ suffix
x86-64-rep-suffix.d 1 #source: ../x86-64-rep-suffix.s
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
suffix.d 2 #name: i386 suffix
x86-64-io-suffix.d 3 #name: x86-64 rex.W in/out w/ suffix
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
PeriodFormatterData.java 114 * Append the appropriate suffix to the string builder, depending on whether and
126 String suffix = sd.suffix; local
127 if (suffix != null) {
129 System.out.println("appendSuffix '" + suffix + "'");
131 sb.append(suffix);
177 names[px], last, sb); // omit suffix, ok?
232 String suffix = null; local
234 suffix = dr.rqdSuffixes[suffixIndex];
236 if (suffix == null && dr.optSuffixes != null &&
    [all...]

Completed in 1806 milliseconds

<<11121314151617181920>>