HomeSort by relevance Sort by last modified time
    Searched full:suffix1 (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium_org/sync/engine/
syncer_util_unittest.cc 61 std::string suffix1 = GetUniqueBookmarkTagFromUpdate(update); local
64 EXPECT_EQ(suffix1, suffix2);
65 EXPECT_TRUE(UniquePosition::IsValidSuffix(suffix1));
77 std::string suffix1 = GetUniqueBookmarkTagFromUpdate(update); local
80 EXPECT_NE(suffix1, suffix2);
81 EXPECT_TRUE(UniquePosition::IsValidSuffix(suffix1));
  /external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/
trusted_crash_in_startup.html 45 var suffix1 = 'command channel creation failed';
47 status.assert(error == expected_error_prefix + suffix1 ||
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/comparator/
ExtensionFileComparator.java 106 String suffix1 = FilenameUtils.getExtension(file1.getName()); local
108 return caseSensitivity.checkCompareTo(suffix1, suffix2);
  /frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
Main.java 191 String suffix1 = o1.getName().substring("android-".length());
195 suff1 = Integer.parseInt(suffix1);
207 return suffix2.compareTo(suffix1);
  /hardware/intel/img/libdrm/libdrm/nouveau/
nouveau_pushbuf.c 221 nvpb->cal_suffix1 = req.suffix1;
283 req.suffix1 = nvpb->cal_suffix1;
288 nvpb->cal_suffix1 = req.suffix1;
  /external/kernel-headers/original/uapi/drm/
nouveau_drm.h 103 uint32_t suffix1; member in struct:drm_nouveau_gem_pushbuf
  /hardware/intel/img/libdrm/shared-core/
nouveau_drm.h 157 uint32_t suffix1; member in struct:drm_nouveau_gem_pushbuf_call
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/drm/
nouveau_drm.h 158 uint32_t suffix1; member in struct:drm_nouveau_gem_pushbuf_call
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
nouveau_drm.h 158 uint32_t suffix1; member in struct:drm_nouveau_gem_pushbuf_call
  /external/chromium_org/sdch/open-vcdiff/m4/
ltsugar.m4 61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
64 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
  /external/chromium_org/third_party/opus/src/m4/
ltsugar.m4 61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
64 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
  /external/chromium_org/third_party/tcmalloc/vendor/m4/
ltsugar.m4 61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
64 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
  /external/google-tv-pairing-protocol/cpp/m4/
ltsugar.m4 61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
64 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
  /external/libcap-ng/libcap-ng-0.7/m4/
ltsugar.m4 61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
64 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
  /external/libedit/m4/
ltsugar.m4 61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
64 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
  /external/libexif/auto-m4/
ltsugar.m4 61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
64 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
  /external/libmtp/m4/
ltsugar.m4 61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
64 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
  /external/libopus/m4/
ltsugar.m4 61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
64 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
  /external/libpng/scripts/
ltsugar.m4 61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
64 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
  /external/libusb-compat/m4/
ltsugar.m4 61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
64 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
  /external/protobuf/m4/
ltsugar.m4 61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
64 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
  /external/qemu/distrib/sdl-1.2.15/acinclude/
ltsugar.m4 62 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
65 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
  /bionic/libc/kernel/uapi/drm/
nouveau_drm.h 105 uint32_t suffix1; member in struct:drm_nouveau_gem_pushbuf
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 508 /// the suffixes 'Suffix1' and 'Suffix2', and are returned in the NewBBs vector.
518 const char *Suffix1, const char *Suffix2,
526 OrigBB->getName() + Suffix1,
588 Clone1->setName(Twine("lpad") + Suffix1);
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 166 /// the suffixes 'Suffix1' and 'Suffix2', and are returned in the NewBBs vector.

Completed in 724 milliseconds

1 2