HomeSort by relevance Sort by last modified time
    Searched full:suffix (Results 726 - 750 of 3940) sorted by null

<<21222324252627282930>>

  /external/clang/test/CodeGenCXX/
stack-reuse-miscompile.cpp 20 T concat(const T &Suffix) const;
  /external/elfutils/libcpu/defs/
i386.doc 57 3bit suffix
  /external/giflib/
gif_lib_private.h 51 GifByteType Suffix[LZ_MAX_CODE + 1]; /* So we can trace the codes. */
  /external/icu/icu4c/source/i18n/
digitaffix.h 28 * A prefix or suffix of a formatted number.
  /external/icu/icu4c/source/samples/cal/
Makefile.in 34 ## Clear suffix list
  /external/icu/icu4c/source/samples/date/
Makefile.in 34 ## Clear suffix list
  /external/icu/icu4c/source/test/compat/
Makefile.in 34 ## Clear suffix list
  /external/icu/icu4c/source/test/thaitest/
Makefile.in 37 ## Clear suffix list
  /external/icu/icu4c/source/tools/gentest/
Makefile.in 35 ## Clear suffix list
  /external/jsoncpp/src/jsontestrunner/
main.cpp 112 std::string suffix = *(path.end() - 1) == '.' ? "" : "."; local
117 printValueTree(fout, value[name], path + suffix + name);
177 std::string suffix = path.substr(path.length() - extension.length());
178 if (suffix != extension)
  /external/libbrillo/brillo/
osrelease_reader.h 32 // This should not be used in production so suffix it with TestingOnly to
  /external/libchrome/base/files/
file_util.cc 242 const FilePath::StringType& suffix) {
243 bool have_suffix = !suffix.empty();
245 (!have_suffix || !PathExists(FilePath(path.value() + suffix)))) {
253 (!have_suffix || !PathExists(FilePath(new_path.value() + suffix)))) {
  /external/libmtp/examples/
util.c 57 printf("Could not determine language suffix for your system. Please check your setup!\n");
  /external/llvm/lib/Support/
regex2.h 83 #define OPLUS_ (9LU<<OPSHIFT) /* + prefix fwd to suffix */
84 #define O_PLUS (10LU<<OPSHIFT) /* + suffix back to prefix */
85 #define OQUEST_ (11LU<<OPSHIFT) /* ? prefix fwd to suffix */
86 #define O_QUEST (12LU<<OPSHIFT) /* ? suffix back to prefix */
  /external/llvm/test/MC/ARM/
thumb2-branches.s 4 @ unconditional branches accept narrow suffix and encode to short encodings
14 @ unconditional branches accept wide suffix and encode to wide encodings
28 @ unconditional branches without width suffix encode depending of offset size
46 @ unconditional branches with width narrow suffix in IT block
60 @ unconditional branches with wide suffix in IT block
82 @ conditional branches accept narrow suffix and encode to short encodings
92 @ unconditional branches accept wide suffix and encode to wide encodings
106 @ unconditional branches without width suffix encode depending of offset size
147 @ unconditional branches accept narrow suffix and encode to short encodings
157 @ unconditional branches accept wide suffix and encode to wide encoding
    [all...]
  /external/llvm/test/Transforms/GVN/
2008-12-09-SelfRemove.ll 11 define void @d_print_mod_list(%struct.d_print_info* %dpi, %struct.d_print_mod* %mods, i32 %suffix) nounwind {
  /external/llvm/tools/bugpoint/
ListReducer.h 32 KeepSuffix, // The suffix alone satisfies the predicate
122 std::vector<ElTy> Suffix(TheList.begin()+Mid, TheList.end());
124 switch (doTest(Prefix, Suffix, Error)) {
128 TheList.swap(Suffix);
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
DefaultNamingPolicy.java 28 * suffix is added to ensure uniqueness.
  /external/opencv3/samples/winrt/FaceDetection/FaceDetection/
opencv.props 8 <!--debug suffix for OpenCV dlls and libs -->
  /external/opencv3/samples/winrt/OcvImageProcessing/OcvImageProcessing/
MainPage.xaml.h 42 std::string CreateTempFile(const std::string &suffix);
opencv.props 8 <!--debug suffix for OpenCV dlls and libs -->
  /external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/
opencv.props 10 <!--debug suffix for OpenCV dlls and libs -->
  /external/proguard/src/proguard/
ClassPathEntry.java 204 * Returns whether the given string ends with the given suffix, ignoring
207 private static boolean endsWithIgnoreCase(String string, String suffix)
210 int suffixLength = suffix.length();
213 suffixLength, suffix, 0, suffixLength);
  /external/proguard/src/proguard/obfuscate/
SpecialNameFactory.java 25 * a suffix.
  /external/skia/src/opts/
SkBitmapProcState_matrixProcs_neon.cpp 121 #define MAKENAME(suffix) ClampX_ClampY ## suffix ## _neon
135 #define MAKENAME(suffix) RepeatX_RepeatY ## suffix ## _neon

Completed in 981 milliseconds

<<21222324252627282930>>