HomeSort by relevance Sort by last modified time
    Searched defs:nullptr (Results 126 - 150 of 210) sorted by null

1 2 3 4 56 7 8 9

  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 835 std::fill(std::begin(LibcallRoutineNames), std::end(LibcallRoutineNames), nullptr); local
849 std::fill(std::begin(RegClassForVT), std::end(RegClassForVT), nullptr); local
    [all...]
  /external/skia/tests/
GrSurfaceTest.cpp 49 REPORTER_ASSERT(reporter, nullptr == tex1->asRenderTarget());
54 nullptr, 256, 256, GrColorType::kRGBA_8888, false, GrMipMapped::kNo);
312 SkImage::MakeFromRaster(write, nullptr, nullptr), kNone_GrSurfaceFlags, 1,
327 nullptr, kSize, kSize, kRGBA_8888_SkColorType, true, GrMipMapped::kYes);
342 nullptr, 10, 10, GrColorType::kRGBA_8888, renderable, GrMipMapped::kNo);
445 auto rt = SkSurface::MakeRenderTarget(context, SkBudgeted::kNo, info, 0, nullptr);
471 SkCanvas::kFast_SrcRectConstraint, SkMatrix::I(), nullptr); local
484 SkCanvas::kFast_SrcRectConstraint, SkMatrix::I(), nullptr); local
503 SkCanvas::kFast_SrcRectConstraint, SkMatrix::I(), nullptr); local
    [all...]
  /external/skqp/experimental/canvaskit/
