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

1 2 34 5 6 7 8

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
strstream.cpp 23 __palloc_(nullptr),
24 __pfree_(nullptr)
43 if (__pbeg == nullptr)
55 __palloc_(nullptr),
56 __pfree_(nullptr)
64 __palloc_(nullptr),
65 __pfree_(nullptr)
67 __init(const_cast<char *>(__gnext), __n, nullptr); local
73 __palloc_(nullptr),
74 __pfree_(nullptr)
    [all...]
  /art/compiler/optimizing/
codegen_test.cc 635 HInstruction* comparison = nullptr;
728 move->AddMove(Location::StackSlot(0), Location::StackSlot(8192), DataType::Type::kInt32, nullptr); local
729 move->AddMove(Location::StackSlot(8192), Location::StackSlot(0), DataType::Type::kInt32, nullptr); local
777 nullptr); local
781 nullptr); local
803 nullptr); local
807 nullptr); local
811 nullptr); local
815 nullptr); local
induction_var_range_test.cc 184 nullptr,
194 nullptr,
215 nullptr,
227 nullptr,
266 return range_.GetMul(info1, info2, nullptr, /* in_body */ true, is_min);
272 return range_.GetDiv(info1, info2, nullptr, /* in_body */ true, is_min);
354 EXPECT_FALSE(NeedsTripCount(nullptr));
360 EXPECT_FALSE(IsBodyTripCount(nullptr));
366 EXPECT_FALSE(IsUnsafeTripCount(nullptr));
374 ExpectEqual(Value(), GetMin(nullptr, nullptr))
445 ExpectEqual(Value(x_, 1, 0), GetMin(CreateFetch(x_), nullptr)); local
446 ExpectEqual(Value(x_, 1, 0), GetMax(CreateFetch(x_), nullptr)); local
711 ExpectEqual(Value(0), GetMin(CreateFetch(array_length), nullptr)); local
712 ExpectEqual(Value(max_value), GetMax(CreateFetch(array_length), nullptr)); local
715 ExpectEqual(Value(array_length, 1, 0), GetMin(CreateFetch(array_length), nullptr)); local
716 ExpectEqual(Value(array_length, 1, 0), GetMax(CreateFetch(array_length), nullptr)); local
719 ExpectEqual(Value(x_, 1, 0), GetMin(CreateFetch(array_length), nullptr)); local
720 ExpectEqual(Value(x_, 1, 0), GetMax(CreateFetch(array_length), nullptr)); local
736 ExpectEqual(Value(x_, 1, -1), GetMin(CreateFetch(add), nullptr)); local
737 ExpectEqual(Value(x_, 1, -1), GetMax(CreateFetch(add), nullptr)); local
738 ExpectEqual(Value(x_, 1, -1), GetMin(CreateFetch(alt), nullptr)); local
739 ExpectEqual(Value(x_, 1, -1), GetMax(CreateFetch(alt), nullptr)); local
740 ExpectEqual(Value(x_, 1, -1), GetMin(CreateFetch(sub), nullptr)); local
741 ExpectEqual(Value(x_, 1, -1), GetMax(CreateFetch(sub), nullptr)); local
742 ExpectEqual(Value(x_, -1, 1), GetMin(CreateFetch(rev), nullptr)); local
743 ExpectEqual(Value(x_, -1, 1), GetMax(CreateFetch(rev), nullptr)); local
    [all...]
  /cts/tests/sensor/jni/
SensorTestCases.cpp 31 ASSERT_EQ(ASensorManager_getSensorList(nullptr, nullptr), -EINVAL);
32 ASSERT_EQ(ASensorManager_getSensorList(nullptr, &dummyList), -EINVAL);
34 ASSERT_EQ(ASensorManager_getDefaultSensor(nullptr, ASENSOR_TYPE_ACCELEROMETER), nullptr); local
37 nullptr, ASENSOR_TYPE_ACCELEROMETER, false), nullptr); local
41 ASSERT_EQ(ASensorManager_createEventQueue(nullptr, nullptr, 0, nullptr, nullptr), nullptr) local
43 nullptr, nonNullLooper, 0, nullptr, nullptr), nullptr); local
45 nonNullManager, nullptr, 0, nullptr, nullptr), nullptr); local
    [all...]
  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 188 TU->Diagnostics = nullptr;
