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

  /external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
open_file.cc 26 create_(create),
52 values->SetBoolean("create", create_);
open_file.h 51 bool create_; member in class:chromeos::file_system_provider::operations::OpenFile
  /external/chromium_org/third_party/libjingle/source/talk/base/
winping.cc 165 : dll_(0), hping_(INVALID_HANDLE_VALUE), create_(0), close_(0), send_(0),
175 create_ = (PIcmpCreateFile) GetProcAddress(dll_, ICMP_CREATE_FUNC);
178 if (!create_ || !close_ || !send_) {
182 hping_ = create_();
winping.h 104 PIcmpCreateFile create_; member in class:talk_base::WinPing
  /external/chromium_org/third_party/webrtc/base/
winping.cc 148 : dll_(0), hping_(INVALID_HANDLE_VALUE), create_(0), close_(0), send_(0),
158 create_ = (PIcmpCreateFile) GetProcAddress(dll_, ICMP_CREATE_FUNC);
161 if (!create_ || !close_ || !send_) {
165 hping_ = create_();
winping.h 87 PIcmpCreateFile create_; member in class:rtc::WinPing
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_addrhashmap.h 88 bool create_; member in class:__sanitizer::AddrHashMap::Handle
105 create_ = true;
115 create_ = true;
125 create_ = create;
235 if (h->remove_ || !h->create_) {
  /external/harfbuzz_ng/test/api/
test-object.c 141 (create_func_t) create_##name, \
142 (create_func_t) create_##name##_inert, \
154 (create_func_t) create_##name, \
155 (create_func_t) create_##name##_inert, \
  /external/chromium_org/third_party/leveldatabase/src/db/
c.cc 90 char* (*create_)( member in struct:leveldb_filterpolicy_t
116 char* filter = (*create_)(state_, &key_pointers[0], &key_sizes[0], n, &len);
489 result->create_ = create_filter;
  /external/chromium_org/testing/gtest/test/
gtest-death-test_test.cc 841 bool create_; member in class:MockDeathTestFactory
904 : create_(true),
919 create_ = create;
931 // Sets test to NULL (if create_ is false) or to the address of a new
933 // to SetParameters (if create_ is true). Always returns true.
940 if (create_) {
    [all...]
  /external/gtest/test/
gtest-death-test_test.cc 841 bool create_; member in class:MockDeathTestFactory
904 : create_(true),
919 create_ = create;
931 // Sets test to NULL (if create_ is false) or to the address of a new
933 // to SetParameters (if create_ is true). Always returns true.
940 if (create_) {
    [all...]
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 744 bool create_; member in class:MockDeathTestFactory
806 : create_(true),
821 create_ = create;
833 // Sets test to NULL (if create_ is false) or to the address of a new
835 // to SetParameters (if create_ is true). Always returns true.
842 if (create_) {
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-death-test_test.cc 842 bool create_; member in class:MockDeathTestFactory
905 : create_(true),
920 create_ = create;
932 // Sets test to NULL (if create_ is false) or to the address of a new
934 // to SetParameters (if create_ is true). Always returns true.
941 if (create_) {
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
image_editor.js 918 ImageEditor.Toolbar.prototype.create_ = function(tagName) {
938 var label = this.create_('span');
954 var button = this.create_('button');
956 var label = this.create_('span');
983 var range = this.create_('input');
991 var numeric = this.create_('div');
1019 var label = this.create_('div');
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_editor.js 918 ImageEditor.Toolbar.prototype.create_ = function(tagName) {
938 var label = this.create_('span');
954 var button = this.create_('button');
956 var label = this.create_('span');
983 var range = this.create_('input');
991 var numeric = this.create_('div');
1019 var label = this.create_('div');

Completed in 175 milliseconds