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

1 2 3 4 5 6 7 891011>>

  /art/runtime/
oat_file.cc 65 if (abs_dex_location != nullptr && rel_dex_location[0] != '/') {
99 return oat_file->Setup(abs_dex_location, error_msg) ? oat_file.release() : nullptr;
121 if (ret.get() != nullptr) {
143 if (file == nullptr) {
145 return nullptr;
160 return OpenElfFile(file, location, nullptr, nullptr, true, false, abs_dex_location, error_msg);
167 return OpenElfFile(file, location, nullptr, nullptr, false, false, abs_dex_location, error_msg);
178 return nullptr;
    [all...]
java_vm_ext.cc 72 if (self != nullptr) {
204 return (it == libraries_.end()) ? nullptr : it->second;
230 if (fn == nullptr) {
235 if (fn == nullptr) {
239 if (fn != nullptr) {
249 return nullptr;
260 if (vm == nullptr) {
277 if (vm == nullptr || Thread::Current() == nullptr) {
294 if (vm == nullptr || env == nullptr)
    [all...]
jni_env_ext.cc 35 if (in == nullptr) {
46 return nullptr;
67 if (obj == nullptr) {
68 return nullptr;
74 if (obj != nullptr) {
  /art/compiler/jit/
jit_compiler.cc 46 CHECK(jit_compiler != nullptr);
53 DCHECK(handle != nullptr);
60 DCHECK(jit_compiler != nullptr);
84 nullptr,
86 nullptr,
99 nullptr, nullptr, nullptr, 1, false, true,
130 if (verification_results_->GetVerifiedMethod(method_ref) == nullptr) {
140 CompiledMethod* compiled_method = nullptr;
    [all...]
  /external/llvm/include/llvm/Analysis/
ValueTracking.h 42 AssumptionCache *AC = nullptr,
43 const Instruction *CxtI = nullptr,
44 const DominatorTree *DT = nullptr);
54 AssumptionCache *AC = nullptr,
55 const Instruction *CxtI = nullptr,
56 const DominatorTree *DT = nullptr);
65 AssumptionCache *AC = nullptr,
66 const Instruction *CxtI = nullptr,
67 const DominatorTree *DT = nullptr);
74 AssumptionCache *AC = nullptr,
    [all...]
  /external/llvm/include/llvm/CodeGen/PBQP/
Math.h 56 V.Data = nullptr;
82 V.Data = nullptr;
88 assert(Length != 0 && Data != nullptr && "Invalid vector");
96 assert(Length != 0 && Data != nullptr && "Invalid vector");
102 assert(Length != 0 && Data != nullptr && "Invalid vector");
109 assert(Length != 0 && Data != nullptr && "Invalid vector");
116 assert(Length != 0 && Data != nullptr && "Invalid vector");
124 assert(Length != 0 && Data != nullptr && "Invalid vector");
132 assert(Length != 0 && Data != nullptr && "Invalid vector");
190 M.Data = nullptr;
    [all...]
  /frameworks/base/libs/hwui/renderthread/
RenderProxy.cpp 70 , mContext(nullptr) {
86 return nullptr;
93 mContext = nullptr;
94 mDrawFrameTask.setContext(nullptr, nullptr);
103 return nullptr;
132 return nullptr;
155 return nullptr;
180 return nullptr;
197 return nullptr;
    [all...]
  /frameworks/base/tools/aapt2/
ResourceParser_test.cpp 148 return nullptr;
156 return nullptr;
180 ASSERT_NE(nullptr, str);
190 ASSERT_NE(nullptr, str);
204 ASSERT_NE(nullptr, integer);
215 ASSERT_NE(nullptr, integer);
227 EXPECT_NE(nullptr, attr);
232 EXPECT_NE(nullptr, attr);
245 ASSERT_NE(nullptr, attr);
260 ASSERT_NE(nullptr, attr)
    [all...]
  /art/compiler/optimizing/
builder.h 46 entry_block_(nullptr),
47 exit_block_(nullptr),
48 current_block_(nullptr),
55 code_start_(nullptr),
56 latest_result_(nullptr),
64 entry_block_(nullptr),
65 exit_block_(nullptr),
66 current_block_(nullptr),
68 dex_file_(nullptr),
69 dex_compilation_unit_(nullptr),
    [all...]
  /art/compiler/dex/
ssa_transformation.cc 29 for (BasicBlock* bb = iter.Next(); bb != nullptr; bb = iter.Next()) {
35 if (bb != nullptr) {
37 bb = nullptr;
45 if (res == nullptr) {
47 if (res == nullptr) {
51 if (res != nullptr) {
78 if (next_successor != nullptr) {
110 for (BasicBlock* bb = iter.Next(); bb != nullptr; bb = iter.Next()) {
124 if (bb->data_flow_info == nullptr) {
138 DCHECK(temp_scoped_alloc_ != nullptr);
    [all...]
  /art/runtime/mirror/
dex_cache-inl.h 38 DCHECK(resolved == nullptr || !resolved->IsErroneous());
45 if (field == nullptr || field->GetDeclaringClass()->IsErroneous()) {
46 return nullptr;
60 if (method != nullptr && method->IsRuntimeMethod()) {
62 return nullptr;
array.cc 54 if (UNLIKELY(new_array.Get() == nullptr)) {
56 return nullptr;
65 if (UNLIKELY(sub_array == nullptr)) {
67 return nullptr;
90 return nullptr;
100 if (UNLIKELY(array_class.Get() == nullptr)) {
102 return nullptr;
107 if (UNLIKELY(array_class.Get() == nullptr)) {
109 return nullptr;
114 if (UNLIKELY(new_array == nullptr)) {
    [all...]
  /art/runtime/native/
java_lang_Runtime.cc 57 if (javaLdLibraryPathJstr != nullptr) {
59 if (ldLibraryPath.c_str() != nullptr) {
73 if (filename.c_str() == nullptr) {
74 return nullptr;
84 return nullptr;
  /bionic/tests/
atexit_test.cpp 33 ASSERT_TRUE(handle != nullptr);
39 ASSERT_TRUE(get_cxx_ctor_called != nullptr);
40 ASSERT_TRUE(get_attr_ctor_called != nullptr);
46 ASSERT_TRUE(sym != nullptr);
73 const TestMainStaticDtorClass* TestMainStaticDtorClass::expected_this = nullptr;
  /external/llvm/lib/Target/NVPTX/InstPrinter/
NVPTXInstPrinter.h 41 const char *Modifier = nullptr);
43 const char *Modifier = nullptr);
45 raw_ostream &O, const char *Modifier = nullptr);
47 raw_ostream &O, const char *Modifier = nullptr);
49 raw_ostream &O, const char *Modifier = nullptr);
  /external/llvm/unittests/Support/
ProgramTest.cpp 67 while (*envp != nullptr) {
89 nullptr
96 EnvP.push_back(nullptr);
110 const StringRef *Redirects[] = { nullptr, &LongPathRef, nullptr };
139 nullptr
146 envp.push_back(nullptr);
156 const StringRef *redirects[] = { &nul, &nul, nullptr };
177 nullptr
184 envp.push_back(nullptr);
    [all...]
  /frameworks/base/libs/hwui/renderstate/
RenderState.h 109 Caches* mCaches = nullptr;
111 Blend* mBlend = nullptr;
112 MeshState* mMeshState = nullptr;
113 Scissor* mScissor = nullptr;
114 Stencil* mStencil = nullptr;
  /frameworks/compile/slang/
slang_rs_ast_replace.h 61 mOuterStmt(nullptr),
62 mOldStmt(nullptr),
63 mNewStmt(nullptr),
64 mOldExpr(nullptr),
65 mNewExpr(nullptr) {
  /frameworks/rs/
rsFileA3D.cpp 35 mAlloc = nullptr;
36 mData = nullptr;
37 mWriteStream = nullptr;
38 mReadStream = nullptr;
39 mAsset = nullptr;
89 entry->mRsObj = nullptr;
228 return nullptr;
233 return nullptr;
238 return nullptr;
250 return nullptr;
    [all...]
rsList.h 18 LinkedBuffer() : next(nullptr) {}
30 List() : last(nullptr), first(&firstBuffer.data.typed),
47 while (p != nullptr) {
73 if (buffer != nullptr) {
76 p = nullptr;
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
mmapped_buffer.cpp 36 return nullptr;
48 return nullptr;
54 return nullptr;
64 return nullptr;
79 return nullptr;
  /external/libcxx/include/
__tree 62 // Precondition: __x != nullptr.
78 if (__x == nullptr)
82 if (__x->__left_ != nullptr && __x->__left_->__parent_ != __x)
85 if (__x->__right_ != nullptr && __x->__right_->__parent_ != __x)
87 // check __x->__left_ != __x->__right_ unless both are nullptr
88 if (__x->__left_ == __x->__right_ && __x->__left_ != nullptr)
107 // __root == nullptr is a proper tree. Returns true is __root is a proper
113 if (__root == nullptr)
116 if (__root->__parent_ == nullptr)
128 // Precondition: __x != nullptr
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
__tree 62 // Precondition: __x != nullptr.
78 if (__x == nullptr)
82 if (__x->__left_ != nullptr && __x->__left_->__parent_ != __x)
85 if (__x->__right_ != nullptr && __x->__right_->__parent_ != __x)
87 // check __x->__left_ != __x->__right_ unless both are nullptr
88 if (__x->__left_ == __x->__right_ && __x->__left_ != nullptr)
107 // __root == nullptr is a proper tree. Returns true is __root is a proper
113 if (__root == nullptr)
116 if (__root->__parent_ == nullptr)
128 // Precondition: __x != nullptr
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
__tree 62 // Precondition: __x != nullptr.
78 if (__x == nullptr)
82 if (__x->__left_ != nullptr && __x->__left_->__parent_ != __x)
85 if (__x->__right_ != nullptr && __x->__right_->__parent_ != __x)
87 // check __x->__left_ != __x->__right_ unless both are nullptr
88 if (__x->__left_ == __x->__right_ && __x->__left_ != nullptr)
107 // __root == nullptr is a proper tree. Returns true is __root is a proper
113 if (__root == nullptr)
116 if (__root->__parent_ == nullptr)
128 // Precondition: __x != nullptr
    [all...]
  /art/runtime/gc/space/
valgrind_malloc_space-inl.h 38 if (bytes_allocated_out != nullptr) {
41 if (bytes_tl_bulk_allocated_out != nullptr) {
47 if (usable_size_out != nullptr) {
98 if (obj_with_rdz == nullptr) {
99 return nullptr;
126 if (obj_with_rdz == nullptr) {
127 return nullptr;
155 if (obj_with_rdz == nullptr) {
156 return nullptr;
180 if (usable_size != nullptr) {
    [all...]

Completed in 1036 milliseconds

1 2 3 4 5 6 7 891011>>