225 return nullptr;
230 return nullptr;
234 return nullptr;
242 return nullptr;
245 return nullptr;
269 &File, &Line, &Column, nullptr); local
287 nullptr); local
289 &EndFile, &EndLine, &EndColumn, nullptr); local
328 CXString OptionName = clang_getDiagnosticOption(Diagnostic, nullptr);
    [all...]
  /external/compiler-rt/lib/asan/
asan_rtl.cc 291 case 25: __asan_register_globals(nullptr, 0); break;
292 case 26: __asan_unregister_globals(nullptr, 0); break;
293 case 27: __asan_set_death_callback(nullptr); break;
294 case 28: __asan_set_error_report_callback(nullptr); break;
296 case 30: __asan_address_is_poisoned(nullptr); break;
297 case 31: __asan_poison_memory_region(nullptr, 0); break;
298 case 32: __asan_unpoison_memory_region(nullptr, 0); break;
299 case 34: __asan_before_dynamic_init(nullptr); break;
542 /* start_routine */ nullptr, /* arg */ nullptr, /* parent_tid */ 0
547 \/* signal_thread_is_registered *\/ nullptr); local
    [all...]
asan_thread.cc 45 thread = nullptr;
137 fake_stack_ = nullptr;
138 SetTLSFakeStack(nullptr);
193 return nullptr;
214 return nullptr;
220 fake_stack_ = nullptr; // Will be initialized lazily if needed.
236 asanThreadRegistry().StartThread(tid(), os_id, nullptr); local
353 return nullptr;
378 return tctx ? tctx->thread : nullptr;
391 if (!context) return nullptr;
    [all...]
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 41 : MachineFunctionPass(ID), MF(nullptr), TII(nullptr), TRI(nullptr),
42 MRI(nullptr), Loops(nullptr) {
43 std::fill(std::begin(Ensembles), std::end(Ensembles), nullptr); local
68 MF = nullptr;
72 Ensembles[i] = nullptr;
234 return TBI->hasValidDepth() ? TBI : nullptr;
243 return TBI->hasValidHeight() ? TBI : nullptr;
    [all...]
  /external/llvm/lib/IR/
Pass.cpp 55 return Resolver->getAnalysisIfAvailable(&AID, true) != nullptr;
101 return nullptr;
105 return nullptr;
123 print(dbgs(), nullptr); local
211 return nullptr;
  /external/puffin/src/
puffin_stream.cc 65 nullptr); local
66 TEST_AND_RETURN_VALUE(stream->Seek(0), nullptr);
69 nullptr, puff_size, deflates,
71 TEST_AND_RETURN_VALUE(puffin_stream->Seek(0), nullptr);
82 nullptr); local
83 TEST_AND_RETURN_VALUE(stream->Seek(0), nullptr);
86 std::move(stream), nullptr, huffer, puff_size, deflates, puffs, 0));
87 TEST_AND_RETURN_VALUE(puffin_stream->Seek(0), nullptr);
293 puffer_->PuffDeflate(&bit_reader, &puff_writer, nullptr, &error));
  /external/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp 35 that.fLoader = nullptr;
36 that.fKey = nullptr;
97 HR(fontFace->GetFiles(&numFiles, nullptr));
158 HR_GENERAL(FontToIdentity(font.get(), &identity), nullptr, identity); variable
183 if (nullptr == familyName) {
185 nullptr, SkRemotableFontIdentitySet::NewEmpty()); variable
188 nullptr, SkRemotableFontIdentitySet::NewEmpty()); variable
209 if (nullptr == familyName) {
210 HR_GENERAL(getDefaultFontFamilyName(&dwFamilyName), nullptr, identity); variable
212 HR_GENERAL(sk_cstring_to_wchar(familyName, &dwFamilyName), nullptr, identity) variable
370 HR_GENERAL(getDefaultFontFamilyName(&dwFamilyName), nullptr, identity); variable
372 HR_GENERAL(sk_cstring_to_wchar(familyName, &dwFamilyName), nullptr, identity); variable
381 HR_GENERAL(sk_cstring_to_wchar(bcp47[bcp47Count-1], &dwBcp47Local), nullptr, identity); variable
    [all...]
  /external/skqp/src/ports/
SkRemotableFontMgr_win_dw.cpp 35 that.fLoader = nullptr;
36 that.fKey = nullptr;
97 HR(fontFace->GetFiles(&numFiles, nullptr));
158 HR_GENERAL(FontToIdentity(font.get(), &identity), nullptr, identity); variable
183 if (nullptr == familyName) {
185 nullptr, SkRemotableFontIdentitySet::NewEmpty()); variable
188 nullptr, SkRemotableFontIdentitySet::NewEmpty()); variable
209 if (nullptr == familyName) {
210 HR_GENERAL(getDefaultFontFamilyName(&dwFamilyName), nullptr, identity); variable
212 HR_GENERAL(sk_cstring_to_wchar(familyName, &dwFamilyName), nullptr, identity) variable
370 HR_GENERAL(getDefaultFontFamilyName(&dwFamilyName), nullptr, identity); variable
372 HR_GENERAL(sk_cstring_to_wchar(familyName, &dwFamilyName), nullptr, identity); variable
381 HR_GENERAL(sk_cstring_to_wchar(bcp47[bcp47Count-1], &dwBcp47Local), nullptr, identity); variable
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
vector_support_library.cc 263 llvm::SmallVector<llvm::Constant*, 32> mask(vector_size(), nullptr); local
  /external/tensorflow/tensorflow/compiler/xla/service/
heap_simulator.cc 84 /*module_sequence=*/nullptr); local
132 FlatSet<const HloInstruction*>* live_set = nullptr;
138 if (live_set == nullptr) {
145 // Add a nullptr sentry to ensure entry parameters and output source
152 live_buffers[buffer].insert(nullptr);
226 if (module_sequence_ != nullptr) {
255 // buffers, which had a nullptr sentry added. Free them now.
260 CHECK(*pending.begin() == nullptr) << *buffer;
276 debug_trace_.set_whole_module_simulation(module_sequence_ != nullptr);
290 return options_.buffers_to_assign != nullptr &
    [all...]
  /external/webrtc/webrtc/p2p/base/
transportcontroller_unittest.cc 110 ASSERT_NE(nullptr, channel1);
112 ASSERT_NE(nullptr, channel2);
116 cricket::CONNECTIONROLE_ACTPASS, nullptr, Candidates()); local
196 rtc::Thread* const signaling_thread_ = nullptr;
202 ASSERT_NE(nullptr, channel1);
210 ASSERT_NE(nullptr, channel2);
220 ASSERT_NE(nullptr, channel);
230 ASSERT_NE(nullptr, channel1);
239 ASSERT_NE(nullptr, channel2);
247 ASSERT_NE(nullptr, channel1)
327 cricket::CONNECTIONROLE_ACTPASS, nullptr, Candidates()); local
346 cricket::CONNECTIONROLE_ACTPASS, nullptr, Candidates()); local
376 cricket::CONNECTIONROLE_ACTPASS, nullptr, Candidates()); local
383 cricket::CONNECTIONROLE_ACTPASS, nullptr, Candidates()); local
655 cricket::CONNECTIONROLE_ACTPASS, nullptr, Candidates()); local
    [all...]
  /system/chre/core/
