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

  /external/chromium_org/chrome/browser/supervised_user/chromeos/
manager_password_service.cc 145 bool has_data = password_data->GetStringWithoutPathExpansion( local
147 has_data &= password_data->GetIntegerWithoutPathExpansion(kPasswordRevision,
149 if (!has_data) {
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
call.h 125 bool has_data() const { return has_data_; } function in class:cricket::Call
mediasession.h 107 bool has_data() const { return data_channel_type != DCT_NONE; } function in struct:cricket::MediaSessionOptions
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install.py 696 def has_data (self): member in class:install
705 ('install_data', has_data),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install.py 696 def has_data (self): member in class:install
705 ('install_data', has_data),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py 232 if self.has_data():
242 def has_data(self): member in class:Request
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py 232 if self.has_data():
242 def has_data(self): member in class:Request
    [all...]
  /external/qemu/qapi-auto-generated/
qapi-types.h 3098 bool has_data; member in struct:AcpiTableOptions
    [all...]

Completed in 588 milliseconds