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

1 2

  /ndk/tests/device/test-cxx-init-array/jni/
global_ctor.h 12 bool IsInitialized() const
  /external/webrtc/webrtc/sound/
alsasoundsystem.h 58 bool IsInitialized() { return initialized_; }
  /development/host/windows/usb/api/
adb_api_instance.h 95 bool IsInitialized() const {
  /external/protobuf/src/google/protobuf/
reflection_ops.cc 141 bool ReflectionOps::IsInitialized(const Message& message) {
166 .IsInitialized()) {
171 if (!reflection->GetMessage(message, field).IsInitialized()) {
message.cc 92 bool Message::IsInitialized() const {
93 return ReflectionOps::IsInitialized(*this);
107 GOOGLE_CHECK(IsInitialized())
extension_set.cc     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCMissingSuperCallChecker.cpp 68 ObjCSuperCallChecker() : IsInitialized(false) {}
79 mutable bool IsInitialized;
163 IsInitialized = true;
172 if (!IsInitialized)
  /external/nanopb-c/generator/google/protobuf/
message.py 134 def IsInitialized(self):
  /external/protobuf/python/google/protobuf/
message.py 134 def IsInitialized(self):
  /system/bt/service/hal/
bluetooth_interface.cpp 410 bool BluetoothInterface::IsInitialized() {
bluetooth_gatt_interface.cpp 888 bool BluetoothGattInterface::IsInitialized() {
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
kv_pb.py 100 def IsInitialized(self, debug_strs=None):
276 def IsInitialized(self, debug_strs=None):
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 471 bool CodeGeneratorRequest::IsInitialized() const {
835 bool CodeGeneratorResponse_File::IsInitialized() const {
    [all...]
  /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/webrtc/webrtc/base/
messagequeue.cc 45 bool MessageQueueManager::IsInitialized() {
macifaddrs_converter.cc 180 bool IsInitialized() const;
197 bool IPv6AttributesGetter::IsInitialized() const {
202 if (!IsInitialized()) {
211 if (!IsInitialized()) {
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 79 bool GLEnv::IsInitialized() const {
114 if (IsInitialized())
127 if (IsInitialized()) {
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map_entry.h 177 bool IsInitialized() const {
178 return entry_lite_.IsInitialized();
map_entry_lite.h 201 bool IsInitialized() const { return ValueTypeHandler::IsInitialized(value_); }
map_type_handler.h 196 static inline bool IsInitialized(Type* value);
241 static inline bool IsInitialized(const TypeOnMemory& value); \
534 Type>::IsInitialized(Type* value) {
535 return value->IsInitialized();
622 Type>::IsInitialized(const TypeOnMemory& value) { \
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_dwrite.cpp 49 bool IsInitialized() { return resourcePtr_ != NULL; }
339 if (!stream->IsInitialized()) {
  /external/protobuf/python/google/protobuf/internal/
cpp_message.py 551 def IsInitialized(self, errors=None):
552 if self._cmsg.IsInitialized():
559 if not self.IsInitialized():
python_message.py 810 if not self.IsInitialized():
    [all...]
  /art/runtime/
class_linker.h 193 bool IsInitialized() const {
    [all...]
  /external/nanopb-c/generator/google/protobuf/internal/
python_message.py 764 if not self.IsInitialized():
833 """Adds the IsInitialized and FindInitializationError methods to the
839 def IsInitialized(self, errors=None):
864 if not element.IsInitialized():
868 elif value._is_present_in_parent and not value.IsInitialized():
    [all...]

Completed in 614 milliseconds

1 2