HomeSort by relevance Sort by last modified time
    Searched full:postfix (Results 76 - 100 of 281) 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);
  /frameworks/native/cmds/installd/
utils.c 24 const char* postfix)
26 const size_t postfix_len = strlen(postfix);
46 || append_and_increment(&dst, postfix, &dst_size) < 0) {
55 * Create the package path name for a given package name with a postfix for
60 const char *postfix,
98 return create_pkg_path_in_dir(path, &dir, pkgname, postfix);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py 88 """Acts as a condition function for matching a string postfix"""
89 def __init__(self, postfix):
90 self.postfix = postfix
92 return s[-len(self.postfix):] == self.postfix
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py 88 """Acts as a condition function for matching a string postfix"""
89 def __init__(self, postfix):
90 self.postfix = postfix
92 return s[-len(self.postfix):] == self.postfix
  /external/chromium_org/third_party/openssl/openssl/apps/
crl.c 72 #undef POSTFIX
73 #define POSTFIX ".rvk"
  /external/openssl/apps/
crl.c 72 #undef POSTFIX
73 #define POSTFIX ".rvk"
  /external/chromium_org/chrome/browser/ui/webui/
sync_internals_ui_unittest.cc 27 // "chrome.sync." and postfix it with ".fire" or ".handleReply".
  /external/chromium_org/components/autofill/core/browser/
validation_unittest.cc 84 "user+postfix@example.com",
  /external/chromium_org/third_party/WebKit/Source/wtf/
Deque.h 178 // postfix ++ intentionally omitted
180 // postfix -- intentionally omitted
211 // postfix ++ intentionally omitted
213 // postfix -- intentionally omitted
  /external/chromium_org/third_party/icu/source/test/intltest/
caltest.h 114 static UnicodeString& POSTFIX;
  /external/chromium_org/third_party/tlslite/tlslite/
X509.py 40 raise SyntaxError("Missing PEM postfix")
  /external/chromium_org/v8/test/mjsunit/compiler/
count-deopt.js 176 // Test deoptimization with postfix operation in a value context.
countoperation.js 28 // Test pre- and postfix count operations.
  /external/chromium_org/v8/test/webkit/
toString-prefix-postfix-preserve-parens.js 25 "This test checks that toString() round-trip on a function that has prefix, postfix and typeof operators applied to group expression will not remove the grouping. Also checks that evaluation of such a expression produces run-time exception"
  /external/clang/test/Sema/
struct-packed-align.c 109 // Check postfix attributes
  /external/icu4c/test/intltest/
caltest.h 114 static UnicodeString& POSTFIX;
  /external/v8/test/mjsunit/compiler/
count-deopt.js 176 // Test deoptimization with postfix operation in a value context.
countoperation.js 28 // Test pre- and postfix count operations.

Completed in 1103 milliseconds

1 2 34 5 6 7 8 91011>>