sensor_request_manager.cc 136 bool nanoappHasRequest = (requests.find(nanoapp, &requestIndex) != nullptr);
167 && sensor.getLastEvent() != nullptr) {
170 sensor.getLastEvent(), nullptr, kSystemInstanceId, local
248 Sensor *sensorPtr = nullptr;
300 uint32_t instanceId = (request.getNanoapp() != nullptr) ?
329 return nullptr;
334 CHRE_ASSERT(requestChanged != nullptr);
362 CHRE_ASSERT(requestChanged != nullptr);
390 CHRE_ASSERT(requestChanged != nullptr);
  /system/core/storaged/
storaged.cpp 173 RemoveFileIfExists(proto_path(user_id), nullptr); local
225 char* data = nullptr;
295 if (proto_data == nullptr) return;
  /system/tpm/attestation/common/
crypto_utility_impl.cc 45 char* data = nullptr;
169 d2i_RSAPublicKey(nullptr, &asn1_ptr, public_key.size()));
175 unsigned char* buffer = nullptr;
335 if (!EVP_EncryptInit_ex(&encryption_context, cipher, nullptr, key_buffer,
385 if (!EVP_DecryptInit_ex(&decryption_context, cipher, nullptr, key_buffer,
416 nullptr); local
  /system/update_engine/payload_generator/
payload_signer.cc 101 nullptr,
249 nullptr);
255 payload_metadata.data(), payload_metadata.size(), nullptr));
296 nullptr));
312 nullptr,
314 nullptr,
363 TEST_AND_RETURN_FALSE(fprikey != nullptr);
364 RSA* rsa = PEM_read_RSAPrivateKey(fprikey, nullptr, nullptr, nullptr);
376 << ERR_error_string(ERR_get_error(), nullptr); local
    [all...]
  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 271 SetInternalFunctionAttributes(nullptr, Fn, FI);
