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

12 3 4 5 6 7 8 91011>>

  /packages/inputmethods/LatinIME/native/dicttoolkit/tests/offdevice_intermediate_dict/
offdevice_intermediate_dict_test.cpp 46 EXPECT_EQ(nullptr, dict.getWordProperty(CodePointArrayView()));
50 EXPECT_NE(nullptr, dict.getWordProperty(wordProperty0.getCodePoints()));
54 EXPECT_NE(nullptr, dict.getWordProperty(wordProperty1.getCodePoints()));
58 EXPECT_NE(nullptr, dict.getWordProperty(wordProperty2.getCodePoints()));
62 EXPECT_NE(nullptr, dict.getWordProperty(wordProperty3.getCodePoints()));
66 EXPECT_NE(nullptr, dict.getWordProperty(wordProperty4.getCodePoints()));
70 EXPECT_NE(nullptr, dict.getWordProperty(wordProperty5.getCodePoints()));
75 EXPECT_NE(nullptr, dict.getWordProperty(wordProperty0.getCodePoints()));
76 EXPECT_NE(nullptr, dict.getWordProperty(wordProperty1.getCodePoints()));
77 EXPECT_NE(nullptr, dict.getWordProperty(wordProperty2.getCodePoints()))
    [all...]
  /art/compiler/dex/
post_opt_passes.h 40 DCHECK(data != nullptr);
42 DCHECK(c_unit != nullptr);
60 DCHECK(data != nullptr);
62 DCHECK(c_unit != nullptr);
102 DCHECK(data != nullptr);
104 DCHECK(c_unit != nullptr);
109 DCHECK(data != nullptr);
111 DCHECK(c_unit != nullptr);
126 DCHECK(data != nullptr);
128 DCHECK(c_unit != nullptr);
    [all...]
bb_optimizations.cc 27 DCHECK(data != nullptr);
30 DCHECK(c_unit != nullptr);
32 DCHECK(bb != nullptr);
42 DCHECK(data != nullptr);
45 DCHECK(c_unit != nullptr);
47 DCHECK(bb != nullptr);
58 DCHECK(data != nullptr);
60 DCHECK(c_unit != nullptr);
71 DCHECK(data != nullptr);
74 DCHECK(c_unit != nullptr);
    [all...]
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_element.cpp 44 RS_KIND_PIXEL_A) != nullptr);
47 RS_KIND_PIXEL_RGB) != nullptr);
50 RS_KIND_PIXEL_RGB) != nullptr);
53 RS_KIND_PIXEL_RGBA) != nullptr);
56 RS_KIND_PIXEL_RGBA) != nullptr);
59 RS_KIND_PIXEL_RGBA) != nullptr);
75 passed &= (Element::createVector(mRS, RS_TYPE_FLOAT_32, len) != nullptr);
76 passed &= (Element::createVector(mRS, RS_TYPE_FLOAT_64, len) != nullptr);
77 passed &= (Element::createVector(mRS, RS_TYPE_SIGNED_8, len) != nullptr);
78 passed &= (Element::createVector(mRS, RS_TYPE_SIGNED_16, len) != nullptr);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetObjectFile.h 25 TextSection = nullptr;
26 DataSection = nullptr;
27 BSSSection = nullptr;
28 ReadOnlySection = nullptr;
30 StaticCtorSection = nullptr;
31 StaticDtorSection = nullptr;
32 LSDASection = nullptr;
33 EHFrameSection = nullptr;
34 DwarfAbbrevSection = nullptr;
35 DwarfInfoSection = nullptr;
    [all...]
  /external/libcxx/src/
debug.cpp 73 : __cbeg_(nullptr),
74 __cend_(nullptr),
76 __ibeg_(nullptr),
77 __iend_(nullptr),
88 if (*p != nullptr)
100 if (*p != nullptr)
117 _LIBCPP_ASSERT(i != nullptr, "iterator not found in debug database.");
118 return i->__c_ != nullptr ? i->__c_->__c_ : nullptr;
131 if (c == nullptr)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
debug.cpp 73 : __cbeg_(nullptr),
74 __cend_(nullptr),
76 __ibeg_(nullptr),
77 __iend_(nullptr),
88 if (*p != nullptr)
100 if (*p != nullptr)
117 _LIBCPP_ASSERT(i != nullptr, "iterator not found in debug database.");
118 return i->__c_ != nullptr ? i->__c_->__c_ : nullptr;
131 if (c == nullptr)
    [all...]
  /external/clang/test/CodeGenCXX/
