HomeSort by relevance Sort by last modified time
    Searched refs:nullptr (Results 226 - 250 of 337) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFormControlElement.cpp 250 m_validationMessage = nullptr;
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLPreloadScanner.cpp 128 return nullptr;
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventSource.cpp 418 event->initMessageEvent(m_eventName.isEmpty() ? eventNames().messageEvent : AtomicString(m_eventName), false, false, SerializedScriptValue::create(String(m_data)), m_eventStreamOrigin, m_lastEventId, 0, nullptr);
  /external/clang/test/Misc/
diag-template-diffing.cpp 194 set7(class7<nullptr>());
201 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'class7<nullptr>' to 'class7<&a7>' for 1st argument
207 // CHECK-NOELIDE-NOTREE: candidate function not viable: no known conversion from 'class7<nullptr>' to 'class7<&a7>' for 1st argument
219 // CHECK-ELIDE-TREE: [nullptr != &a7]>
231 // CHECK-NOELIDE-TREE: [nullptr != &a7]>
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
shared_ptr_base.h 1061 { return __a.get() == nullptr; }
1066 { return nullptr == __b.get(); }
1077 { return __a.get() != nullptr; }
1082 { return nullptr != __b.get(); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
shared_ptr_base.h 1061 { return __a.get() == nullptr; }
1066 { return nullptr == __b.get(); }
1077 { return __a.get() != nullptr; }
1082 { return nullptr != __b.get(); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr_base.h 1061 { return __a.get() == nullptr; }
1066 { return nullptr == __b.get(); }
1077 { return __a.get() != nullptr; }
1082 { return nullptr != __b.get(); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr_base.h 1061 { return __a.get() == nullptr; }
1066 { return nullptr == __b.get(); }
1077 { return __a.get() != nullptr; }
1082 { return nullptr != __b.get(); }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSCalculationValue.cpp 247 return nullptr;
427 return nullptr;
430 return nullptr;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderView.cpp 625 OwnPtr<RenderSelectionInfo>& blockInfo = selectedObjects.add(cb, nullptr).iterator->value;
730 OwnPtr<RenderBlockSelectionInfo>& blockInfo = oldSelectedBlocks.add(cb, nullptr).iterator->value;
783 OwnPtr<RenderBlockSelectionInfo>& blockInfo = newSelectedBlocks.add(cb, nullptr).iterator->value;
    [all...]
RenderGrid.cpp 127 return nullptr;
140 return nullptr;
    [all...]
  /external/chromium_org/win8/metro_driver/
chrome_app_view_ash.cc 301 ui_channel_(nullptr),
472 window_ = nullptr;
473 view_ = nullptr;
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 701 static_assert(agg1.p == nullptr, "");
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentThreadableLoader.cpp 396 m_actualRequest = nullptr; // Prevent didFinishLoading() from bypassing access check.
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
ClipboardChromium.cpp 337 return nullptr;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGDocumentExtensions.cpp 147 HashMap<AtomicString, OwnPtr<SVGPendingElements> >::AddResult result = m_pendingResources.add(id, nullptr);
  /external/clang/test/CXX/drs/
dr1xx.cpp 295 using nullptr_t = decltype(nullptr);
  /external/clang/test/CodeGenCXX/
const-init-cxx11.cpp 548 decltype(nullptr) null();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
string.cpp 198 V as_float( const string& func, const S& s, size_t* idx = nullptr );
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
c++config.h 159 typedef decltype(nullptr) nullptr_t;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
c++config.h 159 typedef decltype(nullptr) nullptr_t;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
c++config.h 159 typedef decltype(nullptr) nullptr_t;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
c++config.h 159 typedef decltype(nullptr) nullptr_t;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
c++config.h 159 typedef decltype(nullptr) nullptr_t;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
c++config.h 159 typedef decltype(nullptr) nullptr_t;
    [all...]

Completed in 1076 milliseconds

1 2 3 4 5 6 7 8 91011>>