HomeSort by relevance Sort by last modified time
    Searched full:nullptr (Results 76 - 100 of 3657) sorted by null

1 2 34 5 6 7 8 91011>>

  /art/runtime/
stack.cc 44 return nullptr;
49 CHECK(code_item != nullptr) << PrettyMethod(m);
58 return nullptr;
66 for (const ManagedStack* current_fragment = this; current_fragment != nullptr;
68 for (ShadowFrame* current_frame = current_fragment->top_shadow_frame_; current_frame != nullptr;
80 for (const ManagedStack* current_fragment = this; current_fragment != nullptr;
82 for (ShadowFrame* current_frame = current_fragment->top_shadow_frame_; current_frame != nullptr;
101 cur_shadow_frame_(nullptr),
102 cur_quick_frame_(nullptr),
111 if (cur_shadow_frame_ != nullptr) {
    [all...]
transaction_test.cc 37 ASSERT_TRUE(class_loader.Get() != nullptr);
45 ASSERT_TRUE(h_klass.Get() != nullptr);
51 ASSERT_TRUE(h_klass.Get() != nullptr);
58 ASSERT_TRUE(h_klass.Get() != nullptr);
64 ASSERT_TRUE(h_klass.Get() != nullptr);
97 ASSERT_TRUE(h_klass.Get() != nullptr);
102 ASSERT_TRUE(h_obj.Get() != nullptr);
117 ASSERT_TRUE(h_klass.Get() != nullptr);
119 ASSERT_TRUE(h_obj.Get() != nullptr);
146 ASSERT_TRUE(h_klass.Get() != nullptr);
    [all...]
indirect_reference_table_test.cc 56 ASSERT_TRUE(c != nullptr);
58 ASSERT_TRUE(obj0 != nullptr);
60 ASSERT_TRUE(obj1 != nullptr);
62 ASSERT_TRUE(obj2 != nullptr);
64 ASSERT_TRUE(obj3 != nullptr);
75 EXPECT_TRUE(iref0 != nullptr);
78 EXPECT_TRUE(iref1 != nullptr);
81 EXPECT_TRUE(iref2 != nullptr);
99 EXPECT_TRUE(irt.Get(iref0) == nullptr);
103 EXPECT_TRUE(iref0 != nullptr);
    [all...]
thread_pool.cc 34 stack_.reset(MemMap::MapAnonymous(name.c_str(), nullptr, stack_size, PROT_READ | PROT_WRITE,
36 CHECK(stack_.get() != nullptr) << error_msg;
46 CHECK_PTHREAD_CALL(pthread_join, (pthread_, nullptr), "thread pool worker shutdown");
51 Task* task = nullptr;
53 while ((task = thread_pool_->GetTask(self)) != nullptr) {
62 CHECK(runtime->AttachCurrentThread(worker->name_.c_str(), true, nullptr, false));
66 return nullptr;
143 if (task != nullptr) {
163 return nullptr;
177 return nullptr;
    [all...]
nth_caller_visitor.h 30 : StackVisitor(thread, nullptr, StackVisitor::StackWalkKind::kIncludeInlinedFrames),
34 caller(nullptr) {}
39 if (m == nullptr || m->IsRuntimeMethod()) {
46 DCHECK(caller == nullptr);
  /art/runtime/native/
libcore_util_CharsetUtils.cc 44 : mEnv(env), mJavaArray(nullptr), mRawArray(nullptr), mSize(-1), mOffset(0) {
49 if (mRawArray != nullptr) {
69 if (newJavaArray == nullptr) {
72 jbyte* newRawArray = mEnv->GetByteArrayElements(newJavaArray, nullptr);
73 if (newRawArray == nullptr) {
79 if (mRawArray != nullptr) {
95 return okay ? mJavaArray : nullptr;
113 if (bytes.get() == nullptr) {
117 if (chars.get() == nullptr) {
    [all...]
  /external/libcxx/src/
strstream.cpp 20 __palloc_(nullptr),
21 __pfree_(nullptr)
40 if (__pbeg == nullptr)
52 __palloc_(nullptr),
53 __pfree_(nullptr)
61 __palloc_(nullptr),
62 __pfree_(nullptr)
64 __init(const_cast<char *>(__gnext), __n, nullptr); local
70 __palloc_(nullptr),
71 __pfree_(nullptr)
    [all...]
  /external/libcxxabi/test/
catch_const_pointer_nullptr.pass.cpp 20 throw nullptr;
37 throw nullptr;
53 throw nullptr;
69 throw nullptr;
85 throw nullptr;
101 throw nullptr;
  /frameworks/rs/cpp/
BaseObj.cpp 24 if (mID == nullptr) {
31 return o == nullptr ? nullptr : o->getID();
50 mRS = nullptr;
51 mID = nullptr;
55 const char *name = nullptr;
  /ndk/sources/cxx-stl/gabi++/tests/
catch_const_pointer_nullptr.cpp 20 throw nullptr;
37 throw nullptr;
53 throw nullptr;
69 throw nullptr;
85 throw nullptr;
101 throw nullptr;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
strstream.cpp 20 __palloc_(nullptr),
21 __pfree_(nullptr)
40 if (__pbeg == nullptr)
52 __palloc_(nullptr),
53 __pfree_(nullptr)
61 __palloc_(nullptr),
62 __pfree_(nullptr)
64 __init(const_cast<char *>(__gnext), __n, nullptr); local
70 __palloc_(nullptr),
71 __pfree_(nullptr)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
catch_const_pointer_nullptr.cpp 20 throw nullptr;
37 throw nullptr;
53 throw nullptr;
69 throw nullptr;
85 throw nullptr;
101 throw nullptr;
  /system/extras/simpleperf/
event_type.cpp 38 return event_fd != nullptr;
51 const EventType* result = nullptr;
58 if (result == nullptr) {
61 return nullptr;
66 return nullptr;
77 return nullptr;
  /art/runtime/gc/accounting/
bitmap.cc 28 CHECK(mem_map != nullptr);
35 CHECK(bitmap_begin_ != nullptr);
47 std::unique_ptr<MemMap> mem_map(MemMap::MapAnonymous(name.c_str(), nullptr, bitmap_size,
50 if (UNLIKELY(mem_map.get() == nullptr)) {
52 return nullptr;
59 if (mem_map == nullptr) {
60 return nullptr;
66 if (bitmap_begin_ != nullptr) {
  /bionic/linker/tests/
linker_block_allocator_test.cpp 55 ASSERT_TRUE(ptr1 != nullptr);
57 ASSERT_TRUE(ptr2 != nullptr);
73 ASSERT_TRUE(ptr1 != nullptr);
74 ASSERT_TRUE(ptr2 != nullptr);
84 ASSERT_TRUE(ptr1 != nullptr);
85 ASSERT_TRUE(ptr2 != nullptr);
93 ASSERT_TRUE(allocator.alloc() != nullptr);
97 ASSERT_TRUE(ptr_to_free != nullptr);
  /frameworks/av/services/camera/libcameraservice/utils/
AutoConditionLock.cpp 39 if (manager == nullptr || manager->mMutex == nullptr) {
41 return std::unique_ptr<AutoConditionLock>{nullptr};
55 return std::unique_ptr<AutoConditionLock>{nullptr};
68 if (manager == nullptr || manager->mMutex == nullptr) {
70 return std::unique_ptr<AutoConditionLock>{nullptr};
81 return std::unique_ptr<AutoConditionLock>{nullptr};
  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 93 : mModule(nullptr), mBitcode(bitcode), mBitcodeSize(bitcodeSize),
95 mExportVarNameList(nullptr), mExportFuncNameList(nullptr),
96 mExportForEachNameList(nullptr), mExportForEachSignatureList(nullptr),
97 mExportForEachInputCountList(nullptr), mPragmaCount(0),
98 mPragmaKeyList(nullptr), mPragmaValueList(nullptr), mObjectSlotCount(0),
99 mObjectSlotList(nullptr), mRSFloatPrecision(RS_FP_Full),
100 mIsThreadable(true), mBuildChecksum(nullptr) {
    [all...]
  /art/runtime/mirror/
class.cc 46 CHECK(java_lang_Class != nullptr);
52 java_lang_Class_ = GcRoot<Class>(nullptr);
62 bool class_linker_initialized = class_linker != nullptr && class_linker->IsInitialized();
84 CHECK(old_exception.Get() != nullptr);
88 bool throw_eiie = (old_exception.Get() == nullptr);
144 SetDexCacheStrings(new_dex_cache != nullptr ? new_dex_cache->GetStrings() : nullptr);
163 if (name != nullptr) {
172 const char* c_name = nullptr;
219 << "(" << (h_super.Get() != nullptr ? h_super->SizeOf() : -1) << " from super)\n"
    [all...]
  /art/runtime/arch/arm64/
entrypoints_init_arm64.cc 109 qpoints->pCmpgDouble = nullptr;
110 qpoints->pCmpgFloat = nullptr;
111 qpoints->pCmplDouble = nullptr;
112 qpoints->pCmplFloat = nullptr;
114 qpoints->pL2d = nullptr;
116 qpoints->pL2f = nullptr;
117 qpoints->pD2iz = nullptr;
118 qpoints->pF2iz = nullptr;
119 qpoints->pIdivmod = nullptr;
120 qpoints->pD2l = nullptr;
    [all...]
  /frameworks/av/media/utils/
BatteryNotifier.cpp 33 if (mDeathNotifier != nullptr) {
41 if (mVideoRefCount == 0 && batteryService != nullptr) {
57 if (mVideoRefCount == 0 && batteryService != nullptr) {
66 if (batteryService != nullptr) {
74 if (mAudioRefCount == 0 && batteryService != nullptr) {
90 if (mAudioRefCount == 0 && batteryService != nullptr) {
99 if (batteryService != nullptr) {
111 if (batteryService != nullptr) {
124 if (batteryService != nullptr) {
134 if (batteryService != nullptr) {
    [all...]
  /bionic/linker/
dlfcn.cpp 47 if (detail != nullptr) {
56 const char* old_value = __bionic_set_dlerror(nullptr);
73 if (result == nullptr) {
75 return nullptr;
85 return dlopen_ext(filename, flags, nullptr);
92 if (handle == nullptr) {
93 __bionic_format_dlerror("dlsym library handle is null", nullptr);
94 return nullptr;
98 if (symbol == nullptr) {
99 __bionic_format_dlerror("dlsym symbol name is null", nullptr);
    [all...]
  /frameworks/rs/
rsProgram.cpp 106 if (mUserShader != nullptr) {
108 mUserShader = nullptr;
115 bindAllocation(nullptr, nullptr, ct);
119 bindTexture(nullptr, ct, nullptr);
120 bindSampler(nullptr, ct, nullptr);
128 mHal.drv = nullptr;
129 mHal.state.textures = nullptr;
    [all...]
  /external/llvm/unittests/Support/
MemoryTest.cpp 61 MemoryBlock M1 = Memory::allocateMappedMemory(sizeof(int), nullptr, Flags,EC);
64 EXPECT_NE((void*)nullptr, M1.base());
72 MemoryBlock M1 = Memory::allocateMappedMemory(16, nullptr, Flags, EC);
74 MemoryBlock M2 = Memory::allocateMappedMemory(64, nullptr, Flags, EC);
76 MemoryBlock M3 = Memory::allocateMappedMemory(32, nullptr, Flags, EC);
79 EXPECT_NE((void*)nullptr, M1.base());
81 EXPECT_NE((void*)nullptr, M2.base());
83 EXPECT_NE((void*)nullptr, M3.base());
92 MemoryBlock M4 = Memory::allocateMappedMemory(16, nullptr, Flags, EC);
94 EXPECT_NE((void*)nullptr, M4.base())
    [all...]
  /art/test/004-JniTest/
jni_test.cc 28 static JavaVM* jvm = nullptr;
31 assert(vm != nullptr);
32 assert(jvm == nullptr);
38 assert(jvm != nullptr);
40 JNIEnv* env = nullptr;
41 JavaVMAttachArgs args = { JNI_VERSION_1_6, __FUNCTION__, nullptr };
51 return nullptr;
56 int pthread_create_result = pthread_create(&pthread, nullptr, AttachHelper,
59 int pthread_join_result = pthread_join(pthread, nullptr);
65 assert(clazz != nullptr);
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 66 if (UNLIKELY(klass == nullptr)) {
69 if (klass == nullptr) {
71 return nullptr; // Failure
80 return nullptr; // Failure
86 return nullptr; // Failure
103 return nullptr; // Failure
130 return nullptr; // Failure
150 if (klass == nullptr) {
151 return nullptr;
155 DCHECK(klass != nullptr);
    [all...]

Completed in 3348 milliseconds

1 2 34 5 6 7 8 91011>>