HomeSort by relevance Sort by last modified time
    Searched full:postfix (Results 76 - 100 of 283) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/tlslite/tlslite/utils/
Python_RSAKey.py 120 raise SyntaxError("Missing PEM Postfix")
129 raise SyntaxError("Missing PEM Postfix")
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
concepts.hpp 151 // deliberately we are loose with the postfix version for the single pass
188 // postfix increment. Since with forward and better iterators there is no need
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
mock_object.hpp 230 MO_OP_IMPL( ++, "Postfix increment", prototype() );
234 MO_OP_IMPL( --, "Postfix decrement", prototype() );
  /external/qemu/
qemu-option.c 190 char *postfix; local
194 number = strtoull(value, &postfix, 0);
195 if (*postfix != '\0') {
209 char *postfix; local
213 sizef = strtod(value, &postfix);
214 switch (*postfix) {
qemu-option.h 91 QEMU_OPT_SIZE, /* size, accepts (K)ilo, (M)ega, (G)iga, (T)era postfix */
  /external/valgrind/main/coregrind/m_gdbserver/
target.c 105 static char *postfix[3] = { "", "s1", "s2" }; local
112 + strlen (postfix[i]) + 1);
114 strcat (new_regs[i*n + r].name, postfix[i]);
  /packages/apps/Camera2/src/com/android/camera/crop/
ImageLoader.java 66 String postfix = MimeTypeMap.getFileExtensionFromUrl(src.toString()); local
68 if (postfix != null) {
69 ret = MimeTypeMap.getSingleton().getMimeTypeFromExtension(postfix);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
ImageLoader.java 76 String postfix = MimeTypeMap.getFileExtensionFromUrl(src.toString()); local
78 if (postfix != null) {
79 ret = MimeTypeMap.getSingleton().getMimeTypeFromExtension(postfix);