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

1 2 3 4 5 6 7 8

  /art/runtime/openjdkjvmti/
ti_class_definition.h 64 DCHECK(IsInitialized());
74 DCHECK(IsInitialized());
84 bool IsInitialized() const {
89 DCHECK(IsInitialized());
94 DCHECK(IsInitialized());
99 DCHECK(IsInitialized());
104 DCHECK(IsInitialized());
109 DCHECK(IsInitialized());
  /development/host/windows/usb/api/
adb_api_instance.h 95 bool IsInitialized() const {
  /external/protobuf/src/google/protobuf/
reflection_ops_unittest.cc 337 TEST(ReflectionOpsTest, IsInitialized) {
340 EXPECT_FALSE(ReflectionOps::IsInitialized(message));
342 EXPECT_FALSE(ReflectionOps::IsInitialized(message));
344 EXPECT_FALSE(ReflectionOps::IsInitialized(message));
346 EXPECT_TRUE(ReflectionOps::IsInitialized(message));
354 EXPECT_TRUE(ReflectionOps::IsInitialized(message));
358 EXPECT_FALSE(ReflectionOps::IsInitialized(message));
364 EXPECT_TRUE(ReflectionOps::IsInitialized(message));
368 EXPECT_FALSE(ReflectionOps::IsInitialized(message));
374 EXPECT_TRUE(ReflectionOps::IsInitialized(message))
    [all...]
reflection_ops.h 62 static bool IsInitialized(const Message& message);
generated_message_util.h 97 // True if IsInitialized() is true for all elements of t. Type is expected
100 // IsInitialized() methods. We want the C++ compiler to inline this or not
104 if (!t.Get(i).IsInitialized()) return false;
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
reflection_ops.h 62 static bool IsInitialized(const Message& message);
message_lite.h 99 virtual bool IsInitialized() const = 0;
164 // followed by IsInitialized().
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
reflection_ops.h 62 static bool IsInitialized(const Message& message);
message_lite.h 99 virtual bool IsInitialized() const = 0;
164 // followed by IsInitialized().
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
reflection_ops.h 62 static bool IsInitialized(const Message& message);
message_lite.h 99 virtual bool IsInitialized() const = 0;
164 // followed by IsInitialized().
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
reflection_ops.h 62 static bool IsInitialized(const Message& message);
generated_message_util.h 97 // True if IsInitialized() is true for all elements of t. Type is expected
100 // IsInitialized() methods. We want the C++ compiler to inline this or not
104 if (!t.Get(i).IsInitialized()) return false;
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
reflection_ops.h 62 static bool IsInitialized(const Message& message);
message_lite.h 99 virtual bool IsInitialized() const = 0;
164 // followed by IsInitialized().
  /external/v8/src/crankshaft/
unique.h 72 DCHECK(IsInitialized() && other.IsInitialized());
78 DCHECK(IsInitialized() && other.IsInitialized());
83 DCHECK(unique.IsInitialized());
88 DCHECK(IsInitialized());
93 DCHECK(IsInitialized());
98 DCHECK(IsInitialized());
115 inline bool IsInitialized() const {
167 DCHECK(uniq.IsInitialized());
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCMissingSuperCallChecker.cpp 68 ObjCSuperCallChecker() : IsInitialized(false) {}
79 mutable bool IsInitialized;
163 IsInitialized = true;
172 if (!IsInitialized)
  /external/v8/src/ic/
access-compiler-data.h 20 bool IsInitialized() const { return load_calling_convention_ != nullptr; }
  /external/webrtc/webrtc/base/
macifaddrs_converter.cc 180 bool IsInitialized() const;
197 bool IPv6AttributesGetter::IsInitialized() const {
202 if (!IsInitialized()) {
211 if (!IsInitialized()) {
messagequeue_unittest.cc 129 if (MessageQueueManager::IsInitialized()) {
139 EXPECT_FALSE(MessageQueueManager::IsInitialized());
  /system/bt/service/
daemon.cc 79 if (hal::BluetoothGattInterface::IsInitialized())
81 if (hal::BluetoothInterface::IsInitialized())
  /system/bt/test/suite/adapter/
bluetooth_test.cc 50 ASSERT_TRUE(bluetooth::hal::BluetoothInterface::IsInitialized());
66 ASSERT_FALSE(bt_hal_interface->IsInitialized());
  /art/test/596-app-images/
app_images.cc 69 return klass_ptr->IsInitialized();
  /external/webrtc/webrtc/sound/
alsasoundsystem.h 58 bool IsInitialized() { return initialized_; }
  /frameworks/native/services/vr/performanced/
performance_service.h 23 bool IsInitialized() const override;

Completed in 2377 milliseconds

1 2 3 4 5 6 7 8