HomeSort by relevance Sort by last modified time
    Searched refs:hints_ (Results 1 - 7 of 7) sorted by null

  /external/parameter-framework/asio-1.10.6/include/asio/ip/
basic_resolver_query.hpp 61 : hints_(),
66 hints_.ai_flags = static_cast<int>(resolve_flags);
67 hints_.ai_family = PF_UNSPEC;
68 hints_.ai_socktype = endpoint.protocol().type();
69 hints_.ai_protocol = endpoint.protocol().protocol();
70 hints_.ai_addrlen = 0;
71 hints_.ai_canonname = 0;
72 hints_.ai_addr = 0;
73 hints_.ai_next = 0;
99 : hints_(),
231 asio::detail::addrinfo_type hints_; member in class:asio::ip::basic_resolver_query
    [all...]
  /external/pdfium/fpdfsdk/src/
fpdf_dataavail_embeddertest.cpp 15 EXPECT_FALSE(FPDFAvail_IsDocAvail(avail_, &hints_));
21 EXPECT_FALSE(FPDFAvail_IsDocAvail(avail_, &hints_));
  /external/v8/test/unittests/compiler/
typer-unittest.cc 54 BinaryOperationHints const hints_ = BinaryOperationHints::Any(); member in class:v8::internal::compiler::TyperTest
243 TestBinaryArithOp(javascript_.Add(LanguageMode::SLOPPY, hints_),
245 TestBinaryArithOp(javascript_.Add(LanguageMode::STRONG, hints_),
251 TestBinaryArithOp(javascript_.Subtract(LanguageMode::SLOPPY, hints_),
253 TestBinaryArithOp(javascript_.Subtract(LanguageMode::STRONG, hints_),
259 TestBinaryArithOp(javascript_.Multiply(LanguageMode::SLOPPY, hints_),
261 TestBinaryArithOp(javascript_.Multiply(LanguageMode::STRONG, hints_),
267 TestBinaryArithOp(javascript_.Divide(LanguageMode::SLOPPY, hints_),
269 TestBinaryArithOp(javascript_.Divide(LanguageMode::STRONG, hints_),
275 TestBinaryArithOp(javascript_.Modulus(LanguageMode::SLOPPY, hints_), modulo)
    [all...]
  /external/pdfium/testing/
embedder_test.cpp 46 memset(&hints_, 0, sizeof(hints_));
130 hints_.version = 1;
131 hints_.AddSegment = Add_Segment;
142 nRet = FPDFAvail_IsDocAvail(avail_, &hints_);
147 nRet = FPDFAvail_IsFormAvail(avail_, &hints_);
155 nRet = FPDFAvail_IsPageAvail(avail_, i, &hints_);
214 (void)FPDFAvail_IsPageAvail(avail_, first_page, &hints_);
221 (void)FPDFAvail_IsPageAvail(avail_, i, &hints_);
embedder_test.h 122 FX_DOWNLOADHINTS hints_; member in class:EmbedderTest
  /external/v8/src/compiler/
js-operator.h 68 : language_mode_(language_mode), hints_(hints) {}
71 BinaryOperationHints hints() const { return hints_; }
75 BinaryOperationHints const hints_; member in class:v8::internal::compiler::final
  /external/v8/src/
objects.cc 8032 const JSObject::DeepCopyHints hints_; member in class:v8::internal::JSObjectWalkVisitor
    [all...]

Completed in 218 milliseconds