HomeSort by relevance Sort by last modified time
    Searched full:adopt (Results 26 - 50 of 258) sorted by null

12 3 4 5 6 7 8 91011

  /external/chromium_org/third_party/icu/source/i18n/unicode/
fpositer.h 107 void setData(UVector32 *adopt, UErrorCode& status);
  /external/icu4c/i18n/
unesctrn.h 58 * Constructor. Takes the encoded spec array (does not adopt it).
tznames_impl.h 52 /* Adopt a string into the pool, without copying it.
55 const UChar *adopt(const UChar *s, UErrorCode &status);
  /external/icu4c/i18n/unicode/
fpositer.h 118 void setData(UVector32 *adopt, UErrorCode& status);
  /external/iproute2/
README.lnstat 18 Please note that lnstat will adopt to any additional statistics that might be
  /external/chromium_org/third_party/icu/source/common/
dictbe.h 162 * @param adoptDictionary A TrieWordDictionary to adopt. Deleted when the
222 * @param adoptDictionary A TrieWordDictionary to adopt. Deleted when the
  /external/chromium_org/third_party/icu/source/test/intltest/
dtfmapts.cpp 232 errln("ERROR: adopt or set Calendar() failed");
240 errln("ERROR: adopt or set NumberFormat() failed");
248 errln("ERROR: adopt or set TimeZone() failed");
  /external/icu4c/test/intltest/
dtfmapts.cpp 232 errln("ERROR: adopt or set Calendar() failed");
240 errln("ERROR: adopt or set NumberFormat() failed");
248 errln("ERROR: adopt or set TimeZone() failed");
  /external/chromium/net/base/
dns_reload_timer.cc 22 // We adopt the Mozilla solution here which is to call res_ninit when
address_list.cc 113 void AddressList::Adopt(struct addrinfo* head) {
  /external/chromium/net/socket/
tcp_client_socket_win.h 35 // function is used by TCPServerSocket() to adopt accepted connections
tcp_client_socket_libevent.h 39 // function is used by TCPServerSocket() to adopt accepted connections
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
HTMLContentElement.cpp 69 m_selectorList.adopt(emptyList);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathValue.cpp 41 const Value::AdoptTag Value::adopt = {}; member in class:WebCore::XPath::Value
XPathValue.h 69 static const struct AdoptTag {} adopt; member in class:WebCore::XPath::Value
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AsyncAudioDecoder.cpp 76 // Adopt references, so everything gets correctly dereffed.
  /external/chromium_org/third_party/WebKit/Source/platform/network/
HTTPHeaderMap.cpp 59 void HTTPHeaderMap::adopt(PassOwnPtr<CrossThreadHTTPHeaderMapData> data) function in class:WebCore::HTTPHeaderMap
ResourceRequest.cpp 34 PassOwnPtr<ResourceRequest> ResourceRequest::adopt(PassOwnPtr<CrossThreadResourceRequestData> data) function in class:WebCore::ResourceRequest
44 request->m_httpHeaderFields.adopt(data->m_httpHeaders.release());
  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleRule.h 108 void wrapperAdoptSelectorList(CSSSelectorList& selectors) { m_selectorList.adopt(selectors); }
154 void wrapperAdoptSelectorList(CSSSelectorList& selectors) { m_selectorList.adopt(selectors); }
  /external/chromium_org/third_party/WebKit/Source/core/loader/
WorkerThreadableLoader.cpp 109 OwnPtr<ResourceRequest> request(ResourceRequest::adopt(requestData));
181 OwnPtr<ResourceResponse> response(ResourceResponse::adopt(responseData));
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/
exception.hpp 46 adopt(x.px_);
51 adopt( T * px ) function in class:boost::exception_detail::refcount_ptr
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 428 /// \c Adopt() with a proper \c NestedNameSpecifierLoc.
432 /// \brief Adopt an existing nested-name-specifier (with source-range
434 void Adopt(NestedNameSpecifierLoc Other);
  /external/clang/lib/AST/
NestedNameSpecifier.cpp 598 void NestedNameSpecifierLocBuilder::Adopt(NestedNameSpecifierLoc Other) {
608 // Rather than copying the data (which is wasteful), "adopt" the
628 // our (temporary) buffer and adopt the ASTContext-allocated memory?
  /external/dexmaker/src/main/java/com/google/dexmaker/
Code.java 220 adopt(this.currentLabel);
317 private void adopt(Label target) { method in class:Code
322 throw new IllegalArgumentException("Cannot adopt label; it belongs to another Code");
332 adopt(label);
348 adopt(target);
365 adopt(catchClause);
462 adopt(newLabel);
534 adopt(trueLabel);
    [all...]
  /external/chromium/base/threading/
platform_thread_posix.cc 78 // otherwise request the default stack size by specifying 0. Here, adopt

Completed in 1089 milliseconds

12 3 4 5 6 7 8 91011