HomeSort by relevance Sort by last modified time
    Searched refs:IsDefault (Results 1 - 25 of 26) sorted by null

1 2

  /system/connectivity/shill/
default_profile.h 73 bool IsDefault() const override { return true; }
mock_profile.h 51 MOCK_CONST_METHOD0(IsDefault, bool());
profile.h 210 virtual bool IsDefault() const { return false; }
routing_table.cc 140 if (nent.dst.IsDefault() && nent.dst.family() == family) {
378 if (add_entry.gateway.IsDefault()) {
456 if (!entry.src.IsDefault()) {
459 if (!entry.gateway.IsDefault()) {
dns_client_unittest.cc 199 EXPECT_TRUE(dns_client_->address_.IsDefault());
213 EXPECT_TRUE(dns_client_->address_.IsDefault());
routing_table_unittest.cc 222 ((!arg->HasAttribute(RTA_SRC) && entry.src.IsDefault()) ||
226 ((!arg->HasAttribute(RTA_GATEWAY) && entry.gateway.IsDefault()) ||
268 if (!entry.src.IsDefault()) {
271 if (!entry.gateway.IsDefault()) {
    [all...]
connection_diagnostics.cc     [all...]
connection_unittest.cc     [all...]
  /system/connectivity/shill/net/
ip_address.h 103 bool IsDefault() const { return address_.IsZero(); }
ip_address_unittest.cc 59 EXPECT_FALSE(good_addr.IsDefault());
142 EXPECT_TRUE(addr4.IsDefault());
152 EXPECT_TRUE(addr6.IsDefault());
rtnl_handler.cc 373 if (!broadcast.IsDefault()) {
376 if (!peer.IsDefault()) {
rtnl_message_unittest.cc 478 if (!dst.IsDefault()) {
485 if (!src.IsDefault()) {
492 if (!gateway.IsDefault()) {
  /external/v8/src/
flags.cc 116 bool IsDefault() const {
231 if (!f->IsDefault()) {
563 if (!current->IsDefault()) {
  /art/runtime/
lock_word.h 138 static bool IsDefault(LockWord lw) {
art_method-inl.h 226 return IsDirect() || (methods_class->IsInterface() && !IsDefault() && !IsMiranda());
art_method.h 337 bool IsDefault() {
debugger.cc 76 if (LIKELY(!m->IsDefault())) {
    [all...]
  /system/connectivity/shill/wifi/
wifi_provider.cc 172 if (!profile->IsDefault()) {
377 bool is_default_profile = profile->IsDefault();
529 s->profile()->IsDefault();
543 !s->profile()->IsDefault();
wifi_provider_unittest.cc 118 EXPECT_CALL(*default_profile_, IsDefault()).WillRepeatedly(Return(true));
124 EXPECT_CALL(*user_profile_, IsDefault()).WillRepeatedly(Return(false));
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 126 bool &IsDefault);
400 bool &IsDefault) {
404 IsDefault = false;
421 IsDefault = false;
436 IsDefault = !(vs->vs_index & ELF::VERSYM_HIDDEN);
439 IsDefault = false;
456 bool IsDefault;
457 StringRef Version = getSymbolVersion(StrTable, &*Symbol, IsDefault);
458 FullSymbolName += (IsDefault ? "@@" : "@");
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xmllite.h 129 virtual WINBOOL STDMETHODCALLTYPE IsDefault(
243 WINBOOL (STDMETHODCALLTYPE *IsDefault)(
297 #define IXmlReader_IsDefault(This) (This)->lpVtbl->IsDefault(This)
365 return This->lpVtbl->IsDefault(This);
    [all...]
  /art/runtime/gc/collector/
mark_compact.cc 78 if (!LockWord::IsDefault(lock_word)) {
  /system/connectivity/shill/vpn/
third_party_vpn_driver.cc 354 if (address.IsDefault() && !address.prefix()) {
  /art/runtime/mirror/
class-inl.h 500 DCHECK(!method->GetDeclaringClass()->IsInterface() || method->IsDefault() || method->IsMiranda());
    [all...]
class.cc 584 if (current_method->IsDefault()) {
    [all...]

Completed in 508 milliseconds

1 2