HomeSort by relevance Sort by last modified time
    Searched full:suffix (Results 451 - 475 of 4184) sorted by null

<<11121314151617181920>>

  /external/google-breakpad/src/third_party/curl/
curlrules.h 221 # define __CURL_OFF_T_C_HELPER2(Val,Suffix) Val ## Suffix
223 # define __CURL_OFF_T_C_HELPER2(Val,Suffix) Val/**/Suffix
225 #define __CURL_OFF_T_C_HELPER1(Val,Suffix) __CURL_OFF_T_C_HELPER2(Val,Suffix)
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 46 StringRef Suffix;
49 Suffix = "$stub";
51 Suffix = "$non_lazy_ptr";
53 if (!Suffix.empty())
68 Name += Suffix;
94 // then add the suffix.
  /external/sfntly/cpp/src/test/tinyxml/
tinystr.h 109 TiXmlString& operator += (const char * suffix)
111 return append(suffix, static_cast<size_type>( strlen(suffix) ));
121 TiXmlString& operator += (const TiXmlString & suffix)
123 return append(suffix.data(), suffix.length());
  /external/tinyxml/
tinystr.h 108 TiXmlString& operator += (const char * suffix)
110 return append(suffix, static_cast<size_type>( strlen(suffix) ));
120 TiXmlString& operator += (const TiXmlString & suffix)
122 return append(suffix.data(), suffix.length());
  /system/core/include/ziparchive/
zip_archive.h 59 bool EndsWith(const ZipString& suffix) const {
60 return name && (name_length >= suffix.name_length) &&
61 (memcmp(name + name_length - suffix.name_length, suffix.name,
62 suffix.name_length) == 0);
170 * This method also accepts optional prefix and suffix to restrict iteration to
  /external/bison/m4/
locale-fr.m4 30 not at the environment variables. Also, when an encoding suffix such
56 /* On Cygwin, avoid locale names without encoding suffix, because the
57 locale_charset() function relies on the encoding suffix. Note that
102 # Test for the locale name with explicit encoding suffix.
158 not at the environment variables. Also, when an encoding suffix such
181 /* On Cygwin, avoid locale names without encoding suffix, because the
182 locale_charset() function relies on the encoding suffix. Note that
230 # Test for the locale name with explicit encoding suffix.
  /external/clang/test/SemaCXX/
cxx0x-compat.cpp 38 printf("foo is %"PRIuS", bar is %"PRIuS, foo, bar); // expected-warning 2{{identifier after literal will be treated as a reserved user-defined literal suffix in C++11}}
42 char c = 'x'_x; // expected-warning {{will be treated as a user-defined literal suffix}}
  /external/clang/utils/TestUtils/
pch-test.pl 11 my $suffix = shift;
17 @files = `ls test/*/*.$suffix`;
  /external/e2fsprogs/lib/et/
compile_et.1 19 The source file name must end with a suffix of ``.et''; the file
60 the ``.et'' suffix replaced by ``.c'' and ``.h''.
  /external/gptfdisk/
support.cc 135 char suffix, plusFlag = ' '; local
154 // Extract numeric response and, if present, suffix
158 inString >> response >> suffix; local
159 suffix = toupper(suffix);
164 suffix = ' ';
168 // Find multiplication and division factors for the suffix
169 foundAt = suffixes.find(suffix);
  /external/icu/icu4c/source/config/
mh-bsd-gcc 29 ## Shared object suffix
31 ## Non-shared intermediate object suffix
mh-haiku 30 ## Shared object suffix
32 ## Non-shared intermediate object suffix
mh-mpras 32 ## Shared object suffix
34 ## Non-shared intermediate object suffix
  /external/jsoncpp/test/
pyjsontestrunner.py 22 suffix = path[-1] != '.' and '.' or ''
26 valueTreeToString( fout, value[name], path + suffix + name )
  /external/junit/src/org/junit/internal/runners/rules/
RuleFieldValidator.java 87 String suffix) {
89 + field.getName() + "' " + suffix;
  /external/libdivsufsort/
CMakeLists.txt 11 set(PROJECT_DESCRIPTION "A lightweight suffix sorting library")
27 set(LIB_SUFFIX "" CACHE STRING "Define suffix of directory name (32 or 64)")
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/assets/loaders/resolvers/
ResolutionFileResolver.java 54 protected String resolve (FileHandle originalHandle, String suffix) {
55 return originalHandle.parent() + "/" + suffix + "/" + originalHandle.name();
  /external/libjpeg-turbo/sharedlib/
CMakeLists.txt 37 set_target_properties(jpeg PROPERTIES SUFFIX ${DLL_VERSION}.dll)
39 set_target_properties(jpeg PROPERTIES SUFFIX -${DLL_VERSION}.dll)
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
StouCommandHandler.java 51 String suffix = Long.toString(System.currentTimeMillis()); local
52 return baseName + 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)
  /frameworks/av/include/media/stagefright/foundation/
AString.h 86 bool endsWith(const char *suffix) const;
88 bool endsWithIgnoreCase(const char *suffix) const;
  /frameworks/base/core/tests/coretests/src/android/app/
SuggestionProvider.java 71 for (String suffix : suffixes) {
72 addRow(cursor, query + suffix);
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
Package.java 36 private final static String SUFFIX = ".tmp";
51 final File intermediateFile = File.createTempFile(PREFIX, SUFFIX);
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_find.py 60 ## # On platforms where the default shared library suffix is '.so',
70 ## # and the default suffix is either none or '.dylib'.
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_find.py 60 ## # On platforms where the default shared library suffix is '.so',
70 ## # and the default suffix is either none or '.dylib'.

Completed in 1597 milliseconds

<<11121314151617181920>>