mangle-nullptr-arg.cpp 6 void test1(IP<nullptr>) {}
12 void test2(PM<nullptr>) { }
16 void test3(DependentTypePtr<int*,nullptr>) { }
nullptr.cpp 6 int* a = nullptr;
9 int* a = nullptr;
12 typedef decltype(nullptr) nullptr_t;
  /art/runtime/
parsed_options_test.cc 44 options.push_back(std::make_pair(boot_class_path.c_str(), nullptr));
45 options.push_back(std::make_pair("-classpath", nullptr));
46 options.push_back(std::make_pair(lib_core.c_str(), nullptr));
47 options.push_back(std::make_pair("-cp", nullptr));
48 options.push_back(std::make_pair(lib_core.c_str(), nullptr));
49 options.push_back(std::make_pair("-Ximage:boot_image", nullptr));
50 options.push_back(std::make_pair("-Xcheck:jni", nullptr));
51 options.push_back(std::make_pair("-Xms2048", nullptr));
52 options.push_back(std::make_pair("-Xmx4k", nullptr));
53 options.push_back(std::make_pair("-Xss1m", nullptr));
    [all...]
oat_file-inl.h 26 if (code == nullptr) {
27 return nullptr;
35 if (method_header == nullptr) {
43 if (code == nullptr) {
51 if (method_header == nullptr) {
59 if (code == nullptr) {
67 if (code == nullptr) {
75 if (code == nullptr) {
83 if (code == nullptr) {
84 return nullptr;
    [all...]
dex_method_iterator.h 33 class_def_(nullptr),
34 class_data_(nullptr),
54 if (class_def_ == nullptr) {
57 if (class_data_ == nullptr) {
59 if (class_data_ == nullptr) {
62 class_def_ = nullptr;
67 if (it_.get() == nullptr) {
91 it_.reset(nullptr);
92 class_data_ = nullptr;
93 class_def_ = nullptr;
    [all...]
  /bionic/tests/
sys_uio_test.cpp 22 ASSERT_EQ(0, process_vm_readv(0, nullptr, 0, nullptr, 0, 0));
26 ASSERT_EQ(0, process_vm_writev(0, nullptr, 0, nullptr, 0, 0));
  /external/pdfium/fpdfsdk/src/
fpdfview_embeddertest.cpp 36 EXPECT_NE(nullptr, page);
40 EXPECT_EQ(nullptr, LoadPage(1));
58 dest = FPDF_GetNamedDest(document(), 0, nullptr, &buffer_size);
59 EXPECT_NE(nullptr, dest);
65 EXPECT_NE(nullptr, dest);
72 EXPECT_NE(nullptr, dest);
81 EXPECT_NE(nullptr, dest);
91 EXPECT_EQ(nullptr, dest);
98 EXPECT_EQ(nullptr, dest);
105 EXPECT_NE(nullptr, dest)
    [all...]
  /system/core/libnativebridge/tests/
NativeBridge2Signal_test.cpp 28 ASSERT_TRUE(LoadNativeBridge(kNativeBridgeLibrary2, nullptr));
32 ASSERT_TRUE(InitializeNativeBridge(nullptr, nullptr));
36 ASSERT_NE(nullptr, NativeBridgeGetSignalHandler(SIGSEGV));
  /art/runtime/mirror/
dex_cache.cc 37 CHECK(dex_file != nullptr);
38 CHECK(location != nullptr);
39 CHECK(strings != nullptr);
40 CHECK(resolved_types != nullptr);
41 CHECK(resolved_methods != nullptr);
42 CHECK(resolved_fields != nullptr);
60 CHECK(trampoline != nullptr);
64 if (resolved_methods->GetElementPtrSize<ArtMethod*>(i, pointer_size) == nullptr) {
method.cc 34 CHECK(klass != nullptr);
40 static_class_ = GcRoot<Class>(nullptr);
45 CHECK(klass != nullptr);
51 array_class_ = GcRoot<Class>(nullptr);
57 if (LIKELY(ret != nullptr)) {
70 CHECK(klass != nullptr);
76 static_class_ = GcRoot<Class>(nullptr);
81 CHECK(klass != nullptr);
87 array_class_ = GcRoot<Class>(nullptr);
98 if (LIKELY(ret != nullptr)) {
    [all...]
  /external/clang/test/SemaTemplate/
temp_arg_nontype_cxx11.cpp 7 f<int(int), int(*)(int), nullptr>(); // expected-note{{in instantiation of}}
8 f<int[3], int*, nullptr>(); // expected-note{{in instantiation of}}
15 template<typename T, typename get<T *>::type P = nullptr> struct A {};
16 template<typename T, typename get<decltype((T(), nullptr))>::type P = nullptr> struct B {};
17 template<typename T, typename get<T X::*>::type P = nullptr> struct C {};
  /art/runtime/base/
scoped_arena_allocator.cc 29 bottom_arena_(nullptr),
30 top_arena_(nullptr),
31 top_ptr_(nullptr),
32 top_end_(nullptr),
44 bottom_arena_ = nullptr;
45 top_arena_ = nullptr;
46 top_ptr_ = nullptr;
47 top_end_ = nullptr;
59 if (UNLIKELY(top_arena_ == nullptr)) {
61 top_arena_->next_ = nullptr;
    [all...]
mutex.cc 36 Mutex* Locks::abort_lock_ = nullptr;
37 Mutex* Locks::alloc_tracker_lock_ = nullptr;
38 Mutex* Locks::allocated_monitor_ids_lock_ = nullptr;
39 Mutex* Locks::allocated_thread_ids_lock_ = nullptr;
40 ReaderWriterMutex* Locks::breakpoint_lock_ = nullptr;
41 ReaderWriterMutex* Locks::classlinker_classes_lock_ = nullptr;
42 Mutex* Locks::deoptimization_lock_ = nullptr;
43 ReaderWriterMutex* Locks::heap_bitmap_lock_ = nullptr;
44 Mutex* Locks::instrument_entrypoints_lock_ = nullptr;
45 Mutex* Locks::intern_table_lock_ = nullptr;
    [all...]
  /art/runtime/jit/
jit_code_cache_test.cc 37 ASSERT_TRUE(code_cache.get() != nullptr) << error_msg;
38 ASSERT_TRUE(code_cache->CodeCachePtr() != nullptr);
41 ASSERT_TRUE(code_cache->DataCachePtr() != nullptr);
49 ASSERT_TRUE(reserved_code != nullptr);
60 method->SetEntryPointFromQuickCompiledCode(nullptr);
64 ASSERT_TRUE(data_ptr != nullptr);
73 ASSERT_TRUE(code_cache.get() != nullptr) << error_msg;
74 ASSERT_TRUE(code_cache->CodeCachePtr() != nullptr);
82 uint8_t* code_ptr = nullptr;
83 uint8_t* data_ptr = nullptr;
    [all...]
  /art/runtime/native/
dalvik_system_VMStack.cc 33 jobject trace = nullptr;
42 if (thread != nullptr) {
64 if (trace == nullptr) {
77 if (UNLIKELY(visitor.caller == nullptr)) {
79 return nullptr;
87 : StackVisitor(thread, nullptr, StackVisitor::StackWalkKind::kIncludeInlinedFrames),
88 class_loader(nullptr) {}
91 DCHECK(class_loader == nullptr);
94 if (c != nullptr) {
96 if (cl != nullptr) {
    [all...]
  /bionic/libc/bionic/
pthread_atfork.cpp 48 atfork_list_t() : first_(nullptr), last_(nullptr) {}
52 for (atfork_t* it = first_; it != nullptr; it = it->next) {
59 for (atfork_t* it = last_; it != nullptr; it = it->prev) {
65 entry->next = nullptr;
67 if (entry->prev != nullptr) {
70 if (first_ == nullptr) {
79 while (it != nullptr) {
92 if (entry->prev != nullptr) {
98 if (entry->next != nullptr) {
    [all...]
  /bionic/linker/tests/
linker_memory_allocator_test.cpp 55 ASSERT_TRUE(ptr != nullptr);
61 allocator.free(nullptr);
82 ASSERT_TRUE(reallocated_ptr != nullptr);
97 ASSERT_TRUE(reallocated_ptr != nullptr);
108 ASSERT_TRUE(reallocated_ptr != nullptr);
113 ASSERT_EQ(nullptr, realloc(reallocated_ptr, 0));
127 ASSERT_TRUE(ptr1 != nullptr);
128 ASSERT_TRUE(ptr2 != nullptr);
145 ASSERT_TRUE(ptr1 != nullptr);
146 ASSERT_TRUE(ptr2 != nullptr);
    [all...]
  /external/libcxx/test/std/language.support/support.exception/propagation/
exception_ptr.pass.cpp 22 assert(p == nullptr);
24 assert(nullptr == p);
29 assert(p2 == nullptr);
30 std::exception_ptr p3 = nullptr;
31 assert(p3 == nullptr);
32 p3 = nullptr;
33 assert(p3 == nullptr);

Completed in 2009 milliseconds

12 3 4 5 6 7 8 91011>>