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

12 3 4 5 6 7 8 9

  /external/skqp/gm/
bigtileimagefilter.cpp 79 nullptr)); variable
90 canvas->drawImageRect(fGreenImage.get(), bound2, bound3, nullptr,
clockwise.cpp 129 nullptr, nullptr, &mesh, 1, SkRect::MakeIWH(100, 100)); variable
149 rtc->clear(nullptr, { 0, 0, 0, 1 }, GrRenderTargetContext::CanClearFullscreen::kYes);
158 rtc->asSurfaceProxy()->config(), nullptr, 1, GrMipMapped::kNo,
159 kTopLeft_GrSurfaceOrigin, nullptr, SkBudgeted::kYes)) {
160 topLeftRTC->clear(nullptr, SK_PMColor4fTRANSPARENT,
168 nullptr); local
174 rtc->asSurfaceProxy()->config(), nullptr, 1, GrMipMapped::kNo,
175 kBottomLeft_GrSurfaceOrigin, nullptr, SkBudgeted::kYes)) {
176 topLeftRTC->clear(nullptr, SK_PMColor4fTRANSPARENT
184 nullptr); local
    [all...]
fwidth_squircle.cpp 154 nullptr, nullptr, &mesh, 1, SkRect::MakeIWH(100, 100)); variable
pictureshader.cpp 37 SkCanvas* pictureCanvas = recorder.beginRecording(fTileSize, fTileSize, nullptr, 0);
157 ? nullptr : &localMatrix,
158 nullptr);
170 ? nullptr : &localMatrix);
219 nullptr, nullptr)); local
  /external/tensorflow/tensorflow/core/platform/cloud/
google_auth_provider_test.cc 250 nullptr, &env); local
  /external/tensorflow/tensorflow/lite/experimental/c/
c_api_test.cc 29 ASSERT_NE(model, nullptr);
32 ASSERT_NE(options, nullptr);
36 ASSERT_NE(interpreter, nullptr);
53 ASSERT_NE(input_tensor, nullptr);
58 EXPECT_NE(TFL_TensorData(input_tensor), nullptr); local
75 ASSERT_NE(output_tensor, nullptr);
80 EXPECT_NE(TFL_TensorData(output_tensor), nullptr); local
101 ASSERT_NE(model, nullptr);
103 TFL_Interpreter* interpreter = TFL_NewInterpreter(model, nullptr);
104 ASSERT_NE(interpreter, nullptr);
    [all...]
  /art/compiler/jit/
jit_compiler.cc 82 if (instruction_set_features == nullptr) {
88 if (instruction_set_features == nullptr) {
91 if (instruction_set_features == nullptr) {
97 if (instruction_set_features == nullptr) {
103 if (instruction_set_features == nullptr) {
121 CHECK(jit_compiler != nullptr);
127 DCHECK(handle != nullptr);
135 DCHECK(jit_compiler != nullptr);
142 DCHECK(jit_compiler != nullptr);
151 /*code_ptr=*/ nullptr, local
    [all...]
  /art/compiler/optimizing/
emit_swap_mips_test.cc 52 graph_ = nullptr;
94 return nullptr;
122 nullptr); local
127 nullptr); local
140 nullptr); local
145 nullptr); local
161 nullptr); local
166 nullptr); local
179 nullptr); local
184 nullptr); local
197 nullptr); local
202 nullptr); local
215 nullptr); local
220 nullptr); local
236 nullptr); local
241 nullptr); local
259 nullptr); local
264 nullptr); local
286 nullptr); local
291 nullptr); local
304 nullptr); local
309 nullptr); local
325 nullptr); local
330 nullptr); local
343 nullptr); local
348 nullptr); local
    [all...]
parallel_move_test.cc 163 nullptr); local
269 nullptr); local
274 nullptr); local
290 nullptr); local
295 nullptr); local
307 nullptr); local
312 nullptr); local
324 nullptr); local
329 nullptr); local
344 nullptr); local
349 nullptr); local
354 nullptr); local
370 nullptr); local
375 nullptr); local
380 nullptr); local
396 nullptr); local
401 nullptr); local
406 nullptr); local
421 nullptr); local
426 nullptr); local
441 nullptr); local
446 nullptr); local
478 nullptr); local
483 nullptr); local
488 nullptr); local
504 nullptr); local
509 nullptr); local
514 nullptr); local
532 nullptr); local
537 nullptr); local
542 nullptr); local
565 nullptr); local
570 nullptr); local
575 nullptr); local
592 nullptr); local
597 nullptr); local
602 nullptr); local
624 nullptr); local
629 nullptr); local
634 nullptr); local
    [all...]
  /art/libartbase/base/
