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

<<21222324252627282930>>

  /external/llvm/include/llvm/Transforms/Utils/
BuildLibCalls.h 81 /// 'l' is added as the suffix of name, if 'Op' is a float, we add a 'f'
82 /// suffix.
  /external/llvm/lib/Target/Hexagon/InstPrinter/
HexagonInstPrinter.cpp 79 // Suffix the insn closing the packet.
81 // Suffix the packet in a new line always, since the GNU assembler has
  /external/lzma/C/
Ppmd7Dec.c 146 if (!p->MinContext->Suffix)
148 p->MinContext = Ppmd7_GetContext(p, p->MinContext->Suffix);
Ppmd7Enc.c 147 if (!p->MinContext->Suffix)
149 p->MinContext = Ppmd7_GetContext(p, p->MinContext->Suffix);
  /external/opencv/cxcore/src/
cxswitcher.cpp 591 const char** suffix = i == CV_PLUGIN_OPTCV ? opencv_sfx : local
593 if( suffix == mkl_sfx_ia32 )
596 suffix++;
598 suffix++;
601 for( ; *suffix != 0; suffix++ )
604 plugins[i].basename, *suffix );
617 plugins[i].basename, *suffix );
  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 174 // no ARB suffix for GL_ARB_vertex_array_object
181 // GL_ARB_framebuffer_object doesn't use ARB suffix.)
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 212 // no ARB suffix for GL_ARB_vertex_array_object
219 // GL_ARB_framebuffer_object doesn't use ARB suffix.)
  /external/skia/tools/
skdiff_utils.cpp 115 static SkString filename_to_derived_filename(const SkString& filename, const char *suffix) {
120 diffName.append(suffix);
  /frameworks/ex/common/tools/
make-iana-tld-pattern.py 111 def makePattern(prefix, suffix, buckets, isWebUrl=False):
126 output += suffix
  /libcore/support/src/test/java/tests/support/resource/
Support_Resources.java 127 public static File createTempFile(String suffix) throws IOException {
128 return File.createTempFile("hyts_", suffix, null);
  /ndk/sources/host-tools/make-3.81/doc/
make.info 162 Node: Suffix Rules323110
169 Node: Archive Suffix Rules336540
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/
user.hpp 69 // prefix/suffix headers that normally control things like struct
78 // BOOST_ABI_SUFFIX: A suffix header to include in place of whatever
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/personalization/
UserHistoryDictionaryTests.java 114 * @param testFilenameSuffix file name suffix used for testing.
126 * @param testFilenameSuffix file name suffix used for testing.
  /external/chromium_org/chrome/browser/download/
download_path_reservation_tracker.cc 34 // The length of the suffix string we append for an intermediate file name.
35 // In the file name truncation, we keep the margin to append the suffix.
221 std::string suffix(base::StringPrintf(" (%d)", uniquifier));
227 max_length - kIntermediateNameSuffixLength - suffix.size();
232 path_to_check = path_to_check.InsertBeforeExtensionASCII(suffix);
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
stringutil.cc 118 bool HasSuffixString(const string& s, const string& suffix) {
119 if (s.length() < suffix.length()) {
122 return s.compare(s.length() - suffix.length(), suffix.length(), suffix) == 0;
  /external/chromium_org/third_party/smhasher/src/
KeysetTest.h 316 // Keyset 'Text' - generate all keys of the form "prefix"+"core"+"suffix",
321 bool TextKeyTest ( hashfunc<hashtype> hash, const char * prefix, const char * coreset, const int corelen, const char * suffix, bool drawDiagram )
324 const int suffixlen = (int)strlen(suffix);
332 printf("]%s\" - %d keys\n",suffix,keycount);
339 memcpy(key+prefixlen+corelen,suffix,suffixlen);
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.h 74 /** Suffix appended to externally-visible symbols (empty string if none) */
188 /** Change the suffix used for externally-visible symbols.
190 * \param suffix new suffix
193 void yasm_object_set_global_suffix(yasm_object *object, const char *suffix);
  /external/chromium_org/v8/src/third_party/vtune/
ittnotify_config.h 195 #define __ITT_BUILD_ASSERT(expr, suffix) do { static char __itt_build_check_##suffix[(expr) ? 1 : -1]; __itt_build_check_##suffix[0] = 0; } while(0)
196 #define _ITT_BUILD_ASSERT(expr, suffix) __ITT_BUILD_ASSERT((expr), suffix)
  /external/qemu/android/utils/
ini.c 525 char suffix = '\0'; local
529 suffix = 'g';
533 suffix = 'm';
537 suffix = 'k';
540 snprintf(temp, sizeof temp, "%" PRId64 "%c", size/divisor, suffix);
  /external/qemu/distrib/sdl-1.2.15/src/main/macos/
SDL_main.c 184 #define SUFFIX " Preferences"
185 #define MAX_NAME 19 /* 31 - strlen (SUFFIX) */
205 SDL_memcpy(prefs_name + app_name[0] + 1, SUFFIX, strlen (SUFFIX));
206 prefs_name[0] = app_name[0] + strlen (SUFFIX);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
AndroidTranslator.java 164 private String suffix; field in class:AndroidTranslator.FromAndroidClassNameParts
169 suffix = "";
172 suffix = name.substring(dollarIndex);
181 return prefix + TOKEN + suffix;
185 return prefix.replace(TOKEN, "") + suffix;
  /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);
  /external/giflib/
dgif_lib.c 784 GifByteType *Stack, *Suffix;
790 Suffix = Private->Suffix;
833 * until the prefix is a pixel, while pushing the suffix
839 * prefix code is last code and the suffix char is
843 Suffix[Private->RunningCode - 2] =
860 Stack[StackPtr++] = Suffix[CrntPrefix];
880 * prefix code is last code and the suffix char is
882 Suffix[Private->RunningCode - 2] =
885 Suffix[Private->RunningCode - 2]
    [all...]
  /external/stlport/src/
num_put_float.cpp 521 char *suffix = expbuf + MAXEDIGITS + 2; local
522 *suffix = 0;
528 *--suffix = (char) todigit(nn % 10);
529 *--suffix = (char) todigit(nn);
536 while (suffix > &expbuf[MAXEDIGITS])
537 *--suffix = '0';
540 *--suffix = (char) ((decpt > 0 || is_zero ) ? '+' : '-');
543 *--suffix = flags & ios_base::uppercase ? 'E' : 'e';
545 // copy the suffix
546 buf += suffix;
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
num_put_float.cpp 521 char *suffix = expbuf + MAXEDIGITS + 2; local
522 *suffix = 0;
528 *--suffix = (char) todigit(nn % 10);
529 *--suffix = (char) todigit(nn);
536 while (suffix > &expbuf[MAXEDIGITS])
537 *--suffix = '0';
540 *--suffix = (char) ((decpt > 0 || is_zero ) ? '+' : '-');
543 *--suffix = flags & ios_base::uppercase ? 'E' : 'e';
545 // copy the suffix
546 buf += suffix;
    [all...]

Completed in 2083 milliseconds

<<21222324252627282930>>