HomeSort by relevance Sort by last modified time
    Searched defs:is_default (Results 1 - 15 of 15) sorted by null

  /system/connectivity/shill/wimax/
wimax_service.h 70 bool is_default() const { return is_default_; } function in class:shill::WiMaxService
71 void set_is_default(bool is_default) { is_default_ = is_default; }
  /external/google-breakpad/src/third_party/linux/include/gflags/
gflags.h 176 bool is_default; // true if the flag has default value member in struct:google::CommandLineFlagInfo
222 // if (GetCommandLineFlagInfoOrDie("foo").is_default) ...
  /external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
gflags.h 162 bool is_default; // true if the flag has the default value and member in struct:GFLAGS_NAMESPACE::CommandLineFlagInfo
222 // if (GetCommandLineFlagInfoOrDie("foo").is_default) ...
  /external/libyuv/files/third_party/gflags/gen/win/include/gflags/
gflags.h 162 bool is_default; // true if the flag has the default value and member in struct:GFLAGS_NAMESPACE::CommandLineFlagInfo
222 // if (GetCommandLineFlagInfoOrDie("foo").is_default) ...
  /art/test/968-default-partial-compile-generated/util-src/
generate_smali.py 234 assert exp.is_default()
368 def is_default(self): member in class:ConflictInterface
462 def is_default(self): member in class:TestInterface
482 elif best.is_default():
483 if super_best.is_default():
486 if super_best.is_default():
525 if self.is_default():
  /art/test/971-iface-super/util-src/
generate_smali.py 422 def is_default(self): member in class:ConflictInterface
524 def is_default(self): function
535 if self.is_default():
538 if self.is_default():
543 if self.is_default():
565 elif best.is_default():
566 if super_best.is_default():
569 if super_best.is_default():
605 if self.is_default():
  /external/webrtc/third_party/gflags/gen/posix/include/gflags/
gflags.h 189 bool is_default; // true if the flag has the default value and member in struct:google::CommandLineFlagInfo
244 // if (GetCommandLineFlagInfoOrDie("foo").is_default) ...
  /external/webrtc/third_party/gflags/gen/win/include/gflags/
gflags.h 212 bool is_default; // true if the flag has the default value and member in struct:google::CommandLineFlagInfo
266 // if (GetCommandLineFlagInfoOrDie("foo").is_default) ...
  /system/connectivity/shill/
connection.cc 323 void Connection::SetIsDefault(bool is_default) {
326 << is_default_ << " -> " << is_default; local
327 if (is_default == is_default_) {
331 routing_table_->SetDefaultMetric(interface_index_, GetMetric(is_default));
333 is_default_ = is_default;
336 if (is_default) {
558 uint32_t Connection::GetMetric(bool is_default) {
562 return is_default ? kDefaultMetric : kNonDefaultMetricBase + interface_index_;
connection.h 101 virtual bool is_default() const { return is_default_; } function in class:shill::Connection
102 virtual void SetIsDefault(bool is_default);
184 uint32_t GetMetric(bool is_default);
  /toolchain/binutils/binutils-2.25/gold/
symtab.h 132 is_default() const function in class:gold::Symbol
    [all...]
  /external/dnsmasq/src/
dnsmasq.h 367 int is_default, logged; member in struct:resolvc
  /external/v8/src/ast/
ast.h 1050 bool is_default() const { return label_ == NULL; } function in class:v8::internal::final
1052 CHECK(!is_default());
    [all...]
  /dalvik/dx/etc/
jasmin.jar 
  /prebuilts/tools/common/jasmin/
jasmin.jar 

Completed in 1231 milliseconds