mem_map_fuchsia.cc 44 nullptr, local
45 nullptr), ZX_OK) << "could not find info from root vmar"; local
69 if (start != nullptr) {
94 if (start != nullptr) {
100 nullptr,
101 nullptr);
  /art/runtime/mirror/
method_type.cc 49 mt->SetFieldObject<false>(FormOffset(), nullptr); local
50 mt->SetFieldObject<false>(MethodDescriptorOffset(), nullptr); local
53 mt->SetFieldObject<false>(WrapAltOffset(), nullptr); local
66 return nullptr;
89 return nullptr;
reference.h 73 SetFieldObjectVolatile<kTransactionActive>(ReferentOffset(), nullptr); local
96 return GetPendingNext<kWithoutReadBarrier>() == nullptr;
dex_cache.cc 43 DCHECK(dex_file != nullptr);
46 uint8_t* raw_arrays = nullptr;
60 StringDexCacheType* strings = (dex_file->NumStringIds() == 0u) ? nullptr :
62 TypeDexCacheType* types = (dex_file->NumTypeIds() == 0u) ? nullptr :
64 MethodDexCacheType* methods = (dex_file->NumMethodIds() == 0u) ? nullptr :
66 FieldDexCacheType* fields = (dex_file->NumFieldIds() == 0u) ? nullptr :
92 MethodTypeDexCacheType* method_types = nullptr;
107 ? nullptr
130 CHECK(GetNativePairPtrSize(methods, i, image_pointer_size).object == nullptr); local
134 CHECK(GetNativePairPtrSize(fields, i, image_pointer_size).object == nullptr); local
    [all...]
  /external/clang/test/Lexer/
keywords_test.cpp 43 CXX11_KEYWORD(nullptr); variable
  /external/grpc-grpc/test/core/channel/
channel_stack_test.cc 72 grpc_call_stack_destroy(static_cast<grpc_call_stack*>(arg), nullptr, nullptr); local
111 &chan_args, nullptr, "test", channel_stack);
121 nullptr, /* server_transport_data */
122 nullptr, /* context */
126 nullptr, /* arena */
127 nullptr, /* call_combiner */
  /external/libchrome/mojo/core/
message_pipe_perftest.cc 46 nullptr, 0, MOJO_WRITE_MESSAGE_FLAG_NONE), local
51 CHECK_EQ(ReadMessageRaw(MessagePipeHandle(mp), &read_buffer_, nullptr,
58 CHECK_EQ(WriteMessageRaw(MessagePipeHandle(mp), "", 0, nullptr, 0,
104 CHECK_EQ(ReadMessageRaw(MessagePipeHandle(mp), &buffer, nullptr,
114 nullptr, 0, MOJO_WRITE_MESSAGE_FLAG_NONE), local
  /external/llvm/lib/CodeGen/
MachineDominators.cpp 152 print(errs(), nullptr); local
154 OtherDT.print(errs(), nullptr); local
  /external/skia/gm/
clockwise.cpp 133 nullptr, nullptr, &mesh, 1, SkRect::MakeIWH(100, 100)); variable
146 rtc->clear(nullptr, { 0, 0, 0, 1 }, GrRenderTargetContext::CanClearFullscreen::kYes);
155 rtc->asSurfaceProxy()->config(), nullptr, 1, GrMipMapped::kNo,
156 kTopLeft_GrSurfaceOrigin, nullptr, SkBudgeted::kYes)) {
157 topLeftRTC->clear(nullptr, SK_PMColor4fTRANSPARENT,
166 nullptr); local
172 rtc->asSurfaceProxy()->config(), nullptr, 1, GrMipMapped::kNo,
173 kBottomLeft_GrSurfaceOrigin, nullptr, SkBudgeted::kYes)) {
174 topLeftRTC->clear(nullptr, SK_PMColor4fTRANSPARENT
183 nullptr); local
    [all...]
fwidth_squircle.cpp 151 nullptr, nullptr, &mesh, 1, SkRect::MakeIWH(100, 100)); variable
pictureshader.cpp 37 SkCanvas* pictureCanvas = recorder.beginRecording(fTileSize, fTileSize, nullptr, 0);
157 ? nullptr : &localMatrix,
158 nullptr);
170 ? nullptr : &localMatrix);
219 nullptr, nullptr)); local
  /external/skia/src/gpu/ops/
GrMeshDrawOp.cpp 60 target->recordDraw(std::move(gp), fMesh, 1, fixedDynamicState, nullptr); local
104 return nullptr;
GrMeshDrawOp.h 54 void* fVertices = nullptr;
55 GrMesh* fMesh = nullptr;
96 this->recordDraw(std::move(gp), meshes, meshCnt, fixedDynamicState, nullptr); local
  /external/skqp/src/gpu/ops/
GrMeshDrawOp.h 52 void* fVertices = nullptr;
53 GrMesh* fMesh = nullptr;
95 this->draw(std::move(gp), pipeline, fixedDynamicState, nullptr, mesh, 1); local
  /bionic/linker/
dlfcn.cpp 102 if (new_value != nullptr) LD_LOG(kLogErrors, "dlerror set to \"%s\"", new_value);
109 if (detail != nullptr) {
118 char* old_value = __bionic_set_dlerror(nullptr);
139 if (result == nullptr) {
141 return nullptr;
154 return dlopen_ext(filename, flags, nullptr, caller_addr);
162 __bionic_format_dlerror(linker_get_error_buffer(), nullptr); local
163 return nullptr;
170 return dlsym_impl(handle, symbol, nullptr, caller_addr);
251 if (result == nullptr) {
    [all...]
  /external/boringssl/src/ssl/
ssl_key_share.cc 150 CBS_len(&private_key), nullptr)); variable
151 return private_key_ != nullptr;
337 return nullptr;
344 return nullptr;
348 return nullptr;
397 return nullptr;

Completed in 1266 milliseconds

12 3 4 5 6 7 8 9