HomeSort by relevance Sort by last modified time
    Searched refs:reserve (Results 176 - 200 of 971) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/av/drm/libdrmframework/include/
DrmManagerService.h 79 status_t consumeRights(int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve);
  /frameworks/av/drm/libdrmframework/plugins/common/include/
IDrmEngine.h 202 * If the reserve parameter is true the rights is reserved until the same
203 * application calls this api again with the reserve parameter set to false.
208 * @param[in] reserve True if the rights should be reserved.
213 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) = 0;
  /frameworks/av/drm/libdrmframework/plugins/passthru/include/
DrmPassthruPlugIn.h 56 status_t onConsumeRights(int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve);
  /frameworks/av/include/drm/
DrmManagerClient.h 106 * If the reserve parameter is true the rights is reserved until the same
107 * application calls this api again with the reserve parameter set to false.
111 * @param[in] reserve True if the rights should be reserved.
116 status_t consumeRights(sp<DecryptHandle> &decryptHandle, int action, bool reserve);
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.h 96 /// Create GOT entries and reserve dynrel entries.
150 void reserve(size_t pNum);
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_transport.cpp 146 mStringBuffer.reserve(bufferSize);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_grep_matcher.h 76 _M_results.reserve(__size + 2);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_grep_matcher.h 76 _M_results.reserve(__size + 2);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_grep_matcher.h 76 _M_results.reserve(__size + 2);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_grep_matcher.h 76 _M_results.reserve(__size + 2);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_grep_matcher.h 76 _M_results.reserve(__size + 2);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_grep_matcher.h 76 _M_results.reserve(__size + 2);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex_grep_matcher.h 82 _M_results.reserve(__size + 2);
  /external/chromium/base/
utf_offset_string_conversions.cc 172 output->reserve(src_len);
186 output->reserve(src_len);
utf_string_conversions.cc 101 output->reserve(src_len);
115 output->reserve(src_len);
  /external/chromium/chrome/browser/extensions/
extension_toolbar_model.cc 202 toolitems_.reserve(sorted.size() + unsorted.size());
227 ids.reserve(toolitems_.size());
  /external/chromium/net/base/
escape.cc 51 escaped.reserve(text.length() * 3);
115 // reserve the input size to make sure we have enough buffer and don't have
118 result.reserve(escaped_text.length());
332 result.reserve(input.size()); // optimize for no escaping
  /external/chromium_org/cc/base/
scoped_ptr_vector.h 110 void reserve(size_t size) {
111 data_.reserve(size);
  /external/chromium_org/chrome/browser/net/
ssl_config_service_manager_pref.cc 32 results.reserve(value->GetSize());
49 cipher_suites.reserve(cipher_strings.size());
  /external/chromium_org/chrome/browser/ui/app_list/search/
mixer.cc 51 final.reserve(results->size());
188 results.reserve(kMaxResults);
  /external/chromium_org/net/base/
escape.cc 46 escaped.reserve(text.length() * 3);
114 // reserve the input size to make sure we have enough buffer and don't have
117 result.reserve(escaped_text.length());
208 result.reserve(input.size()); // Optimize for no escaping.
  /external/chromium_org/ppapi/cpp/private/
var_private.cc 114 args.reserve(argc);
134 args.reserve(argc);
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFUtils.cpp 23 result->reserve(4);
39 result->reserve(6);
  /external/clang/include/clang/Analysis/Support/
BumpVector.h 59 reserve(C, N);
178 void reserve(BumpVectorContext &C, unsigned N) { function in class:clang::BumpVector
  /external/eigen/Eigen/src/SparseCore/
SparsePermutation.h 66 tmp.reserve(sizes);
91 tmp.reserve(sizes);

Completed in 594 milliseconds

1 2 3 4 5 6 78 91011>>