interface.js 516 var nullptr = 0; // emscripten doesn't like to take null as uintptr_t variable
522 return nullptr;
543 return nullptr;
562 return nullptr;
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
optimizer.cpp 243 Errorf(consumer(), nullptr, {}, local
278 Errorf(consumer(), nullptr, {}, local
286 Errorf(consumer(), nullptr, {}, local
350 Error(consumer(), nullptr, {}, local
401 Error(consumer(), nullptr, {}, local
412 Error(consumer(), nullptr, {}, local
427 Error(consumer(), nullptr, {}, local
438 Error(consumer(), nullptr, {}, local
453 Errorf(consumer(), nullptr, {}, local
499 if (context == nullptr) return false
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
heap_simulator.cc 96 /*schedule=*/nullptr, memory_by_computation); local
190 // Add a nullptr sentry to ensure entry parameters and output source
197 live_buffers[buffer].insert(nullptr);
282 if (memory_by_computation_ != nullptr) {
295 if (schedule_ != nullptr) {
326 // buffers, which had a nullptr sentry added. Free them now, in a
334 CHECK(*pending.begin() == nullptr) << *buffer;
361 debug_trace_.set_whole_module_simulation(schedule_ != nullptr);
375 return options_.buffers_to_assign != nullptr &&
392 nullptr);
    [all...]
  /external/tensorflow/tensorflow/core/graph/
graph.cc 128 props_(nullptr),
130 while_ctx_(nullptr) {}
267 input_edges->resize(num_inputs(), nullptr); local
274 if ((*input_edges)[edge->dst_input()] != nullptr) {
282 if ((*input_edges)[i] == nullptr) {
292 if (e == nullptr) {
293 *n = nullptr;
310 DCHECK(e != nullptr);
392 if (node != nullptr) {
409 if (!status->ok()) return nullptr;
    [all...]
  /external/tensorflow/tensorflow/lite/delegates/flex/
kernel.cc 86 sources_.push_back({nullptr, 0});
144 vector_[i] = nullptr;
158 vector_[i] = nullptr;
234 // guaranteed to be 'nullptr'.
262 op_->MutableAttrs()->CacheKey(device == nullptr ? "unspecified"
288 buffer_map->GetTensor(input_index), nullptr, nullptr, nullptr);
306 const tensorflow::Tensor* tensor = nullptr;
454 context, op_data->eager_context != nullptr,
563 nullptr, kTfLiteBuiltinDelegate}; local
    [all...]
  /external/tensorflow/tensorflow/lite/
interpreter_test.cc 139 TfLiteRegistration registration = {nullptr, nullptr, nullptr, nullptr};
140 ASSERT_NE(interpreter.AddNodeWithParameters({3}, {0}, nullptr, 0, nullptr,
150 TfLiteRegistration registration = {nullptr, nullptr, nullptr, nullptr};
896 EXPECT_EQ(TestExternalContext::Get(context), nullptr); local
906 EXPECT_EQ(TestExternalContext::Get(context), nullptr); local
    [all...]
  /frameworks/av/camera/ndk/ndk_vendor/tests/
AImageReaderVendorTest.cpp 56 mImgReaderAnw(nullptr), mCameraId(id), mCameraManager(manager) {}
66 if (imgReaderAnw == nullptr) {
79 if (ret != AMEDIA_OK || mDevice == nullptr) {
103 ACaptureSessionOutput* sessionOutput = nullptr;
160 ACameraOutputTarget* outputTarget = nullptr;
185 mReqImgReaderOutput = nullptr;
193 mStillRequest = nullptr;
196 if (mSession != nullptr) {
198 mSession = nullptr;
202 mImgReaderOutput = nullptr;
552 ASSERT_NE(VendorTagDescriptorCache::getGlobalVendorTagCache(), nullptr); variable
    [all...]
  /art/compiler/optimizing/
optimizing_compiler.cc 213 if (kStringFilterEmpty || strstr(method_name, kStringFilter) != nullptr) {
439 if (compilation_stats_.get() != nullptr) {
647 if (pass_names != nullptr) {
801 return nullptr;
806 return nullptr;
816 return nullptr;
825 DCHECK(Runtime::Current()->IsAotCompiler() || method != nullptr); local
826 if (method != nullptr) {
    [all...]
  /art/runtime/jni/
java_vm_ext.cc 84 CHECK(class_loader_allocator_ != nullptr);
89 if (self != nullptr) {
93 char* error_msg = nullptr;
162 void* FindSymbol(const std::string& symbol_name, const char* shorty = nullptr)
231 CHECK(Thread::Current() == nullptr); variable
235 if (library->GetClassLoader() == nullptr) {
262 return (it == libraries_.end()) ? nullptr : it->second;
281 CHECK(declaring_class_loader_allocator != nullptr);
292 if (native_code != nullptr) {
299 return nullptr;
    [all...]
jni_internal_test.cc 44 vm_->AttachCurrentThread(&env_, nullptr);
48 CHECK(aioobe.get() != nullptr);
52 CHECK(ase.get() != nullptr);
57 CHECK(sioobe.get() != nullptr);
66 EXPECT_NE(nullptr, exception);
72 if (aioobe_ != nullptr) {
74 aioobe_ = nullptr;
76 if (ase_ != nullptr) {
78 ase_ = nullptr;
80 if (sioobe_ != nullptr) {
608 env_->NewObjectArray(std::numeric_limits<jint>::min(), element_class, nullptr); local
    [all...]
  /art/runtime/
thread_list.cc 164 Thread::DumpState(os, nullptr, tid);
167 DumpNativeStack(os, tid, nullptr, " native: ");
180 while ((e = readdir(d)) != nullptr) {
209 backtrace_map_(dump_native_stack ? BacktraceMap::Create(getpid()) : nullptr),
211 if (backtrace_map_ != nullptr) {
220 CHECK(self != nullptr);
262 if (self != nullptr) {
349 bool updated = thread->ModifySuspendCount(self, +1, nullptr, SuspendReason::kInternal);
358 if (callback != nullptr) {
391 bool updated = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal)
497 \/*backtrace_map=*\/ nullptr, local
    [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp 109 MaybeParseCXX11Attributes(Attrs, nullptr, /*MightBeObjCMessageSend*/ true);
158 const char *SemiError = nullptr;
598 Stmts, /*Allowed=*/ACK_StatementsOpenMPNonStandalone, nullptr,
656 Stmt *DeepestParsedCaseStmt = nullptr;
738 return ParseStatement(/*TrailingElseLoc=*/nullptr,
759 SubStmt = ParseStatement(/*TrailingElseLoc=*/nullptr,
812 SubStmt = ParseStatement(/*TrailingElseLoc=*/nullptr,
1657 Actions.CodeCompleteObjCForCollection(getCurScope(), nullptr); local
    [all...]
  /external/clang/lib/Sema/
Sema.cpp 77 : ExternalSource(nullptr),
82 CurContext(nullptr), OriginalLexicalContext(nullptr),
87 PackStack(0), DataSegStack(nullptr), BSSSegStack(nullptr),
88 ConstSegStack(nullptr), CodeSegStack(nullptr), CurInitSeg(nullptr),
89 VisContext(nullptr),
91 Cleanup{}, LateTemplateParser(nullptr), variable
104 CachedFakeTopLevelModule(nullptr), variable
107 CurrentInstantiationScope(nullptr), DisableTypoCorrection(false), variable
108 TyposCorrected(0), AnalysisWarnings(*this), ThreadSafetyDeclCache(nullptr), variable
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 49 return nullptr;
83 return nullptr;
90 return nullptr;
97 return nullptr;
107 return nullptr;
237 return nullptr;
241 return nullptr;
245 return nullptr;
252 return nullptr;
273 return nullptr;
1571 BR.markInvalid(getTag(), nullptr); local
1584 BR.markInvalid(getTag(), nullptr); local
1594 BR.markInvalid(getTag(), nullptr); local
1613 BR.markInvalid(getTag(), nullptr); local
1621 BR.markInvalid(getTag(), nullptr); local
1635 BR.markInvalid(getTag(), nullptr); local
    [all...]
  /external/compiler-rt/lib/asan/
asan_allocator.cc 554 CHECK_NE(REAL(memcpy), nullptr); local
592 if (!alloc_beg) return nullptr;
632 AsanChunk *m2 = nullptr;
746 return nullptr;
  /external/grpc-grpc/src/core/ext/filters/client_channel/
subchannel.cc 186 if (c->channelz_subchannel != nullptr) {
236 if (!c) return nullptr;
245 return nullptr;
295 if (args != nullptr) {
355 c->filters = nullptr;
361 grpc_resolved_address* new_address = nullptr;
362 grpc_channel_args* new_args = nullptr;
365 GPR_ASSERT(new_address != nullptr);
373 new_args != nullptr ? new_args : args->args, keys_to_remove,
376 if (new_args != nullptr) grpc_channel_args_destroy(new_args)
714 grpc_call_stack_destroy(SUBCHANNEL_CALL_TO_CALL_STACK(c), nullptr, local
    [all...]
  /external/grpc-grpc/src/core/lib/surface/
completion_queue.cc 108 if (worker != nullptr) *worker = reinterpret_cast<grpc_pollset_worker*>(&w);
109 if (npp->root == nullptr) {
129 npp->root = nullptr;
135 if (worker != nullptr) *worker = nullptr;
142 if (specific_worker == nullptr)
144 if (specific_worker != nullptr) {
158 GPR_ASSERT(closure != nullptr);
160 if (p->root == nullptr) {
352 nullptr},
1052 cq->poller_vtable->kick(POLLSET_FROM_CQ(cq), nullptr); local
    [all...]
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 664 return nullptr;
1188 0, &AC, nullptr, DT); local
    [all...]
  /external/llvm/lib/Target/Lanai/AsmParser/
LanaiAsmParser.cpp 376 if (Expr == nullptr)
560 assert(getMemOffset() == nullptr); variable
613 Op->Mem.Offset = nullptr;
884 std::unique_ptr<LanaiOperand> Offset = nullptr;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi_temprename.cpp 56 /* Without c++11 define the nullptr for forward-compatibility
59 #define nullptr 0 macro
245 return nullptr;
250 const prog_scope *loop = nullptr;
270 return nullptr;
295 return nullptr;
307 return nullptr;
440 last_read_scope(nullptr),
441 first_read_scope(nullptr),
442 first_write_scope(nullptr),
    [all...]
  /external/skia/src/core/
SkRemoteGlyphCache.cpp 147 if (padded + size > fMemorySize) return nullptr;
225 nullptr);
237 SkIRect::MakeWH(width, height), props, strikeServer, nullptr, settings)} {} local
356 auto ptr = desc.findEntry(kRec_SkDescriptorTag, nullptr);
425 SkASSERT(fDescriptor.getDesc() != nullptr);
426 SkASSERT(fContext != nullptr);
509 if (fContext == nullptr) {
516 fTypeface = nullptr;
543 if (glyphPtr == nullptr) {
569 if (glyph.fPathData == nullptr) {
    [all...]
  /external/swiftshader/tests/GLESUnitTests/
unittests.cpp 244 glShaderSource(ph.vertexShader, 1, vsSource, nullptr);
253 glShaderSource(ph.fragmentShader, 1, fsSource, nullptr);
283 void drawQuad(GLuint program, const char* textureName = nullptr)
313 glVertexAttribPointer(posLoc, 4, GL_FLOAT, GL_FALSE, 0, nullptr);
420 EXPECT_NE(strstr(log, "unrolled"), nullptr); local
603 glShaderSource(ph.vertexShader, 1, vsSource, nullptr);
612 glShaderSource(ph.fragmentShader, 1, fsSource, nullptr);
720 glTexImage2D(GL_TEXTURE_2D, 0, GL_R11F_G11F_B10F, 256, 256, 0, GL_RGB, GL_UNSIGNED_INT_10F_11F_11F_REV, nullptr);
780 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB16F, 256, 256, 0, GL_RGB, GL_HALF_FLOAT, nullptr);
831 glShaderSource(fragmentShader, 1, fsSource, nullptr);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 1162 TheModule->print(errs(), nullptr); local
    [all...]

Completed in 1851 milliseconds

1 2 3 4 56 7 8 9