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

1 2 34 5 6 7 8 91011>>

  /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/util/
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) {
  /external/chromium_org/net/base/
sdch_manager_unittest.cc 301 // Make sure that a prefix that matches the domain postfix won't confuse
312 // Make sure that a prefix that matches the domain postfix won't confuse
324 // Make sure that a prefix that matches the domain postfix won't confuse
336 // Make sure that a prefix that matches the domain postfix won't confuse
348 // Make sure that a prefix that matches the domain postfix won't confuse
  /external/valgrind/main/coregrind/m_gdbserver/
target.c 105 static const char *postfix[3] = { "", "s1", "s2" }; local
112 + strlen (postfix[i]) + 1);
114 strcat (regname, postfix[i]);
  /packages/apps/Camera2/src/com/android/camera/util/
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);
  /external/fio/
parse.c 97 "string with possible k/m/g postfix (opt=4k)",
98 "string with time postfix (opt=10s)",
385 char *postfix; local
387 postfix = strchr(str, ':');
388 if (!postfix)
391 return (int)(postfix - str);
  /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);
    [all...]
  /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/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.h 178 // When the dropdown is not wide enough while displaying postfix suggestions,
  /external/chromium_org/chrome/browser/ui/webui/
sync_internals_ui_unittest.cc 29 // "chrome.sync." and postfix it with ".fire" or ".handleReply".
  /external/chromium_org/components/autofill/core/browser/
validation_unittest.cc 86 "user+postfix@example.com",
  /external/chromium_org/net/http/
http_server_properties_impl.h 198 // Map from a Canonical host/port (host is some postfix of host names) to an
  /external/chromium_org/third_party/WebKit/Source/wtf/
Deque.h 185 // postfix ++ intentionally omitted
187 // postfix -- intentionally omitted
218 // postfix ++ intentionally omitted
220 // postfix -- intentionally omitted
LinkedHashSet.h 356 // Postfix ++ and -- intentionally omitted.
415 // Postfix ++ and -- intentionally omitted.
454 // Postfix ++ and -- intentionally omitted.
473 // Postfix ++ and -- intentionally omitted.
  /external/chromium_org/third_party/icu/source/test/intltest/
caltest.h 114 static UnicodeString& 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/deqp/framework/delibs/cmake/
Defs.cmake 67 # \note " x" postfix is to work around bug in CMake that causes
  /external/icu/icu4c/source/test/intltest/
caltest.h 114 static UnicodeString& POSTFIX;
  /external/qemu/include/qemu/
option.h 91 QEMU_OPT_SIZE, /* size, accepts (K)ilo, (M)ega, (G)iga, (T)era postfix */

Completed in 1987 milliseconds

1 2 34 5 6 7 8 91011>>