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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/common/
child_process_logging.h 14 void Init();
  /external/chromium_org/third_party/webrtc/modules/audio_device/dummy/
audio_device_utility_dummy.cc 13 int32_t AudioDeviceUtilityDummy::Init() { return 0; }
audio_device_utility_dummy.h 27 virtual int32_t Init() OVERRIDE;
  /external/clang/test/CodeGenCXX/
debug-info-context.cpp 12 class Init {
15 static ios_base::Init __ioinit;
  /external/stlport/test/compiler/StTerm-order/
stterm-test.cc 17 Init::Init()
18 Init::use_it
20 Init::use_it done
21 Init ctor done <-- 1
25 Init dtor done <-- 1
30 Init::Init()
31 Init::use_it
33 Init::use_it don
63 static Init init; variable
    [all...]
  /external/chromium_org/content/app/mojo/
mojo_init.cc 14 mojo::embedder::Init();
  /external/chromium_org/content/public/browser/
browser_thread_delegate.h 13 // If registered as such, it will schedule to run Init() before the
23 virtual void Init() = 0;
  /external/chromium_org/mojo/common/test/
run_all_perftests.cc 11 mojo::embedder::Init();
12 mojo::test::TestSupport::Init(new mojo::test::TestSupportImpl());
  /external/chromium_org/chrome/browser/translate/
translate_browser_test_utils.h 12 // A utility class that sets up CLD dynamic data upon calling Init() and cleans
22 // ASSERT_NO_FATAL_FAILURE(dynamic_data_scope.Init());
28 // private member variables and add the call to Init() into SetUpOnMainThread.
34 // dynamic_data_scope.Init();
43 // Constructs the object, but does nothing. Call Init() to prepare the
56 void Init();
  /external/chromium_org/net/http/
http_vary_data_unittest.cc 20 void Init(const std::string& request_headers,
44 t.Init(std::string(), kTestResponses[i]);
48 EXPECT_FALSE(v.Init(t.request, *t.response.get()));
56 // Init to something valid.
58 t1.Init("Foo: 1\r\nbar: 23", "HTTP/1.1 200 OK\nVary: foo, bar\n\n");
59 EXPECT_TRUE(v.Init(t1.request, *t1.response.get()));
64 t2.Init("Foo: 1\r\nbar: 23", "HTTP/1.1 200 OK\nVary: *\n\n");
65 EXPECT_FALSE(v.Init(t2.request, *t2.response.get()));
71 a.Init("Foo: 1", "HTTP/1.1 200 OK\nVary: foo\n\n");
74 b.Init("Foo: 2", "HTTP/1.1 200 OK\nVary: foo\n\n")
    [all...]
  /external/chromium_org/ppapi/cpp/dev/
buffer_dev.cc 27 Init();
32 Init();
43 Init();
48 Init();
57 Init();
61 void Buffer_Dev::Init() {
  /external/chromium_org/components/policy/core/common/
mock_configuration_policy_provider.h 38 using ConfigurationPolicyProvider::Init;
39 void Init() {
40 ConfigurationPolicyProvider::Init(&registry_);
  /external/chromium_org/chromeos/dbus/
dbus_client.h 17 // access to the Init function to DBusThreadManagerImpl only to prevent
27 // implementations (they change Init's member visibility to public).
28 virtual void Init(dbus::Bus* bus) = 0;
mock_shill_manager_client.cc 15 EXPECT_CALL(*this, Init(_)).Times(AnyNumber());
mock_shill_profile_client.cc 13 EXPECT_CALL(*this, Init(_)).Times(AnyNumber());
  /external/chromium_org/pdf/
pdf.h 18 virtual bool Init();
  /art/runtime/base/
scoped_flock.h 39 bool Init(const char* filename, std::string* error_msg);
43 bool Init(File* file, std::string* error_msg);
scoped_flock_test.cc 34 ASSERT_TRUE(file_lock.Init(scratch_file.GetFilename().c_str(),
37 ASSERT_FALSE(file_lock.Init("/guaranteed/not/to/exist", &error_msg));
  /external/chromium_org/content/test/gpu/gpu_tests/
__init__.py 8 def Init():
15 Init()
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dmodshow.idl 30 HRESULT Init(
  /external/chromium_org/third_party/tcmalloc/chromium/src/
static_vars.cc 53 sizemap_.Init();
54 span_allocator_.Init();
57 stacktrace_allocator_.Init();
58 bucket_allocator_.Init();
62 central_cache_[i].Init(i);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
static_vars.cc 53 sizemap_.Init();
54 span_allocator_.Init();
57 stacktrace_allocator_.Init();
58 bucket_allocator_.Init();
62 central_cache_[i].Init(i);
  /external/llvm/include/llvm/TableGen/
Record.h 40 // Init subclasses.
41 class Init;
104 public: // These methods should only be called from subclasses of Init
105 virtual Init *convertValue( UnsetInit *UI) { return nullptr; }
106 virtual Init *convertValue( BitInit *BI) { return nullptr; }
107 virtual Init *convertValue( BitsInit *BI) { return nullptr; }
108 virtual Init *convertValue( IntInit *II) { return nullptr; }
109 virtual Init *convertValue(StringInit *SI) { return nullptr; }
110 virtual Init *convertValue( ListInit *LI) { return nullptr; }
111 virtual Init *convertValue( UnOpInit *UI)
    [all...]
  /external/chromium_org/mojo/public/cpp/environment/lib/
environment.cc 21 void Init(const MojoAsyncWaiter* default_async_waiter,
35 Init(NULL, NULL);
40 Init(default_async_waiter, default_logger);
  /external/ceres-solver/internal/ceres/
block_evaluate_preparer.h 49 // Using Init() instead of a constructor allows for allocating this structure
52 void Init(int const* const* jacobian_layout,

Completed in 1034 milliseconds

1 2 3 4 5 6 7 8 91011>>