349 supportsCOMDAT() && D->isExternallyVisible() ? Addr : nullptr;
390 CXXGlobalInits[I->second] == nullptr);
501 DebugInfo = nullptr; // disable debug info indefinitely for this function
533 llvm::BasicBlock *ExitBlock = nullptr;
605 ImplicitParamDecl dst(getContext(), nullptr, SourceLocation(), nullptr, local
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 145 : nullptr,
152 None, nullptr, DiagOrStoredDiag()); local
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 50 ~HTMLDiagnostics() override { FlushDiagnostics(nullptr); } variable
387 const char *Kind = nullptr;
  /external/pdfium/fxjs/xfa/
cjx_node.cpp 82 return nullptr;
243 pFakeXMLRoot = pThisXMLRoot ? pThisXMLRoot->Clone() : nullptr;
287 pFakeRoot->InsertChild(pChild, nullptr);
299 pFakeXMLRoot = nullptr;
307 GetXFANode()->InsertChild(pChild, nullptr);
344 CFX_XMLNode* pElement = nullptr;
362 XFA_DataExporter_RegenerateFormFile(GetXFANode(), pStream, nullptr, true); local
  /external/skia/gm/
image.cpp 64 canvas->drawImage(imgR, 0, 0, usePaint ? &paint : nullptr);
65 canvas->drawImage(imgG, 0, 80, usePaint ? &paint : nullptr);
66 surf->draw(canvas, 0, 160, usePaint ? &paint : nullptr);
80 canvas->drawImageRect(imgR, src1, dst1, usePaint ? &paint : nullptr);
81 canvas->drawImageRect(imgG, src2, dst2, usePaint ? &paint : nullptr);
82 canvas->drawImageRect(imgR, src3, dst3, usePaint ? &paint : nullptr);
83 canvas->drawImageRect(imgG, dst4, usePaint ? &paint : nullptr);
182 canvas->drawBitmap(bitmap, 0, 0, nullptr);
188 canvas->drawImage(image, 0, 0, nullptr);
232 info.dimensions(), nullptr, nullptr, SkImage::BitDepth::kU8
368 canvas->drawImage(SkImage::MakeRasterCopy(pm), x, y, nullptr); local
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 89 fPixelRef = nullptr; // Free pixels.
134 fPixelRef = nullptr; // Free pixels.
135 fPixmap.reset(info.makeAlphaType(newAT), nullptr, SkToU32(rowBytes));
156 const char* pix = (const char*)(fPixelRef ? fPixelRef->pixels() : nullptr);
177 fPixelRef = kUnknown_SkColorType != this->colorType() ? std::move(pr) : nullptr;
178 void* p = nullptr;
194 if (nullptr == p) {
195 this->setPixelRef(nullptr, 0, 0);
200 this->setPixelRef(nullptr, 0, 0);
214 if (nullptr == allocator)
522 pmap.info(), pmap.addr(), pmap.rowBytes(), nullptr, local
    [all...]

Completed in 591 milliseconds

1 2 34 5 6 7 8